AFAIK, the dist plugin has a pregoal on the site:generate goal so it will be launched anyway. What you can do is write a postGoal that removes the content of the web site juste before the zip/tgz are made.
Another solution is to customize the dist plugin for your need (see ~/.maven/cache). Cheers, St�phane -----Original Message----- From: Michael Mattox [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 2:17 PM To: Maven-users Subject: [SPAM] - Is it possible to disable the site for distributions? - Found word(s) free guaranteed in the Text body. Is it possible to disable the site for distributions? So far I manually edit the maven.xml file to add a site goal which does nothing, but this isn't very clean. It'd be great if I could pass a property saying site.enabled=true/false. I have searched the maven site & dist plugins but don't see anything. Can I do something custom in the maven.xml? Regards, Michael Mattox -- This E-mail is confidential. It may also be legally privileged. If you are not the addressee you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return E-mail. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
