We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237a5a6 commit ecb2634Copy full SHA for ecb2634
1 file changed
aws/springcloudsqs/pom.xml
@@ -54,6 +54,13 @@
54
<groupId>org.springframework.boot</groupId>
55
<artifactId>spring-boot-maven-plugin</artifactId>
56
</plugin>
57
+ <plugin>
58
+ <groupId>org.apache.maven.plugins</groupId>
59
+ <artifactId>maven-surefire-plugin</artifactId>
60
+ <configuration>
61
+ <skipTests>true</skipTests>
62
+ </configuration>
63
+ </plugin>
64
</plugins>
65
</build>
66
0 commit comments