Skip to content

Commit

Permalink
Get rid of surefire watning, take 2 (#967)
Browse files Browse the repository at this point in the history
The commit 36f02c9 is wrong,
as new config property is a Map.
  • Loading branch information
cstamas committed Jan 25, 2023
1 parent 36f02c9 commit 8fa5545
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apache-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,7 @@ under the License.
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<property>
<name>basedir</name>
<value>${basedir}</value>
</property>
<basedir>${basedir}</basedir>
</systemPropertyVariables>
</configuration>
<executions>
Expand Down

0 comments on commit 8fa5545

Please sign in to comment.