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. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
