On 10/31/06, Shelley Lock <[EMAIL PROTECTED]> wrote:
With some of our JAR/WAR projects, we create secondary project end states with the ZIP format using the assembly plugin. Is there any way to declare these assembled zips as dependencies of other projects? Thanks!
You'll need to install or deploy them to your repository, then you can use <dependency> ... <type>zip</type> http://maven.apache.org/ref/2.0.4/maven-model/maven.html#class_dependency -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
