Re: Getting multi-POM project to be understood by IDE's properly?

2008-09-22 Thread Eugene Kuleshov
CS Wong wrote: > > I have a multi-project POM that works fine for compilation and work as a > whole but is very difficult to work with in IDEs and when it comes to > compiling sub components separately. > ... > Furthermore, when loading the project in ...Eclipse (using ... m2eclipse > ...), it's

Getting multi-POM project to be understood by IDE's properly?

2008-09-21 Thread CS Wong
Hi, I have a multi-project POM that works fine for compilation and work as a whole but is very difficult to work with in IDEs and when it comes to compiling sub components separately. The POM structure looks like this: Main POM --> EJB Project POM --> WAR Container POM --> WebApp WAR Project