Full name:
org.codehaus.mojo:weblogic-maven-plugin:2.9.1:servicegen
Description:
Runs Service Gen on a given WSDL.
Attributes:
compile.| Name | Type | Since | Description |
|---|---|---|---|
| contextUri | String |
- |
The context uri for the service |
| warName | String |
- |
this is the name of the war to execute the service gen against. |
| Name | Type | Since | Description |
|---|---|---|---|
| inputArtifactPath | String |
- |
The full path to the artifact to be compiled. It can be an EAR, War or Jar. If the project packaging is ejb then the .ejb suffix will be replaced with .jar if needed. |
| outputDir | String |
- |
The directory to output the geneated code to. Default value is: ${basedir}/src/main/java. |
| outputDirectory | String |
- |
This is the output directory for the artifacts. It defaults to $project.build.directory. |
| packageName | String |
- |
The package name of the output code. Default value is: com.test.webservice. |
| pluginArtifacts | List |
- |
These are the plugin artifacts for the weblogic mojo |
| services | Service[] |
- |
The service configurations to generate |
| weblogicHome | String |
- |
Property to set the weblogic home Default value is: ${weblogic.home}. |
The context uri for the service
java.lang.StringYesThe full path to the artifact to be compiled. It can be an EAR, War or Jar. If the project packaging is ejb then the .ejb suffix will be replaced with .jar if needed.
java.lang.StringNo${project.build.directory}/${project.build.finalName}.${project.packaging}The directory to output the geneated code to.
java.lang.StringNo${basedir}/src/main/javaThis is the output directory for the artifacts. It defaults to $project.build.directory.
java.lang.StringNo${project.build.directory}The package name of the output code.
java.lang.StringNocom.test.webserviceThese are the plugin artifacts for the weblogic mojo
java.util.ListNo${plugin.artifacts}services :
The service configurations to generate
org.codehaus.mojo.weblogic.Service[]NowarName :
this is the name of the war to execute the service gen against.
java.lang.StringYesProperty to set the weblogic home
java.lang.StringNo${weblogic.home}