Hi Michal,

> 
> Is it possible to set dependency on ejb-jar in new snapshot of maven?
> 
> I tried something like 
>   
>     <dependency>
>       <groupId>mygroup</groupId>     
>       <id>myejbjar</id>
>       <type>ejb</type>
>       <version>1.0.0</version>
>      </dependency> 
> 
> 
> Is it possible in any straightforward way without renaming the file by
> myself?
> 
> 
> Michal 

Does this helps?

<dependency>         
  <id>ejb</id>
  <version/>
  <jar>ejb.jar</jar>
</dependency>          

Bye
Toby

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

Reply via email to