Thanks for the help all who replied. I've just finished putting the
modules in question under a single folder with a parent pom and I can
see that it will work much better than my previous structure. I've got
three seperate eclipse projects, one for each module. I don't have the
parent folder defined as a project. Is this correct, or is there any
advantage to having the parent folder defined as a project?
Thanks again
Denis
Barrie Treloar wrote:
these applications are separate projects in eclipse. I'm worried that if
I combine them into a maven-ized single project with modules, I will no
longer be able to deploy them as individual web applications within
eclipse (using eclipse web tools project web server - tomcat in this
instance).
AFAIK eclipse WTP expects only a single web app within a project - has
anyone encountered this scenario before, and if so, have they found a
feasible solution that allows eclipse WTP and maven (with multiple web
apps as modules) to coexist?
There isn't a problem using Eclipse 3.1, I use it.
It's slightly annoying, but you just have to check out at the module
directory rather than the project root directory.
With Eclipse 3.2 you can have projects that reside within another
projects directory space.
I believe they are called hierarchical projects.
See http://www.nabble.com/forum/ViewPost.jtp?post=5849132&framed=y
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]