Updated the docu to reflect the latest changes
2 files changed
tree: 4d045be5dc4a1c31626629e58cfa44afb86d2cfa
  1. src/
  2. CODE_OF_CONDUCT.md
  3. CONTRIBUTING.md
  4. Jenkinsfile
  5. LICENSE
  6. pom.xml
  7. README.md
README.md

Build Status Test Status Maven Central JavaDocs License

Apache Sling Feature Converter Maven Plugin

This module is part of the Apache Sling project.

This plugin provides the means to convert both Content Packages as well as Provisioning Models into Feature Models through a POM file.

Introduction

This plugin is intended to convert:

  • Content Packages
  • Provisioning Models into Feature Models so that it can be used by the Sling Feature Maven Plugin to assemble and run.

This plugin is a wrapper for the Sling Feature Content Package Converter sling-org-apache-sling-feature-cpconverter and the Sling Feature Model Converter sling-org-apache-sling-feature-modelconveter to convert source files into Feature Models inside a POM.

This plugin is normally used to convert Sling into its Feature Model version and to convert Content Packages into Feature Models so that they can be handled by the Sling Feature Maven Plugin and eventually launched.

Supported goals

These Goals are support in this plugin:

  • convert-cp: Converts Content Packages into Feature Model files and its converted ZIP files
  • convert-pom: Converts Provisioning Models into Feature Models

See the Site documentation for further info.