Skip to content

Commit

Permalink
YETUS-776. build doesn't deploy all artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Allen Wittenauer <aw@apache.org>
  • Loading branch information
aw-was-here committed Mar 7, 2019
1 parent 0db7d77 commit 136f4e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions releasedocmaker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@
</executions>
</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>
Expand Down
7 changes: 0 additions & 7 deletions shelldocs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,6 @@
</executions>
</plugin>

<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit 136f4e2

Please sign in to comment.