Skip to content

Instantly share code, notes, and snippets.

@conikeec
Created June 9, 2011 18:02
Show Gist options
  • Save conikeec/1017320 to your computer and use it in GitHub Desktop.
Save conikeec/1017320 to your computer and use it in GitHub Desktop.
maven install
mvn install:install-file -DgroupId=org.apache.http -DartifactId=httpcore-nio-4.1 -Dversion=4.1 -Dfile=httpcore-nio-4.1.jar -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -DgroupId=org.apache.http -DartifactId=httpcore-4.1 -Dversion=4.1 -Dfile=httpcore-4.1.jar -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -DgroupId=org.apache.http -DartifactId=httpclient-4.1 -Dversion=4.1 -Dfile=httpclient-4.1.jar -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -DgroupId=org.apache.http -DartifactId=httpclient-cache-4.1 -Dversion=4.1 -Dfile=httpclient-cache-4.1.jar -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -DgroupId=org.apache.http -DartifactId=httpmime-4.1 -Dversion=4.1 -Dfile=httpmime-4.1.jar -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -DgroupId=org.json.simple -DartifactId=json_simple-1.1 -Dversion=1.1 -Dfile=json_simple-1.1.jar -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -DgroupId=org.apache.lucene -DartifactId=lucene-analyzers-common -Dversion=4.0 -Dfile=lucene-analyzers-common-4.0.jar -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -DgroupId=org.apache.lucene -DartifactId=lucene-analyzers-phonetic -Dversion=4.0 -Dfile=lucene-analyzers-phonetic-4.0.jar -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -DgroupId=org.apache.lucene -DartifactId=lucene-core -Dversion=4.0 -Dfile=lucene-core-4.0.jar -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -DgroupId=org.apache.lucene -DartifactId=lucene-highlighter -Dversion=4.0 -Dfile=lucene-highlighter-4.0.jar -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -DgroupId=org.apache.lucene -DartifactId=lucene-memory -Dversion=4.0 -Dfile=lucene-memory-4.0.jar -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -DgroupId=org.apache.lucene -DartifactId=lucene-misc -Dversion=4.0 -Dfile=lucene-misc-4.0.jar -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -DgroupId=org.apache.lucene -DartifactId=lucene-queries -Dversion=4.0 -Dfile=lucene-queries-4.0.jar -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -DgroupId=org.apache.lucene -DartifactId=lucene-spatial -Dversion=4.0 -Dfile=lucene-spatial-4.0.jar -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -DgroupId=org.apache.lucene -DartifactId=lucene-spellchecker -Dversion=4.0 -Dfile=lucene-spellchecker-4.0.jar -Dpackaging=jar -DgeneratePom=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment