Running Maven with -x and including the relevant part of the log might help.

We are all guessing what you have screwed up.
Of course Maven has to be able to use stuff that is not in Maven Central otherwise none of us could ever develop a library or a project with more than one piece.

You should install a repo.
Nexus Community version is the one that I use but there are others.
Even if it is just on your workstation, it will help make Maven easier to understand and a lot easier to use.

"Free Maven Advice" (http://blog.artifact-software.com/tech/?p=177) is an article that I wrote a few years ago to help people get started. It reflects the things that we learned as a company developing with Maven rather than as people with inside (or very deep) knowledge about Maven.

The people in this forum are very helpful and a lot of them really know Maven well.

We will get you through this stage in your Maven journey :-)

Ron

On 26/03/2015 8:48 AM, Jörg Schaible wrote:
Hi Christian,

Christian Eugster wrote:

Hi

as I understand, there is a central repository for maven artifacts:
central (http://repo.maven.apache.org/maven2
<http://repo.maven.apache.org/maven2>) and a local one
(${user.home}/.m2/repository. What I do not understand is, why after a mvn
test maven complains about artifacts that are not in local repository. The
named artifacts are in local repository as I checked. And it says, that it
cannot download them from central. Because these artifacts are from my own
project, they are only in the local repository. Why does maven try to
download them, when they are already in local repository? Is there a wrong
setting? Does exist a reasonable documentation for beginners that is able
to explain what is going wrong?

I am thankfully for any hint!
How do you refer those artifacts? Any chance that they are included using an
import scope?

Cheers,
Jörg


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




--
Ron Wheeler
President
Artifact Software Inc
email: [email protected]
skype: ronaldmwheeler
phone: 866-970-2435, ext 102


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

Reply via email to