Create interface for ArtifactManager
1 file changed
tree: 084e94c5426fb968d9069f968326d5fc25500252
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. LICENSE
  6. pom.xml
  7. readme.md
readme.md

Build Status License feature

Feature Model Application Builder

Build an Application Definition from one or more Feature Files.

The Application Builder can be run from the command line by executing the following command:

java org.apache.sling.feature.applicationbuilder.impl.Main

For example:

java org.apache.sling.feature.applicationbuilder.impl.Main -d <directory with feature files> -u ~/.m2/repository -o generated-app.json

For further documentation see: https://github.com/apache/sling-org-apache-sling-feature/blob/master/readme.md