NareshKumar
NareshKumar

Reputation: 1709

How to proceed with ear build in maven2?

I very new to maven2. Till yesterday i was successful in building war from maven2. My next target is to build ear file for a war file including few of jar files as well.

Can you please help with that. I would be greatly thankful.

Regards Gnash-85

Upvotes: 2

Views: 1245

Answers (1)

Pascal Thivent
Pascal Thivent

Reputation: 570285

The official documentation of the Maven EAR plugin and in particular the section about EAR Modules, the examples and the Usage page should be the reference. But you might find Because I always forget how to use maven-ear-plugin an easier starting point.

If you have a more specific problem, please make the question more specific.

Upvotes: 1

Related Questions