SLING-7162 - Update SCM information in all POM files to reference Git
1 file changed
tree: 33be5a2b57a3109e77bc92c3a7b7688a8d966c36
  1. src/
  2. pom.xml
  3. README.md
README.md

Apache Sling NoSQL Launchpad

This module is part of the Apache Sling project.

Variant of the Sling Launchpad to run NoSQL Resource Providers in standalone mode.

To run with NoSQL MongoDB resource provider:

java -Dsling.run.modes=nosql-mongodb -jar target/org.apache.sling.nosql.launchpad-1.0.0-SNAPSHOT.jar -c sling -f -

To run with NoSQL Couchbase resource provider:

java -Dsling.run.modes=nosql-couchbase -jar target/org.apache.sling.nosql.launchpad-1.0.0-SNAPSHOT.jar -c sling -f -