--- khote <[EMAIL PROTECTED]> wrote:
> 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?

I'm using it.   I'm commiting a patch to CVS repository.

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verstärkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] für die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
----[ http://www.pribluda.de ]------------------------

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to