From 025bd913b500b7ef0e809d51195e0b801e751aad Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Wed, 13 Jul 2016 01:45:08 +0200 Subject: [PATCH] Remove project local Xtend dependencyManagement and Maven plugin Because we now have this available in odl-parent. Note that the configuration there is slightly different and uses target/generated-source instead of src. Therefore the clean is no longer needed. Also add-source does not seem to be required; I've found that the Xtend Maven plugin and the Xtend IDE M2E support already cover this correctly by themselves. Change-Id: Ic878b7c3d63c06595e61c42f0b729bf3d50861cf Signed-off-by: Michael Vorburger --- common/parent/pom.xml | 46 ------------------------------------------- 1 file changed, 46 deletions(-) diff --git a/common/parent/pom.xml b/common/parent/pom.xml index 399074e243..d32dbdf06d 100644 --- a/common/parent/pom.xml +++ b/common/parent/pom.xml @@ -83,22 +83,6 @@ maven-plugin-api 3.3.3 - - org.eclipse.xtend - org.eclipse.xtend.lib - 2.9.2 - - - org.eclipse.xtend - org.eclipse.xtend.lib.macro - 2.9.2 - - - org.eclipse.xtext - org.eclipse.xtext.xbase.lib - 2.9.2 - - org.glassfish.jersey.ext jersey-proxy-client @@ -345,27 +329,11 @@ target/generated-sources/parser ${salGeneratorPath} - ${basedir}/src/main/xtend-gen - - org.eclipse.xtend - xtend-maven-plugin - 2.9.2 - - - - compile - - - ${basedir}/src/main/xtend-gen - - - - org.apache.servicemix.tooling depends-maven-plugin @@ -402,20 +370,6 @@ --> - - - maven-clean-plugin - - - - ${basedir}/src/main/xtend-gen - - ** - - - - - org.apache.maven.plugins maven-jar-plugin -- 2.36.6