Replace deprecated systemProperties with systemPropertyVariables
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1164329 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
29
pom.xml
29
pom.xml
@@ -342,30 +342,15 @@ under the License.
|
|||||||
<includes>
|
<includes>
|
||||||
<include>**/*TestCase.java</include>
|
<include>**/*TestCase.java</include>
|
||||||
</includes>
|
</includes>
|
||||||
<systemProperties>
|
<systemPropertyVariables>
|
||||||
<!--
|
<!--
|
||||||
<property>
|
<org.apache.commons.logging.diagnostics.dest>STDOUT</org.apache.commons.logging.diagnostics.dest>
|
||||||
<name>org.apache.commons.logging.diagnostics.dest</name>
|
|
||||||
<value>STDOUT</value>
|
|
||||||
</property>
|
|
||||||
-->
|
-->
|
||||||
<property>
|
<commons-logging>target/${project.build.finalName}.jar</commons-logging>
|
||||||
<name>commons-logging</name>
|
<commons-logging-api>target/${project.artifactId}-api-${project.version}.jar</commons-logging-api>
|
||||||
<value>target/${project.build.finalName}.jar</value>
|
<commons-logging-adapters>target/${project.artifactId}-adapters-${project.version}.jar</commons-logging-adapters>
|
||||||
</property>
|
<testclasses>target/commons-logging-tests.jar</testclasses>
|
||||||
<property>
|
</systemPropertyVariables>
|
||||||
<name>commons-logging-api</name>
|
|
||||||
<value>target/${project.artifactId}-api-${project.version}.jar</value>
|
|
||||||
</property>
|
|
||||||
<property>
|
|
||||||
<name>commons-logging-adapters</name>
|
|
||||||
<value>target/${project.artifactId}-adapters-${project.version}.jar</value>
|
|
||||||
</property>
|
|
||||||
<property>
|
|
||||||
<name>testclasses</name>
|
|
||||||
<value>target/commons-logging-tests.jar</value>
|
|
||||||
</property>
|
|
||||||
</systemProperties>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|||||||
Reference in New Issue
Block a user