Skip to content

Commit 968a9b7

Browse files
committed
pom.xml: generate reports unless="maven.test.skip"
1 parent e78b69c commit 968a9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<id>test-reports</id>
149149
<phase>test</phase>
150150
<configuration>
151-
<tasks>
151+
<tasks unless="maven.test.skip">
152152
<junitreport todir="target/surefire-reports">
153153
<fileset dir="target/surefire-reports">
154154
<include name="**/*.xml"/>

0 commit comments

Comments
 (0)