David, The simplest solution before the release of Maven 2.0.1 is to download the newest release yourself: Actually it is quite simple: - Download SVN (if not already on your machine) - Checkout the maven source tree. "svn checkout http://svn.apache.org/repos/asf/maven/components/trunk/ maven-site" - Find the plugins directory, drill down to maven-javadoc - Run the mvn commands "mvn compile" and "mvn install". - The newest plugin is automatically added to your repository. --rik
2005/11/11, David Sag <[EMAIL PROTECTED]>: > > > I'm quite amazed that this long-standing bug with the javadoc plugin > hasn't been addressed sooner. I know it's been fixed but is there a problem > with actually releasing the fixed javadoc plugin? It's quite embarrassing > giving demos of maven 2 and having to constantly explain that "this blank > page is where the javadocs would be but for a bug." Or is javadoc generation > a very very low priority for most developers? > > Kind regards, > Dave Sag > > > > > > > Brett Porter <[EMAIL PROTECTED]> wrote on 11-11-2005 05:12:23: > > > The fix will occur when the next javadoc plugin release is made. It > > isn't currently scheduled. > > > > I'm not sure if the checkstyle plugin is correctly linking them - you > > might need to file a bug. > > > > - Brett > > > > On 11/11/05, Rik Bosman <[EMAIL PROTECTED]> wrote: > > > Brett, > > > The plugin is working, the sources were generated. > > > But still no links in the generated checkstyle report. Any > suggestions? > > > Another question: I read about the problem with the empty javadoc " > > > index.html". > > > The solution would be in maven 2.0.1. for what date is this release > planned? > > > --rik > > > > > > 2005/11/10, Brett Porter <[EMAIL PROTECTED]>: > > > > > > > > groupId = org.codehaus.mojo > > > > artifactId = jxr-maven-plugin > > > > > > > > it is still in beta. > > > > > > > > On 11/10/05, Rik Bosman <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > I want to use maven2 to generate some reports (e.g. mvn site) to > check > > > > code > > > > > produced by a company working for us in India. Generating the > reports > > > > for > > > > > pmd and checkstyle goes pretty straightforward, but the html links > (the > > > > > mentioned line should be a link) are missing. I saw this feature > in some > > > > > examples which I found on the Internet. > > > > > How could this be done? > > > > > Currenty I only have a simple pom.xml with only 2 plugins. Do I > need > > > > > another plugin to generate the (xref?) sources? Where can > thisplugin be > > > > > found? > > > > > Thanks a lot. > > > > > Rik > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > >
