It is the role of the ejb.bundle property in the pom :
 
   <dependency>
      <id>jarid</id>
      <version>jarversion</version>
      <properties>
        <ejb.bundle>false</ejb.bundle>
      </properties>
    </dependency>

Look at :
http://maven.apache.org/reference/plugins/ejb/properties.html

Nicolas,

On Fri, 7 Jan 2005 02:04:24 -0800 (PST), Ravi Hegde
<[EMAIL PROTECTED]> wrote:
> I am building EJB component using Maven. Some xdoclet
> related jars have to be added as dependencies for
> building the EJB project. Strictly speaking, my EJB's
> don't directly depend on these xdoclet jars - they are
> needed just for code generation and nothing else.
> Therefore, my strong feeling is that it is not a good
> idea to add such jars as dependencies in POM. Is there
> any other way to specify such dependencies ? (through
> some classpath or property setting ?)
> 
> Cheers :)
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to