M2 ejb compiler

2005-10-27 Thread Hillman, Allen F III
All,

How do I go about getting an ear or jar file compiled for deployment
into a specific container using Maven 2.0? For example Weblogic 8.1.

I assume it should be possible using the ejb plugin, but haven't seen
any examples or documentation to explain how.

Thanks,

Allen

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



Maven2 - J2EE build help

2005-10-26 Thread Hillman, Allen F III
All,

I am in the process of migrating an ant script over to Maven2.

The ant script is highly complex being able to build for the following
platforms:
Weblogic 6.1, 7.0, or 8.1
Websphere 5.0
JBoss 3.0

I have managed to get past compiling platform specific code by
specifying dependencies based upon command line parameters being passed
in.
e.g. -Dj2ee.vendor=bea -Dj2ee.product=weblogic
-Dj2ee.product.version=8.1


My questions at this point in the migration is, how do I specify an ejb
compiler, each platform has their own?

How do I specify a particular deployment descriptor?

Is there anything published online to explain how to do a complete J2EE
deployment using maven2? I have seen the one for Maven.

Thanks,

Allen



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