Details
Description
Because of the stylesheet file configuration in:
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<links>
<link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
<link>http://proxytoys.codehaus.org/apidocs/</link>
<link>http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/apidocs/</link>
</links>
<stylesheetfile>$
/../site/xdocs/style/maven-pico-javadoc.css</stylesheetfile>
<header><![CDATA[<img class="logo" src="http://www.picocontainer.org/images/pico-logo.png"></img>]]></header>
<linksource>true</linksource>
</configuration>
</plugin>
It is impossible to build the system without having the site module in the same directory tree.
Could we either have (1) Duplicate CSSes, or (2) an optional profile which enables the javadoc attachments like this. or (??)
-Mike (R)
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.3 [ 11331 ] | |
Affects Version/s | 1.3 [ 11331 ] |
Assignee | Mauro Talevi [ maurotalevi ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Comment HMMM, interesting XSS vulnerability CData a section and you can pass through whatever HTML you want.