Skip to content

Commit 1cfe0cd

Browse files
committed
skip
1 parent e23046d commit 1cfe0cd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,15 @@
185185
</configuration>
186186
</plugin>
187187

188+
<plugin>
189+
<groupId>org.apache.maven.plugins</groupId>
190+
<artifactId>maven-surefire-plugin</artifactId>
191+
<version>${version.maven.plugin.surefire}</version>
192+
<configuration>
193+
<skipTests>true</skipTests>
194+
</configuration>
195+
</plugin>
196+
188197
<!--
189198
<plugin>
190199
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)