You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Rod Woo <rw...@gmx.de> on 2011/11/04 12:52:50 UTC

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

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?





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Stephen Connolly <st...@gmail.com>.
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 <rw...@gmx.de> wrote:
> 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?
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org