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:
parent
dc610733dd
commit
bef3b732bd
22
pom.xml
22
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue