Skip to content

Commit

Permalink
JBIDE-24381 add skipNexusStagingDeployMojo = true so we don't push up…
Browse files Browse the repository at this point in the history
…date sites to Nexus

Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed May 8, 2017
1 parent 8b16bd5 commit 99d0a1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parent/pom.xml
Expand Up @@ -927,6 +927,7 @@
<deployThreshholdwhendelete>2</deployThreshholdwhendelete>
<!-- https://issues.jboss.org/browse/JBIDE-21012 by default, don't push an update site zip to JBoss Nexus, only to download.jboss.org or devstudio.redhat.com -->
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 99d0a1b

Please sign in to comment.