Hi,
I have seen some postings here asking for maven integration. Before that happens, maybe we could get some support in how to use maven and MyEclipse together.
I decided to stick to maven’s directory layout. For webapplications this means having different directories for source, resources and the webapp root dir.
All artifacts needed (libs, classes and webroot elements) are assembled into the target/someMyWebAppDir. Maven plugins for deployment use this target directory for deployment.
It would really be great to have MyEclipse recognizing this directory structure. Since my dependencies are beeing managed by maven, I do not need MyEclipse to be changing my classpath adding libraries.
So here comes the question: what must I do to add webapp/ jsf/ etc. capabilities without the wizards? Is it just by editing the .myeclipse config file?
brgds,
Papick