You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to build a jar file as described in the "How do I install it?" section, however the build fails with an dependency missing error. As this is the first time I've ever tried to build a maven project, I am quite clueless as to how I resolve a missing dependency problem ("com.google.android.maps:maps:jar:9_r2" in this case). Any pointers?
[INFO] ------------------------------------------------------------------------
[INFO] Building Droid-Fu 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for com.google.android.maps:maps:jar:9_r2 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.892s
[INFO] Finished at: Thu Oct 06 09:42:56 CEST 2011
[INFO] Final Memory: 6M/153M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project droid-fu: Could not resolve dependencies for project com.github.droidfu:droid-
fu:jar:1.0-SNAPSHOT: Failure to find com.google.android.maps:maps:jar:9_r2 in http://powermock.googlecode.com/svn/repo/
was cached in the local repository, resolution will not be reattempted until the update interval of powermock-repo has e
lapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
The text was updated successfully, but these errors were encountered:
I downloaded a newer version from github and the maven build now compiles. Nevertheless I am still curious about the general procedure of resolving dependency issues, to be prepared for the next time the issue comes up...
Hi,
I was trying to build a jar file as described in the "How do I install it?" section, however the build fails with an dependency missing error. As this is the first time I've ever tried to build a maven project, I am quite clueless as to how I resolve a missing dependency problem ("com.google.android.maps:maps:jar:9_r2" in this case). Any pointers?
[INFO] ------------------------------------------------------------------------
[INFO] Building Droid-Fu 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for com.google.android.maps:maps:jar:9_r2 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.892s
[INFO] Finished at: Thu Oct 06 09:42:56 CEST 2011
[INFO] Final Memory: 6M/153M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project droid-fu: Could not resolve dependencies for project com.github.droidfu:droid-
fu:jar:1.0-SNAPSHOT: Failure to find com.google.android.maps:maps:jar:9_r2 in http://powermock.googlecode.com/svn/repo/
was cached in the local repository, resolution will not be reattempted until the update interval of powermock-repo has e
lapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
The text was updated successfully, but these errors were encountered: