goal for all projects
+ e.g.
+ + This plug-in provides the ability to work with many projects via the same interface + as a single project. +
++ For more information on the functionality provided by this plugin, + please see the Goals document. +
++ For more information on how to customise the functionality provided + by this plugin, please see the properties + document. +
+| Property | +Optional? | +Description | +
|---|---|---|
| maven.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.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 the empty string. + |
+
| maven.multiproject.ignoreFailures | +Yes | +
+ + Set this to true to allow the plugin to continue + when any project fails during processing. + +
+ Default value is |
+
| maven.multiproject.includes | +Yes | +
+ + This is the list of file specifications to be included when searching for + projects to be processed by the plugin + +
+ Default value is |
+