since the value is readonly, it doesn't go to the user-documentation because
user can't do anything: it's pure internal code
for yourself, you can change readonly to false and see user documentation
generated
Regards,
Hervé
Le dimanche 15 décembre 2013 21:15:32 Martin Gainty a écrit :
> Folks-
>
>
>
> org.apache.maven.compiler.plugin.compiler.CompilerMojo.java
>
> /**
> * The source directories containing the sources to be compiled.
> */
> @Parameter( defaultValue = "${project.compileSourceRoots}", readonly =
> true, required = true )
>
>
> For some reason I cannot locate compileSourceRoots anywhere on
> maven-compiler-plugin page
> http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html
>
>
>
> do I need better glasses to read this page properly?
> Martin --
> ______________________________________________
> .. place long-winded disclaimer here..
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]