Last active
February 24, 2017 18:34
-
-
Save ilosamart/3cbcc50cbf464907b04c4ca1df787848 to your computer and use it in GitHub Desktop.
Weblogic maven plugin
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
mvn -T 1C com.oracle.weblogic:weblogic-maven-plugin:12.2.1-0-0:install -DartifactLocation=Downloads/weblogic/install/fmw_12.1.3.0.0_wls.jar -DresponseFile=Downloads/weblogic/wls_12.1.3 -DinvPtrLoc=/home/tramasoli/dev-setup/wls12130/oraInst.loc |
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
mvn -T 1C com.oracle.weblogic:weblogic-maven-plugin:12.2.1-0-0:install -DartifactLocation=${HOME}/Downloads/weblogic/install/fmw_12.2.1.2.0_wls.jar -DresponseFile=${HOME}/Documents/wls12.2.response -DinvPtrLoc=/home/tramasoli/dev-setup/wls12130/oraInst.loc |
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
mvn -T 1C com.oracle.weblogic:weblogic-maven-plugin:12.2.1-0-0:wlst -DmiddlewareHome=${HOME}/OracleMaven/Middleware/Oracle_Home -DfileName=WeblogicCommander.py -DscriptArgs='argsssss a' -DworkingDir=${PWD} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment