Full name:
org.codehaus.mojo:jaxws-maven-plugin:2.6:wsgen-test
Description:
${maven.test.skip} property is honored. If it is set, code generation is skipped.
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<args> | List | - | Specify optional command-line options.
Multiple elements can be specified, and each token must be placed in its own list. |
<destDir> | File | - | Specify where to place output generated classes. Use
xnocompile to turn this off. Default value is: ${project.build.testOutputDirectory}. |
<encoding> | String | - | Specify character encoding used by source files. Default value is: ${project.build.sourceEncoding}. |
<executable> | File | 2.2.1 | Path to the executable. Should be either wsgen or
wsimport but basically any script which will
understand passed in arguments will work. |
<extension> | boolean | - | Allow to use the JAXWS Vendor Extensions. Default value is: false. |
<genWsdl> | boolean | - | Specify that a WSDL file should be generated in
${resourceDestDir}. Default value is: false. |
<inlineSchemas> | boolean | - | Inline schemas in the generated WSDL. Used in conjunction with the
genWsdl option. Default value is: false. |
<keep> | boolean | - | Keep generated files. Default value is: true. |
<metadata> | File | 2.3 | Metadata file for wsgen. See the
JAX-WS Guide for the description of this feature. Unmatched
files will be ignored. |
<portname> | String | - | Specify the Port name to use in the generated WSDL. Used in
conjunction with the genWsdl option. |
<protocol> | String | - | Used in conjunction with genWsdl to specify the
protocol to use in the wsdl:binding. Valid values are
"soap1.1" or "Xsoap1.2", default is
"soap1.1". "Xsoap1.2" is not standard and
can only be used in conjunction with the extension
option. |
<resourceDestDir> | File | - | Directory containing the generated wsdl files. Default value is: ${project.build.directory}/generated-sources/test-wsdl. |
<sei> | String | - | Service endpoint implementation class name. |
<servicename> | String | - | Specify the Service name to use in the generated WSDL. Used in
conjunction with the genWsdl option. |
<skip> | boolean | - | Set this to "true" to bypass code generation. User property is: maven.test.skip. |
<sourceDestDir> | File | - | Specify where to place generated source files, keep is turned on
with this option. Default value is: ${project.build.directory}/generated-sources/test-wsgen. |
<useJdkToolchainExecutable> | boolean | 2.4 | If a JDK toolchain is found, by default, it is used to get
java executable with its tools.jar. But
if set to true, it is used it to find
wsgen and wsimport executables. Default value is: false. |
<verbose> | boolean | - | Output messages about what the tool is doing. Default value is: false. |
<vmArgs> | List | - | Specify optional JVM options.
Multiple elements can be specified, and each token must be placed in its own list. |
<xdonotoverwrite> | boolean | - | (no description) Default value is: false. |
<xnocompile> | boolean | - | Turn off compilation after code generation and let generated
sources be compiled by maven during compilation phase; keep is
turned on with this option. Default value is: false. |
Multiple elements can be specified, and each token must be placed in its own list.
Multiple elements can be specified, and each token must be placed in its own list.