Found the solution. As a reference for others:
mvn sling:install in sling/contrib/extensions/obr (artifactId: org.apache.sling.osgi.obr) and the obr runs on http://localhost:8080/obr.
After that mvn sling:deploy -Dobr=http://localhost:8080/obr works.

Best,

Sandro

Am Fri Feb 24 08:57:38 2012 schrieb Sandro Boehme:
Hello,

I would like to deploy my bundle to the local Sling instance and get
my dependency to JSTL resolved automatically (to be able to use the
JSTL expression language) using Maven. But I could not find out what
obr url is configured in a default sling installation. Can somebody
tell me which one to use?

Judging from Google search results people generally seem to prefer
sling:install over sling:deploy and useful features like "mountByFS"
are included in sling:install but not in sling:deploy. Is there any
advantage of installing over deploying I'm not aware of?

Best,

Sandro


Reply via email to