Skip to content

Commit

Permalink
SAK-31553 - Support nexus deploy skip property (sakaiproject#3078)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm authored Jul 23, 2016
1 parent fdfb20b commit 01e2f2d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradebook/grades-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>

<dependencies>
Expand Down
1 change: 1 addition & 0 deletions kernel/kernel-component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<properties>
<deploy.target>components</deploy.target>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
</activation>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
</profile>
</profiles>
Expand Down
1 change: 1 addition & 0 deletions simple-rss-portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
<project.build.sourceVersion>1.6</project.build.sourceVersion>
<project.build.targetVersion>1.6</project.build.targetVersion>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>

<build>
Expand Down
1 change: 1 addition & 0 deletions site/admin-perms-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<packaging>war</packaging>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>

<dependencies>
Expand Down
1 change: 1 addition & 0 deletions site/sakai-message-bundle-manager-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>


Expand Down

0 comments on commit 01e2f2d

Please sign in to comment.