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 0c1992b commit fccd570Copy full SHA for fccd570
pom.xml
@@ -259,11 +259,9 @@
259
</execution>
260
</executions>
261
</plugin>
262
+ <!--
263
<plugin>
- <!--
264
- A plugin which uses the JUnit framework in order to start
265
- our junit suite "AllTests" after the sources are compiled.
266
- -->
+
267
<artifactId>maven-surefire-plugin</artifactId>
268
<version>${surefireVersion}</version>
269
<configuration>
@@ -279,6 +277,7 @@
279
277
</dependency>
280
278
</dependencies>
281
+ -->
282
283
<!--
284
This plugin can package the main artifact's sources (src/main/java)
0 commit comments