Simple question: How do I best override the maven-javadoc-plugin to make
it do nothing?
I'm integrating a non-API project into a much larger build where
everything else is an API, so maven-javadoc-plugin is specified in the
parent. It would be best to just have it not run javadoc on this
project, or do nothing.
Is the best strategy to specify "*" for the "excludePackageNames" property?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]