From 64d790a266e678dbf06505398959385263be3505 Mon Sep 17 00:00:00 2001 From: Claudio Atzori Date: Wed, 29 Apr 2020 16:56:18 +0200 Subject: [PATCH] updated maven plugin dependencies --- dhp-build/dhp-build-properties-maven-plugin/pom.xml | 13 ++++++++++--- .../WritePredefinedProjectProperties.java | 2 +- pom.xml | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/dhp-build/dhp-build-properties-maven-plugin/pom.xml b/dhp-build/dhp-build-properties-maven-plugin/pom.xml index df5045fcb..82228fe07 100644 --- a/dhp-build/dhp-build-properties-maven-plugin/pom.xml +++ b/dhp-build/dhp-build-properties-maven-plugin/pom.xml @@ -17,17 +17,23 @@ org.apache.maven maven-plugin-api - 2.0 + 3.6.3 org.apache.maven maven-project - 2.0 + 2.2.1 + + org.apache.maven + maven-artifact + 2.2.1 + + org.kuali.maven.plugins properties-maven-plugin - 1.3.2 + 2.0.1 com.google.code.findbugs @@ -73,6 +79,7 @@ maven-javadoc-plugin true + none diff --git a/dhp-build/dhp-build-properties-maven-plugin/src/main/java/eu/dnetlib/maven/plugin/properties/WritePredefinedProjectProperties.java b/dhp-build/dhp-build-properties-maven-plugin/src/main/java/eu/dnetlib/maven/plugin/properties/WritePredefinedProjectProperties.java index c1c567f95..d195ca86e 100644 --- a/dhp-build/dhp-build-properties-maven-plugin/src/main/java/eu/dnetlib/maven/plugin/properties/WritePredefinedProjectProperties.java +++ b/dhp-build/dhp-build-properties-maven-plugin/src/main/java/eu/dnetlib/maven/plugin/properties/WritePredefinedProjectProperties.java @@ -40,7 +40,7 @@ import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; /** * Writes project properties for the keys listed in specified properties files. Based on: - * http://site.kuali.org/maven/plugins/properties-maven-plugin/1.3.2/write-project-properties-mojo.html + * http://site.kuali.org/maven/plugins/properties-maven-plugin/2.0.1/write-project-properties-mojo.html * * @author mhorst * @goal write-project-properties diff --git a/pom.xml b/pom.xml index 3466dc783..0bc01177e 100644 --- a/pom.xml +++ b/pom.xml @@ -570,9 +570,9 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10.4 true + none