Mercurial > dive4elements > river
changeset 9676:faccc67cac1d 3.2.x
Add plugin versions where missing
For maven-jar-plugin, use the same version as already added
in the default branch to avoid later merge conflicts.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 29 May 2020 20:07:01 +0200 |
parents | 59ad66feb8f8 |
children | bfc047db6ed7 |
files | backend/pom-oracle.xml backend/pom.xml gwt-client/pom.xml |
diffstat | 3 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/backend/pom-oracle.xml Fri May 29 19:25:55 2020 +0200 +++ b/backend/pom-oracle.xml Fri May 29 20:07:01 2020 +0200 @@ -46,6 +46,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> + <version>2.4</version> <configuration> <archive> <manifest>
--- a/backend/pom.xml Fri May 29 19:25:55 2020 +0200 +++ b/backend/pom.xml Fri May 29 20:07:01 2020 +0200 @@ -46,6 +46,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> + <version>2.4</version> <configuration> <archive> <manifest>
--- a/gwt-client/pom.xml Fri May 29 19:25:55 2020 +0200 +++ b/gwt-client/pom.xml Fri May 29 20:07:01 2020 +0200 @@ -172,6 +172,7 @@ <!-- Add source folders to test classpath in order to run gwt-tests as normal junit-tests --> <plugin> <artifactId>maven-surefire-plugin</artifactId> + <version>2.22.1</version> <configuration> <additionalClasspathElements> <additionalClasspathElement>${project.build.sourceDirectory}</additionalClasspathElement> @@ -193,6 +194,7 @@ <!-- Copy static web files before executing gwt:run --> <plugin> <artifactId>maven-resources-plugin</artifactId> + <version>3.1.0</version> <executions> <execution> <phase>compile</phase> @@ -214,6 +216,7 @@ <!-- Delete gwt generated stuff --> <plugin> <artifactId>maven-clean-plugin</artifactId> + <version>3.1.0</version> <configuration> <filesets> <fileset><directory>src/main/webapp/flys</directory></fileset>