Skip to content

Commit

Permalink
Get rid of surefire warning (#965)
Browse files Browse the repository at this point in the history
As POM uses deprecated configuration.
  • Loading branch information
cstamas committed Jan 25, 2023
1 parent f7ca0b6 commit 36f02c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apache-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<systemPropertyVariables>
<property>
<name>basedir</name>
<value>${basedir}</value>
</property>
</systemProperties>
</systemPropertyVariables>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 36f02c9

Please sign in to comment.