Maven 2.x Verifier Plugin

Verify that all dependencies are available in one of the remote repositories

Details

  • Type: New Feature New Feature
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

One problem I 've encountered a few times now is that everything builds locally on my pc
but team mates can't build because my local repository differs from theirs.

For example, I am working on 2 different projects A & B,
each with it's own internal remote repo.

The internal repo of A contains the ejb3 jar,
but the other repo (the one of B) doesn't.
When I created an indirect dependency on the ejb3 jar
in the B project, it works locally because I 've already downloaded it for the project A.
My team mates who are only working on project B, can't build and then send me angry e-mails

It would be very nice that "mvn verify" verified that all dependencies are available in on of the pom defined (+ central) remote repositories.

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated: