I checked out xdoclet-all from sourceforge.
Of course I'm asking about the use of the old-style maven plugin
dependencies declarations used in the project.xml:
<dependency>
<id>xdoclet+xjavadoc</id>
<version>@XJAVADOC_VERSION@</version>
</dependency>
causes the maven-xdoclet-plugin to look for xdoclet-xjavadoc-1.0.1.jar (in
the most recent cvs build).
The ant build only builds xjavadoc-1.0.1.jar, I have to either change the
above in the source to:
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xjavadoc</artifactId>
<version>@XJAVADOC_VERSION@</version>
</dependency>
or else copy the resulting xjavadoc-1.0.1.jar to xdoclet-xjavadoc-1.0.1.jar
in the repository.
Neither of these is really what I want to do after cvs update and a rebuild.
I haven't seen this fixed for several weeks, is nobody using the
maven-xdoclet-plugin?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]