We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bacf3 commit 288da91Copy full SHA for 288da91
pom.xml
@@ -201,6 +201,16 @@
201
</plugin>
202
-->
203
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
214
<plugin>
215
<groupId>org.apache.maven.plugins</groupId>
216
<artifactId>maven-dependency-plugin</artifactId>
pom.xml.releaseBackup
release.properties
0 commit comments