Skip to content

Instantly share code, notes, and snippets.

@ilosamart
Last active February 24, 2017 18:34
Show Gist options
  • Save ilosamart/3cbcc50cbf464907b04c4ca1df787848 to your computer and use it in GitHub Desktop.
Save ilosamart/3cbcc50cbf464907b04c4ca1df787848 to your computer and use it in GitHub Desktop.
Weblogic maven plugin
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
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
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