2009/10/2 Antonio Petrelli <[email protected]> > 2009/10/2 Wim Deblauwe <[email protected]>: > > I tried setting the scope to > > 'provided' but then the assembly cannot find that zip file it seems. > > You have to add the "scope" element and set it to "provided" in the > "dependencySet" element: > > http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html#class_dependencySet > > > Is there some other way to have a nicer solution? > > I don't if it is "nicer", but a widely adopted solution is to create > an "assembly project", so you can manage your assembly dependencies > independently. > > Setting the provided scope indeed does the trick. Thank you! For me, this solution is nice enough :)
> Antonio > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
