YETUS-776. build doesn't deploy all artifacts

Signed-off-by: Allen Wittenauer <aw@apache.org>
diff --git a/releasedocmaker/pom.xml b/releasedocmaker/pom.xml
index 87b7536..9b6b7a2 100644
--- a/releasedocmaker/pom.xml
+++ b/releasedocmaker/pom.xml
@@ -122,13 +122,6 @@
       </plugin>
 
       <plugin>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-
-      <plugin>
         <groupId>net.sf.mavenjython</groupId>
         <artifactId>jython-compile-maven-plugin</artifactId>
         <version>${jython-compile-maven-plugin.version}</version>
diff --git a/shelldocs/pom.xml b/shelldocs/pom.xml
index 9755d41..0028e6a 100644
--- a/shelldocs/pom.xml
+++ b/shelldocs/pom.xml
@@ -153,13 +153,6 @@
         </executions>
       </plugin>
 
-      <plugin>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-
     </plugins>
   </build>