PlayN + Eclipse doesn't work. DependencyResolutionException

I've never used PlayN before. I tried following google directions but all i get are errors. I am using Eclipse, I have Maven installed and I have imported the sample projects as intended. I keep getting:

[INFO] Building PlayN Hello Android 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for com.googlecode.playn:playn-hello-core:jar:1.0-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

      

This is completely meaningless to me. Can someone please explain what's going on? How to solve it?

+3


source to share


1 answer


Your main POM seems to be missing, I would recommend that you try creating a new archetype directly from Maven and then try opening the project with Eclipse to see if that helps, also you should check that you are using Maven 3 if I'm good remember Maven 2.X having problems creating and building the PlayN archetype.



+1


source







All Articles