]> source.dussan.org Git - aspectj.git/commitdiff
Manage version version maven-assembly-plugin:3.1.1
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 16 Apr 2021 03:26:45 +0000 (10:26 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 16 Apr 2021 03:26:45 +0000 (10:26 +0700)
No more manual version setting everywhere.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
aspectjmatcher/pom.xml
aspectjrt/pom.xml
aspectjtools/pom.xml
aspectjweaver/pom.xml
installer/pom.xml
pom.xml

index a910dc3df4b9b4694f0ca27ad463827d90552d95..06597f41c4cf64779b0ce6f455030e3b72a2fef6 100644 (file)
                        -->
 
                        <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
                                <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>aspectjmatcher-assembly</id>
index 611475af5f73955d23b5592af514ad2eeed4d9cb..341b83fd69d959e418c7c2d1bed589e672570dad 100644 (file)
                        </plugin>
 
                        <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
                                <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>aspectjrt-assembly</id>
index bf098e2ccddf06907414f8ee7c8d56e8635087d3..b14b2fe01af92e2d740f15a5502e236528cbdb79 100644 (file)
                        </plugin>
 
                        <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
                                <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>
index 386345c131380e5025de99eb60f2dcbeab6d4793..da4b3b2331a257d42310f87bd70d65e345304e79 100644 (file)
                        </plugin>
 
                        <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
                                <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>aspectjweaver-assembly</id>
index b3cf100050b7ecedf8bc45518e050134d0ef2b91..977fa1d12a4a8a58087d2e4a6b8c0b1416fa6187 100644 (file)
                        </plugin>
 
                        <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
                                <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>aspectjinstaller-assembly</id>
diff --git a/pom.xml b/pom.xml
index d372ccab2454a9f562cb0822704bb26eee87dbc4..5f958f35e55784c28d4a4141fceaff18a8b998a6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        <artifactId>maven-dependency-plugin</artifactId>
                                        <version>3.1.2</version>
                                </plugin>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-assembly-plugin</artifactId>
+                                       <version>3.1.1</version>
+                               </plugin>
                        </plugins>
                </pluginManagement>