Search code examples
javaeclipsemavennuxeo

How can I resolve Workspace Dependencies with Nuxeo in Eclipse


I several Maven projects in my Eclipse Workspace.

Project A is a dependency for Project B.

Project B is a Nuxeo project. it means that all the dependencies for project B should be defined in Nuxeo.

Each time I change something in project A, I should rebuild a jar a deploy somewhere (defined in Preferences -> Nuxeo -> User librairies).

Is there a quicker way ? Can I resolve my workspace dependencies with a Nuxeo project, like I do for a Maven project ?


Solution

  • Ok, so I found a solution :

    I should remove the lib from Nuxeo libs (Preferences -> Nuxeo -> User librairies).

    And I shoul add the project A to project B's buildpath : right click on project -> buildpath -> configure -> Projects -> add.

    And Tada, Eclipse resolve my dependences as basic Java project.