[ http://jira.codehaus.org/browse/MNG-1161?page=comments#action_48328 ]
Brian Fox commented on MNG-1161: -------------------------------- If I change the dependancies to runtime, then I can't compile. I have a bunch of jars that I need to compile but don't want to include in my jar so I used the provided scope. This project is an open source one called cewolf on sourceforge. I am trying to assemble a zip that contains all the libs and source so someone not using maven can still use the package. I'm effectively mimicking the zip created by the previous ant scripts. > 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]
