Core for Saiku and other stuff, provides interfaces for JCR and Security
Check out and run
mvn clean install
to skip tests run
mvn clean install -DskipTests
extract the meteorite-engine zip file from karaf/target and run
./bin/karaf
or
./bin/karaf debug
once started run
feature:install meteorite-core-features
bundle:update id
For example:
bundle:update 294
Or
bundle:update bi.meteorite.core-api
bundle:update bi.meteorite.core-model-scala
bundle:update bi.meteorite.core-persistence
bundle:update bi.meteorite.core-security-provider-scala
bundle:update bi.meteorite.core-security-scala
bundle:update bi.meteorite.ui-shared
bundle:update bi.meteorite.ui
To run a specific test class run
mvn clean install -Dtest=TestSecurity
To run a specific test class method run
mvn clean install -Dtest=TestSecurity#testNonAdminLockDown