Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Make resource tag in dependencyResource understand * import #466

@laurentschoelens

Description

@laurentschoelens

If we want to import many XSD from a dependencyResource, we must declare as many dependencyResource as XSD to import, each being the same except resource tag.

Goal : be able to provide some syntax like

<schema>
	<dependencyResource>
		<groupId>org.example</groupId>
		<artifactId>my-artifact</artifactId>
		<resource>xsd/*.xsd</resource>
	</dependencyResource>
</schema>

This would include any *.xsd file in xsd folder.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions