Disable tests by default and fix Testcontainers version
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud.stream.app</groupId>
|
||||
<artifactId>stream-applications-test-support</artifactId>
|
||||
<version>3.0.0-RC1</version>
|
||||
<version>3.0.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
@@ -89,6 +89,7 @@
|
||||
<include>*IntegrationTests.java</include>
|
||||
</includes>
|
||||
<failIfNoTests>true</failIfNoTests>
|
||||
<skipITs>false</skipITs>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
@@ -96,7 +97,7 @@
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>build-imagage</id>
|
||||
<id>build-image</id>
|
||||
<goals>
|
||||
<goal>build-image</goal>
|
||||
</goals>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<spring-cloud.version>2020.0.0-M5</spring-cloud.version>
|
||||
<playtika-testcontainers.version>1.86</playtika-testcontainers.version>
|
||||
<couchbase-java-client.version>3.0.10</couchbase-java-client.version>
|
||||
<test-containers.version>1.15.0</test-containers.version>
|
||||
<test-containers.version>1.15.1</test-containers.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -78,23 +78,6 @@
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>integration</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<groups>integration</groups>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
@@ -102,6 +85,7 @@
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<groups>!integration</groups>
|
||||
<skipTests>true</skipTests>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
Reference in New Issue
Block a user