Hi,I would like to create my javadoc with using a custom style sheet. I used the following configuration and it worked like expected:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<stylesheetfile>/path/to/css</stylesheetfile>
</configuration>
</plugin>
This configuration is done in my super pom (company pom). Therefore I
don't want to add the style sheet to every project and reference it
using a relative link (if that it is possible).
Instead I want to add the style sheet to my super pom or somewhere on
the web. Using a http link does not work as the javadoc generator
expects a file.
Any ideas? Regards, Johannes Schneider
smime.p7s
Description: S/MIME Cryptographic Signature
