highsource / highsource/jaxb-tools
Specifying a schema/fileset does not override global schemaIncludes
Open
- Dominant language
- Java
- Stars
- 465
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
Hypothetically, say that you have multiple projects that reference a common set of schemas and you only want to build an explicitly listed subset. The following configuration snippet should limit `xjc` to compiling the `Good.xsd` schema:
```
Good.xsd
```
However, the actual behavior appears to be that the `` are still in effect and to prevent the plugin from pulling in and compiling everything matching `*.xsd`, you have to override `` in your configuration as follows:
```
```
Contributor guide
Assessment
This issue has not been assessed yet.