<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.6</version>
+ <version>3.0.0</version>
<executions>
<execution>
<id>unzipasm</id>
<phase>prepare-package</phase>
<configuration>
- <tasks>
+ <target>
<echo message="unzip jarjar'd asm" />
<unzip
src="${project.basedir}/../lib/asm/asm-9.1.renamed.jar"
dest="target/asm-unzipped" />
- </tasks>
+ </target>
</configuration>
<goals>
<goal>run</goal>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.6</version>
+ <version>3.0.0</version>
<executions>
<execution>
<id>unzipasm</id>
<phase>prepare-package</phase>
<configuration>
- <tasks>
+ <target>
<echo message="unzip jarjar'd asm" />
<unzip
src="${project.basedir}/../lib/asm/asm-9.1.renamed.jar"
dest="target/asm-unzipped" />
- </tasks>
+ </target>
</configuration>
<goals>
<goal>run</goal>
<id>unzipjdt</id>
<phase>prepare-package</phase>
<configuration>
- <tasks>
+ <target>
<echo message="unzip patched jdtcore" />
<unzip
src="${project.basedir}/../org.eclipse.jdt.core/jdtcore-for-aspectj.jar"
dest="target/jdtcore-unzipped" />
- </tasks>
+ </target>
</configuration>
<goals>
<goal>run</goal>
<id>unzipjdtsrc</id>
<phase>prepare-package</phase>
<configuration>
- <tasks>
+ <target>
<echo message="unzip patched jdtcore sources" />
<unzip
src="${project.basedir}/../org.eclipse.jdt.core/jdtcore-for-aspectj-src.zip"
dest="target/jdtcore-unzipped-src" />
- </tasks>
+ </target>
</configuration>
<goals>
<goal>run</goal>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.6</version>
+ <version>3.0.0</version>
<executions>
<execution>
<id>unzipasm</id>
<phase>prepare-package</phase>
<configuration>
- <tasks>
+ <target>
<echo message="unzip jarjar'd asm" />
<unzip
src="${project.basedir}/../lib/asm/asm-9.1.renamed.jar"
dest="target/asm-unzipped" />
- </tasks>
+ </target>
</configuration>
<goals>
<goal>run</goal>