From ff28045b6473bb37859ad58df0c48b5b0d4e72e7 Mon Sep 17 00:00:00 2001 From: jstrachan Date: Thu, 6 Mar 2003 12:57:30 +0000 Subject: [PATCH] added support for the eclipse output directory to be configurable from a user defined property git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113055 13f79535-47bb-0310-9956-ffa450edef68 --- eclipse/plugin.jelly | 7 ++++++- eclipse/xdocs/properties.xml | 10 ++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/eclipse/plugin.jelly b/eclipse/plugin.jelly index ac9ac521..0c18e092 100644 --- a/eclipse/plugin.jelly +++ b/eclipse/plugin.jelly @@ -13,6 +13,11 @@ + + + + + Creating ${basedir}/.project ... @@ -76,7 +81,7 @@ - + diff --git a/eclipse/xdocs/properties.xml b/eclipse/xdocs/properties.xml index 393b17b0..b0850738 100644 --- a/eclipse/xdocs/properties.xml +++ b/eclipse/xdocs/properties.xml @@ -38,6 +38,16 @@ build classpath. + + maven.eclipse.output.dir + Yes (default=target/classes) + + The directory to which Eclipse should output its classes. + By default this is the same directory as Maven generates its code + however this can be changed so that maven clean + does not interfere with Eclipse's build. + +

Note that you will need to defined a MAVEN_REPO Java