Matt Benson a écrit :

Well, apparently I'm going to try another RC anyway...
but the really cool thing about Commons is that the
various committers can kick in here and there across
components if they like, for example if one committer
was completely Maven-illiterate and another committer
wanted a tweak to the site build, wink, wink, nudge,
nudge...

I'm quite Maven-illiterate too :) I'd happily tweak the JXPath POM but SVN is down and I'll be away for a few days. To add the links you just have to put this in the reporting plugins section of the POM:

<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/beanutils/apidocs/</link>
      <link>http://www.jdom.org/docs/apidocs/</link>
    </links>
  </configuration>
</plugin>


Emmanuel Bourg



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

Reply via email to