WsdlGen mojo.
Implemented as a wrapper around the XFire WsdlGen Ant task.Parameters for the goal:
| Parameter | Type | Expression | Default Value | Description |
|---|---|---|---|---|
configs (Optional) |
List
|
-
|
-
|
xfire service.xml config files If not specified, the list will contain a single value 'src/main/resources/META-INF/xfire/services.xml' |
outputDirectory
|
File
|
${outputDirectory}
|
${project.build.directory}/generated-sources/xfire/wsgen
|
The directory will be added as Project's Resource. |
project
|
MavenProject
|
${project}
|
-
|
Project. |