m2Eclipse plugin: What does 'Resolve Workspace Artifacts' do?

前端 未结 1 1080
心在旅途
心在旅途 2020-12-02 20:35

I\'m sorry if I am asking a possibly-trivial question, but I am having so much trouble finding out exactly what Resolve Workspace Artifacts does in the Maven build

相关标签:
1条回答
  • 2020-12-02 20:57

    Assume you have two or more projects in your workspace e.g. project1, project2 and so on. If project1 is dependent on project2 and project3, you just need to define the dependency of project1 on project2 and project3.

    By enabling Resolve Workspace Artifacts, m2Eclipse will auto-build the SNAPSHOT JAR of project2 and project3 and add in the classpath of project1.

    In other words, it resolves the dependencies with workspace projects.

    0 讨论(0)
提交回复
热议问题