ignore integration tests for release
This commit is contained in:
@@ -27,13 +27,6 @@
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.sonatype.plugins</groupId>
|
||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<skipStaging>true</skipStaging>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<profiles>
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -35,7 +35,7 @@
|
||||
<modules>
|
||||
<module>spring-cloud-launcher</module>
|
||||
<module>spring-cloud-cli</module>
|
||||
<module>spring-cloud-cli-integration-tests</module>
|
||||
<!--<module>spring-cloud-cli-integration-tests</module>-->
|
||||
<module>docs</module>
|
||||
</modules>
|
||||
<build>
|
||||
|
||||
@@ -72,13 +72,6 @@
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.sonatype.plugins</groupId>
|
||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<skipStaging>true</skipStaging>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
|
||||
Reference in New Issue
Block a user