Skip to content

Instantly share code, notes, and snippets.

@bjhaid
Created October 7, 2013 21:06
Show Gist options
  • Save bjhaid/6874946 to your computer and use it in GitHub Desktop.
Save bjhaid/6874946 to your computer and use it in GitHub Desktop.
Failed to read artifact descriptor for + Maven
$ mvn install:install-file -Dfile=sqljdbc4.jar -Dpackaging=jar -DgroupId=com.microsoft.sqlserver -DartifactId=sqljdbc4 -Dversion=4.0
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-clean-plugin:2.5: Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5
Fix:
Set/Unset proxy in $M2_HOME/conf/settings.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment