Skip to content

Commit df50281

Browse files
committed
Remove unnecessary surefire configuration, to get code coverage to work
1 parent 1870fd8 commit df50281

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

pom.xml

-31
Original file line numberDiff line numberDiff line change
@@ -89,37 +89,6 @@ org.xml.sax, org.xml.sax.ext, org.xml.sax.helpers</osgi.import>
8989

9090
<build>
9191
<plugins>
92-
<plugin>
93-
<groupId>org.apache.maven.plugins</groupId>
94-
<artifactId>maven-surefire-plugin</artifactId>
95-
<configuration>
96-
<includes>
97-
<include>**/Test*.java</include>
98-
<include>**/*Test.java</include>
99-
</includes>
100-
<excludes>
101-
<exclude>**/Base*</exclude>
102-
<exclude>**/*$*</exclude>
103-
<exclude>failing/*.java</exclude>
104-
</excludes>
105-
<reportFormat>${surefire.format}</reportFormat>
106-
<useFile>${surefire.usefile}</useFile>
107-
<forkMode>${surefire.fork.mode}</forkMode>
108-
<childDelegation>false</childDelegation>
109-
<argLine>${surefire.fork.vmargs}</argLine>
110-
<systemProperties>
111-
<property>
112-
<name>java.awt.headless</name>
113-
<value>${java.awt.headless}</value>
114-
</property>
115-
<property>
116-
<name>surefire.fork.vmargs</name>
117-
<value>${surefire.fork.vmargs}</value>
118-
</property>
119-
</systemProperties>
120-
</configuration>
121-
</plugin>
122-
12392
<!-- 04-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
12493
will have to use `moduleInfoFile` which is not optimal but anything else
12594
requires JDK 9+.

0 commit comments

Comments
 (0)