No longer need Ant to build test jar

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1300007 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-03-13 08:50:10 +00:00
parent dc610733dd
commit bef3b732bd
1 changed files with 0 additions and 22 deletions

22
pom.xml
View File

@ -412,28 +412,6 @@
</excludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<configuration>
<tasks>
<ant antfile="build-testframework.xml" target="jar">
<property name="component.version" value="${project.version}" />
<property name="test.classes" value="${project.build.directory}/test-classes" />
<property name="dist.home" value="${project.build.directory}" />
<property name="maven.compile.source" value="${maven.compile.source}" />
<property name="maven.compile.target" value="${maven.compile.target}" />
</ant>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>