diff options
Diffstat (limited to 'aspectjtools')
-rw-r--r-- | aspectjtools/pom.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml index 56453245f..292e9db41 100644 --- a/aspectjtools/pom.xml +++ b/aspectjtools/pom.xml @@ -32,12 +32,12 @@ <executions> <execution> <id>test-jar</id> - <phase></phase> + <phase>none</phase> </execution> </executions> </plugin> - - + + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> @@ -58,7 +58,7 @@ <goal>run</goal> </goals> </execution> - + <execution> <id>unzipjdt</id> <phase>validate</phase> @@ -74,7 +74,7 @@ <goal>run</goal> </goals> </execution> - + <execution> <id>unzipjdtsrc</id> <phase>validate</phase> @@ -92,12 +92,15 @@ </execution> </executions> </plugin> - + <plugin> <artifactId>maven-assembly-plugin</artifactId> + <!-- + Set version manually in order to override version from super POM, e.g. 2.2-beta-5 from + https://maven.apache.org/ref/3.6.3/maven-model-builder/super-pom + --> + <version>3.1.1</version> <executions> - - <execution> <id>aspectjtools-assembly</id> <phase>package</phase> |