Created
November 26, 2020 13:07
-
-
Save danielkec/5a4f8e79b16a45989bfa843896e49e08 to your computer and use it in GitHub Desktop.
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
| # Install wlthint3client.jar to local msv repo | |
| mvn install:install-file \ | |
| -Dfile=./wlthint3client.jar \ | |
| -DgeneratePom=true \ | |
| -DgroupId=custom.com.oracle \ | |
| -DartifactId=wlthint3client \ | |
| -Dversion=12.2.1.3 \ | |
| -Dpackaging=jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment