Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

MT4E E0001

Revision as of 09:46, 27 April 2012 by Digulla.hepe.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The repository contains (at least) two versions of groupId:artifactId: version 1 and version 2. Omitting both.

Reason

While creating a dependency management POM, MT4E found (at least) two versions of the same artifact.

There is no way for MT4E to know which version to prefer.

Solutions

  • If one of the artifacts is not really necessary (or it was added by accident), you can delete it
  • You ignore the warning and specify the version to use in the POM of your project (usually close to the place where you put the dependency to the dependency management POM)

Back to the top