jfeinstein10 / SlidingMenu

An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!
Apache License 2.0
11.08k stars 5.04k forks source link

mvn eclipse:eclipse or mvn dependency:resolve show "Could not resolve dependencies for project com.jeremyfeinstein.slidingmenu:slidingmenu-maps-support:jar:1.3-SNAPSHOT: Could not find artifact com.jeremyfeinstein.slidingmenu:slidingmenu:jar:1.3-SNAPSHOT #566

Open liudonghua123 opened 10 years ago

liudonghua123 commented 10 years ago

The detail error infomation is below:

mvn dependency:tree [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] SlidingMenu (Parent) [INFO] SlidingMenu [INFO] SlidingMenu Maps Support [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building SlidingMenu (Parent) 1.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ parent --- [INFO] com.jeremyfeinstein.slidingmenu:parent:pom:1.3-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building SlidingMenu 1.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ slidingmenu --- [INFO] com.jeremyfeinstein.slidingmenu:slidingmenu:apklib:1.3-SNAPSHOT [INFO] +- com.google.android:android:jar:4.1.1.4:compile [INFO] | +- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.0.1:compile [INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.0.1:compile [INFO] | | - commons-codec:commons-codec:jar:1.3:compile [INFO] | +- org.khronos:opengl-api:jar:gl1.1-android-2.1_r1:compile [INFO] | +- xerces:xmlParserAPIs:jar:2.6.2:compile [INFO] | +- xpp3:xpp3:jar:1.1.4c:compile [INFO] | - org.json:json:jar:20080701:compile [INFO] - com.google.android:support-v4:jar:r7:compile [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building SlidingMenu Maps Support 1.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/jeremyfeinstein/slidingmenu/slidingmenu/1.3-SNA PSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/jeremyfeinstein/slidingmenu/slidingmenu/1.3-SNA PSHOT/slidingmenu-1.3-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] SlidingMenu (Parent) .............................. SUCCESS [0.598s] [INFO] SlidingMenu ....................................... SUCCESS [0.471s] [INFO] SlidingMenu Maps Support .......................... FAILURE [6.668s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.576s [INFO] Finished at: Mon Nov 18 19:10:17 CST 2013 [INFO] Final Memory: 13M/34M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project slidingmenu-maps-support: Could not resolve dependencies for project com.jerem yfeinstein.slidingmenu:slidingmenu-maps-support:jar:1.3-SNAPSHOT: Could not find artifact com.jeremyfeinstein.slidingmen u:slidingmenu:jar:1.3-SNAPSHOT in sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots) -> [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 [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :slidingmenu-maps-support

any ideas or suggestions ?

liudonghua123 commented 10 years ago

I open the url https://oss.sonatype.org/content/repositories/snapshots/com/jeremyfeinstein/slidingmenu/slidingmenu/1.3-SNA PSHOT/slidingmenu-1.3-SNAPSHOT.jar in my browser, but it's a 404 page.