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 a603de5 commit ca51e8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions aggregate/central-site/pom.xml
Expand Up @@ -118,6 +118,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>
</properties>
<build>
<plugins>
Expand Down
1 change: 1 addition & 0 deletions aggregate/coretests-site/pom.xml
Expand Up @@ -59,6 +59,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>
</properties>
<build>
<plugins>
Expand Down
1 change: 1 addition & 0 deletions aggregate/earlyaccess-site/pom.xml
Expand Up @@ -118,6 +118,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>
</properties>
<build>
<plugins>
Expand Down
1 change: 1 addition & 0 deletions aggregate/site/pom.xml
Expand Up @@ -142,6 +142,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>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit ca51e8b

Please sign in to comment.