Folks;

using maven along with NetBeans IDE, I found the following situation:

- Creating a NetBeans (ant) EJB project that includes external jars, I
see these dependencies added as jar files to the ejb jar while building
it.

- Creating a maven project of packaging type ejb, I see dependencies
aren't included per default. So far I used the assembly:assembly plugin
along with "jar-with-dependencies" which causes maven to include all
the jars unpacked while building the ejb.

So far the latter approach is not completely bad, I still wonder
whether I could make maven2 in this context behave like the "ant"
mechanism, simply including all required jars as .jars to the final ejb
module?

TIA and best regards,
Kristian

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

Reply via email to