highsource / highsource/jaxb-tools

Specifying a schema/fileset does not override global schemaIncludes

Open
#186 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.