Allow maven style names in startup.properties
---------------------------------------------
Key: KARAF-523
URL: https://issues.apache.org/jira/browse/KARAF-523
Project: Karaf
Issue Type: New Feature
Components: runtime
Affects Versions: 3.0.0
Reporter: David Jencks
Assignee: David Jencks
I want to allow specifying bundles by maven style names rather than file paths
in startup.properties, like this:
org.ops4j.pax.url\:pax-url-mvn\:${pax.url.version}=5
Note the : needs to be escaped so it's not interpreted as the key/value
delimiter.
I have two reasons:
- they look nicer
- I'm writing some maven plugins that run "karaf" and I want to make it easy to
run against the local maven repo rather than constructing an entire instance
and copying all the jars.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira