+ New goal eclipse:multiclean
+ New goal eclipse:multiproject
Upgrade maven-model to version 3.0.2
Updated FAQ with multiproject entries.
Fixed broken test cases.
diff --git a/eclipse/xdocs/goals.xml b/eclipse/xdocs/goals.xml
index 1904866d..8b463777 100644
--- a/eclipse/xdocs/goals.xml
+++ b/eclipse/xdocs/goals.xml
@@ -125,7 +125,7 @@ ${your eclipse workspace}/.metadata/.plugins/org.eclipse.debug.core/.launches/
- eclipse:add-maven-repo
+ eclipse:add-maven-repo
Ensures that the classpath variable MAVEN_REPO
exists in the Eclipse environment.
@@ -135,6 +135,25 @@ ${your eclipse workspace}/.metadata/.plugins/org.eclipse.debug.core/.launches/
Eclipse must not be running.
+
+
+ eclipse:multiproject
+
+ Launch the eclipse goal in a multiproject environment.
+
+ The properties ${maven.eclipse.multiproject.basedir}, ${maven.eclipse.multiproject.ignoreFailures}, ${maven.eclipse.multiproject.includes}, ${maven.eclipse.multiproject.excludes} are used to customize the behaviour of this goal.
+
+
+
+
+ eclipse:multiclean
+
+ Launch the eclipse:clean goal in a multiproject environment.
+
+ The properties ${maven.eclipse.multiproject.basedir}, ${maven.eclipse.multiproject.ignoreFailures}, ${maven.eclipse.multiproject.includes}, ${maven.eclipse.multiproject.excludes} are used to customize the behaviour of this goal.
+
+
+
diff --git a/eclipse/xdocs/properties.xml b/eclipse/xdocs/properties.xml
index b38b500c..5e18384c 100644
--- a/eclipse/xdocs/properties.xml
+++ b/eclipse/xdocs/properties.xml
@@ -159,6 +159,61 @@
remote repositories, when no source archive is available. Defaults to true.
+
+
+ | maven.eclipse.multiproject.basedir |
+ Yes |
+
+
+ This is the base directory that the plugin will use when searching for
+ projects to be processed. It is also the 'current directory' for relative paths
+
+
+ Default value is ${maven.multiproject.basedir}.
+
+ |
+
+
+ | maven.eclipse.multiproject.ignoreFailures |
+ Yes |
+
+
+ Set this to true to allow the plugin to continue
+ when any project fails during processing.
+
+
+ Default value is ${maven.multiproject.ignoreFailures}.
+
+ |
+
+
+ | maven.eclipse.multiproject.includes |
+ Yes |
+
+
+ This is the list of file specifications to be included when searching for
+ projects to be processed by the plugin.
+
+
+ The 'top-level' project that you use to run maven eclipse:multiproject
+ must not be included in the set of projects to be processed.
+
+
+ Default value is ${maven.multiproject.includes}.
+
+ |
+
+
+ | maven.eclipse.multiproject.excludes |
+ Yes |
+
+
+ This is the list of file specifications to be excluded when searching for
+ projects to be processed by the plugin
+
+ Default value is ${maven.multiproject.excludes}.
+ |
+
Note that you will need to defined a MAVEN_REPO Java