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 _______________________________________________ xdoclet-user mailing list xdoclet-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-user