- Generates an external tool entry for each default goal available to
- a Maven project into a file named externaltools.xml
+ Generates an external tool entry for each goal available to
+ a Maven project (depending of ${maven.eclipse.goals}) into a file named externaltools.xml
If the ${maven.eclipse.workspace} diff --git a/eclipse/xdocs/properties.xml b/eclipse/xdocs/properties.xml index 5e18384c..64ed8190 100644 --- a/eclipse/xdocs/properties.xml +++ b/eclipse/xdocs/properties.xml @@ -47,6 +47,21 @@
++ Generate Eclipse external tools mappings for the specified goals. + This accepts two values: 'all' for all the goals, + and 'plugins' to generate only the plugins' default goals. +
++ If this parameter is specified, the + external-tools goal will use it as the destination to copy the generated file. +
+