Before it was phase 'validate', which was way too early and somewhat
annoying and time-consuming when during development we just call
validate in order to check if the POMs are valid, as the name implies.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
<executions>
<execution>
<id>unzipasm</id>
- <phase>validate</phase>
+ <phase>prepare-package</phase>
<configuration>
<tasks>
<echo message="unzip jarjar'd asm" />
<executions>
<execution>
<id>unzipasm</id>
- <phase>validate</phase>
+ <phase>prepare-package</phase>
<configuration>
<tasks>
<echo message="unzip jarjar'd asm" />
<execution>
<id>unzipjdt</id>
- <phase>validate</phase>
+ <phase>prepare-package</phase>
<configuration>
<tasks>
<echo message="unzip patched jdtcore" />
<execution>
<id>unzipjdtsrc</id>
- <phase>validate</phase>
+ <phase>prepare-package</phase>
<configuration>
<tasks>
<echo message="unzip patched jdtcore sources" />
<executions>
<execution>
<id>unzipasm</id>
- <phase>validate</phase>
+ <phase>prepare-package</phase>
<configuration>
<tasks>
<echo message="unzip jarjar'd asm" />