[jira] Commented: (MNG-1161) Assembly doesn't work with provided scope

2005-10-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1161?page=comments#action_48393 ] Brett Porter commented on MNG-1161: --- ok, we should look into the best way to work this out then. A workaround is probably to have a dependency set where the artifacts are explicity de

[jira] Commented: (MNG-1161) Assembly doesn't work with provided scope

2005-10-11 Thread Brian Fox (JIRA)
[ 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 use

[jira] Commented: (MNG-1161) Assembly doesn't work with provided scope

2005-10-10 Thread Brett Porter (JIRA)
[ 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 w