maven install not working
Brought to you by:
markhansen
Hi,
I get the following error when doing 'mvn install':
[jmccormi@localhost soaj]$ mvn install
[INFO] Scanning for projects...
Downloading: http://repo1.maven.org/maven2/soabook/soabook/1.0/soabook-1.0.pom
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId: soabook
ArtifactId: soabook
Version: 1.0
Reason: Unable to download the artifact from any repository
soabook:soabook:pom:1.0
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
Is this still the correct repository location?
thanks