Contains the schemas and wsdl file used in the CTR project for the new DGWS interface
Run mvn clean package
to create a zip file of the wsdl and schema files in ctr-schemas
repo. The zip file is located in the target
folder.
Run mvn clean verify
to verify that all the schemas are correct before making a release. The generated java classes can be found here.
If they don't exist it means that the verification failed
When creating a release in Github of this project, the Github action workflow will automatically create a zip file and upload it to the Github packages.
Find it here