Hello,
i have some similar problem. Actually XDoclet2 cannot be found:
I always get the Error:
Unable to download the artifact from any repository
xdoclet:maven2-xdoclet2-plugin:pom20.0.5-SNAPSHOT
Anyone can tell me what i am doing wrong ?
Regards,
Jens
Graham Leggett wrote on Thursday, May 10, 2007 12:48 PM:
Hi all,
Up until now I have been using the xdoclet-maven-plugin from
org.codehaus.mojo, and having upgraded to v2.0.6 of maven,
this plugin no
longer works.
It works, you just have to add the dep to ant at the plugin's declaration:
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.5</version>
</dependency>
</dependencies>
</dependencies>
Research shows that this particular plugin seems to
have been abandoned.
Further research finds a confusing array of plugins, named
maven-xdoclet2-plugin, and maven2-xdoclet2-plugin.
Which is the canonical plugin that should be used moving forward?
- Jörg
---------------------------------------------------------------------
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]