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>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<systemProperties>
|
||||
<property>
|
||||
<name>basedir</name>
|
||||
<value>${basedir}</value>
|
||||
</property>
|
||||
</systemProperties>
|
||||
<systemPropertyVariables>
|
||||
<basedir>${basedir}</basedir>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
Loading…
Reference in New Issue