Playing Around with WebLogic Maven Plug-In by Flavius Sana
- by JuergenKress
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.
WebLogic Partner Community
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.
Blog Twitter LinkedIn Mix Forum Wiki
Technorati Tags: Maven,Flavius Sana,WebLogic,WebLogic Community,Oracle,OPN,Jürgen Kress