remove antrun bits from pom

This commit is contained in:
Jesse McConnell 2012-12-04 17:11:40 -06:00
parent 4ff82fb8fe
commit 38f633361a
1 changed files with 0 additions and 21 deletions

View File

@ -39,27 +39,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>copy-jni-implementation</id>
<phase>generate-sources</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<copy failonerror="false"
file="${native-source-dir}/org_eclipse_jetty_setuid_SetUID.c"
todir="target/generated" />
</tasks>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>native-maven-plugin</artifactId>