Hi all, I think i'm trying to achieve something fairly simple. I have an existing m2eclipse project (lets call it "MyProject") that is working well with packaging of war.
It has its dependencies listed in the POM and everything is working well. I now want to create a second project (lets call it "MyProjectBatch") with packaging of jar that is dependent on the war project as above. So when I am finished there will be two eclipse projects in my workspace, one called "MyProject" and a second called "MyProjectBatch". What is the way to do this? I couldn't really find anything in the documentation. Thanks