Re: turn off javadoc during release

2009-09-12 Thread Jason Chaffee
Thanks. this is what I did. However, this is not ideal. I am running release using the reactor on about 100 projects and I really one want to not to javadoc on the single project where it is failing. Jason On Sep 12, 2009, at 6:04 AM, Benjamin Bentmann wrote: > Tony Chemit wrote: > >> L

Re: turn off javadoc during release

2009-09-12 Thread Benjamin Bentmann
Tony Chemit wrote: Le Thu, 10 Sep 2009 19:41:00 -0700, Jason Chaffee a écrit : Is there a way to turn off javadoc execution during release:perform? I using -Dgoals=deploy, but javadoc execution is still happening. from the version 2.5, you can skip the javadoc plugin via the configuratin

Re: turn off javadoc during release

2009-09-12 Thread Tony Chemit
Le Thu, 10 Sep 2009 19:41:00 -0700, Jason Chaffee a écrit : > Is there a way to turn off javadoc execution during release:perform? I > using -Dgoals=deploy, but javadoc execution is still happening. > > I need to turn it off because it is causing the release to fail. I > don't have time to

turn off javadoc during release

2009-09-10 Thread Jason Chaffee
Is there a way to turn off javadoc execution during release:perform? I using -Dgoals=deploy, but javadoc execution is still happening. I need to turn it off because it is causing the release to fail. I don't have time to debug the javadoc failure on an internal dependency that does not need