Re: Maven does not find existing artifacts in local repository because it looks in central where they are not?

2015-03-26 Thread Ron Wheeler
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

Re: Maven does not find existing artifacts in local repository because it looks in central where they are not?

2015-03-26 Thread Jörg Schaible
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 does not find existing artifacts in local repository because it looks in central where they are not?

2015-03-25 Thread Christian Eugster
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