mirror of https://github.com/apache/maven.git
Get rid of surefire warning (#966)
* Get rid of surefire warning As we use deprecated configuration. * Fix it
This commit is contained in:
parent
8918c8144f
commit
38b447b85f
|
@ -168,12 +168,9 @@ under the License.
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<systemProperties>
|
<systemPropertyVariables>
|
||||||
<property>
|
<basedir>${basedir}</basedir>
|
||||||
<name>basedir</name>
|
</systemPropertyVariables>
|
||||||
<value>${basedir}</value>
|
|
||||||
</property>
|
|
||||||
</systemProperties>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|
Loading…
Reference in New Issue