Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 798 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 798 Bytes

ctr-schemas

Contains the schemas and wsdl file used in the CTR project for the new DGWS interface

Build

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.

Verify

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

Upload zip file to Github

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