Full name:
org.codehaus.mojo:weblogic-maven-plugin:2.9.1:wsdlgen
Description:
This class generates wsdl from ear/war package
Attributes:
compile.| Name | Type | Since | Description |
|---|---|---|---|
| serviceName | String |
- |
The service name to generate the wsdl for |
| warName | String |
- |
The war name inside of the ear that contains the services |
| Name | Type | Since | Description |
|---|---|---|---|
| defaultEndpoint | String |
- |
The default endpoint address Default value is: http://localhost:7001/. |
| outputDirectory | String |
- |
This is the output directory for the artifacts. It defaults to $project.build.directory. |
| overwrite | boolean |
- |
Set to false to not overwrite existing resources. Default value is: true. |
| pluginArtifacts | List |
- |
These are the plugin artifacts for the weblogic mojo |
| weblogicHome | String |
- |
Property to set the weblogic home Default value is: ${weblogic.home}. |
| wsdlFile | String |
- |
The wsdl file to output when complete. |
The default endpoint address
java.lang.StringNohttp://localhost:7001/This is the output directory for the artifacts. It defaults to $project.build.directory.
java.lang.StringNo${project.build.directory}Set to false to not overwrite existing resources.
booleanNotrueThese are the plugin artifacts for the weblogic mojo
java.util.ListNo${plugin.artifacts}The service name to generate the wsdl for
java.lang.StringYeswarName :
The war name inside of the ear that contains the services
java.lang.StringYesProperty to set the weblogic home
java.lang.StringNo${weblogic.home}wsdlFile :
The wsdl file to output when complete.
java.lang.StringNo${project.build.directory}/${project.build.finalName}.wsdl