Created
January 26, 2012 23:23
-
-
Save mtrovo/1685799 to your computer and use it in GitHub Desktop.
Install quickfixj binaries on a local maven repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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