On Nov 16, 2007 11:28 AM, Paul MERLIN <[EMAIL PROTECTED]> wrote: > I have a project that produce a zip file. I did a project with pom packaging, > an assembly is building the zip file. This produced zip file is attached to > the pom artifact so it is installed/deployed with it. > > Now I need to reuse this zip file from another maven project. > > How can I declare a dependency to the previous project and be able to use the > attached zip file in another assembly in the new project ?
It should work with a normal dependency plus the type and classifier elements. If that doesn't help, paste what you tried and someone will help correct it. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
