Re: [EXTERNAL] How best to override maven-javadoc-plugin to do nothing?

2016-01-15 Thread David M. Karr
Thanks. I managed to figure this out. Sorry I didn't reply before. On 01/15/2016 11:28 AM, Andreas Gudian wrote: The clean way would be to skip the plugin execution using something like this at the appropriate level in your pom / parent-pom hierarchy: org.apache.ma

Re: [EXTERNAL] How best to override maven-javadoc-plugin to do nothing?

2016-01-15 Thread Andreas Gudian
The clean way would be to skip the plugin execution using something like this at the appropriate level in your pom / parent-pom hierarchy: org.apache.maven.plugins maven-javadoc-plugin .. true 2016-01-14 23:38 GMT+01

RE: [EXTERNAL] How best to override maven-javadoc-plugin to do nothing?

2016-01-14 Thread Justin Georgeson
Try setting property maven.javadoc.skip to true in your pom.xml https://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#skip https://maven.apache.org/plugins/maven-javadoc-plugin/jar-mojo.html#skip > -Original Message- > From: David M. Karr [mailto:davidmichaelk...@gmail.