Documentation on Runway core XML metadata
Edit me
Rebuilding Core Metadata
- mvn clean install on runwaysdk-root to make sure your source is up-to-date
- launch “drop and reimport runway metadata (no gis metadata)”
- launch “import-schema-diff” to import your new metadata schema into the database. A sql diff will be generated in src/main/domain
- launch “export-all-metadata” to regenerate the metadata.xml file
- Move sql diff patch to runwaysdk-server/src/main/resources/domain/patch . You will need to manually edit the sql file to remove the first line in it (INSERT INTO dynamic_properties …)
- Make sure your xml schema are archived in src/main/domain/archive