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>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>exec-maven-plugin</artifactId>
|
<artifactId>exec-maven-plugin</artifactId>
|
||||||
<version>3.0.0</version>
|
<version>3.5.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<executable>java</executable>
|
<executable>java</executable>
|
||||||
<classpathScope>compile</classpathScope>
|
<classpathScope>compile</classpathScope>
|
||||||
|
<longModulepath>false</longModulepath>
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>-classpath</argument>
|
<argument>-classpath</argument>
|
||||||
<classpath/>
|
<classpath/>
|
||||||
|
|
|
@ -50,10 +50,11 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>exec-maven-plugin</artifactId>
|
<artifactId>exec-maven-plugin</artifactId>
|
||||||
<version>3.0.0</version>
|
<version>3.5.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<executable>java</executable>
|
<executable>java</executable>
|
||||||
<classpathScope>compile</classpathScope>
|
<classpathScope>compile</classpathScope>
|
||||||
|
<longModulepath>false</longModulepath>
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>-classpath</argument>
|
<argument>-classpath</argument>
|
||||||
<classpath/>
|
<classpath/>
|
||||||
|
|
|
@ -50,10 +50,11 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>exec-maven-plugin</artifactId>
|
<artifactId>exec-maven-plugin</artifactId>
|
||||||
<version>3.0.0</version>
|
<version>3.5.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<executable>java</executable>
|
<executable>java</executable>
|
||||||
<classpathScope>compile</classpathScope>
|
<classpathScope>compile</classpathScope>
|
||||||
|
<longModulepath>false</longModulepath>
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>-classpath</argument>
|
<argument>-classpath</argument>
|
||||||
<classpath/>
|
<classpath/>
|
||||||
|
|
|
@ -86,10 +86,11 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>exec-maven-plugin</artifactId>
|
<artifactId>exec-maven-plugin</artifactId>
|
||||||
<version>3.0.0</version>
|
<version>3.5.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<executable>java</executable>
|
<executable>java</executable>
|
||||||
<classpathScope>compile</classpathScope>
|
<classpathScope>compile</classpathScope>
|
||||||
|
<longModulepath>false</longModulepath>
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>-classpath</argument>
|
<argument>-classpath</argument>
|
||||||
<classpath/>
|
<classpath/>
|
||||||
|
|
|
@ -45,10 +45,11 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>exec-maven-plugin</artifactId>
|
<artifactId>exec-maven-plugin</artifactId>
|
||||||
<version>3.0.0</version>
|
<version>3.5.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<executable>java</executable>
|
<executable>java</executable>
|
||||||
<classpathScope>compile</classpathScope>
|
<classpathScope>compile</classpathScope>
|
||||||
|
<longModulepath>false</longModulepath>
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>-classpath</argument>
|
<argument>-classpath</argument>
|
||||||
<classpath/>
|
<classpath/>
|
||||||
|
|
|
@ -68,10 +68,11 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>exec-maven-plugin</artifactId>
|
<artifactId>exec-maven-plugin</artifactId>
|
||||||
<version>3.0.0</version>
|
<version>3.5.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<executable>java</executable>
|
<executable>java</executable>
|
||||||
<classpathScope>compile</classpathScope>
|
<classpathScope>compile</classpathScope>
|
||||||
|
<longModulepath>false</longModulepath>
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>-classpath</argument>
|
<argument>-classpath</argument>
|
||||||
<classpath/>
|
<classpath/>
|
||||||
|
|
|
@ -168,7 +168,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
<artifactId>maven-dependency-plugin</artifactId>
|
||||||
<version>3.6.1</version>
|
<version>3.8.1</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>unpack-eea</id>
|
<id>unpack-eea</id>
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<maven.core.version>3.6.0</maven.core.version>
|
<maven.core.version>3.6.0</maven.core.version>
|
||||||
<maven.plugin.api.version>3.6.0</maven.plugin.api.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.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>
|
<maven.plugin.compiler.version>3.8.1</maven.plugin.compiler.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue