Hmm this usually happen when connection drop from maven repo. Could you try couple more times?
- Henry On Wed, May 2, 2012 at 8:29 PM, Renato Marroquín Mogrovejo <[email protected]> wrote: > Hi, > > I tried to install latest Gora release following [1] but after making > mvn clean compile I got some errors that maybe you guys can help me > resolving. > > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve dependencies for one or more projects in the > reactor. Reason: Missing: > ---------- > 1) commons-httpclient:commons-httpclient:jar:3.0.1 > > Try downloading the file manually from the project website. > Then, install it using the command: > mvn install:install-file -DgroupId=commons-httpclient > -DartifactId=commons-httpclient -Dversion=3.0.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=commons-httpclient > -DartifactId=commons-httpclient -Dversion=3.0.1 -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > Path to dependency: > 1) org.apache.gora:gora-core:bundle:0.3-SNAPSHOT > 2) org.apache.hadoop:hadoop-core:jar:1.0.1 > 3) commons-httpclient:commons-httpclient:jar:3.0.1 > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.gora:gora-core:bundle:0.3-SNAPSHOT > > from the specified remote repositories: > apache.snapshots (http://repository.apache.org/snapshots/), > central (http://repo1.maven.org/maven2) > > > I mean is this expected? Or how can I bypass this? > Thanks in advance. > > [1] http://gora.apache.org/version_control.html

