On 5/17/08, Emmanuel Bourg <[EMAIL PROTECTED]> wrote:
<snip/>
>
>  The Javadoc would be nicer with external links to the JDK, JEE and
> Digester. You just have to add this in the POM:
>
>  <reporting>
>   <plugins>
>     <plugin>
>       <groupId>org.apache.maven.plugins</groupId>
>       <artifactId>maven-javadoc-plugin</artifactId>
>       <configuration>
>         <linksource>true</linksource>
>         <links>
>
> <link>http://java.sun.com/javase/6/docs/api</link>
>
> <link>http://java.sun.com/javaee/5/docs/api/</link>
>
> <link>http://commons.apache.org/digester/apidocs/</link>
>         </links>
>       </configuration>
>     </plugin>
>   </plugins>
>  </reporting>
>
<snap/>

OK.

<OT>
Whats the deal with linking to J6, as you were discussing in some JIRA comments?
</OT>

-Rahul

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to