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 9dffb39 commit 97fb0e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/pom.xml
Expand Up @@ -58,6 +58,7 @@
<properties>
<!-- Skip publishing to Nexus, since we don't use it and it takes a lot of time -->
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<snapshotLocation>integration-tests</snapshotLocation>
</properties>
<build>
Expand Down

0 comments on commit 97fb0e4

Please sign in to comment.