You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jerome Lacoste (JIRA)" <ji...@codehaus.org> on 2005/11/16 22:04:06 UTC

[jira] Created: (MNG-1591) AbstractUnpackMojo#getDependencies() returns too much

AbstractUnpackMojo#getDependencies() returns too much
-----------------------------------------------------

         Key: MNG-1591
         URL: http://jira.codehaus.org/browse/MNG-1591
     Project: Maven 2
        Type: Improvement
  Components: maven-assembly-plugin  
    Versions: 2.0.1    
    Reporter: Jerome Lacoste


MNG-1588 repaired something that MNG-1206 broke, but AbstractUnpackMojo#getDependencies() is still far from being optimal. 
It returns too much stuff. It should be rewritten.

See the description of MNG-1588 for details.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MASSEMBLY-43) AbstractUnpackMojo#getDependencies() returns too much

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-43?page=all ]
     
Brett Porter closed MASSEMBLY-43:
---------------------------------

      Assign To: Brett Porter
     Resolution: Fixed
    Fix Version: 2.1

a dependency set now includes all reactor projects and dependencies, but keyed on getDependencyConflictId so type and version are taken into account.

I don't agree with the assertion that modules dependencies should not be included, I think they should if you are aggregating your subprojects (its effectively flipping modules to dependencies, and then the other dependencies are transitive).



> AbstractUnpackMojo#getDependencies() returns too much
> -----------------------------------------------------
>
>          Key: MASSEMBLY-43
>          URL: http://jira.codehaus.org/browse/MASSEMBLY-43
>      Project: Maven 2.x Assembly Plugin
>         Type: Bug

>     Reporter: Jerome Lacoste
>     Assignee: Brett Porter
>      Fix For: 2.1

>
>
> MNG-1588 repaired something that MNG-1206 broke, but AbstractUnpackMojo#getDependencies() is still far from being optimal. 
> It returns too much stuff. It should be rewritten.
> See the description of MNG-1588 for details.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org