mirror of https://github.com/apache/maven.git
[MNG-7930] - Get rid of WARNING Parameter 'systemProperties' is deprecated
This commit is contained in:
parent
7cfdedefb6
commit
0287c7aa55
4
pom.xml
4
pom.xml
|
@ -764,13 +764,13 @@ under the License.
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<systemProperties combine.children="append">
|
||||
<systemPropertyVariables combine.children="append">
|
||||
<property>
|
||||
<!-- Pass this through to the tests (if set!) to have them pick the right repository -->
|
||||
<name>maven.repo.local</name>
|
||||
<value>${maven.repo.local}</value>
|
||||
</property>
|
||||
</systemProperties>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in New Issue