From 123e09bc37f54b5211cc5ba577e72fb995f4c4f8 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 10 Oct 2014 06:04:56 +0200 Subject: [PATCH] Deactivate xtend-maven-plugin We have only three artifacts which use xtend, so there is no reason to mention it in the build section. Move the configuration into pluginManagement, speeding up the build. Change-Id: Iac5e6e93a723b5f7e8beeb7dfa0d63d316d2f6e0 Signed-off-by: Robert Varga --- common/parent/pom.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/common/parent/pom.xml b/common/parent/pom.xml index b5496f738c..0944256ff7 100644 --- a/common/parent/pom.xml +++ b/common/parent/pom.xml @@ -725,6 +725,21 @@ + + org.eclipse.xtend + xtend-maven-plugin + ${xtend.version} + + + + compile + + + ${basedir}/src/main/xtend-gen + + + + @@ -749,21 +764,6 @@ --> - - org.eclipse.xtend - xtend-maven-plugin - ${xtend.version} - - - - compile - - - ${basedir}/src/main/xtend-gen - - - - maven-clean-plugin 2.5 -- 2.36.6