Skip to content

Instantly share code, notes, and snippets.

@elben
Created September 17, 2010 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elben/584880 to your computer and use it in GitHub Desktop.
Save elben/584880 to your computer and use it in GitHub Desktop.
An error has occurred while processing the Maven artifact tasks.
Diagnosis:
Unable to resolve artifact: Missing:
----------
1) com.lowagie:itext:jar:1.4
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.lowagie -DartifactId=itext -Dversion=1.4 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.lowagie -DartifactId=itext -Dversion=1.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:jar:2.0
2) incanter:incanter:jar:1.2.3-SNAPSHOT
3) incanter:incanter-pdf:jar:1.2.3-SNAPSHOT
4) com.lowagie:itext:jar:1.4
----------
1 required artifact is missing.
for artifact:
org.apache.maven:super-pom:jar:2.0
from the specified remote repositories:
clojure (http://build.clojure.org/releases),
clojars (http://clojars.org/repo/),
clojure-snapshots (http://build.clojure.org/snapshots),
clojure-releases (http://build.clojure.org/releases),
central (http://repo1.maven.org/maven2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment