Skip to content

Commit 8fa5545

Browse files
authored
Get rid of surefire watning, take 2 (#967)
The commit 36f02c9 is wrong, as new config property is a Map.
1 parent 36f02c9 commit 8fa5545

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apache-maven/pom.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,7 @@ under the License.
160160
<artifactId>maven-surefire-plugin</artifactId>
161161
<configuration>
162162
<systemPropertyVariables>
163-
<property>
164-
<name>basedir</name>
165-
<value>${basedir}</value>
166-
</property>
163+
<basedir>${basedir}</basedir>
167164
</systemPropertyVariables>
168165
</configuration>
169166
<executions>

0 commit comments

Comments
 (0)