Created
February 12, 2013 03:00
-
-
Save maleficarum/4759911 to your computer and use it in GitHub Desktop.
Creates a mvn plugin to deploy apps on wls using maven tasks
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
| java -jar wljarbuilder.jar -profile weblogic-maven-plugin | |
| unzip MW_HOME/wlserver_10.3/server/lib/weblogic-maven-plugin.jar META-INF/maven/com.oracle.weblogic/weblogic-maven-plugin/pom.xml | |
| cp MW_HOME/wlserver_10.3/server/lib/META-INF/maven/com.oracle.weblogic/weblogic-maven-plugin/pom.xml MW_HOME/wlserver_10.3/server/lib | |
| mvn install:install-file -Dfile=weblogic-maven-plugin.jar -DpomFile=pom.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment