From: Robert Varga Date: Fri, 10 Oct 2014 04:04:56 +0000 (+0200) Subject: Deactivate xtend-maven-plugin X-Git-Tag: release/lithium~491^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=123e09bc37f54b5211cc5ba577e72fb995f4c4f8;p=yangtools.git 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 --- 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