facebook

MyEclipse Blue 2013 enable maven on report web project

  1. MyEclipse IDE
  2.  > 
  3. Maven for MyEclipse (Maven4MyEclipse)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #343214 Reply

    I have created a dynamic web project and insalled the MyEclipse report web runtime.
    Now I would like to enable maven on this project, but all I can find is the install maven support for java EE projects, which reports “Project facet Maven Support for Java EE Projects is not supported by target runtime MyEclipse Tomcat v6.0.”

    For now this project has to be on Tomcat 6.
    How can I bypass this issue?

    #343228 Reply

    support-swapna
    Moderator

    Allianz-GR,

    Maven projects do not use runtimes. When creating the dynamic web project, you should select ‘None’ for runtime. You will be able to deploy and run the application on Tomcat.You should add all the dependencies provided by Tomcat runtime in the pom.xml using scope provided.

    Let us know if you see any issues.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: MyEclipse Blue 2013 enable maven on report web project

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