Re: java import package and maven dependencies

2015-03-25 Thread Mirko Friedenhagen
Hello Lin, maybe while struggling with this you could ask for help at the m2-us...@eclipse.org mailing list. Gruss Mirko -- Sent from my mobile On Mar 25, 2015 1:52 AM, Lin Ma lin...@gmail.com wrote: Thanks Gruss, Following your guidance I found the maven dependencies, and where is the

Re: java import package and maven dependencies

2015-03-25 Thread Bernd Eckenfels
Hello, if you found it in the Gui the file does not add any more information. But if you want to have a look at it, it is in the root folder of the project. The package explorer by default does not show .* resources. You can either use windows explorer, the Eclipse navigator or enable .*

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