[ http://jira.codehaus.org/browse/MNG-1161?page=comments#action_48291 ]
Brett Porter commented on MNG-1161: ----------------------------------- if the dependencies are "provided", why do you need to bundle them in the assembly? should they perhaps be runtime instead? > Assembly doesn't work with provided scope > ----------------------------------------- > > Key: MNG-1161 > URL: http://jira.codehaus.org/browse/MNG-1161 > Project: Maven 2 > Type: Bug > Components: maven-assembly-plugin > Versions: 2.0-beta-3 > Environment: WinXP > Reporter: Brian Fox > > > I have a project with all dependancies in the provided scope. I'd like to > create an assembly that contains all these jars. If I set the scope to > provided in the assembly descriptor xml file, it ignores all these > dependancies. If I change it to test, it grabs them, but also my test > dependancies as expected. -- 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]
