Skip to content

Commit 288da91

Browse files
committed
surefire
1 parent a7bacf3 commit 288da91

File tree

3 files changed

+10
-358
lines changed

3 files changed

+10
-358
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,16 @@
201201
</plugin>
202202
-->
203203

204+
<plugin>
205+
<groupId>org.apache.maven.plugins</groupId>
206+
<artifactId>maven-surefire-plugin</artifactId>
207+
<version>${version.maven.plugin.surefire}</version>
208+
<configuration>
209+
<skipTests>true</skipTests>
210+
</configuration>
211+
</plugin>
212+
213+
204214
<plugin>
205215
<groupId>org.apache.maven.plugins</groupId>
206216
<artifactId>maven-dependency-plugin</artifactId>

pom.xml.releaseBackup

Lines changed: 0 additions & 340 deletions
This file was deleted.

release.properties

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)