Browse Source

Skip only staging instead of the whole nexus deploy mojo

Change-Id: I4b1015dd27422500aed698bfa3dc87fc7b13a58a
tags/7.7.0.alpha1
Teemu Suo-Anttila 8 years ago
parent
commit
9f6c62dfab
5 changed files with 4 additions and 7 deletions
  1. 1
    1
      all/pom.xml
  2. 1
    1
      buildhelpers/pom.xml
  3. 1
    1
      liferay/pom.xml
  4. 0
    3
      pom.xml
  5. 1
    1
      uitest/pom.xml

+ 1
- 1
all/pom.xml View File

@@ -172,7 +172,7 @@
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<skipStaging>true</skipStaging>
</configuration>
</plugin>


+ 1
- 1
buildhelpers/pom.xml View File

@@ -74,7 +74,7 @@
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<skipStaging>true</skipStaging>
</configuration>
</plugin>
</plugins>

+ 1
- 1
liferay/pom.xml View File

@@ -130,7 +130,7 @@
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<skipStaging>true</skipStaging>
</configuration>
</plugin>
</plugins>

+ 0
- 3
pom.xml View File

@@ -274,9 +274,6 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<skipLocalStaging>true</skipLocalStaging>
</configuration>
</plugin>
</plugins>
</build>

+ 1
- 1
uitest/pom.xml View File

@@ -333,7 +333,7 @@
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<skipStaging>true</skipStaging>
</configuration>
</plugin>
</plugins>

Loading…
Cancel
Save