xfire:wsdlgen

Full name:

org.codehaus.mojo:xfire-maven-plugin:1.0-SNAPSHOT:wsdlgen

Description:

WsdlGen mojo.

Implemented as a wrapper around the XFire WsdlGen Ant task.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Requires dependency resolution of artifacts in scope: runtime.

Required Parameters

Name Type Since Description
outputDirectory File - The directory will be added as Project's Resource.
Default value is: ${project.build.directory}/generated-sources/xfire/wsdlgen.

Optional Parameters

Name Type Since Description
configs List - xfire service.xml config files If not specified, the list will contain a single value 'src/main/resources/META-INF/xfire/services.xml'

Parameter Details

configs:

xfire service.xml config files If not specified, the list will contain a single value 'src/main/resources/META-INF/xfire/services.xml'
  • Type: java.util.List
  • Required: No

outputDirectory:

The directory will be added as Project's Resource.
  • Type: java.io.File
  • Required: Yes
  • Expression: ${outputDirectory}
  • Default: ${project.build.directory}/generated-sources/xfire/wsdlgen