From a84b86e32d5f17e638183af89ec40fce7c6f06e1 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 5 Mar 2019 23:13:02 +0100 Subject: [PATCH] Move Eclipse plugin configuration to a specific profile Otherwise, we have warnings in the build when Maven tries to get the artifact once a day and doesn't find it. --- build-parent/pom.xml | 223 +++++++++++++++++++++++-------------------- 1 file changed, 119 insertions(+), 104 deletions(-) diff --git a/build-parent/pom.xml b/build-parent/pom.xml index ea5dd3b92436d..c185171830994 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -669,110 +669,6 @@ jandex-maven-plugin 1.0.5 - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - io.fabric8 - - docker-maven-plugin - - - [0.26.1,) - - - start - stop - - - - - - - - - - org.apache.maven.plugins - - - maven-antrun-plugin - - - [1.8,) - - - run - - - - - - - - - - org.apache.maven.plugins - - - maven-dependency-plugin - - - [3.1.1,) - - - resolve - - - - - - - - - - org.jboss.jandex - - - jandex-maven-plugin - - - [1.0.5,) - - - jandex - - - - - - - - - io.quarkus - - quarkus-extension-plugin - - - [0.1.0,) - - - extension-list - - - - - - - - - - net.revelc.code.formatter formatter-maven-plugin @@ -943,5 +839,124 @@ + + eclipse + + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + io.fabric8 + + docker-maven-plugin + + + [0.26.1,) + + + start + stop + + + + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + + [1.8,) + + + run + + + + + + + + + + org.apache.maven.plugins + + + maven-dependency-plugin + + + [3.1.1,) + + + resolve + + + + + + + + + + org.jboss.jandex + + + jandex-maven-plugin + + + [1.0.5,) + + + jandex + + + + + + + + + io.quarkus + + quarkus-extension-plugin + + + [0.1.0,) + + + extension-list + + + + + + + + + + + + + +