Skip to content

Instantly share code, notes, and snippets.

@mtrovo
Created January 26, 2012 23:23
Show Gist options
  • Save mtrovo/1685799 to your computer and use it in GitHub Desktop.
Save mtrovo/1685799 to your computer and use it in GitHub Desktop.
Install quickfixj binaries on a local maven repository
#!/bin/sh
mvn install:install-file -Dfile=quickfixj-core-1.5.3.jar -DgroupId=quickfixj \
-DartifactId=quickfixj-core -Dversion=1.5.3 -Dpackaging=jar
mvn install:install-file -Dfile=quickfixj-all-1.5.3.jar -DgroupId=quickfixj \
-DartifactId=quickfixj-all -Dversion=1.5.3 -Dpackaging=jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment