Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hi when I try to compile pom.xml I get the following error for one of the jar files:

Failed to execute goal on project portal-api: Could not resolve dependencies for project com...e2:e2-portal-api:jar:1.2-SNAPSHOT: Failure to find com..validation:validation:jar:1.0-SNAPSHOT in http://download.eclipse.org/rt/eclipselink/maven.repo was cached in the local repository, resolution will not be reattempted until the update interval of EclipseLink Repo has elapsed or updates are forced -> [Help 1] [ERROR]

I can see the jar file in eclipse maven view under the same package. So the jar is already in repository. Any idea?

Update: Why maven is referring to a repository I have defined in setting.xml(eclipse...maven.repo) instead of referring to the local in .m2 folder? Thanks.

share|improve this question
1  
Try "mvn -U package". The "U" option is new in Maven 3 designed to force a local repo update – Mark O'Connor Jun 12 '12 at 0:35
1  
You should look into the $M2_HOME/config/settings.xml to verify that your local repository is not referencing a different path. – donsenior Jun 12 '12 at 13:26
Thank you. One package was missed for me. – Sara Jun 13 '12 at 1:42

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.