Playing Around with WebLogic Maven Plug-In by Flavius Sana
Posted
by JuergenKress
on Oracle Blogs
See other posts from Oracle Blogs
or by JuergenKress
Published on Tue, 10 Jun 2014 01:12:00 +0000
Indexed on
2014/06/10
3:34 UTC
Read the original article
Hit count: 259
/Community Events
Packaged with WebLogic 12c wls-maven-plugin let’s you install, start and stop servers, create domain, execute WLST scripts, compile and deploy applications. The plug-in works with Maven 2.x and 3.x.
WebLogic 12c can be downloaded from http://www.oracle.com/technetwork/index.html. Developers version has around 180MB (zip archive). To install the plugin we need first to extract wls-maven-plugin.jar.pack and pom.xml
$unzip ~/Downloads/wls1212_dev.zip wls12120/wlserver/server/lib/wls-maven-plugin.jar.pack
$unzip ~/Downloads/wls1212_dev.zip wls12120/wlserver/server/lib/pom.xml
Now, let’s unpack the jar file:
$unpack200 -r wls12120/wlserver/server/lib/wls-maven-plugin.jar.pack wls12120/wlserver/server/lib/wls-maven-plugin.jar
Install the plug-in in the local repository. Read the complete article here.
For regular information become a member in the WebLogic Partner Community please visit: http://www.oracle.com/partners/goto/wls-emea ( OPN account required). If you need support with your account please contact the Oracle Partner Business Center.
© Oracle Blogs or respective owner