Upgrade plugins (#4537)

* exec-maven-plugin to 3.5.0
https://github.com/mojohaus/exec-maven-plugin/releases
* maven-dependency-plugin to 3.8.1
* maven-plugin-plugin to 3.15.1

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
pull/4548/head
Holger Friedrich 2025-01-07 18:22:30 +01:00 committed by GitHub
parent 7ae5d7aae8
commit 98552a4d88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 14 additions and 8 deletions

View File

@ -45,10 +45,11 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.0</version>
<configuration>
<executable>java</executable>
<classpathScope>compile</classpathScope>
<longModulepath>false</longModulepath>
<arguments>
<argument>-classpath</argument>
<classpath/>

View File

@ -50,10 +50,11 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.0</version>
<configuration>
<executable>java</executable>
<classpathScope>compile</classpathScope>
<longModulepath>false</longModulepath>
<arguments>
<argument>-classpath</argument>
<classpath/>

View File

@ -50,10 +50,11 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.0</version>
<configuration>
<executable>java</executable>
<classpathScope>compile</classpathScope>
<longModulepath>false</longModulepath>
<arguments>
<argument>-classpath</argument>
<classpath/>

View File

@ -86,10 +86,11 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.0</version>
<configuration>
<executable>java</executable>
<classpathScope>compile</classpathScope>
<longModulepath>false</longModulepath>
<arguments>
<argument>-classpath</argument>
<classpath/>

View File

@ -45,10 +45,11 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.0</version>
<configuration>
<executable>java</executable>
<classpathScope>compile</classpathScope>
<longModulepath>false</longModulepath>
<arguments>
<argument>-classpath</argument>
<classpath/>

View File

@ -68,10 +68,11 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.0</version>
<configuration>
<executable>java</executable>
<classpathScope>compile</classpathScope>
<longModulepath>false</longModulepath>
<arguments>
<argument>-classpath</argument>
<classpath/>

View File

@ -168,7 +168,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.1</version>
<executions>
<execution>
<id>unpack-eea</id>

View File

@ -21,7 +21,7 @@
<maven.core.version>3.6.0</maven.core.version>
<maven.plugin.api.version>3.6.0</maven.plugin.api.version>
<maven.plugin.annotations.version>3.6.0</maven.plugin.annotations.version>
<maven.plugin.plugin.version>3.12.0</maven.plugin.plugin.version>
<maven.plugin.plugin.version>3.15.1</maven.plugin.plugin.version>
<maven.plugin.compiler.version>3.8.1</maven.plugin.compiler.version>
</properties>