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]

Reply via email to