You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ccadete <ca...@gmail.com> on 2006/08/27 15:42:30 UTC

[M2] maven-javadoc-plugin - Stylesheetfile Bug

The use of the property "stylesheetfile" in the plugin maven-javadoc-plugin
and it is not function properly.

I use the configuration in my pom:

<plugin>
       <groupId>org.apache.maven.plugins</groupId>
      	<artifactId>maven-javadoc-plugin</artifactId>
      	<configuration>
      		<outputDirectory>target/javadoc</outputDirectory>
    		<stylesheetfile>javadocsStyle.css</stylesheetfile>
      	 </configuration>
</plugin>

and it does override the default javadoc stylesheet with my own.

ccadete


-- 
View this message in context: http://www.nabble.com/-M2--maven-javadoc-plugin---Stylesheetfile-Bug-tf2172542.html#a6007001
Sent from the Maven - Users forum at Nabble.com.


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