We don't generally recommend building from SVN unless you intend to
patch the code, however for the record you do this:

svn co https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins
and in the plugin of your choice, run:
mvn install

For now, you can do this to get the latest published build (which I've
just done):

<pluginRepositories>
  <pluginRepository>
    <id>snapshots</id>
    <url>http://snapshots.maven.codehaus.org/maven2</url>
  </pluginRepository>
</pluginRepositories>

Cheers,
Brett

On 11/15/05, Ashley Hurkoo <[EMAIL PROTECTED]> wrote:
> Can you send me a link where it is documented how to  build this plugin from
> SVN for it to work for me?
>
>
>
> -----Original Message-----
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 15, 2005 11:59 AM
> To: Maven Users List
> Subject: Re: Javadoc within the maven generated site
>
> It's a known issue, fixed in SVN.
>
> On 11/15/05, Ashley Hurkoo <[EMAIL PROTECTED]> wrote:
> > Does anyone knows how to generate the javadoc in the maven site,
> >
> > I did this
> >
> > <reporting>
> >         <plugins>
> >       <plugin>
> >         <groupId>org.apache.maven.plugins</groupId>
> >         <artifactId>maven-javadoc-plugin</artifactId>
> >       </plugin>
> >     </plugins>
> > </reporting>
> >
> > It generates the javadoc, but when I click the link on the maven
> > generated site, it does not work.
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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]
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to