I am doing a project where I have to build an ear file (lets call it EAR3) from 
a combination of two other ears (EAR1 and EAR2).

EAR3  will have some libraries and war files that are copied from EAR1 and EAR2.
Additionally, I want to remove some jars from the libraries and war files from 
EAR3 and generate a META-INF/application.xml and make changes to it.

I was looking at two approaches 1) Maven assembly plugin 2) ant

Has anyone done anything like this or guide me to what the best approach would 
be.


Regards
Varsha

Reply via email to