Full name:
ch.elca.el4j.maven.plugins:maven-jaxws-plugin:3.1:wsimport
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| bindingDirectory | File | - | Directory containing binding files. Default value is: ${basedir}/src/jaxws. |
| bindingFiles | List | - | List of files to use for bindings.If not specified, all .xml files
in the bindingDirectory will be used. |
| catalog | File | - | Catalog file to resolve external entity references support TR9401,
XCatalog, and OASIS XML Catalog format. |
| destDir | File | - | Specify where to place output generated classes Set to "" to turn
it off Default value is: ${project.build.outputDirectory}. |
| extension | boolean | - | Allow to use the JAXWS Vendor Extensions. Default value is: false. |
| httpproxy | String | - | Set HTTP/HTTPS proxy. Format is
[user[:password]@]proxyHost[:proxyPort] |
| keep | boolean | - | Keep generated files. Default value is: false. |
| packageName | String | - | The package in which the source files will be generated. |
| sourceDestDir | File | - | Specify where to place generated source files, keep is turned on
with this option. Default value is: ${project.build.directory}/jaxws/wsimport/java. |
| staleFile | File | - | The location of the flag file used to determine if the output is
stale. Default value is: ${project.build.directory}/jaxws/stale/.staleFlag. |
| target | String | - | Generate code as per the given JAXWS specification version. Setting
"2.0" will cause JAX-WS to generate artifacts that run with JAX-WS
2.0 runtime. |
| verbose | boolean | - | Output messages about what the tool is doing Default value is: false. |
| wsdlDirectory | File | - | Directory containing wsdl files. Default value is: ${basedir}/src/wsdl. |
| wsdlFiles | List | - | List of files to use for wsdls. If not specified, all .wsdl files
in the wsdlDirectory will be used. |
| wsdlLocation | String | - | (no description) |
| wsdlUrls | List | - | List of external wsdl urls to be compiled. |
| xjcArgs | List | - | Specify optional XJC-specific parameters that should simply be
passed to xjc using -B option of WsImport command. |
keep: