Le Thu, 10 Sep 2009 19:41:00 -0700, Jason Chaffee <[email protected]> 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 debug the javadoc failure on an internal dependency > that does not need javadocs released. > from the version 2.5, you can skip the javadoc plugin via the configuratin property named skip see http://maven.apache.org/plugins/maven-javadoc-plugin/jar-mojo.html#skip > This is extremely frustrating... > > regards, > > Jason > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Tony Chemit -------------------- tél: +33 (0) 2 40 50 29 28 email: [email protected] http://www.codelutin.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
