Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active December 26, 2015 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/7147904 to your computer and use it in GitHub Desktop.
Save garystafford/7147904 to your computer and use it in GitHub Desktop.
Installing weblogic-maven-plugin on a Oracle VM, from blog post 'Build a Continuous Deployment System with Maven, Hudson, WebLogic Server, and JUnit'
cd $MW_HOME/wlserver_12.1/server/lib
java -jar wljarbuilder.jar -profile weblogic-maven-plugin
mkdir /home/oracle/tmp
cp weblogic-maven-plugin.jar /home/oracle/tmp
cd /home/oracle/tmp
jar xvf weblogic-maven-plugin.jar META-INF/maven/com.oracle.weblogic/weblogic-maven-plugin/pom.xml
mvn install:install-file -DpomFile=META-INF/maven/com.oracle.weblogic/weblogic-maven-plugin/pom.xml -Dfile=weblogic-maven-plugin.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment