Skip to content

Commit ecb2634

Browse files
committed
modified pom
1 parent 237a5a6 commit ecb2634

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

aws/springcloudsqs/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@
5454
<groupId>org.springframework.boot</groupId>
5555
<artifactId>spring-boot-maven-plugin</artifactId>
5656
</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>
5764
</plugins>
5865
</build>
5966

0 commit comments

Comments
 (0)