Revert logging to surefire 2.3 (fails with surefire 2.4.2) and remove the compile target config which is now fixed in commons-parent
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@633041 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
16
pom.xml
16
pom.xml
@@ -141,6 +141,15 @@ under the License.
|
||||
</testResource>
|
||||
</testResources>
|
||||
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
|
||||
<!--
|
||||
@@ -153,13 +162,6 @@ under the License.
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifestFile>src/conf/MANIFEST.MF</manifestFile>
|
||||
<!--
|
||||
- Copied from commons-parent-5, because X-Compile-Target-JDK is
|
||||
- wrong there. Can be removed when we update to commons-parent-6.
|
||||
-->
|
||||
<manifestEntries>
|
||||
<X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
||||
Reference in New Issue
Block a user