[M2] Creating an ear file

2006-03-29 Thread Gerard Garrigan
Hello, I've been asked to convert a project over to Maven. Currently the project uses ant. When it is built first it builds a number of jars and then these jars are included in the final ear file. How can the same result be achieved in Maven? Thanks very much, Ger

Re: [M2] Creating an ear file

2006-03-29 Thread Trent Rosenbaum
Hi there Gerard, Yes the same result can be achived within Maven. I have found the best way to work with this would be to setup a multi project structure. my-root-proj -pom.xml -my-ear-proj --standard folder structure --pom.xml, (EAR output) -my-web-proj --standard folder structure --pom.xml,