aboutsummaryrefslogtreecommitdiffstats
path: root/aspectjtools/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aspectjtools/pom.xml')
-rw-r--r--aspectjtools/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml
index 7fa02377f..88c05d24f 100644
--- a/aspectjtools/pom.xml
+++ b/aspectjtools/pom.xml
@@ -45,7 +45,7 @@
<executions>
<execution>
<id>unzipasm</id>
- <phase>validate</phase>
+ <phase>prepare-package</phase>
<configuration>
<tasks>
<echo message="unzip jarjar'd asm" />
@@ -61,7 +61,7 @@
<execution>
<id>unzipjdt</id>
- <phase>validate</phase>
+ <phase>prepare-package</phase>
<configuration>
<tasks>
<echo message="unzip patched jdtcore" />
@@ -77,7 +77,7 @@
<execution>
<id>unzipjdtsrc</id>
- <phase>validate</phase>
+ <phase>prepare-package</phase>
<configuration>
<tasks>
<echo message="unzip patched jdtcore sources" />