Add missing property definitions for integration tests
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1363623 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
19
pom.xml
19
pom.xml
@@ -343,10 +343,16 @@ under the License.
|
|||||||
<includes>
|
<includes>
|
||||||
<include>**/*TestCase.java</include>
|
<include>**/*TestCase.java</include>
|
||||||
</includes>
|
</includes>
|
||||||
|
<excludes>
|
||||||
|
<exclude>**/WeakHashTableTestCase.java</exclude>
|
||||||
|
</excludes>
|
||||||
<systemPropertyVariables>
|
<systemPropertyVariables>
|
||||||
<!--
|
<!--
|
||||||
<org.apache.commons.logging.diagnostics.dest>STDOUT</org.apache.commons.logging.diagnostics.dest>
|
<org.apache.commons.logging.diagnostics.dest>STDOUT</org.apache.commons.logging.diagnostics.dest>
|
||||||
-->
|
-->
|
||||||
|
<log4j12>${log4j:log4j:jar}</log4j12>
|
||||||
|
<logkit>${logkit:logkit:jar}</logkit>
|
||||||
|
<servlet-api>${javax.servlet:servlet-api:jar}</servlet-api>
|
||||||
<commons-logging>target/${project.build.finalName}.jar</commons-logging>
|
<commons-logging>target/${project.build.finalName}.jar</commons-logging>
|
||||||
<commons-logging-api>target/${project.artifactId}-api-${project.version}.jar</commons-logging-api>
|
<commons-logging-api>target/${project.artifactId}-api-${project.version}.jar</commons-logging-api>
|
||||||
<commons-logging-adapters>target/${project.artifactId}-adapters-${project.version}.jar</commons-logging-adapters>
|
<commons-logging-adapters>target/${project.artifactId}-adapters-${project.version}.jar</commons-logging-adapters>
|
||||||
@@ -371,6 +377,19 @@ under the License.
|
|||||||
<tarLongFileMode>gnu</tarLongFileMode>
|
<tarLongFileMode>gnu</tarLongFileMode>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<!-- Define properties for referencing dependencies -->
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-dependency-plugin</artifactId>
|
||||||
|
<version>2.4</version>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<goals>
|
||||||
|
<goal>properties</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|||||||
Reference in New Issue
Block a user