Bump maven-plugin-plugin to 3.11.0 83/109783/7
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 15 Jan 2024 16:09:00 +0000 (17:09 +0100)
committerRobert Varga <nite@hq.sk>
Wed, 27 Mar 2024 12:51:27 +0000 (12:51 +0000)
https://github.com/apache/maven-plugin-tools/releases/tag/maven-plugin-tools-3.11.0

Change-Id: I9349c84e200d4777b86494350212eb1fc96c2f5f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features-test-plugin/pom.xml
filter-manifest-plugin/pom.xml
odlparent/pom.xml
template-feature-plugin/pom.xml

index e69bec60bc08c87516fbf6ab4e6ec526a1c225e9..6a672f5d79c085b565adaf8059eca1e8ffc26b57 100644 (file)
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-plugin-plugin</artifactId>
+                <configuration>
+                    <goalPrefix>feattest</goalPrefix>
+                </configuration>
                 <executions>
                     <execution>
                         <id>default-descriptor</id>
index 30368d52769d209ea0ffa2c2b0303831e512648b..50e3fc1e0cc8fdf5023f79b0560fe19db297be50 100644 (file)
@@ -46,6 +46,9 @@
         <plugins>
             <plugin>
                 <artifactId>maven-plugin-plugin</artifactId>
+                <configuration>
+                    <goalPrefix>fmanifest</goalPrefix>
+                </configuration>
                 <executions>
                     <execution>
                         <id>mojo-descriptor</id>
index 89a88038044b82fd75588b8b26810f41071e9e57..591fb7623f51d616ce368f1f5d893fd71a5f89b6 100644 (file)
 
         <plugin>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.10.2</version>
+          <version>3.11.0</version>
         </plugin>
 
         <plugin>
index 66c6ef43099ce912f507ea3ec26d7d1cba0747ea..22e95742b2d7caa9d2c9299420aac9db1b90a6a9 100644 (file)
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-plugin-plugin</artifactId>
+                <configuration>
+                    <goalPrefix>feattmpl</goalPrefix>
+                </configuration>
                 <executions>
                     <execution>
                         <id>mojo-descriptor</id>