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
parent
7ae5d7aae8
commit
98552a4d88
|
@ -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/>
|
||||
|
|
|
@ -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/>
|
||||
|
|
|
@ -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/>
|
||||
|
|
|
@ -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/>
|
||||
|
|
|
@ -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/>
|
||||
|
|
|
@ -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/>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue