Wendy, Thanks, I neglected to check the parent pom file that all of my project parents inherit from. I commented out the javadoc plugin section.
Thanks, John Wendy Smoak-3 wrote: > > On 7/22/07, jp4 <[EMAIL PROTECTED]> wrote: > >> I was wondering if there is an easy way to skip javadoc generation while >> invoking >> >> mvn clean deploy site site:deploy > > mvn clean deploy site-deploy > > (Unrelated to your question, but this will do more or less the same > thing-- site-deploy is the last phase in the 'site' lifecycle.) > >> I have a project with a tremendous amount of javadoc. Generation of site >> docs takes forever, I want the other reports, but javadoc isn't cruical. > > Remove the javadoc plugin from the <reporting> section? > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Disable-javadoc-during-site-tf4126698s177.html#a11736440 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
