I have my Protobuf Schema published to http://platform.here.com and I would like to publish the same schema to https://platform.hereolp.cn, but I cannot find any documentation how to do it.
The only documentation I have found is this one: https://developer.here.com/olp/documentation/archetypes/dev_guide/index.html
I managed to publish my schema. I downloaded different set of credentials (
credentials.properties) from https://platform.hereolp.cn, similar as it is written here, and then saved it to~/.heredirectory.I also switched to the latest HERE Wagon Plugin 1.6.1 as it is described in dependency management. I have changed version and repository url:
<artifact.wagon.version>1.6.1</artifact.wagon.version>and
It seems that HERE Wagon Plugin resolves repository link
here+artifact-service://artifact-servicedifferently depending oncredentials.propertiesfile.Now the schema can be published to both web sites without code changes. I only need to change
credentials.propertiesin~/.heredirectory