>Carsten Ziegeler wrote> > >> Thanks for the pointer Stefan. We should definitely support this, I'll >> update the code. >> For some reason we have based the provisioning model and therefore the >> feature model on >> https://ops4j1.jira.com/wiki/spaces/paxurl/pages/3833866/Mvn+Protocol >> > >I think the main reason is that Apache Karaf uses this syntax in their >features. > >We can think about supporting both as it is easy to detect which of the >two is used. When writing we use the maven coordinates.
makes sense, we've done this in CONGA as well [1] - it's easy to distinguish them when parsing. stefan [1] http://devops.wcm.io/conga/yaml-definitions.html#Files
