From b176b8f311e2382cf00ae8a3a6bfaba912183c25 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Mon, 28 Sep 2020 16:33:54 +0200 Subject: [PATCH] Ignore validation of antrun and resources' plugins. --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index 515ccf9..d2a75df 100644 --- a/pom.xml +++ b/pom.xml @@ -780,6 +780,19 @@ + + + org.apache.maven.plugins + maven-antrun-plugin + [1.8,) + + run + + + + + + org.apache.maven.plugins @@ -834,6 +847,19 @@ + + + org.apache.maven.plugins + maven-resources-plugin + ${plugin.resources.version} + + copy-resources + + + + + +