You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Konstantin Priblouda <kp...@yahoo.com> on 2003/04/09 11:26:47 UTC

Re: help_for_xdoclet_-_more_info

--- "nicolas.frank@laposte.net"
<ni...@laposte.net> wrote:
> just to precise my previous post:
> 
> I did add in my project.xml, 
> <dependency>
>         <groupId>xdoclet</groupId>  
>        
> <artifactId>xdoclet-jboss-module</artifactId>
>         <version>1.2b2</version>
>         <jar>xdoclet-jboss-module-1.2b2.jar</jar>
>     </dependency>
> but once again, I don't really understand the '+'
> syntax so I
> am not sur this dependency is correctly used. I also
> tried to
> add :
>  <dependency>
>   	<groupId>xdoclet</groupId>  
>         <artifactId>xdoclet-ejb-module</artifactId>
>         <version>1.2b2</version>
>         <jar>xdoclet-ejb-module-1.2b2.jar</jar>
>     </dependency>
>     <dependency>
>         <groupId>xdoclet</groupId>  
>        
> <artifactId>xdoclet-jboss-module</artifactId>
>         <version>1.2b2</version>
>         <jar>xdoclet-jboss-module-1.2b2.jar</jar>
>     </dependency>
> 
> but does not change anything !

   <dependency>
      <id>xdoclet+hibernate-module</id>
      <version>1.2b3-dev</version>
    </dependency>
 
I use this with my maven-bet-9-snapshot and
I'm happy...

regards,

=====
Konstantin Priblouda ( ko5tik )    Freelance Software developer
< http://www.pribluda.de > < play java games -> http://www.yook.de >
< render charts online -> http://www.pribluda.de/povray/ >

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org