Re: Fwd: maven2 xdoclet2 plugin

"Shinobu Kawai" <[email protected]>
Newsgroups gmane.comp.java.xdoclet.user
Message-ID <[email protected]>
Hi Marco,

>   can anyone point me in the right direction for using maven2 xdoclet2
> plugin?
>
> i followed this link
>
> http://xdoclet.codehaus.org/Maven2+plugin

>       <pluginRepository>
>       <id>codehaus-plugins</id>
>       <url>http://dist.codehaus.org/</url>
>       <snapshots>
>            <enabled>true</enabled>
>       </snapshots>
>       <releases>
>           <enabled>true</enabled>
>       </releases>
>       </pluginRepository>

Since dist.codehaus.org is a legacy maven repository, you need to
specify it like this:

    <pluginRepository>
      <url>http://dist.codehaus.org</url>
      <layout>legacy</layout>
      ...
    </pluginRepository>

If all else fails, install from the source.  :)

Best regards,
-- Shinobu

--
Shinobu Kawai <[email protected]>

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.