which version of maven? I did not observe this issue with 2.2.1 - also try running mvn once and then running the m2eclipse goal, it might install the dependency it's looking for.
On Mon, May 31, 2010 at 3:29 AM, franck tankoua <[email protected]> wrote: > hi, > Does anyone have this problem? > > Missing: > ---------- > 1) org.apache.shindig:shindig-social-api:jar:tests:2.0.0-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.shindig > -DartifactId=shindig > -social-api -Dversion=2.0.0-SNAPSHOT -Dclassifier=tests -Dpackaging=jar > -Dfile=/ > path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=org.apache.shindig > -DartifactId=shindig-s > ocial-api -Dversion=2.0.0-SNAPSHOT -Dclassifier=tests -Dpackaging=jar > -Dfile=/pa > th/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.shindig:shindig-extras:jar:2.0.0-SNAPSHOT > 2) org.apache.shindig:shindig-social-api:jar:tests:2.0.0-SNAPSHOT > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.shindig:shindig-extras:jar:2.0.0-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > diff_match_patch ( > http://google-diff-match-patch.googlecode.com/svn/trunk/mave > n), > java.net (http://download.java.net/maven/2/), > caja (http://google-caja.googlecode.com/svn/maven), > oauth (http://oauth.googlecode.com/svn/code/maven), > apache.snapshots (http://repository.apache.org/snapshots) > > > > -- > Franck >
