xfire:wsgen

Full name:

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

Description:

WsGen mojo.

Implemented as a wrapper around the XFire WsGen Ant task.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Requires dependency resolution of artifacts in scope: runtime.
  • Binds by default to the lifecycle phase: generate-sources.

Required Parameters

Name Type Since Description
outputDirectory File - Will be added to the compileSourceRoot
Default value is: ${project.build.directory}/generated-sources/xfire/wsgen.
wsdls List - URLs

Optional Parameters

Name Type Since Description
_package String - (no description)
baseURI String - (no description)
binding String - (no description)
explicitAnnotation boolean - (no description)
externalBindings String - (no description)
forceBare boolean - (no description)
generateServerStubs boolean - (no description)
keystore String - (no description)
keystorePass String - (no description)
overwrite boolean - (no description)
profile String - (no description)

Parameter Details

_package:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${package}

baseURI:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${baseURI}

binding:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${binding}

explicitAnnotation:

(no description)
  • Type: boolean
  • Required: No
  • Expression: ${explicitAnnotation}

externalBindings:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${externalBindings}

forceBare:

(no description)
  • Type: boolean
  • Required: No
  • Expression: ${forceBare}

generateServerStubs:

(no description)
  • Type: boolean
  • Required: No
  • Expression: ${generateServerStubs}

keystore:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${keystore}

keystorePass:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${keystorePass}

outputDirectory:

Will be added to the compileSourceRoot
  • Type: java.io.File
  • Required: Yes
  • Expression: ${outputDirectory}
  • Default: ${project.build.directory}/generated-sources/xfire/wsgen

overwrite:

(no description)
  • Type: boolean
  • Required: No
  • Expression: ${overwrite}

profile:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${profile}

wsdls:

URLs
  • Type: java.util.List
  • Required: Yes