Take the module out of the parent pom <modules> list. Then make a profile that adds it back to the list, and don't call that profile when you're deploying but only when compiling, testing, etc.
Wayne On 11/13/07, Putrycz, Erik <[EMAIL PROTECTED]> wrote: > I have a multi-module project and one of the module are build tools > which don't need to be deployed. > > Is there any way on the parent pom to ignore one module on the deploy > plugin? > > > > Erik. > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
