Duncan Jones created MNGSITE-164:
------------------------------------
Summary: Explanation of default value for useAllReactorProjects is
at best confusing, possibly wrong
Key: MNGSITE-164
URL: https://jira.codehaus.org/browse/MNGSITE-164
Project: Maven Project Web Site
Issue Type: Bug
Environment: Apache Maven 2.2.1 (r801777; 2009-08-06 20:16:01+0100)
Java version: 1.7.0
Java home: C:\Program Files\Java\jdk1.7.0\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7" version: "6.1" arch: "x86" Family: "windows"
Reporter: Duncan Jones
Attachments: parent.zip
See page:
http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html#class_moduleSet
The explanation of {{useAllReactorProjects}} is given as follows:
bq. If set to true, the plugin will include all projects in the current reactor
for processing in this ModuleSet. These will be subject to include/exclude
rules. Default value is true. (Since 2.2)
Default value is: false.
I'm using Maven 2.2.1, so I assumed this would default to {{true}}. However, it
appears to be {{false}}. Attached is a small example project which seems to
require {{useAllReactorProjects}} to be specified as true in order to build
correctly with Maven 2.2.1.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira