Another regression problem: XDoclet plugin is completly broken. The plugin itself was problematic anyway, since it depends on the o.a.m.p:maven-anrun-plugin:1.0 (as jar dependency!!!) that prevented the version 1.1 from antrun-plugin to work properly already with earlier Maven versions (MOJO-641). IIRC for M206 was something done with the classpaths of plugins in general ... and now the xdoclet-maven-plugin chokes directly (MOJO-618 - I don't know why ther OP did close this issue though, he clearly states himself that it's broken for M206).
However, I got it running by creating my private version of the plugin, simply by removing the dep to the antrun plugin and copying that code (into a new package). That version runs fine. So the problem seems basically a result from this unfortunat dep to a different plugin instead of a shared component ... - Jörg Jörg Schaible wrote on Monday, April 02, 2007 2:46 PM: > A dependencyManagement section overwrites the scope of the > currently built artifact (MNG-2919) ... :-/ > > Heads-up: 2.0.6 is listed in JIRA still as unreleased ... ;-) > > Jason van Zyl wrote on Sunday, April 01, 2007 3:01 PM: > >> The Apache Maven team would like to announce the availability of >> Maven 2.0.6. We have closed out 22 issues for this release and the >> upgrade from 2.0.5 should be pain free. We corrected a major flaw in >> the artifact resolution mechanism and we cannot find any >> problems but >> information about the change can be found here: >> >> http://maven.apache.org/plugins/maven-dependency-plugin/examples/ >> preparing-dependencies.html >> >> You can find the binaries here: >> >> http://maven.apache.org/download.html >> >> You can find the release notes here: >> >> http://maven.apache.org/release-notes.html >> >> You can find the roadmap here: >> >> http://jira.codehaus.org/secure/IssueNavigator.jspa? >> reset=true&&pid=10500&fixfor=13010&sorter/field=issuekey&sorter/ >> order=DESC >> >> Thanks, >> >> The Apache Maven Team >> >> >> >> > --------------------------------------------------------------------- >> 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]
