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.