[ 
https://jira.codehaus.org/browse/MNGSITE-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=309802#comment-309802
 ] 

Dennis Lundberg commented on MNGSITE-164:
-----------------------------------------

The "(Since 2.2)" you see in the documentation refers to the version of Maven 
Assembly Plugin - not Maven itself. It means that the parameter was first 
introduced in Maven Assembly Plugin 2.2.

I tried building your sample project like this:
{noformat}
mvn clean verify
{noformat}

The build succeeds and the only problems I see are warnings like this one:
{noformat}
[WARNING] NOTE: Currently, inclusion of module dependencies may produce 
unpredictable results if a version conflict occurs.
{noformat}

What is the behavior you expect and what is the behavior that you currently see?
                
> 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

        

Reply via email to