Skip to content

Instantly share code, notes, and snippets.

@tkmtmkt
Created June 15, 2013 02:15
Show Gist options
  • Save tkmtmkt/5786513 to your computer and use it in GitHub Desktop.
Save tkmtmkt/5786513 to your computer and use it in GitHub Desktop.
oracle coherenceをmavenのローカルリポジトリに登録する
cd ~/apps/coherence/lib
mvn install:install-file `
-D groupId=com.oracle.coherence `
-D artifactId=coherence `
-D version=3.7.1.7 `
-D file=coherence.jar `
-D packaging=jar `
-D generatePom=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment