Here are quick notes on setting up hot bootable version of Oracle Weblogic using Maven plugins.

Oracle Enterprise Pack for Eclipse 

http://download.oracle.com/otnsoftware/oepe/kepler

wls-dev server download page

http://www.oracle.com/technetwork/middleware/fusion-middleware/downloads/index.html

Use exploded deployment with auto deployment mode


<div style="font-style:normal;font-variant:normal;font-weight:normal;font-size:15px;font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;color:rgb(51, 51, 51);background-image:url(http://3.bp.blogspot.com/-RsBgCRmd0lY/UjKdnJX4cI/AAAAAAAAAbw/vWRVmXHH27w/s0/IMG0158.jpg);background-attachment:fixed;background-color:transparent;background-position:50% 0%;background-repeat:no-repeat repeat;">
As an example, it’s possible to issue the following commands that all use the same WLS installation and domain without specifying any repetitive values:

$ wls:install -DartifactLocation=/Users/sbutton/wls1211dev.zip
cd wls1220 && ./configure.sh
$ wls:create-domain –Duser=weblogic –Dpassword=welcome1
$ wls:start-server


http://saltnlight5.blogspot.com/2014/02/developing-java-ee-applications-with.html
http://buttso.blogspot.com/2011/12/weblogic-server-12c-maven-usage-notes.html