Hello all, I have used maven 1.0 in the past to manage my builds. I have not used it in a while and I am trying to get maven 2 working. I am working on web application and only have one module with is packages as a war. I have that part working fine, but I am having trouble creating an ear for deployment to WebSphere. I have tried to find documentation on creating ear files. I looked at the ear:ear plugin, and I assume that I need to create an ear project and a pom for it. I am just looking for some general guidelines for working with JEE projects within maven and eclipse. Anyone have some good links or reference material I can look at?
Thanks Bill Manuel
