maven-javadoc-plugin: command line argument files not supported?

2011-11-04 Thread Rod Woo
Hi, I want to read the values for the Javadoc options -bottom and -footer from files as suggested by http://download.oracle.com/javase/1.4.2/docs/tooldocs/windows/javadoc.html#argumentfiles : C: javadoc -bottom @bottom ... Is there a way to do this using the maven-javadoc-plugin 2.8?

Re: maven-javadoc-plugin: command line argument files not supported?

2011-11-04 Thread Stephen Connolly
Did you look at the docs? http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#additionalparam On 4 November 2011 11:52, Rod Woo r...@gmx.de wrote: Hi, I want to read the values for the Javadoc options -bottom and -footer from files as suggested by