I'm getting the following error. Maven claims it can't find a jar file which does in fact exist in my local .m2/repository directory:

Build errors for myapp; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project myapp-core: Could not resolve dependencies for project com.myapp:myapp-core:jar:0.1-SNAPSHOT: Could not find artifact com.somethirdpartyapp:somethirdpartyartifact:jar:2.6.1 in central (http://repo1.maven.org/maven2)

The third party jar that it's looking for does not exist in maven central; it's a proprietary app. But it does exist in the proper place in my local repo, with the right version number and everything (I've triple checked).

Why isn't maven finding it locally? It's finding a ton of other jar files without a problem.

My settings.xml is empty, if that's relevant.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to