w

weblogic-maven-plugin

This plugin will support various tasks within the Weblogic 8.1, 9.x, 10.x and 12.x environment. This version starts to support weblogic 10 and 11. The mojo supports such tasks as deploy, undeploy,clientgen,servicegen, and appc are supported as well as many others. The plugin uses exposed API's that are subject to change but have been tested in 8.1 SP 4-6 and 9.0 - 9.2 MP3, 10.x. There are two versions of the plugin to support the two environments based on differences in the JDK. The 9.x version is currently being refactored to support the standard JSR supported deployment interface. The code used in the plugin has been contributed to the Cargo project however to date has not be integrated into the codebase. Please feel free to suggest improvements or help support this plugin effort.
Apache License 2
Scott Ryan Jon Osborn
Files download
File Operation
weblogic-maven-plugin-2.9.5.jar download
weblogic-maven-plugin-2.9.5.pom download
weblogic-maven-plugin-2.9.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>weblogic-maven-plugin</artifactId>
  <version>2.9.5</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.codehaus.mojo:weblogic-maven-plugin:2.9.5'
Gradle Kotlin
implementation("org.codehaus.mojo:weblogic-maven-plugin:2.9.5")
Scala SBT
libraryDependencies += "org.codehaus.mojo" % "weblogic-maven-plugin" % "2.9.5"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.mojo', module='weblogic-maven-plugin', version='2.9.5')
)
Apache Ivy
<dependency org="org.codehaus.mojo" name="weblogic-maven-plugin" rev="2.9.5" />
Leiningen
[org.codehaus.mojo/weblogic-maven-plugin "2.9.5"]
Apache Buildr
'org.codehaus.mojo:weblogic-maven-plugin:jar:2.9.5'