You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by Reto Bachmann-Gmuer <re...@trialox.org> on 2010/03/05 16:22:03 UTC

install/update bundles on a clerezza instance using maven

The sling plugin works for clerezza as well:

mvn install org.apache.sling:maven-sling-plugin:install
-Dsling.user=admin -Dsling.password=admin
-Dsling.url=http://localhost:8080/system/console/install

additionally you may want to add -o and -Dmave.test.skip=ttue


reto