springws:springws

Full name:

org.codehaus.mojo:springws-maven-plugin:1.0-alpha-1:springws

Description:

Exports Spring-ws WSDL definitions to files.

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: process-resources.

Required Parameters

Name Type Since Description
suffix String - Suffix of generated wsdl files. Default value is: .wsdl.

Optional Parameters

Name Type Since Description
contextLocations String[] - ContextFiles to look for WSDL generators in.
targetDirectory File - Directory for generated .wsdl files.

Parameter Details

contextLocations:

ContextFiles to look for WSDL generators in.
  • Type: java.lang.String[]
  • Required: No
  • Expression: ${springws.contextLocations}

suffix:

Suffix of generated wsdl files.
  • Type: java.lang.String
  • Required: Yes
  • Expression: ${springws.suffix}
  • Default: .wsdl

targetDirectory:

Directory for generated .wsdl files.
  • Type: java.io.File
  • Required: No
  • Expression: ${project.build.directory}/generated-resources/springws