Assembly plugin fails to resolve dependency when it tries to package the 
application
------------------------------------------------------------------------------------

         Key: MNG-1554
         URL: http://jira.codehaus.org/browse/MNG-1554
     Project: Maven 2
        Type: Bug
  Components: maven-assembly-plugin  
    Versions: 2.0    
 Environment: windows XP Prof, Maven 2.0, maven-assembly-plugin 2.0
    Reporter: Anuerin Diaz


When invoking goals in the assembly plugin, it tries to build the application 
modules. However it fails when trying to resolve the dependencies because the 
artifacts of the base modules are not yet installed in the local repository. It 
seems that the plugin is not able to read the reactor/storage that tthe normal 
compiler environment uses. 

Issuing the package command on the project works so the fix should be such that 
the assembly plugin utilitze the same mechanism that "mvn package" uses for 
building the application, or else dont attempt to build the application and 
just assume that the artifacts are already built and only needs to be packaged 
as described in the "assembly descriptor".

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to