From aeddfedce522c2e73a4f21ce9d0ec5f177915d64 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Sun, 16 Aug 2020 16:55:54 +0800 Subject: [PATCH] avoid build issues with symlink Signed-off-by: olivier lamy --- pom.xml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index e3f738d9..e205329a 100644 --- a/pom.xml +++ b/pom.xml @@ -55,12 +55,12 @@ limitations under the License. - - org.apache.maven.shared - maven-plugin-testing-harness - 1.1 - test - + + org.apache.maven.shared + maven-plugin-testing-harness + 1.1 + test + org.openjdk.jmh jmh-core @@ -78,6 +78,16 @@ limitations under the License. + + org.apache.maven.plugins + maven-resources-plugin + + 2.7 + org.apache.maven.plugins maven-javadoc-plugin