I know maven is not supported yet in Myeclipse. Im sure people are still using Maven and myeclipse separately though. Is so, how are you doing it?
I just recently installed Maven, setup the recommended structure in MyEclipse, and created a project.xml. The directory structure that Maven suggests doesnt really conform to the structure that myeclipse uses. For example, Im using a directory structure that I got from a book to setup a webapp with maven
project.xml
project.properties
maven.xml
model
—-project.xml
—-project.properties
—-maven.xml
—-src
———java
———test
web
—-project.xml
—-project.properties
—-maven.xml
—-src
———java
———webapp
—————-WEB-INF
1) Is this the directory structure you guys use? Im going to be creating a struts application.
2) By default, adding a package in Myeclipse will always default to
src directory where all packages are located. I cant add my packages under the maven structure (ex. web->src->java). I tried moving it over to that directory in myeclipse and its fine but doesnt treat it as a package under the Package Explorer window. How can this be done properly?
Please help. Im new to Maven and would like to use it even if its not yet supported with MyEclipse.