Skip to content

Instantly share code, notes, and snippets.

@efenderbosch
Last active December 18, 2015 00:49
Show Gist options
  • Save efenderbosch/5699613 to your computer and use it in GitHub Desktop.
Save efenderbosch/5699613 to your computer and use it in GitHub Desktop.
maven install quickbooks
mvn install:install-file -DgroupId=com.intuit -DartifactId=ipp-java-devkit -Dversion=2.0.11 -Dpackaging=jar -Dfile=ipp-java-devkit-2.0.11-jar-with-dependencies.jar
mvn install:install-file -DgroupId=oauth.signpost -DartifactId=oauth-signpost -Dversion=1.2.1.2 -Dpackaging=jar -Dfile=signpost-core-1.2.1.2.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment