Skip to content

Commit a4221f0

Browse files
committed
pom.xml(maven-surefire-plugin): don't generate XML reports.
No functional changes.
1 parent 32cd6aa commit a4221f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@
604604
<version>${surefire.plugin.version}</version>
605605
<configuration>
606606
<skipTests>${skipUnitTests}</skipTests>
607+
<disableXmlReport>true</disableXmlReport>
607608
<!-- Run junit tests only (see #SUREFIRE-377) -->
608609
<testNGArtifactName>none:none</testNGArtifactName>
609610
</configuration>

0 commit comments

Comments
 (0)