Here are quick notes on setting up hot bootable version of Oracle Weblogic using Maven plugins.
Oracle Enterprise Pack for Eclipse
wls-dev server download page
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