diff --git a/eclipse/plugin.jelly b/eclipse/plugin.jelly index 0d608f1e..8ceff652 100644 --- a/eclipse/plugin.jelly +++ b/eclipse/plugin.jelly @@ -3,7 +3,8 @@ + xmlns:test="test" + xmlns:util="jelly:util"> @@ -243,6 +244,74 @@ + + + + + + + Creating external tools + + + + Adapting the generated file for a ${os} box. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Generating ${fileName} + + + + + + + + + + + + + + + + + Please set maven.eclipse.workspace to the location of your eclipse workspace. + Alternatively, copy + ${maven.build.dir}/eclipse/*.launch + to + [maven.eclipse.workspace]/.metadata/.plugins/org.eclipse.debug.core/.launches/ + + + + + + diff --git a/eclipse/project.xml b/eclipse/project.xml index 05b04594..9935da7f 100644 --- a/eclipse/project.xml +++ b/eclipse/project.xml @@ -5,7 +5,7 @@ 3 maven-eclipse-plugin Maven Eclipse Plug-in - 1.3 + 1.4-SNAPSHOT A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment Eclipse Plugin for Maven http://maven.apache.org/reference/plugins/eclipse/ diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml index 18a8f24b..2688dbf2 100644 --- a/eclipse/xdocs/changes.xml +++ b/eclipse/xdocs/changes.xml @@ -6,7 +6,13 @@ - + + + Added support for Eclipse 2.1 external tools + + + + Smarter generation of .classpath file. ${basedir} prefix is cut off if present in any path. diff --git a/eclipse/xdocs/goals.xml b/eclipse/xdocs/goals.xml index ea3b5cdf..58bd9e0a 100644 --- a/eclipse/xdocs/goals.xml +++ b/eclipse/xdocs/goals.xml @@ -66,6 +66,28 @@ ${eclipse workspace}/.metadata/.plugins/org.eclipse.ui.externaltools/externaltoo + + eclipse:external-tools-21 + +

+ Generates an external tool file for each default goal available to + a Maven project into the ${maven.build.dir}/eclipse/ directory +

+

+ If the ${maven.eclipse.workspace} + property is set, the file is copied to the correct location within + that workspace +

+

+ If the ${maven.eclipse.workspace} + is not set, the files should be manually copied to + +${your eclipse workspace}/.metadata/.plugins/org.eclipse.debug.core/.launches/ + +

+
+
+ eclipse:add-maven-repo