facebook

Project layout and maven

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #257187 Reply

    P.G.Taboada
    Member

    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

    #257227 Reply

    Riyad Kalla
    Member

    Papick,
    All the capabilities wizards allow you to run them and not add any files to your project, so the wizard will simply update your dot-project files. Just make sure to uncheck the “add libraries” or “Add tld” arguments for each wizard of capabilities you want to add.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Project layout and maven

You must be logged in to post in the forum log in