Hello everyone,
I'm using this maven command to pull info (xmls) from vCO package, to a folder (git folder)
mvn o11n-package:import-package -DserverUrl=user:pass@localhost:8281
Now I would like to put the changes back from directory tree (git folder) to vCO package (or maybe first to vCO db)
whats the maven command for that?
I tried package -> synchronization but that didn't worked. I guess mvn o11n-package:import-package command only move data one way.
Also if you may please direct me to available maven command documents for o11n-package.
Thank you,
_Peter