sangmingming / robotium

Automatically exported from code.google.com/p/robotium
0 stars 0 forks source link

eclipse:eclipse goal has broken dependencies #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run 'mvn eclipse:eclipse'

What is the expected output? What do you see instead?
fails with errors:

[WARNING] Unable to get resource 'jline:jline:jar:0.9.1' from repository 
central (http://repo1.maven.org/maven2): Specified destination directory cannot 
be created: /Users/matthias/.m2/repository/jline/jline/0.9.1
[WARNING] Unable to get resource 'biz.aQute:bndlib:jar:0.0.145' from repository 
central (http://repo1.maven.org/maven2): Specified destination directory cannot 
be created: /Users/matthias/.m2/repository/biz/aQute/bndlib/0.0.145

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) jline:jline:jar:0.9.1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=jline -DartifactId=jline -Dversion=0.9.1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=jline -DartifactId=jline -Dversion=0.9.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
    1) org.apache.maven.plugins:maven-eclipse-plugin:maven-plugin:2.8
    2) org.codehaus.plexus:plexus-interactivity-jline:jar:1.0-alpha-5
    3) jline:jline:jar:0.9.1

2) biz.aQute:bndlib:jar:0.0.145

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=biz.aQute -DartifactId=bndlib -Dversion=0.0.145 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=biz.aQute -DartifactId=bndlib -Dversion=0.0.145 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
    1) org.apache.maven.plugins:maven-eclipse-plugin:maven-plugin:2.8
    2) biz.aQute:bndlib:jar:0.0.145

----------
2 required artifacts are missing.

for artifact: 
  org.apache.maven.plugins:maven-eclipse-plugin:maven-plugin:2.8

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  central (http://repo1.maven.org/maven2)

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28 seconds
[INFO] Finished at: Tue Feb 08 12:28:29 CET 2011
[INFO] Final Memory: 25M/81M
[INFO] ------------------------------------------------------------------------

What version of the product are you using? On what operating system?
cloned from jayway blessed master on Feb 8, 2011

Original issue reported on code.google.com by matth...@qype.com on 8 Feb 2011 at 11:31

GoogleCodeExporter commented 9 years ago
ah for christ's sake. nevermind this, there were subfolders in my local repo 
being created using the root user. no idea how the f that happened.

please discard this issue.

Original comment by matth...@qype.com on 8 Feb 2011 at 11:34

GoogleCodeExporter commented 9 years ago

Original comment by renasr...@gmail.com on 8 Feb 2011 at 3:45