Skip to content

Instantly share code, notes, and snippets.

@maleficarum
Created February 12, 2013 03:00
Show Gist options
  • Select an option

  • Save maleficarum/4759911 to your computer and use it in GitHub Desktop.

Select an option

Save maleficarum/4759911 to your computer and use it in GitHub Desktop.
Creates a mvn plugin to deploy apps on wls using maven tasks
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