facebook

Integrating an existing Maven Project to MyEclipse Web Proje

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #317018 Reply

    I have a maven project like this:

    parent-project

    |

    |—web-project

    |—another-project

    |—ear-project

    |—ejb-project

    In development time the project is able to run on its own by mocking some things. That means that maven generates it’s own EAR with all the dependencies necessary to run. This ear is not the one that is deployed in the production environment because this only contains a part of the application.

    The company already have a project which creates the EAR in Eclipse (Not a maven project, is an Eclipse Enterprise Application Project). This EAR is the one which is installed in the production environment.

    I’m trying to integrate the generated contents from the maven project (web content from the war maven project, ejb, third party libraries) into the Eclipse EAR Project and Eclipse WAR Project.

    How can I achieve that?

    Any thoughts?

    #317062

    support-swapna
    Participant

    AlfredoOsorio,

    I have escalated it to a dev team member. They will get back to you.

    #317067

    Are You planning to integrate Your project together with company Enterprise Application Project or would You like to integrate just the generated war, ejb files into Eclipse Enterprise Application Project?

    #317068

    @support-tomasz wrote:

    Are You planning to integrate Your project together with company Enterprise Application Project or would You like to integrate just the generated war, ejb files into Eclipse Enterprise Application Project?

    I’m planning to integrate my project (maven projects) together with company Enterprise Application Project. For example the WAR Maven Project contents has to be inside the same MyEclipse WAR Project..

    All the required libraries (ejb, etc) must be inside the same company Enterprise Application Project too.

    #317099

    At this time it is possible to import source codes of the ejb, web to new created or existing EJB, Web ME projects and use this project together with Enterprice Application ear projects. If You would like add the ejb, web projects You can rightclick on ear project and use MyEclipse -> Add or Remove Modules.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Integrating an existing Maven Project to MyEclipse Web Proje

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