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.