You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/03/23 14:39:01 UTC

[sling-site] branch master updated: Slingfeature maven plugin 1.1.20

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e75523  Slingfeature maven plugin 1.1.20
5e75523 is described below

commit 5e7552378976dea500a20560e1c877b0f1d02943
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Mar 23 15:38:40 2020 +0100

    Slingfeature maven plugin 1.1.20
---
 .../aggregate-features-mojo.html                   |  556 +++
 .../analyse-features-mojo.html                     |  556 +++
 .../apidocs/allclasses-frame.html                  |   61 +
 .../apidocs/allclasses-noframe.html                |   61 +
 .../apidocs/constant-values.html                   |  288 +-
 .../apidocs/deprecated-list.html                   |   12 +-
 .../apidocs/help-doc.html                          |   12 +-
 .../apidocs/index-all.html                         |  931 +++++
 .../apidocs/index.html                             |    6 +-
 .../apache/sling/feature/maven/Environment.html}   |  119 +-
 .../sling/feature/maven/FeatureConstants.html}     |   77 +-
 .../sling/feature/maven/FeatureProjectConfig.html} |  325 +-
 .../sling/feature/maven/FeatureProjectInfo.html    |   96 +-
 .../apache/sling/feature/maven/Preprocessor.html   |   80 +-
 .../apache/sling/feature/maven/ProjectHelper.html  |  435 ++-
 .../apache/sling/feature/maven/Substitution.html}  |  140 +-
 .../feature/maven/class-use/Environment.html}      |   72 +-
 .../feature/maven/class-use/FeatureConstants.html  |   12 +-
 .../maven/class-use/FeatureProjectConfig.html}     |   58 +-
 .../maven/class-use/FeatureProjectInfo.html        |   46 +-
 .../feature/maven/class-use/Preprocessor.html      |   12 +-
 .../feature/maven/class-use/ProjectHelper.html     |   12 +-
 .../feature/maven/class-use/Substitution.html}     |   28 +-
 .../AbstractFeatureMojo.BaseArtifactProvider.html} |   92 +-
 .../AbstractFeatureMojo.BaseFeatureProvider.html}  |  110 +-
 .../feature/maven/mojos/AbstractFeatureMojo.html   |   93 +-
 ...stractIncludingFeatureMojo.FeatureScanner.html} |  199 +-
 .../maven/mojos/AbstractIncludingFeatureMojo.html} |  127 +-
 .../maven/mojos/AbstractRepositoryMojo.html}       |  177 +-
 .../sling/feature/maven/mojos/Aggregate.html       |  505 +++
 .../maven/mojos/AggregateFeaturesMojo.html}        |  101 +-
 .../feature/maven/mojos/AnalyseFeaturesMojo.html}  |  101 +-
 .../sling/feature/maven/mojos/ApisJarMojo.html}    |  125 +-
 .../apache/sling/feature/maven/mojos/Archive.html} |  172 +-
 .../maven/mojos/AttachFeatureArchivesMojo.html     |  555 +++
 .../feature/maven/mojos/AttachFeaturesMojo.html}   |   71 +-
 .../feature/maven/mojos/CollectArtifactsMojo.html} |  132 +-
 .../mojos/DependencyLifecycleParticipant.html      |   23 +-
 .../feature/maven/mojos/EmbedFeaturesMojo.html}    |   93 +-
 .../feature/maven/mojos/ExtractExtensionMojo.html} |   99 +-
 .../feature/maven/mojos/FeatureLauncherMojo.html   |  553 +++
 .../maven/mojos/FeatureSelectionConfig.html}       |  132 +-
 .../feature/maven/mojos/FeaturesDiffMojo.html}     |  164 +-
 .../sling/feature/maven/mojos/HelpMojo.html}       |   88 +-
 .../feature/maven/mojos/IncludeArtifactMojo.html}  |  212 +-
 .../sling/feature/maven/mojos/InfoMojo.html}       |  110 +-
 .../sling/feature/maven/mojos/Repository.html}     |  170 +-
 .../sling/feature/maven/mojos/RepositoryMojo.html} |  115 +-
 .../apache/sling/feature/maven/mojos/Scan.html}    |  147 +-
 .../mojos/UpdateVersionsMojo.ArtifactUpdate.html}  |  173 +-
 ...UpdateVersionsMojo.SimpleFeatureJSONReader.html |  676 ++++
 ...UpdateVersionsMojo.SimpleFeatureJSONWriter.html |  459 +++
 .../mojos/UpdateVersionsMojo.UpdateConfig.html}    |  133 +-
 .../mojos/UpdateVersionsMojo.UpdateResult.html}    |  156 +-
 .../feature/maven/mojos/UpdateVersionsMojo.html}   |  185 +-
 .../AbstractFeatureMojo.BaseArtifactProvider.html} |   28 +-
 .../AbstractFeatureMojo.BaseFeatureProvider.html}  |   28 +-
 .../maven/mojos/class-use/AbstractFeatureMojo.html |   93 +-
 ...stractIncludingFeatureMojo.FeatureScanner.html} |   28 +-
 .../class-use/AbstractIncludingFeatureMojo.html    |  243 ++
 .../mojos/class-use/AbstractRepositoryMojo.html}   |   44 +-
 .../feature/maven/mojos/class-use/Aggregate.html}  |   28 +-
 .../mojos/class-use/AggregateFeaturesMojo.html}    |   28 +-
 .../mojos/class-use/AnalyseFeaturesMojo.html}      |   28 +-
 .../maven/mojos/class-use/ApisJarMojo.html}        |   28 +-
 .../feature/maven/mojos/class-use/Archive.html}    |   28 +-
 .../class-use/AttachFeatureArchivesMojo.html}      |   28 +-
 .../maven/mojos/class-use/AttachFeaturesMojo.html} |   28 +-
 .../mojos/class-use/CollectArtifactsMojo.html}     |   28 +-
 .../class-use/DependencyLifecycleParticipant.html  |   12 +-
 .../maven/mojos/class-use/EmbedFeaturesMojo.html}  |   28 +-
 .../mojos/class-use/ExtractExtensionMojo.html}     |   28 +-
 .../mojos/class-use/FeatureLauncherMojo.html}      |   28 +-
 .../mojos/class-use/FeatureSelectionConfig.html}   |   59 +-
 .../maven/mojos/class-use/FeaturesDiffMojo.html}   |   28 +-
 .../feature/maven/mojos/class-use/HelpMojo.html    |   12 +-
 .../mojos/class-use/IncludeArtifactMojo.html}      |   28 +-
 .../feature/maven/mojos/class-use/InfoMojo.html}   |   28 +-
 .../feature/maven/mojos/class-use/Repository.html} |   28 +-
 .../maven/mojos/class-use/RepositoryMojo.html}     |   28 +-
 .../sling/feature/maven/mojos/class-use/Scan.html} |   28 +-
 .../UpdateVersionsMojo.ArtifactUpdate.html}        |   52 +-
 ...pdateVersionsMojo.SimpleFeatureJSONReader.html} |   28 +-
 ...pdateVersionsMojo.SimpleFeatureJSONWriter.html} |   28 +-
 .../UpdateVersionsMojo.UpdateConfig.html}          |   28 +-
 .../UpdateVersionsMojo.UpdateResult.html}          |   28 +-
 .../maven/mojos/class-use/UpdateVersionsMojo.html} |   28 +-
 .../sling/feature/maven/mojos/package-frame.html   |   50 +
 .../sling/feature/maven/mojos/package-summary.html |  296 ++
 .../sling/feature/maven/mojos/package-tree.html    |  202 +
 .../sling/feature/maven/mojos/package-use.html     |   24 +-
 .../maven/mojos/reports/ContentsReporter.html}     |  145 +-
 .../maven/mojos/reports/DuplicatesReporter.html}   |  144 +-
 .../mojos/reports/ExportPackagesReporter.html}     |  144 +-
 .../feature/maven/mojos/reports/ReportContext.html |  251 ++
 .../feature/maven/mojos/reports/Reporter.html      |  245 ++
 .../mojos/reports/class-use/ContentsReporter.html} |   52 +-
 .../reports/class-use/DuplicatesReporter.html}     |   52 +-
 .../reports/class-use/ExportPackagesReporter.html} |   52 +-
 .../mojos/reports/class-use/ReportContext.html     |  178 +
 .../maven/mojos/reports/class-use/Reporter.html    |  176 +
 .../feature/maven/mojos/reports/package-frame.html |   28 +
 .../maven/mojos/reports/package-summary.html       |  173 +
 .../feature/maven/mojos/reports/package-tree.html  |  146 +
 .../feature/maven/mojos/reports}/package-use.html  |   57 +-
 .../apache/sling/feature/maven/package-frame.html  |   12 +-
 .../sling/feature/maven/package-summary.html       |   32 +-
 .../apache/sling/feature/maven/package-tree.html   |   21 +-
 .../apache/sling/feature/maven/package-use.html    |   26 +-
 .../apidocs/overview-frame.html                    |    9 +-
 .../apidocs/overview-summary.html                  |   18 +-
 .../apidocs/overview-tree.html                     |  219 ++
 .../apidocs/package-list                           |    1 +
 .../apidocs/script.js                              |   30 +
 .../apidocs/stylesheet.css                         |  128 +-
 .../apis-jar-mojo.html                             |  908 +++++
 .../attach-featurearchives-mojo.html               |  535 +++
 .../attach-features-mojo.html                      |  606 +++
 .../collect-artifacts-mojo.html                    |  555 +++
 .../css/apache-maven-fluido-1.6.min.css            |   17 +
 .../css/print.css                                  |   46 +-
 .../slingfeature-maven-plugin-1.1.20/css/site.css  |    1 +
 .../dependencies.html                              | 3831 ++++++++++++++++++
 .../dependency-info.html                           |   38 +-
 .../dependency-management.html                     |   92 +-
 .../distribution-management.html                   |   22 +-
 .../embed-features-mojo.html                       |  562 +++
 .../extract-extension-mojo.html                    |  576 +++
 .../features-diff-mojo.html                        |  558 +++
 .../fonts/glyphicons-halflings-regular.eot         |  Bin 0 -> 35691 bytes
 .../fonts/glyphicons-halflings-regular.svg         |  456 +--
 .../fonts/glyphicons-halflings-regular.ttf         |  Bin 0 -> 55383 bytes
 .../fonts/glyphicons-halflings-regular.woff        |  Bin 0 -> 42340 bytes
 .../help-mojo.html                                 |   53 +-
 .../images/accessories-text-editor.png             |  Bin 0 -> 746 bytes
 .../images/add.gif                                 |  Bin 0 -> 397 bytes
 .../images/apache-maven-project-2.png              |  Bin 0 -> 43073 bytes
 .../images/application-certificate.png             |  Bin 0 -> 923 bytes
 .../images/close.gif                               |  Bin 0 -> 279 bytes
 .../images/contact-new.png                         |  Bin 0 -> 736 bytes
 .../images/document-properties.png                 |  Bin 0 -> 577 bytes
 .../images/drive-harddisk.png                      |  Bin 0 -> 700 bytes
 .../images/fix.gif                                 |  Bin 0 -> 366 bytes
 .../images/icon_error_sml.gif                      |  Bin 0 -> 633 bytes
 .../images/icon_help_sml.gif                       |  Bin 0 -> 1072 bytes
 .../images/icon_info_sml.gif                       |  Bin 0 -> 638 bytes
 .../images/icon_success_sml.gif                    |  Bin 0 -> 604 bytes
 .../images/icon_warning_sml.gif                    |  Bin 0 -> 625 bytes
 .../images/image-x-generic.png                     |  Bin 0 -> 662 bytes
 .../images/internet-web-browser.png                |  Bin 0 -> 1017 bytes
 .../images/logos/build-by-maven-black.png          |  Bin 0 -> 2294 bytes
 .../images/logos/build-by-maven-white.png          |  Bin 0 -> 2260 bytes
 .../images/logos/maven-feather.png                 |  Bin 0 -> 3330 bytes
 .../images/network-server.png                      |  Bin 0 -> 536 bytes
 .../images/package-x-generic.png                   |  Bin 0 -> 717 bytes
 .../images/profiles/pre-release.png                |  Bin 0 -> 32607 bytes
 .../images/profiles/retired.png                    |  Bin 0 -> 22003 bytes
 .../images/profiles/sandbox.png                    |  Bin 0 -> 33010 bytes
 .../images/remove.gif                              |  Bin 0 -> 607 bytes
 .../images/rss.png                                 |  Bin 0 -> 474 bytes
 .../images/update.gif                              |  Bin 0 -> 1090 bytes
 .../images/window-new.png                          |  Bin 0 -> 583 bytes
 .../img/glyphicons-halflings-white.png             |  Bin 0 -> 8777 bytes
 .../img/glyphicons-halflings.png                   |  Bin 0 -> 12799 bytes
 .../include-artifact-mojo.html                     |  636 +++
 .../slingfeature-maven-plugin-1.1.20}/index.html   |   32 +-
 .../info-mojo.html                                 |  688 ++++
 .../issue-management.html}                         |   22 +-
 .../jira-report.html                               |   40 +-
 .../js/apache-maven-fluido-1.6.min.js              |   25 +
 .../launch-features-mojo.html                      |  772 ++++
 .../licenses.html}                                 |   22 +-
 .../mailing-lists.html}                            |   42 +-
 .../plugin-info.html                               |   81 +-
 .../plugin-management.html                         |  176 +-
 .../slingfeature-maven-plugin-1.1.20}/plugins.html |  106 +-
 .../project-info.html                              |   40 +-
 .../project-reports.html                           |   10 +-
 .../repository-mojo.html                           |  561 +++
 .../slingfeature-maven-plugin-1.1.20/scm.html}     |   32 +-
 .../slingfeature-maven-plugin-1.1.20/summary.html} |   22 +-
 .../surefire-report.html                           |  452 +++
 .../slingfeature-maven-plugin-1.1.20/team.html}    |   22 +-
 .../update-feature-versions-mojo.html              |  642 +++
 .../slingfeature-maven-plugin-1.1.20/usage.html}   |   26 +-
 .../aggregate-features-mojo.html                   |  325 +-
 .../analyse-features-mojo.html                     |  556 +++
 .../apidocs/allclasses-frame.html                  |   48 +-
 .../apidocs/allclasses-noframe.html                |   48 +-
 .../apidocs/constant-values.html                   |  288 +-
 .../apidocs/deprecated-list.html                   |   12 +-
 .../apidocs/help-doc.html                          |   12 +-
 .../apidocs/index-all.html                         |  648 +++-
 .../slingfeature-maven-plugin/apidocs/index.html   |    6 +-
 .../apache/sling/feature/maven/Environment.html    |   28 +-
 .../sling/feature/maven/FeatureConstants.html      |  116 +-
 .../sling/feature/maven/FeatureProjectConfig.html  |  231 +-
 .../sling/feature/maven/FeatureProjectInfo.html    |   96 +-
 .../apache/sling/feature/maven/Preprocessor.html   |   80 +-
 .../apache/sling/feature/maven/ProjectHelper.html  |  435 ++-
 .../maven/{ProjectInfo.html => Substitution.html}  |  140 +-
 .../maven/class-use/ApplicationProjectConfig.html  |  170 -
 .../sling/feature/maven/class-use/Environment.html |   16 +-
 .../feature/maven/class-use/FeatureConstants.html  |   12 +-
 .../maven/class-use/FeatureProjectConfig.html      |   22 +-
 .../maven/class-use/FeatureProjectInfo.html        |   46 +-
 .../feature/maven/class-use/Preprocessor.html      |   12 +-
 .../feature/maven/class-use/ProjectHelper.html     |   12 +-
 .../{Preprocessor.html => Substitution.html}       |   28 +-
 ... AbstractFeatureMojo.BaseArtifactProvider.html} |   92 +-
 ...> AbstractFeatureMojo.BaseFeatureProvider.html} |  110 +-
 .../feature/maven/mojos/AbstractFeatureMojo.html   |   93 +-
 ...stractIncludingFeatureMojo.FeatureScanner.html} |  199 +-
 ...ures.html => AbstractIncludingFeatureMojo.html} |  127 +-
 ...teFeatures.html => AbstractRepositoryMojo.html} |  177 +-
 .../sling/feature/maven/mojos/Aggregate.html       |  505 +++
 ...ateFeatures.html => AggregateFeaturesMojo.html} |  101 +-
 ...egateFeatures.html => AnalyseFeaturesMojo.html} |  101 +-
 .../{AggregateFeatures.html => ApisJarMojo.html}   |  125 +-
 .../{AbstractFeatureMojo.html => Archive.html}     |  172 +-
 .../maven/mojos/AttachFeatureArchivesMojo.html     |  555 +++
 ...regateFeatures.html => AttachFeaturesMojo.html} |   78 +-
 ...ttachFeature.html => CollectArtifactsMojo.html} |  132 +-
 .../mojos/DependencyLifecycleParticipant.html      |   23 +-
 ...nerateResources.html => EmbedFeaturesMojo.html} |   93 +-
 ...gateFeatures.html => ExtractExtensionMojo.html} |   99 +-
 .../feature/maven/mojos/FeatureLauncherMojo.html   |  553 +++
 ...tureConfig.html => FeatureSelectionConfig.html} |  132 +-
 ...ggregateFeatures.html => FeaturesDiffMojo.html} |  164 +-
 .../apache/sling/feature/maven/mojos/HelpMojo.html |   20 +-
 ...egateFeatures.html => IncludeArtifactMojo.html} |  212 +-
 .../{AggregateFeatures.html => InfoMojo.html}      |  110 +-
 .../{AbstractFeatureMojo.html => Repository.html}  |  170 +-
 ...{AggregateFeatures.html => RepositoryMojo.html} |  115 +-
 ...regateFeatures.FeatureConfig.html => Scan.html} |  147 +-
 ...html => UpdateVersionsMojo.ArtifactUpdate.html} |  173 +-
 ...UpdateVersionsMojo.SimpleFeatureJSONReader.html |  676 ++++
 ...UpdateVersionsMojo.SimpleFeatureJSONWriter.html |  459 +++
 .../UpdateVersionsMojo.UpdateConfig.html}          |  133 +-
 ...o.html => UpdateVersionsMojo.UpdateResult.html} |  156 +-
 ...regateFeatures.html => UpdateVersionsMojo.html} |  185 +-
 ... AbstractFeatureMojo.BaseArtifactProvider.html} |   28 +-
 ...> AbstractFeatureMojo.BaseFeatureProvider.html} |   28 +-
 .../maven/mojos/class-use/AbstractFeatureMojo.html |   93 +-
 ...stractIncludingFeatureMojo.FeatureScanner.html} |   28 +-
 .../class-use/AbstractIncludingFeatureMojo.html    |  243 ++
 ...eatureMojo.html => AbstractRepositoryMojo.html} |   44 +-
 .../{AggregateFeatures.html => Aggregate.html}     |   28 +-
 ...ateFeatures.html => AggregateFeaturesMojo.html} |   28 +-
 ...rateResources.html => AnalyseFeaturesMojo.html} |   28 +-
 .../class-use/{HelpMojo.html => ApisJarMojo.html}  |   28 +-
 .../class-use/{HelpMojo.html => Archive.html}      |   28 +-
 ...Feature.html => AttachFeatureArchivesMojo.html} |   28 +-
 ...{AttachFeature.html => AttachFeaturesMojo.html} |   28 +-
 ...ttachFeature.html => CollectArtifactsMojo.html} |   28 +-
 .../class-use/DependencyLifecycleParticipant.html  |   12 +-
 ...gregateFeatures.html => EmbedFeaturesMojo.html} |   28 +-
 ...ttachFeature.html => ExtractExtensionMojo.html} |   28 +-
 ...rateResources.html => FeatureLauncherMojo.html} |   28 +-
 ...eatureMojo.html => FeatureSelectionConfig.html} |   59 +-
 .../{HelpMojo.html => FeaturesDiffMojo.html}       |   28 +-
 .../feature/maven/mojos/class-use/HelpMojo.html    |   12 +-
 ...rateResources.html => IncludeArtifactMojo.html} |   28 +-
 .../class-use/{HelpMojo.html => InfoMojo.html}     |   28 +-
 .../class-use/{HelpMojo.html => Repository.html}   |   28 +-
 .../{HelpMojo.html => RepositoryMojo.html}         |   28 +-
 .../mojos/class-use/{HelpMojo.html => Scan.html}   |   28 +-
 ...html => UpdateVersionsMojo.ArtifactUpdate.html} |   52 +-
 ...pdateVersionsMojo.SimpleFeatureJSONReader.html} |   28 +-
 ...pdateVersionsMojo.SimpleFeatureJSONWriter.html} |   28 +-
 ...g.html => UpdateVersionsMojo.UpdateConfig.html} |   28 +-
 ...g.html => UpdateVersionsMojo.UpdateResult.html} |   28 +-
 .../{HelpMojo.html => UpdateVersionsMojo.html}     |   28 +-
 .../sling/feature/maven/mojos/package-frame.html   |   39 +-
 .../sling/feature/maven/mojos/package-summary.html |  146 +-
 .../sling/feature/maven/mojos/package-tree.html    |   70 +-
 .../sling/feature/maven/mojos/package-use.html     |   24 +-
 .../ContentsReporter.html}                         |  145 +-
 .../DuplicatesReporter.html}                       |  144 +-
 .../ExportPackagesReporter.html}                   |  144 +-
 .../feature/maven/mojos/reports/ReportContext.html |  251 ++
 .../feature/maven/mojos/reports/Reporter.html      |  245 ++
 .../class-use/ContentsReporter.html}               |   52 +-
 .../class-use/DuplicatesReporter.html}             |   52 +-
 .../class-use/ExportPackagesReporter.html}         |   52 +-
 .../mojos/reports/class-use/ReportContext.html     |  178 +
 .../maven/mojos/reports/class-use/Reporter.html    |  176 +
 .../feature/maven/mojos/reports/package-frame.html |   28 +
 .../maven/mojos/reports/package-summary.html       |  173 +
 .../feature/maven/mojos/reports/package-tree.html  |  146 +
 .../maven/mojos/{ => reports}/package-use.html     |   57 +-
 .../apache/sling/feature/maven/package-frame.html  |   12 +-
 .../sling/feature/maven/package-summary.html       |   32 +-
 .../apache/sling/feature/maven/package-tree.html   |   21 +-
 .../apache/sling/feature/maven/package-use.html    |   26 +-
 .../apidocs/overview-frame.html                    |    9 +-
 .../apidocs/overview-summary.html                  |   18 +-
 .../apidocs/overview-tree.html                     |   84 +-
 .../slingfeature-maven-plugin/apidocs/package-list |    1 +
 .../apidocs/stylesheet.css                         |  128 +-
 .../slingfeature-maven-plugin/apis-jar-mojo.html   |  908 +++++
 .../attach-featurearchives-mojo.html               |  535 +++
 .../attach-features-mojo.html                      |  413 +-
 .../collect-artifacts-mojo.html                    |  555 +++
 .../slingfeature-maven-plugin/css/print.css        |   46 +-
 .../slingfeature-maven-plugin/dependencies.html    | 4073 ++++++++++++++------
 .../slingfeature-maven-plugin/dependency-info.html |   38 +-
 .../dependency-management.html                     |   92 +-
 .../distribution-management.html                   |   22 +-
 .../embed-features-mojo.html                       |  562 +++
 .../extract-extension-mojo.html                    |  576 +++
 .../features-diff-mojo.html                        |  558 +++
 .../fonts/glyphicons-halflings-regular.svg         |  456 +--
 .../generate-resources-mojo.html                   |  374 --
 .../slingfeature-maven-plugin/help-mojo.html       |   53 +-
 .../include-artifact-mojo.html                     |  636 +++
 .../slingfeature-maven-plugin/index.html           |   32 +-
 .../slingfeature-maven-plugin/info-mojo.html       |  688 ++++
 .../{issue-tracking.html => issue-management.html} |   22 +-
 .../slingfeature-maven-plugin/jira-report.html     |   40 +-
 .../launch-features-mojo.html                      |  772 ++++
 .../{license.html => licenses.html}                |   22 +-
 .../{mail-lists.html => mailing-lists.html}        |   42 +-
 .../slingfeature-maven-plugin/plugin-info.html     |   81 +-
 .../plugin-management.html                         |  176 +-
 .../slingfeature-maven-plugin/plugins.html         |  106 +-
 .../slingfeature-maven-plugin/project-info.html    |   40 +-
 .../slingfeature-maven-plugin/project-reports.html |   10 +-
 .../slingfeature-maven-plugin/repository-mojo.html |  561 +++
 .../{source-repository.html => scm.html}           |   32 +-
 .../{project-summary.html => summary.html}         |   22 +-
 .../slingfeature-maven-plugin/surefire-report.html |  321 +-
 .../{team-list.html => team.html}                  |   22 +-
 .../update-feature-versions-mojo.html              |  642 +++
 .../{jira-report.html => usage.html}               |   26 +-
 src/main/jbake/content/releases.md                 |    1 +
 src/main/jbake/templates/downloads.tpl             |    2 +-
 337 files changed, 44806 insertions(+), 9667 deletions(-)

diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/aggregate-features-mojo.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/aggregate-features-mojo.html
new file mode 100644
index 0000000..778ecdc
--- /dev/null
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/aggregate-features-mojo.html
@@ -0,0 +1,556 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2020-03-23 
+ | Rendered using Apache Maven Fluido Skin 1.6
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20200323" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Sling OSGi Feature Maven Plugin &#x2013; slingfeature:aggregate-features</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.6.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+      <script type="text/javascript" src="./js/apache-maven-fluido-1.6.min.js"></script>
+      </head>
+    <body class="topBarDisabled">
+      <div class="container-fluid">
+      <div id="banner">
+        <div class="pull-left"><div id="bannerLeft"><h2>Apache Sling OSGi Feature Maven Plugin</h2>
+</div>
+</div>
+        <div class="pull-right"></div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+        <li id="publishDate">Last Published: 2020-03-23<span class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 1.1.20</li>
+        </ul>
+      </div>
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+<ul class="nav nav-list">
+          <li class="nav-header">Overview</li>
+    <li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a>  </li>
+    <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a>  </li>
+          <li class="nav-header">Project Documentation</li>
+    <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a>  </li>
+    <li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</a>  </li>
+  </ul>
+          <hr />
+          <div id="poweredBy">
+              <div class="clear"></div>
+              <div class="clear"></div>
+              <div class="clear"></div>
+              <div class="clear"></div>
+  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
+              </div>
+          </div>
+        </div>
+        <div id="bodyColumn"  class="span10" >
+
+  
+    <div class="section">
+<h2><a name="slingfeature:aggregate-features"></a>slingfeature:aggregate-features</h2>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.sling:slingfeature-maven-plugin:1.1.20:aggregate-features</p>
+      
+<p><b>Description</b>:</p>
+      
+<div>Aggregate multiple features into a single one.</div>
+      
+<p><b>Attributes</b>:</p>
+      
+<ul>
+        
+<li>Requires a Maven project to be executed.</li>
+        
+<li>Requires dependency resolution of artifacts in scope: <tt>test</tt>.</li>
+        
+<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <tt>generate-resources</tt>.</li>
+      </ul>
+      
+<div class="section">
+<h3><a name="Required_Parameters"></a>Required Parameters</h3>
+        
+<table class="table table-striped" border="0">
+          
+<tr class="a">
+            
+<th>Name</th>
+            
+<th>Type</th>
+            
+<th>Since</th>
+            
+<th>Description</th>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#aggregates">&lt;aggregates&gt;</a></tt></td>
+            
+<td><tt>List</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The definition of the features used to create the new feature.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><tt><a href="#features">&lt;features&gt;</a></tt></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Directory containing feature files<br /><b>Default value is</b>: <tt>src/main/features</tt>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#testFeatures">&lt;testFeatures&gt;</a></tt></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Directory containing test feature files.<br /><b>Default value is</b>: <tt>src/test/features</tt>.<br /></td>
+          </tr>
+        </table>
+      </div>
+      
+<div class="section">
+<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
+        
+<table class="table table-striped" border="0">
+          
+<tr class="a">
+            
+<th>Name</th>
+            
+<th>Type</th>
+            
+<th>Since</th>
+            
+<th>Description</th>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#featuresExcludes">&lt;featuresExcludes&gt;</a></tt></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Comma separated list of excludes for the feature files. Feature
+files excluded by this configuration are not processed at all.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><tt><a href="#featuresIncludes">&lt;featuresIncludes&gt;</a></tt></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Comma separated list of includes for the feature files in the
+configured directory. Only feature files specified by this include
+are processed.<br /><b>Default value is</b>: <tt>**/*.json</tt>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#generatedFeatures">&lt;generatedFeatures&gt;</a></tt></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Directory containing generated feature files<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><tt><a href="#generatedFeaturesExcludes">&lt;generatedFeaturesExcludes&gt;</a></tt></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Comma separated list of excludes for the generated feature files.
+Feature files excluded by this configuration are not processed at
+all.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#generatedFeaturesIncludes">&lt;generatedFeaturesIncludes&gt;</a></tt></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Comma separated list of includes for the generated feature files in
+the configured directory. Only feature files specified by this
+include are processed.<br /><b>Default value is</b>: <tt>**/*.json</tt>.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><tt><a href="#handlerConfiguration">&lt;handlerConfiguration&gt;</a></tt></td>
+            
+<td><tt>Map</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>(no description)<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#jarStartOrder">&lt;jarStartOrder&gt;</a></tt></td>
+            
+<td><tt>int</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The start level for the attached jar/bundle.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><tt><a href="#skipAddFeatureDependencies">&lt;skipAddFeatureDependencies&gt;</a></tt></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If set to <tt>true</tt> the artifacts from the feature are not
+as dependencies to the project.<br /><b>Default value is</b>: <tt>false</tt>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#skipAddJarToFeature">&lt;skipAddJarToFeature&gt;</a></tt></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If set to <tt>true</tt> the main jar artifact is not added to
+the feature.<br /><b>Default value is</b>: <tt>false</tt>.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><tt><a href="#skipAddJarToTestFeature">&lt;skipAddJarToTestFeature&gt;</a></tt></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If set to <tt>true</tt> the main jar artifact is not added to
+the test feature.<br /><b>Default value is</b>: <tt>false</tt>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#skipAddTestFeatureDependencies">&lt;skipAddTestFeatureDependencies&gt;</a></tt></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If set to <tt>true</tt> the artifacts from the test feature are
+not as dependencies to the project.<br /><b>Default value is</b>: <tt>true</tt>.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><tt><a href="#testFeaturesExcludes">&lt;testFeaturesExcludes&gt;</a></tt></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Comma separated list of excludes for the test features.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#testFeaturesIncludes">&lt;testFeaturesIncludes&gt;</a></tt></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Comma separated list of includes for the test features.<br /><b>Default value is</b>: <tt>**/*.json</tt>.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><tt><a href="#validateFeatures">&lt;validateFeatures&gt;</a></tt></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If set to <tt>true</tt> the features are validated against the
+JSON schema.<br /><b>Default value is</b>: <tt>true</tt>.<br /></td>
+          </tr>
+        </table>
+      </div>
+      
+<div class="section">
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
+        
+<div class="section">
+<h4><a name="a.3Caggregates.3E"></a><b><a name="aggregates">&lt;aggregates&gt;</a></b></h4>
+        
+<div>The definition of the features used to create the new feature.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.util.List</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3Cfeatures.3E"></a><b><a name="features">&lt;features&gt;</a></b></h4>
+        
+<div>Directory containing feature files</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>Default</b>: <tt>src/main/features</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CfeaturesExcludes.3E"></a><b><a name="featuresExcludes">&lt;featuresExcludes&gt;</a></b></h4>
+        
+<div>Comma separated list of excludes for the feature files. Feature
+files excluded by this configuration are not processed at all.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CfeaturesIncludes.3E"></a><b><a name="featuresIncludes">&lt;featuresIncludes&gt;</a></b></h4>
+        
+<div>Comma separated list of includes for the feature files in the
+configured directory. Only feature files specified by this include
+are processed.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>**/*.json</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CgeneratedFeatures.3E"></a><b><a name="generatedFeatures">&lt;generatedFeatures&gt;</a></b></h4>
+        
+<div>Directory containing generated feature files</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CgeneratedFeaturesExcludes.3E"></a><b><a name="generatedFeaturesExcludes">&lt;generatedFeaturesExcludes&gt;</a></b></h4>
+        
+<div>Comma separated list of excludes for the generated feature files.
+Feature files excluded by this configuration are not processed at
+all.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CgeneratedFeaturesIncludes.3E"></a><b><a name="generatedFeaturesIncludes">&lt;generatedFeaturesIncludes&gt;</a></b></h4>
+        
+<div>Comma separated list of includes for the generated feature files in
+the configured directory. Only feature files specified by this
+include are processed.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>**/*.json</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3ChandlerConfiguration.3E"></a><b><a name="handlerConfiguration">&lt;handlerConfiguration&gt;</a></b></h4>
+        
+<div>(no description)</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.util.Map</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CjarStartOrder.3E"></a><b><a name="jarStartOrder">&lt;jarStartOrder&gt;</a></b></h4>
+        
+<div>The start level for the attached jar/bundle.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>int</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CskipAddFeatureDependencies.3E"></a><b><a name="skipAddFeatureDependencies">&lt;skipAddFeatureDependencies&gt;</a></b></h4>
+        
+<div>If set to <tt>true</tt> the artifacts from the feature are not
+as dependencies to the project.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CskipAddJarToFeature.3E"></a><b><a name="skipAddJarToFeature">&lt;skipAddJarToFeature&gt;</a></b></h4>
+        
+<div>If set to <tt>true</tt> the main jar artifact is not added to
+the feature.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CskipAddJarToTestFeature.3E"></a><b><a name="skipAddJarToTestFeature">&lt;skipAddJarToTestFeature&gt;</a></b></h4>
+        
+<div>If set to <tt>true</tt> the main jar artifact is not added to
+the test feature.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CskipAddTestFeatureDependencies.3E"></a><b><a name="skipAddTestFeatureDependencies">&lt;skipAddTestFeatureDependencies&gt;</a></b></h4>
+        
+<div>If set to <tt>true</tt> the artifacts from the test feature are
+not as dependencies to the project.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>true</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CtestFeatures.3E"></a><b><a name="testFeatures">&lt;testFeatures&gt;</a></b></h4>
+        
+<div>Directory containing test feature files.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>Default</b>: <tt>src/test/features</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CtestFeaturesExcludes.3E"></a><b><a name="testFeaturesExcludes">&lt;testFeaturesExcludes&gt;</a></b></h4>
+        
+<div>Comma separated list of excludes for the test features.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CtestFeaturesIncludes.3E"></a><b><a name="testFeaturesIncludes">&lt;testFeaturesIncludes&gt;</a></b></h4>
+        
+<div>Comma separated list of includes for the test features.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>**/*.json</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CvalidateFeatures.3E"></a><b><a name="validateFeatures">&lt;validateFeatures&gt;</a></b></h4>
+        
+<div>If set to <tt>true</tt> the features are validated against the
+JSON schema.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>true</tt></li>
+        </ul>
+      </div></div>
+    </div>
+  
+
+        </div>
+      </div>
+    </div>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>Copyright &copy;2007&#x2013;2020
+<a href="https://www.apache.org/">The Apache Software Foundation</a>.
+All rights reserved.</p>
+        </div>
+        </div>
+    </footer>
+    </body>
+</html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/analyse-features-mojo.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/analyse-features-mojo.html
new file mode 100644
index 0000000..5d64405
--- /dev/null
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/analyse-features-mojo.html
@@ -0,0 +1,556 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2020-03-23 
+ | Rendered using Apache Maven Fluido Skin 1.6
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20200323" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Sling OSGi Feature Maven Plugin &#x2013; slingfeature:analyse-features</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.6.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+      <script type="text/javascript" src="./js/apache-maven-fluido-1.6.min.js"></script>
+      </head>
+    <body class="topBarDisabled">
+      <div class="container-fluid">
+      <div id="banner">
+        <div class="pull-left"><div id="bannerLeft"><h2>Apache Sling OSGi Feature Maven Plugin</h2>
+</div>
+</div>
+        <div class="pull-right"></div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+        <li id="publishDate">Last Published: 2020-03-23<span class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 1.1.20</li>
+        </ul>
+      </div>
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+<ul class="nav nav-list">
+          <li class="nav-header">Overview</li>
+    <li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a>  </li>
+    <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a>  </li>
+          <li class="nav-header">Project Documentation</li>
+    <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a>  </li>
+    <li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</a>  </li>
+  </ul>
+          <hr />
+          <div id="poweredBy">
+              <div class="clear"></div>
+              <div class="clear"></div>
+              <div class="clear"></div>
+              <div class="clear"></div>
+  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
+              </div>
+          </div>
+        </div>
+        <div id="bodyColumn"  class="span10" >
+
+  
+    <div class="section">
+<h2><a name="slingfeature:analyse-features"></a>slingfeature:analyse-features</h2>
+      
+<p><b>Full name</b>:</p>
+      
+<p>org.apache.sling:slingfeature-maven-plugin:1.1.20:analyse-features</p>
+      
+<p><b>Description</b>:</p>
+      
+<div>Analyse the feature.</div>
+      
+<p><b>Attributes</b>:</p>
+      
+<ul>
+        
+<li>Requires a Maven project to be executed.</li>
+        
+<li>Requires dependency resolution of artifacts in scope: <tt>test</tt>.</li>
+        
+<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <tt>verify</tt>.</li>
+      </ul>
+      
+<div class="section">
+<h3><a name="Required_Parameters"></a>Required Parameters</h3>
+        
+<table class="table table-striped" border="0">
+          
+<tr class="a">
+            
+<th>Name</th>
+            
+<th>Type</th>
+            
+<th>Since</th>
+            
+<th>Description</th>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#features">&lt;features&gt;</a></tt></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Directory containing feature files<br /><b>Default value is</b>: <tt>src/main/features</tt>.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><tt><a href="#testFeatures">&lt;testFeatures&gt;</a></tt></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Directory containing test feature files.<br /><b>Default value is</b>: <tt>src/test/features</tt>.<br /></td>
+          </tr>
+        </table>
+      </div>
+      
+<div class="section">
+<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
+        
+<table class="table table-striped" border="0">
+          
+<tr class="a">
+            
+<th>Name</th>
+            
+<th>Type</th>
+            
+<th>Since</th>
+            
+<th>Description</th>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#featuresExcludes">&lt;featuresExcludes&gt;</a></tt></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Comma separated list of excludes for the feature files. Feature
+files excluded by this configuration are not processed at all.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><tt><a href="#featuresIncludes">&lt;featuresIncludes&gt;</a></tt></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Comma separated list of includes for the feature files in the
+configured directory. Only feature files specified by this include
+are processed.<br /><b>Default value is</b>: <tt>**/*.json</tt>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#framework">&lt;framework&gt;</a></tt></td>
+            
+<td><tt>Dependency</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>(no description)<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><tt><a href="#generatedFeatures">&lt;generatedFeatures&gt;</a></tt></td>
+            
+<td><tt>File</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Directory containing generated feature files<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#generatedFeaturesExcludes">&lt;generatedFeaturesExcludes&gt;</a></tt></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Comma separated list of excludes for the generated feature files.
+Feature files excluded by this configuration are not processed at
+all.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><tt><a href="#generatedFeaturesIncludes">&lt;generatedFeaturesIncludes&gt;</a></tt></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Comma separated list of includes for the generated feature files in
+the configured directory. Only feature files specified by this
+include are processed.<br /><b>Default value is</b>: <tt>**/*.json</tt>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#jarStartOrder">&lt;jarStartOrder&gt;</a></tt></td>
+            
+<td><tt>int</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>The start level for the attached jar/bundle.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><tt><a href="#scans">&lt;scans&gt;</a></tt></td>
+            
+<td><tt>List</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>(no description)<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#skipAddFeatureDependencies">&lt;skipAddFeatureDependencies&gt;</a></tt></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If set to <tt>true</tt> the artifacts from the feature are not
+as dependencies to the project.<br /><b>Default value is</b>: <tt>false</tt>.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><tt><a href="#skipAddJarToFeature">&lt;skipAddJarToFeature&gt;</a></tt></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If set to <tt>true</tt> the main jar artifact is not added to
+the feature.<br /><b>Default value is</b>: <tt>false</tt>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#skipAddJarToTestFeature">&lt;skipAddJarToTestFeature&gt;</a></tt></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If set to <tt>true</tt> the main jar artifact is not added to
+the test feature.<br /><b>Default value is</b>: <tt>false</tt>.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><tt><a href="#skipAddTestFeatureDependencies">&lt;skipAddTestFeatureDependencies&gt;</a></tt></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If set to <tt>true</tt> the artifacts from the test feature are
+not as dependencies to the project.<br /><b>Default value is</b>: <tt>true</tt>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#testFeaturesExcludes">&lt;testFeaturesExcludes&gt;</a></tt></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Comma separated list of excludes for the test features.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td><tt><a href="#testFeaturesIncludes">&lt;testFeaturesIncludes&gt;</a></tt></td>
+            
+<td><tt>String</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>Comma separated list of includes for the test features.<br /><b>Default value is</b>: <tt>**/*.json</tt>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td><tt><a href="#validateFeatures">&lt;validateFeatures&gt;</a></tt></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>-</tt></td>
+            
+<td>If set to <tt>true</tt> the features are validated against the
+JSON schema.<br /><b>Default value is</b>: <tt>true</tt>.<br /></td>
+          </tr>
+        </table>
+      </div>
+      
+<div class="section">
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
+        
+<div class="section">
+<h4><a name="a.3Cfeatures.3E"></a><b><a name="features">&lt;features&gt;</a></b></h4>
+        
+<div>Directory containing feature files</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>Default</b>: <tt>src/main/features</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CfeaturesExcludes.3E"></a><b><a name="featuresExcludes">&lt;featuresExcludes&gt;</a></b></h4>
+        
+<div>Comma separated list of excludes for the feature files. Feature
+files excluded by this configuration are not processed at all.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CfeaturesIncludes.3E"></a><b><a name="featuresIncludes">&lt;featuresIncludes&gt;</a></b></h4>
+        
+<div>Comma separated list of includes for the feature files in the
+configured directory. Only feature files specified by this include
+are processed.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>**/*.json</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3Cframework.3E"></a><b><a name="framework">&lt;framework&gt;</a></b></h4>
+        
+<div>(no description)</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>org.apache.maven.model.Dependency</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CgeneratedFeatures.3E"></a><b><a name="generatedFeatures">&lt;generatedFeatures&gt;</a></b></h4>
+        
+<div>Directory containing generated feature files</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CgeneratedFeaturesExcludes.3E"></a><b><a name="generatedFeaturesExcludes">&lt;generatedFeaturesExcludes&gt;</a></b></h4>
+        
+<div>Comma separated list of excludes for the generated feature files.
+Feature files excluded by this configuration are not processed at
+all.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CgeneratedFeaturesIncludes.3E"></a><b><a name="generatedFeaturesIncludes">&lt;generatedFeaturesIncludes&gt;</a></b></h4>
+        
+<div>Comma separated list of includes for the generated feature files in
+the configured directory. Only feature files specified by this
+include are processed.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>**/*.json</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CjarStartOrder.3E"></a><b><a name="jarStartOrder">&lt;jarStartOrder&gt;</a></b></h4>
+        
+<div>The start level for the attached jar/bundle.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>int</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3Cscans.3E"></a><b><a name="scans">&lt;scans&gt;</a></b></h4>
+        
+<div>(no description)</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.util.List</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CskipAddFeatureDependencies.3E"></a><b><a name="skipAddFeatureDependencies">&lt;skipAddFeatureDependencies&gt;</a></b></h4>
+        
+<div>If set to <tt>true</tt> the artifacts from the feature are not
+as dependencies to the project.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CskipAddJarToFeature.3E"></a><b><a name="skipAddJarToFeature">&lt;skipAddJarToFeature&gt;</a></b></h4>
+        
+<div>If set to <tt>true</tt> the main jar artifact is not added to
+the feature.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CskipAddJarToTestFeature.3E"></a><b><a name="skipAddJarToTestFeature">&lt;skipAddJarToTestFeature&gt;</a></b></h4>
+        
+<div>If set to <tt>true</tt> the main jar artifact is not added to
+the test feature.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CskipAddTestFeatureDependencies.3E"></a><b><a name="skipAddTestFeatureDependencies">&lt;skipAddTestFeatureDependencies&gt;</a></b></h4>
+        
+<div>If set to <tt>true</tt> the artifacts from the test feature are
+not as dependencies to the project.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>true</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CtestFeatures.3E"></a><b><a name="testFeatures">&lt;testFeatures&gt;</a></b></h4>
+        
+<div>Directory containing test feature files.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.io.File</tt></li>
+          
+<li><b>Required</b>: <tt>Yes</tt></li>
+          
+<li><b>Default</b>: <tt>src/test/features</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CtestFeaturesExcludes.3E"></a><b><a name="testFeaturesExcludes">&lt;testFeaturesExcludes&gt;</a></b></h4>
+        
+<div>Comma separated list of excludes for the test features.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CtestFeaturesIncludes.3E"></a><b><a name="testFeaturesIncludes">&lt;testFeaturesIncludes&gt;</a></b></h4>
+        
+<div>Comma separated list of includes for the test features.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>java.lang.String</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>**/*.json</tt></li>
+        </ul><hr /></div>
+<div class="section">
+<h4><a name="a.3CvalidateFeatures.3E"></a><b><a name="validateFeatures">&lt;validateFeatures&gt;</a></b></h4>
+        
+<div>If set to <tt>true</tt> the features are validated against the
+JSON schema.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>Default</b>: <tt>true</tt></li>
+        </ul>
+      </div></div>
+    </div>
+  
+
+        </div>
+      </div>
+    </div>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>Copyright &copy;2007&#x2013;2020
+<a href="https://www.apache.org/">The Apache Software Foundation</a>.
+All rights reserved.</p>
+        </div>
+        </div>
+    </footer>
+    </body>
+</html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/allclasses-frame.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/allclasses-frame.html
new file mode 100644
index 0000000..0529bfd
--- /dev/null
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/allclasses-frame.html
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:32 CET 2020 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All&nbsp;Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">AbstractFeatureMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">AbstractIncludingFeatureMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">AbstractIncludingFeatureMojo.FeatureScanner</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">AbstractRepositoryMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">Aggregate</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">AggregateFeaturesMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">AnalyseFeaturesMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/ApisJarMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">ApisJarMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/Archive.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">Archive</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">AttachFeatureArchivesMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/AttachFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">AttachFeaturesMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/CollectArtifactsMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">CollectArtifactsMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/reports/ContentsReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports" target="classFrame">ContentsReporter</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">DependencyLifecycleParticipant</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/reports/DuplicatesReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports" target="classFrame">DuplicatesReporter</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/EmbedFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">EmbedFeaturesMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven" target="classFrame">Environment</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/reports/ExportPackagesReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports" target="classFrame">ExportPackagesReporter</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/ExtractExtensionMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">ExtractExtensionMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/FeatureConstants.html" title="class in org.apache.sling.feature.maven" target="classFrame">FeatureConstants</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">FeatureLauncherMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven" target="classFrame">FeatureProjectConfig</a></li>
+<li><a href="org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven" target="classFrame">FeatureProjectInfo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/FeaturesDiffMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">FeaturesDiffMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">FeatureSelectionConfig</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/HelpMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">HelpMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">IncludeArtifactMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/InfoMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">InfoMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/Preprocessor.html" title="class in org.apache.sling.feature.maven" target="classFrame">Preprocessor</a></li>
+<li><a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven" target="classFrame">ProjectHelper</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/reports/ReportContext.html" title="interface in org.apache.sling.feature.maven.mojos.reports" target="classFrame"><span class="interfaceName">ReportContext</span></a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/reports/Reporter.html" title="interface in org.apache.sling.feature.maven.mojos.reports" target="classFrame"><span class="interfaceName">Reporter</span></a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/Repository.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">Repository</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/RepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">RepositoryMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/Scan.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">Scan</a></li>
+<li><a href="org/apache/sling/feature/maven/Substitution.html" title="class in org.apache.sling.feature.maven" target="classFrame">Substitution</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">UpdateVersionsMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.ArtifactUpdate.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">UpdateVersionsMojo.ArtifactUpdate</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.SimpleFeatureJSONReader.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">UpdateVersionsMojo.SimpleFeatureJSONReader</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.SimpleFeatureJSONWriter.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">UpdateVersionsMojo.SimpleFeatureJSONWriter</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateConfig.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">UpdateVersionsMojo.UpdateConfig</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateResult.html" title="class in org.apache.sling.feature.maven.mojos" target="classFrame">UpdateVersionsMojo.UpdateResult</a></li>
+</ul>
+</div>
+</body>
+</html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/allclasses-noframe.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/allclasses-noframe.html
new file mode 100644
index 0000000..e7bb858
--- /dev/null
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/allclasses-noframe.html
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:32 CET 2020 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All&nbsp;Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo.FeatureScanner</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractRepositoryMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos">Aggregate</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AggregateFeaturesMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AnalyseFeaturesMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/ApisJarMojo.html" title="class in org.apache.sling.feature.maven.mojos">ApisJarMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/Archive.html" title="class in org.apache.sling.feature.maven.mojos">Archive</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeatureArchivesMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/AttachFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeaturesMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/CollectArtifactsMojo.html" title="class in org.apache.sling.feature.maven.mojos">CollectArtifactsMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/reports/ContentsReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports">ContentsReporter</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.html" title="class in org.apache.sling.feature.maven.mojos">DependencyLifecycleParticipant</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/reports/DuplicatesReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports">DuplicatesReporter</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/EmbedFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos">EmbedFeaturesMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Environment</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/reports/ExportPackagesReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports">ExportPackagesReporter</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/ExtractExtensionMojo.html" title="class in org.apache.sling.feature.maven.mojos">ExtractExtensionMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/FeatureConstants.html" title="class in org.apache.sling.feature.maven">FeatureConstants</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeatureLauncherMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></li>
+<li><a href="org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/FeaturesDiffMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeaturesDiffMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">FeatureSelectionConfig</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/HelpMojo.html" title="class in org.apache.sling.feature.maven.mojos">HelpMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html" title="class in org.apache.sling.feature.maven.mojos">IncludeArtifactMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/InfoMojo.html" title="class in org.apache.sling.feature.maven.mojos">InfoMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/Preprocessor.html" title="class in org.apache.sling.feature.maven">Preprocessor</a></li>
+<li><a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/reports/ReportContext.html" title="interface in org.apache.sling.feature.maven.mojos.reports"><span class="interfaceName">ReportContext</span></a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/reports/Reporter.html" title="interface in org.apache.sling.feature.maven.mojos.reports"><span class="interfaceName">Reporter</span></a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/Repository.html" title="class in org.apache.sling.feature.maven.mojos">Repository</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/RepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos">RepositoryMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/Scan.html" title="class in org.apache.sling.feature.maven.mojos">Scan</a></li>
+<li><a href="org/apache/sling/feature/maven/Substitution.html" title="class in org.apache.sling.feature.maven">Substitution</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.ArtifactUpdate.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.ArtifactUpdate</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.SimpleFeatureJSONReader.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.SimpleFeatureJSONReader</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.SimpleFeatureJSONWriter.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.SimpleFeatureJSONWriter</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateConfig.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.UpdateConfig</a></li>
+<li><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateResult.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.UpdateResult</a></li>
+</ul>
+</div>
+</body>
+</html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/constant-values.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/constant-values.html
similarity index 51%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/constant-values.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/constant-values.html
index 7eec49a..fe0a7ca 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/constant-values.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/constant-values.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:32 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>Constant Field Values (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Constant Field Values (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="Constant Field Values (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -84,7 +84,7 @@
 <ul class="blockList">
 <li class="blockList">
 <table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
-<caption><span>org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ApplicationProjectConfig.html" title="class in org.apache.sling.feature.maven">ApplicationProjectConfig</a></span><span class="tabEnd">&nbsp;</span></caption>
+<caption><span>org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureConstants.html" title="class in org.apache.sling.feature.maven">FeatureConstants</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th scope="col">Constant Field</th>
@@ -92,67 +92,137 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.ApplicationProjectConfig.CFG_FEATURE_REFS">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureConstants.PACKAGING_FEATURE">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/ApplicationProjectConfig.html#CFG_FEATURE_REFS">CFG_FEATURE_REFS</a></code></td>
-<td class="colLast"><code>"featureRefs"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/FeatureConstants.html#PACKAGING_FEATURE">PACKAGING_FEATURE</a></code></td>
+<td class="colLast"><code>"slingosgifeature"</code></td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.ApplicationProjectConfig.CFG_FEATURES">
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_FEATURES">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/ApplicationProjectConfig.html#CFG_FEATURES">CFG_FEATURES</a></code></td>
+<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_FEATURES">CFG_FEATURES</a></code></td>
 <td class="colLast"><code>"features"</code></td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_FEATURES_EXCLUDES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_FEATURES_EXCLUDES">CFG_FEATURES_EXCLUDES</a></code></td>
+<td class="colLast"><code>"featuresExcludes"</code></td>
+</tr>
 <tr class="altColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.ApplicationProjectConfig.CFG_TEST_FEATURE_REFS">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_FEATURES_INCLUDES">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/ApplicationProjectConfig.html#CFG_TEST_FEATURE_REFS">CFG_TEST_FEATURE_REFS</a></code></td>
-<td class="colLast"><code>"testFeatureRefs"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_FEATURES_INCLUDES">CFG_FEATURES_INCLUDES</a></code></td>
+<td class="colLast"><code>"featuresIncludes"</code></td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.ApplicationProjectConfig.CFG_TEST_FEATURES">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_JAR_START_ORDER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_JAR_START_ORDER">CFG_JAR_START_ORDER</a></code></td>
+<td class="colLast"><code>"jarStartOrder"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_SKIP_ADD_FEATURE_DEPENDENCIES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_SKIP_ADD_FEATURE_DEPENDENCIES">CFG_SKIP_ADD_FEATURE_DEPENDENCIES</a></code></td>
+<td class="colLast"><code>"skipAddFeatureDependencies"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_SKIP_ADD_JAR_TO_FEATURE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_SKIP_ADD_JAR_TO_FEATURE">CFG_SKIP_ADD_JAR_TO_FEATURE</a></code></td>
+<td class="colLast"><code>"skipAddJarToFeature"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_SKIP_ADD_JAR_TO_TEST_FEATURE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_SKIP_ADD_JAR_TO_TEST_FEATURE">CFG_SKIP_ADD_JAR_TO_TEST_FEATURE</a></code></td>
+<td class="colLast"><code>"skipAddJarToTestFeature"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES">CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES</a></code></td>
+<td class="colLast"><code>"skipAddTestFeatureDependencies"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_TEST_FEATURES">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/ApplicationProjectConfig.html#CFG_TEST_FEATURES">CFG_TEST_FEATURES</a></code></td>
+<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_TEST_FEATURES">CFG_TEST_FEATURES</a></code></td>
 <td class="colLast"><code>"testFeatures"</code></td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_TEST_FEATURES_EXCLUDES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_TEST_FEATURES_EXCLUDES">CFG_TEST_FEATURES_EXCLUDES</a></code></td>
+<td class="colLast"><code>"testFeaturesExcludes"</code></td>
+</tr>
 <tr class="altColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.ApplicationProjectConfig.DEFAULT_FEATURE_DIR">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_TEST_FEATURES_INCLUDES">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/ApplicationProjectConfig.html#DEFAULT_FEATURE_DIR">DEFAULT_FEATURE_DIR</a></code></td>
-<td class="colLast"><code>"src/main/osgi/features"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_TEST_FEATURES_INCLUDES">CFG_TEST_FEATURES_INCLUDES</a></code></td>
+<td class="colLast"><code>"testFeaturesIncludes"</code></td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.ApplicationProjectConfig.DEFAULT_REF_DIR">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_VALIDATE_FEATURES">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/ApplicationProjectConfig.html#DEFAULT_REF_DIR">DEFAULT_REF_DIR</a></code></td>
-<td class="colLast"><code>"src/main/osgi/feature-refs"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_VALIDATE_FEATURES">CFG_VALIDATE_FEATURES</a></code></td>
+<td class="colLast"><code>"validateFeatures"</code></td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.ApplicationProjectConfig.DEFAULT_TEST_FEATURE_DIR">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.DEFAULT_FEATURE_DIR">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/ApplicationProjectConfig.html#DEFAULT_TEST_FEATURE_DIR">DEFAULT_TEST_FEATURE_DIR</a></code></td>
-<td class="colLast"><code>"src/test/osgi/features"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#DEFAULT_FEATURE_DIR">DEFAULT_FEATURE_DIR</a></code></td>
+<td class="colLast"><code>"src/main/features"</code></td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.ApplicationProjectConfig.DEFAULT_TEST_REF_DIR">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.DEFAULT_FEATURE_INCLUDES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#DEFAULT_FEATURE_INCLUDES">DEFAULT_FEATURE_INCLUDES</a></code></td>
+<td class="colLast"><code>"**/*.json"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.DEFAULT_TEST_FEATURE_DIR">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/ApplicationProjectConfig.html#DEFAULT_TEST_REF_DIR">DEFAULT_TEST_REF_DIR</a></code></td>
-<td class="colLast"><code>"src/test/osgi/feature-refs"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#DEFAULT_TEST_FEATURE_DIR">DEFAULT_TEST_FEATURE_DIR</a></code></td>
+<td class="colLast"><code>"src/test/features"</code></td>
 </tr>
 </tbody>
 </table>
 </li>
+</ul>
+<ul class="blockList">
 <li class="blockList">
 <table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
-<caption><span>org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureConstants.html" title="class in org.apache.sling.feature.maven">FeatureConstants</a></span><span class="tabEnd">&nbsp;</span></caption>
+<caption><span>org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeatureArchivesMojo</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th scope="col">Constant Field</th>
@@ -160,60 +230,81 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureConstants.CLASSIFIER_FEATURE">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_BUILT_BY">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureConstants.html#CLASSIFIER_FEATURE">CLASSIFIER_FEATURE</a></code></td>
-<td class="colLast"><code>"feature"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_BUILT_BY">ATTR_BUILT_BY</a></code></td>
+<td class="colLast"><code>"Built-By"</code></td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureConstants.CLASSIFIER_TEST_FEATURE">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_CREATED_BY">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureConstants.html#CLASSIFIER_TEST_FEATURE">CLASSIFIER_TEST_FEATURE</a></code></td>
-<td class="colLast"><code>"testfeature"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_CREATED_BY">ATTR_CREATED_BY</a></code></td>
+<td class="colLast"><code>"Created-By"</code></td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureConstants.FEATURE_ARTIFACT_NAME">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_IMPLEMENTATION_BUILD">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureConstants.html#FEATURE_ARTIFACT_NAME">FEATURE_ARTIFACT_NAME</a></code></td>
-<td class="colLast"><code>"feature.json"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_IMPLEMENTATION_BUILD">ATTR_IMPLEMENTATION_BUILD</a></code></td>
+<td class="colLast"><code>"Implementation-Build"</code></td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureConstants.FEATURE_PROCESSED_LOCATION">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_IMPLEMENTATION_TITLE">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureConstants.html#FEATURE_PROCESSED_LOCATION">FEATURE_PROCESSED_LOCATION</a></code></td>
-<td class="colLast"><code>"/features/processed"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_IMPLEMENTATION_TITLE">ATTR_IMPLEMENTATION_TITLE</a></code></td>
+<td class="colLast"><code>"Implementation-Title"</code></td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureConstants.PACKAGING_APPLICATION">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_IMPLEMENTATION_VENDOR">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureConstants.html#PACKAGING_APPLICATION">PACKAGING_APPLICATION</a></code></td>
-<td class="colLast"><code>"osgiapp"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_IMPLEMENTATION_VENDOR">ATTR_IMPLEMENTATION_VENDOR</a></code></td>
+<td class="colLast"><code>"Implementation-Vendor"</code></td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureConstants.PACKAGING_FEATURE">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_IMPLEMENTATION_VENDOR_ID">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureConstants.html#PACKAGING_FEATURE">PACKAGING_FEATURE</a></code></td>
-<td class="colLast"><code>"slingfeature"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_IMPLEMENTATION_VENDOR_ID">ATTR_IMPLEMENTATION_VENDOR_ID</a></code></td>
+<td class="colLast"><code>"Implementation-Vendor-Id"</code></td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureConstants.TEST_FEATURE_ARTIFACT_NAME">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_IMPLEMENTATION_VERSION">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureConstants.html#TEST_FEATURE_ARTIFACT_NAME">TEST_FEATURE_ARTIFACT_NAME</a></code></td>
-<td class="colLast"><code>"testfeature.json"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_IMPLEMENTATION_VERSION">ATTR_IMPLEMENTATION_VERSION</a></code></td>
+<td class="colLast"><code>"Implementation-Version"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_SPECIFICATION_TITLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_SPECIFICATION_TITLE">ATTR_SPECIFICATION_TITLE</a></code></td>
+<td class="colLast"><code>"Specification-Title"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_SPECIFICATION_VENDOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_SPECIFICATION_VENDOR">ATTR_SPECIFICATION_VENDOR</a></code></td>
+<td class="colLast"><code>"Specification-Vendor"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_SPECIFICATION_VERSION">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_SPECIFICATION_VERSION">ATTR_SPECIFICATION_VERSION</a></code></td>
+<td class="colLast"><code>"Specification-Version"</code></td>
 </tr>
 </tbody>
 </table>
 </li>
 <li class="blockList">
 <table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
-<caption><span>org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></span><span class="tabEnd">&nbsp;</span></caption>
+<caption><span>org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeatureLauncherMojo</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th scope="col">Constant Field</th>
@@ -221,88 +312,107 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_FEATURE_FILE">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.FeatureLauncherMojo.CFG_ARTIFACT_CLASH_OVERRIDES">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_FEATURE_FILE">CFG_FEATURE_FILE</a></code></td>
-<td class="colLast"><code>"featureFile"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_ARTIFACT_CLASH_OVERRIDES">CFG_ARTIFACT_CLASH_OVERRIDES</a></code></td>
+<td class="colLast"><code>"artifactClashOverrides"</code></td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_FEATURE_INLINED">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.FeatureLauncherMojo.CFG_CACHE_DIRECTORY">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_FEATURE_INLINED">CFG_FEATURE_INLINED</a></code></td>
-<td class="colLast"><code>"feature"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_CACHE_DIRECTORY">CFG_CACHE_DIRECTORY</a></code></td>
+<td class="colLast"><code>"cacheDirectory"</code></td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_JAR_START_LEVEL">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.FeatureLauncherMojo.CFG_EXTENSION_CONFIGURATIONS">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_JAR_START_LEVEL">CFG_JAR_START_LEVEL</a></code></td>
-<td class="colLast"><code>"jarStartLevel"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_EXTENSION_CONFIGURATIONS">CFG_EXTENSION_CONFIGURATIONS</a></code></td>
+<td class="colLast"><code>"extensionConfigurations"</code></td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_SKIP_ADD_FEATURE_DEPENDENCIES">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.FeatureLauncherMojo.CFG_FRAMEWORK_ARTIFACTS">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_SKIP_ADD_FEATURE_DEPENDENCIES">CFG_SKIP_ADD_FEATURE_DEPENDENCIES</a></code></td>
-<td class="colLast"><code>"skipAddFeatureDependencies"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_FRAMEWORK_ARTIFACTS">CFG_FRAMEWORK_ARTIFACTS</a></code></td>
+<td class="colLast"><code>"frameworkArtifacts"</code></td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_SKIP_ADD_JAR_TO_FEATURE">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.FeatureLauncherMojo.CFG_FRAMEWORK_PROPERTIES">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_SKIP_ADD_JAR_TO_FEATURE">CFG_SKIP_ADD_JAR_TO_FEATURE</a></code></td>
-<td class="colLast"><code>"skipAddJarToFeature"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_FRAMEWORK_PROPERTIES">CFG_FRAMEWORK_PROPERTIES</a></code></td>
+<td class="colLast"><code>"frameworkProperties"</code></td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_SKIP_ADD_JAR_TO_TEST_FEATURE">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.FeatureLauncherMojo.CFG_FRAMEWORK_VERSION">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_SKIP_ADD_JAR_TO_TEST_FEATURE">CFG_SKIP_ADD_JAR_TO_TEST_FEATURE</a></code></td>
-<td class="colLast"><code>"skipAddJarToTestFeature"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_FRAMEWORK_VERSION">CFG_FRAMEWORK_VERSION</a></code></td>
+<td class="colLast"><code>"frameworkVersion"</code></td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.FeatureLauncherMojo.CFG_HOME_DIRECTORY">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES">CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES</a></code></td>
-<td class="colLast"><code>"skipAddTestFeatureDependencies"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_HOME_DIRECTORY">CFG_HOME_DIRECTORY</a></code></td>
+<td class="colLast"><code>"homeDirectory"</code></td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_TEST_FEATURE_FILE">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.FeatureLauncherMojo.CFG_REPOSITORY_URL">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_TEST_FEATURE_FILE">CFG_TEST_FEATURE_FILE</a></code></td>
-<td class="colLast"><code>"testFeatureFile"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_REPOSITORY_URL">CFG_REPOSITORY_URL</a></code></td>
+<td class="colLast"><code>"frameworkRepositoryUrl"</code></td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.CFG_TEST_FEATURE_INLINED">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.FeatureLauncherMojo.CFG_VARIABLE_VALUES">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_TEST_FEATURE_INLINED">CFG_TEST_FEATURE_INLINED</a></code></td>
-<td class="colLast"><code>"testFeature"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_VARIABLE_VALUES">CFG_VARIABLE_VALUES</a></code></td>
+<td class="colLast"><code>"variableValues"</code></td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.DEFAULT_FEATURE_FILE">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.FeatureLauncherMojo.CFG_VERBOSE">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#DEFAULT_FEATURE_FILE">DEFAULT_FEATURE_FILE</a></code></td>
-<td class="colLast"><code>"src/main/osgi/feature.json"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_VERBOSE">CFG_VERBOSE</a></code></td>
+<td class="colLast"><code>"verbose"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html" title="class in org.apache.sling.feature.maven.mojos">IncludeArtifactMojo</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
 </tr>
+<tbody>
 <tr class="altColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.DEFAULT_START_LEVEL">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.IncludeArtifactMojo.CFG_CLASSIFIER">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#DEFAULT_START_LEVEL">DEFAULT_START_LEVEL</a></code></td>
-<td class="colLast"><code>"20"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html#CFG_CLASSIFIER">CFG_CLASSIFIER</a></code></td>
+<td class="colLast"><code>"includeArtifactClassifier"</code></td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a name="org.apache.sling.feature.maven.FeatureProjectConfig.DEFAULT_TEST_FEATURE_FILE">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.IncludeArtifactMojo.CFG_INCLUDE_DEPENDENCIES_WITH_SCOPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html#CFG_INCLUDE_DEPENDENCIES_WITH_SCOPE">CFG_INCLUDE_DEPENDENCIES_WITH_SCOPE</a></code></td>
+<td class="colLast"><code>"includeDependenciesWithScope"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sling.feature.maven.mojos.IncludeArtifactMojo.CFG_START_ORDER">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#DEFAULT_TEST_FEATURE_FILE">DEFAULT_TEST_FEATURE_FILE</a></code></td>
-<td class="colLast"><code>"src/test/osgi/feature.json"</code></td>
+<td><code><a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html#CFG_START_ORDER">CFG_START_ORDER</a></code></td>
+<td class="colLast"><code>"bundleStartOrder"</code></td>
 </tr>
 </tbody>
 </table>
@@ -356,6 +466,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/deprecated-list.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/deprecated-list.html
similarity index 91%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/deprecated-list.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/deprecated-list.html
index 65659f0..a48fa2f 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/deprecated-list.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/deprecated-list.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:32 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>Deprecated List (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Deprecated List (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="Deprecated List (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/help-doc.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/help-doc.html
similarity index 96%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/help-doc.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/help-doc.html
index 9d1c925..c7021a3 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/help-doc.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/help-doc.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:32 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>API Help (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>API Help (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="API Help (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="API Help (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -226,6 +226,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/index-all.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/index-all.html
new file mode 100644
index 0000000..b9641aa
--- /dev/null
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/index-all.html
@@ -0,0 +1,931 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:32 CET 2020 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Index (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Index (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a> [...]
+<!--   -->
+</a>
+<h2 class="title">A</h2>
+<dl>
+<dt><a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">AbstractFeatureMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>
+<div class="block">Base class for all mojos.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#AbstractFeatureMojo--">AbstractFeatureMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">AbstractFeatureMojo.BaseArtifactProvider</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">AbstractFeatureMojo.BaseFeatureProvider</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">AbstractIncludingFeatureMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#AbstractIncludingFeatureMojo--">AbstractIncludingFeatureMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">AbstractIncludingFeatureMojo.FeatureScanner</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">AbstractRepositoryMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html#AbstractRepositoryMojo--">AbstractRepositoryMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractRepositoryMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/reports/ReportContext.html#addReport-java.lang.String-java.util.List-">addReport(String, List&lt;String&gt;)</a></span> - Method in interface org.apache.sling.feature.maven.mojos.reports.<a href="org/apache/sling/feature/maven/mojos/reports/ReportContext.html" title="interface in org.apache.sling.feature.maven.mojos.reports">ReportContext</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.html#afterProjectsRead-org.apache.maven.execution.MavenSession-">afterProjectsRead(MavenSession)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.html" title="class in org.apache.sling.feature.maven.mojos">DependencyLifecycleParticipant</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Aggregate</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Aggregate.html#Aggregate--">Aggregate()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos">Aggregate</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">AggregateFeaturesMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>
+<div class="block">Aggregate multiple features into a single one.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html#AggregateFeaturesMojo--">AggregateFeaturesMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AggregateFeaturesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">AnalyseFeaturesMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>
+<div class="block">Analyse the feature.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html#AnalyseFeaturesMojo--">AnalyseFeaturesMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AnalyseFeaturesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/ApisJarMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">ApisJarMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>
+<div class="block">Generates the APIs JARs for each selected Feature file.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/ApisJarMojo.html#ApisJarMojo--">ApisJarMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/ApisJarMojo.html" title="class in org.apache.sling.feature.maven.mojos">ApisJarMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/Archive.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Archive</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>
+<div class="block">Several features can be selected to be put into a single archive</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Archive.html#Archive--">Archive()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Archive.html" title="class in org.apache.sling.feature.maven.mojos">Archive</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.ArtifactUpdate.html#artifact">artifact</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.ArtifactUpdate.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.ArtifactUpdate</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.html#artifactFactory">artifactFactory</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/Environment.html#artifactHandlerManager">artifactHandlerManager</a></span> - Variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Environment</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.html#artifactMetadataSource">artifactMetadataSource</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Aggregate.html#artifactsOverrides">artifactsOverrides</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos">Aggregate</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.ArtifactUpdate.html#ArtifactUpdate--">ArtifactUpdate()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.ArtifactUpdate.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.ArtifactUpdate</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectInfo.html#assembledFeatures">assembledFeatures</a></span> - Variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectInfo.html#assembledTestFeatures">assembledTestFeatures</a></span> - Variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Aggregate.html#attach">attach</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos">Aggregate</a></dt>
+<dd>
+<div class="block">If this is set to <code>false</code> the feature is not added to the project
+ artifacts.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Archive.html#attach">attach</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Archive.html" title="class in org.apache.sling.feature.maven.mojos">Archive</a></dt>
+<dd>
+<div class="block">If this is set to <code>false</code> the archive is not added to the project
+ artifacts.</div>
+</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">AttachFeatureArchivesMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>
+<div class="block">Create a feature model archive and attach it.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#AttachFeatureArchivesMojo--">AttachFeatureArchivesMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeatureArchivesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/AttachFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">AttachFeaturesMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>
+<div class="block">Attach the feature as a project artifact.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AttachFeaturesMojo.html#AttachFeaturesMojo--">AttachFeaturesMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AttachFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeaturesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_BUILT_BY">ATTR_BUILT_BY</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeatureArchivesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_CREATED_BY">ATTR_CREATED_BY</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeatureArchivesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_IMPLEMENTATION_BUILD">ATTR_IMPLEMENTATION_BUILD</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeatureArchivesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_IMPLEMENTATION_TITLE">ATTR_IMPLEMENTATION_TITLE</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeatureArchivesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_IMPLEMENTATION_VENDOR">ATTR_IMPLEMENTATION_VENDOR</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeatureArchivesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_IMPLEMENTATION_VENDOR_ID">ATTR_IMPLEMENTATION_VENDOR_ID</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeatureArchivesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_IMPLEMENTATION_VERSION">ATTR_IMPLEMENTATION_VERSION</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeatureArchivesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_SPECIFICATION_TITLE">ATTR_SPECIFICATION_TITLE</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeatureArchivesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_SPECIFICATION_VENDOR">ATTR_SPECIFICATION_VENDOR</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeatureArchivesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_SPECIFICATION_VERSION">ATTR_SPECIFICATION_VERSION</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeatureArchivesMojo</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:B">
+<!--   -->
+</a>
+<h2 class="title">B</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html#BaseArtifactProvider--">BaseArtifactProvider()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseArtifactProvider</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html#BaseFeatureProvider--">BaseFeatureProvider()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseFeatureProvider</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:C">
+<!--   -->
+</a>
+<h2 class="title">C</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_ARTIFACT_CLASH_OVERRIDES">CFG_ARTIFACT_CLASH_OVERRIDES</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeatureLauncherMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_CACHE_DIRECTORY">CFG_CACHE_DIRECTORY</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeatureLauncherMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html#CFG_CLASSIFIER">CFG_CLASSIFIER</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html" title="class in org.apache.sling.feature.maven.mojos">IncludeArtifactMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_EXTENSION_CONFIGURATIONS">CFG_EXTENSION_CONFIGURATIONS</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeatureLauncherMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_FEATURES">CFG_FEATURES</a></span> - Static variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_FEATURES_EXCLUDES">CFG_FEATURES_EXCLUDES</a></span> - Static variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_FEATURES_INCLUDES">CFG_FEATURES_INCLUDES</a></span> - Static variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_FRAMEWORK_ARTIFACTS">CFG_FRAMEWORK_ARTIFACTS</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeatureLauncherMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_FRAMEWORK_PROPERTIES">CFG_FRAMEWORK_PROPERTIES</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeatureLauncherMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_FRAMEWORK_VERSION">CFG_FRAMEWORK_VERSION</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeatureLauncherMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_HOME_DIRECTORY">CFG_HOME_DIRECTORY</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeatureLauncherMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html#CFG_INCLUDE_DEPENDENCIES_WITH_SCOPE">CFG_INCLUDE_DEPENDENCIES_WITH_SCOPE</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html" title="class in org.apache.sling.feature.maven.mojos">IncludeArtifactMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_JAR_START_ORDER">CFG_JAR_START_ORDER</a></span> - Static variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_REPOSITORY_URL">CFG_REPOSITORY_URL</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeatureLauncherMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_SKIP_ADD_FEATURE_DEPENDENCIES">CFG_SKIP_ADD_FEATURE_DEPENDENCIES</a></span> - Static variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_SKIP_ADD_JAR_TO_FEATURE">CFG_SKIP_ADD_JAR_TO_FEATURE</a></span> - Static variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_SKIP_ADD_JAR_TO_TEST_FEATURE">CFG_SKIP_ADD_JAR_TO_TEST_FEATURE</a></span> - Static variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES">CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES</a></span> - Static variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html#CFG_START_ORDER">CFG_START_ORDER</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html" title="class in org.apache.sling.feature.maven.mojos">IncludeArtifactMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_TEST_FEATURES">CFG_TEST_FEATURES</a></span> - Static variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_TEST_FEATURES_EXCLUDES">CFG_TEST_FEATURES_EXCLUDES</a></span> - Static variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_TEST_FEATURES_INCLUDES">CFG_TEST_FEATURES_INCLUDES</a></span> - Static variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_VALIDATE_FEATURES">CFG_VALIDATE_FEATURES</a></span> - Static variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_VARIABLE_VALUES">CFG_VARIABLE_VALUES</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeatureLauncherMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#CFG_VERBOSE">CFG_VERBOSE</a></span> - Static variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeatureLauncherMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#checkFeatureId-org.apache.maven.project.MavenProject-org.apache.sling.feature.Feature-">checkFeatureId(MavenProject, Feature)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#checkPreconditions--">checkPreconditions()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></dt>
+<dd>
+<div class="block">This method needs to be invoked by each mojo that deals with features</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#checkPreprocessorRun-org.apache.maven.project.MavenProject-">checkPreprocessorRun(MavenProject)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>
+<div class="block">Check that the preprocessor has been run</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Aggregate.html#classifier">classifier</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos">Aggregate</a></dt>
+<dd>
+<div class="block">This is the classifier for the new feature.</div>
+</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/CollectArtifactsMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">CollectArtifactsMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/CollectArtifactsMojo.html#CollectArtifactsMojo--">CollectArtifactsMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/CollectArtifactsMojo.html" title="class in org.apache.sling.feature.maven.mojos">CollectArtifactsMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeaturesDiffMojo.html#comparisonVersion">comparisonVersion</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeaturesDiffMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeaturesDiffMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Aggregate.html#configurationOverrides">configurationOverrides</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos">Aggregate</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/reports/ContentsReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports"><span class="typeNameLink">ContentsReporter</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/reports/package-summary.html">org.apache.sling.feature.maven.mojos.reports</a></dt>
+<dd>
+<div class="block">Simple reporting mojo</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/reports/ContentsReporter.html#ContentsReporter--">ContentsReporter()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.reports.<a href="org/apache/sling/feature/maven/mojos/reports/ContentsReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports">ContentsReporter</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/Preprocessor.html#createFeatureProvider-org.apache.sling.feature.maven.Environment-org.apache.sling.feature.maven.FeatureProjectInfo-boolean-boolean-java.lang.String-java.util.List-">createFeatureProvider(Environment, FeatureProjectInfo, boolean, boolean, String, List&lt;Feature&gt;)</a></span> - Method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/Preprocessor.html" title="class in [...]
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#createTmpFeatureFile-org.apache.maven.project.MavenProject-org.apache.sling.feature.Feature-">createTmpFeatureFile(MavenProject, Feature)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:D">
+<!--   -->
+</a>
+<h2 class="title">D</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#DEFAULT_FEATURE_DIR">DEFAULT_FEATURE_DIR</a></span> - Static variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#DEFAULT_FEATURE_INCLUDES">DEFAULT_FEATURE_INCLUDES</a></span> - Static variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#DEFAULT_TEST_FEATURE_DIR">DEFAULT_TEST_FEATURE_DIR</a></span> - Static variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">DependencyLifecycleParticipant</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>
+<div class="block">Maven lifecycle participant which adds the artifacts of the model to the dependencies.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.html#DependencyLifecycleParticipant--">DependencyLifecycleParticipant()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.html" title="class in org.apache.sling.feature.maven.mojos">DependencyLifecycleParticipant</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Aggregate.html#description">description</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos">Aggregate</a></dt>
+<dd>
+<div class="block">Optional description for the feature</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html#doExecute-java.io.File-java.util.Map-java.util.List-">doExecute(File, Map&lt;String, Feature&gt;, List&lt;Dependency&gt;)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractRepositoryMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/reports/DuplicatesReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports"><span class="typeNameLink">DuplicatesReporter</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/reports/package-summary.html">org.apache.sling.feature.maven.mojos.reports</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/reports/DuplicatesReporter.html#DuplicatesReporter--">DuplicatesReporter()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.reports.<a href="org/apache/sling/feature/maven/mojos/reports/DuplicatesReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports">DuplicatesReporter</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:E">
+<!--   -->
+</a>
+<h2 class="title">E</h2>
+<dl>
+<dt><a href="org/apache/sling/feature/maven/mojos/EmbedFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">EmbedFeaturesMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>
+<div class="block">Embed the features in the resources</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/EmbedFeaturesMojo.html#EmbedFeaturesMojo--">EmbedFeaturesMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/EmbedFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos">EmbedFeaturesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Environment</span></a> - Class in <a href="org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a></dt>
+<dd>
+<div class="block">The environment provides required services to the <a href="org/apache/sling/feature/maven/Preprocessor.html" title="class in org.apache.sling.feature.maven"><code>Preprocessor</code></a> as well
+ as the projects, the preprocessor should work on.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/Environment.html#Environment--">Environment()</a></span> - Constructor for class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Environment</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateConfig.html#excludes">excludes</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateConfig.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.UpdateConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html#execute--">execute()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractRepositoryMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html#execute--">execute()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AggregateFeaturesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html#execute--">execute()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AnalyseFeaturesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/ApisJarMojo.html#execute--">execute()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/ApisJarMojo.html" title="class in org.apache.sling.feature.maven.mojos">ApisJarMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#execute--">execute()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeatureArchivesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AttachFeaturesMojo.html#execute--">execute()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AttachFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeaturesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/CollectArtifactsMojo.html#execute--">execute()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/CollectArtifactsMojo.html" title="class in org.apache.sling.feature.maven.mojos">CollectArtifactsMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/EmbedFeaturesMojo.html#execute--">execute()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/EmbedFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos">EmbedFeaturesMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/ExtractExtensionMojo.html#execute--">execute()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/ExtractExtensionMojo.html" title="class in org.apache.sling.feature.maven.mojos">ExtractExtensionMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#execute--">execute()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeatureLauncherMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeaturesDiffMojo.html#execute--">execute()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeaturesDiffMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeaturesDiffMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/HelpMojo.html#execute--">execute()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/HelpMojo.html" title="class in org.apache.sling.feature.maven.mojos">HelpMojo</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html#execute--">execute()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html" title="class in org.apache.sling.feature.maven.mojos">IncludeArtifactMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/InfoMojo.html#execute--">execute()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/InfoMojo.html" title="class in org.apache.sling.feature.maven.mojos">InfoMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/RepositoryMojo.html#execute--">execute()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/RepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos">RepositoryMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.html#execute--">execute()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/reports/ExportPackagesReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports"><span class="typeNameLink">ExportPackagesReporter</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/reports/package-summary.html">org.apache.sling.feature.maven.mojos.reports</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/reports/ExportPackagesReporter.html#ExportPackagesReporter--">ExportPackagesReporter()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.reports.<a href="org/apache/sling/feature/maven/mojos/reports/ExportPackagesReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports">ExportPackagesReporter</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.ArtifactUpdate.html#extension">extension</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.ArtifactUpdate.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.ArtifactUpdate</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/ExtractExtensionMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">ExtractExtensionMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/ExtractExtensionMojo.html#ExtractExtensionMojo--">ExtractExtensionMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/ExtractExtensionMojo.html" title="class in org.apache.sling.feature.maven.mojos">ExtractExtensionMojo</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:F">
+<!--   -->
+</a>
+<h2 class="title">F</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeaturesDiffMojo.html#factory">factory</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeaturesDiffMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeaturesDiffMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/FeatureConstants.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">FeatureConstants</span></a> - Class in <a href="org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureConstants.html#FeatureConstants--">FeatureConstants()</a></span> - Constructor for class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureConstants.html" title="class in org.apache.sling.feature.maven">FeatureConstants</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectInfo.html#featureDone">featureDone</a></span> - Variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">FeatureLauncherMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>
+<div class="block">Launches the given Feature File</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html#FeatureLauncherMojo--">FeatureLauncherMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureLauncherMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeatureLauncherMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">FeatureProjectConfig</span></a> - Class in <a href="org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">FeatureProjectInfo</span></a> - Class in <a href="org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectInfo.html#FeatureProjectInfo--">FeatureProjectInfo()</a></span> - Constructor for class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectInfo.html#features">features</a></span> - Variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#features">features</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></dt>
+<dd>
+<div class="block">Directory containing feature files</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html#FeatureScanner-java.util.Map-java.lang.String-">FeatureScanner(Map&lt;String, Feature&gt;, String)</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo.FeatureScanner [...]
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/FeaturesDiffMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">FeaturesDiffMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>
+<div class="block">Compares different versions of the same Feature Model.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeaturesDiffMojo.html#FeaturesDiffMojo--">FeaturesDiffMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeaturesDiffMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeaturesDiffMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">FeatureSelectionConfig</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html#FeatureSelectionConfig--">FeatureSelectionConfig()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">FeatureSelectionConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Aggregate.html#frameworkPropertiesOverrides">frameworkPropertiesOverrides</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos">Aggregate</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:G">
+<!--   -->
+</a>
+<h2 class="title">G</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#generateAggregateFeatureKey-java.lang.String-boolean-">generateAggregateFeatureKey(String, boolean)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/reports/ContentsReporter.html#generateReport-org.apache.sling.feature.maven.mojos.reports.ReportContext-">generateReport(ReportContext)</a></span> - Method in class org.apache.sling.feature.maven.mojos.reports.<a href="org/apache/sling/feature/maven/mojos/reports/ContentsReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports">ContentsReporter</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/reports/DuplicatesReporter.html#generateReport-org.apache.sling.feature.maven.mojos.reports.ReportContext-">generateReport(ReportContext)</a></span> - Method in class org.apache.sling.feature.maven.mojos.reports.<a href="org/apache/sling/feature/maven/mojos/reports/DuplicatesReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports">DuplicatesReporter</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/reports/ExportPackagesReporter.html#generateReport-org.apache.sling.feature.maven.mojos.reports.ReportContext-">generateReport(ReportContext)</a></span> - Method in class org.apache.sling.feature.maven.mojos.reports.<a href="org/apache/sling/feature/maven/mojos/reports/ExportPackagesReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports">ExportPackagesReporter</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/reports/Reporter.html#generateReport-org.apache.sling.feature.maven.mojos.reports.ReportContext-">generateReport(ReportContext)</a></span> - Method in interface org.apache.sling.feature.maven.mojos.reports.<a href="org/apache/sling/feature/maven/mojos/reports/Reporter.html" title="interface in org.apache.sling.feature.maven.mojos.reports">Reporter</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Aggregate.html#getArtifactOverrideRules--">getArtifactOverrideRules()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos">Aggregate</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#getAssembledFeatures-org.apache.maven.project.MavenProject-">getAssembledFeatures(MavenProject)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>
+<div class="block">Get the assembled features from the project.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#getAssembledTestFeatures-org.apache.maven.project.MavenProject-">getAssembledTestFeatures(MavenProject)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>
+<div class="block">Get the assembled test feature from the project</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html#getBasedir--">getBasedir()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo.FeatureScanner</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Archive.html#getClassifier--">getClassifier()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Archive.html" title="class in org.apache.sling.feature.maven.mojos">Archive</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Aggregate.html#getConfigurationOverrideRules--">getConfigurationOverrideRules()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos">Aggregate</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#getConfigValue-org.apache.maven.model.Plugin-java.lang.String-java.lang.String-">getConfigValue(Plugin, String, String)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>
+<div class="block">Gets a configuration value for a plugin if it is set in the configuration for
+ the plugin or any configuration for an execution of the plugin.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Repository.html#getEmbedArtifacts--">getEmbedArtifacts()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Repository.html" title="class in org.apache.sling.feature.maven.mojos">Repository</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#getExcludes--">getExcludes()</a></span> - Method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Scan.html#getExcludeTasks--">getExcludeTasks()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Scan.html" title="class in org.apache.sling.feature.maven.mojos">Scan</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.SimpleFeatureJSONReader.html#getFeatureId-java.util.Map-">getFeatureId(Map&lt;String, Object&gt;)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.SimpleFeatureJSONReader.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.SimpleFeatureJSONReader</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/CollectArtifactsMojo.html#getFeatures--">getFeatures()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/CollectArtifactsMojo.html" title="class in org.apache.sling.feature.maven.mojos">CollectArtifactsMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/reports/ReportContext.html#getFeatures--">getFeatures()</a></span> - Method in interface org.apache.sling.feature.maven.mojos.reports.<a href="org/apache/sling/feature/maven/mojos/reports/ReportContext.html" title="interface in org.apache.sling.feature.maven.mojos.reports">ReportContext</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#getFeatures-org.apache.maven.project.MavenProject-">getFeatures(MavenProject)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>
+<div class="block">Get the raw feature from the project.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#getFeaturesDir--">getFeaturesDir()</a></span> - Method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html#getFilesExcludes--">getFilesExcludes()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">FeatureSelectionConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Scan.html#getFramework--">getFramework()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Scan.html" title="class in org.apache.sling.feature.maven.mojos">Scan</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html#getIncluded--">getIncluded()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo.FeatureScanner</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html#getIncludedDirectories--">getIncludedDirectories()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo.FeatureScanner</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html#getIncludedFiles--">getIncludedFiles()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo.FeatureScanner</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#getIncludes--">getIncludes()</a></span> - Method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Scan.html#getIncludeTasks--">getIncludeTasks()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Scan.html" title="class in org.apache.sling.feature.maven.mojos">Scan</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#getJarStartOrder--">getJarStartOrder()</a></span> - Method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html#getLocalFeature-org.apache.sling.feature.ArtifactId-">getLocalFeature(ArtifactId)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractRepositoryMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#getMainConfig-org.apache.sling.feature.maven.FeatureProjectInfo-">getMainConfig(FeatureProjectInfo)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#getName--">getName()</a></span> - Method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/reports/ContentsReporter.html#getName--">getName()</a></span> - Method in class org.apache.sling.feature.maven.mojos.reports.<a href="org/apache/sling/feature/maven/mojos/reports/ContentsReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports">ContentsReporter</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/reports/DuplicatesReporter.html#getName--">getName()</a></span> - Method in class org.apache.sling.feature.maven.mojos.reports.<a href="org/apache/sling/feature/maven/mojos/reports/DuplicatesReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports">DuplicatesReporter</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/reports/ExportPackagesReporter.html#getName--">getName()</a></span> - Method in class org.apache.sling.feature.maven.mojos.reports.<a href="org/apache/sling/feature/maven/mojos/reports/ExportPackagesReporter.html" title="class in org.apache.sling.feature.maven.mojos.reports">ExportPackagesReporter</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/reports/Reporter.html#getName--">getName()</a></span> - Method in interface org.apache.sling.feature.maven.mojos.reports.<a href="org/apache/sling/feature/maven/mojos/reports/Reporter.html" title="interface in org.apache.sling.feature.maven.mojos.reports">Reporter</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#getOrResolveArtifact-org.apache.maven.project.MavenProject-org.apache.maven.execution.MavenSession-org.apache.maven.artifact.handler.manager.ArtifactHandlerManager-org.apache.maven.artifact.resolver.ArtifactResolver-org.apache.sling.feature.ArtifactId-">getOrResolveArtifact(MavenProject, MavenSession, ArtifactHandlerManager, ArtifactResolver, ArtifactId)</a></span> - Static method in class org.apa [...]
+<dd>
+<div class="block">Get a resolved Artifact from the coordinates provided</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#getOrResolveFeature-org.apache.maven.project.MavenProject-org.apache.maven.execution.MavenSession-org.apache.maven.artifact.handler.manager.ArtifactHandlerManager-org.apache.maven.artifact.resolver.ArtifactResolver-org.apache.sling.feature.ArtifactId-">getOrResolveFeature(MavenProject, MavenSession, ArtifactHandlerManager, ArtifactResolver, ArtifactId)</a></span> - Static method in class org.apach [...]
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/Substitution.html#getOSGiVersion-java.lang.String-">getOSGiVersion(String)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/Substitution.html" title="class in org.apache.sling.feature.maven">Substitution</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/reports/ReportContext.html#getScanner--">getScanner()</a></span> - Method in interface org.apache.sling.feature.maven.mojos.reports.<a href="org/apache/sling/feature/maven/mojos/reports/ReportContext.html" title="interface in org.apache.sling.feature.maven.mojos.reports">ReportContext</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#getScope--">getScope()</a></span> - Method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#getSelectedFeatures-org.apache.sling.feature.maven.mojos.FeatureSelectionConfig-">getSelectedFeatures(FeatureSelectionConfig)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html#getSelections--">getSelections()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">FeatureSelectionConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Scan.html#getTaskConfiguration--">getTaskConfiguration()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Scan.html" title="class in org.apache.sling.feature.maven.mojos">Scan</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#getTestConfig-org.apache.sling.feature.maven.FeatureProjectInfo-">getTestConfig(FeatureProjectInfo)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#getTestFeatures-org.apache.maven.project.MavenProject-">getTestFeatures(MavenProject)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>
+<div class="block">Get the raw test feature from the project</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#getTmpDir--">getTmpDir()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#getTmpDir-org.apache.maven.project.MavenProject-">getTmpDir(MavenProject)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:H">
+<!--   -->
+</a>
+<h2 class="title">H</h2>
+<dl>
+<dt><a href="org/apache/sling/feature/maven/mojos/HelpMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">HelpMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>
+<div class="block">Display help information on slingfeature-maven-plugin.<br>
+ Call <code>mvn slingfeature:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/HelpMojo.html#HelpMojo--">HelpMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/HelpMojo.html" title="class in org.apache.sling.feature.maven.mojos">HelpMojo</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:I">
+<!--   -->
+</a>
+<h2 class="title">I</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/ApisJarMojo.html#include-org.apache.maven.artifact.Artifact-">include(Artifact)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/ApisJarMojo.html" title="class in org.apache.sling.feature.maven.mojos">ApisJarMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">IncludeArtifactMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>
+<div class="block">This goal creates a Feature Model file that includes the Module Artifact as
+ bundle (or extension) so that the Artifact can be added through a FM into a
+ FM project.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html#IncludeArtifactMojo--">IncludeArtifactMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html" title="class in org.apache.sling.feature.maven.mojos">IncludeArtifactMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateConfig.html#includes">includes</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateConfig.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.UpdateConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateConfig.html#includeVersionInfo">includeVersionInfo</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateConfig.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.UpdateConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/InfoMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">InfoMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>
+<div class="block">Extract information from a feature This mojo does not require a project, it
+ can be run by just pointing it at a feature file.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/InfoMojo.html#InfoMojo--">InfoMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/InfoMojo.html" title="class in org.apache.sling.feature.maven.mojos">InfoMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html#installer">installer</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/IncludeArtifactMojo.html" title="class in org.apache.sling.feature.maven.mojos">IncludeArtifactMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#isAggregate-java.lang.String-">isAggregate(String)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#isAttachAggregate-java.lang.String-">isAttachAggregate(String)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#isLocalProjectArtifact-org.apache.maven.project.MavenProject-org.apache.sling.feature.ArtifactId-">isLocalProjectArtifact(MavenProject, ArtifactId)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>
+<div class="block">Check if the artifact is produced by the current project</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#isSkipAddDependencies--">isSkipAddDependencies()</a></span> - Method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#isSkipAddJarToFeature--">isSkipAddJarToFeature()</a></span> - Method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#isTestConfig--">isTestConfig()</a></span> - Method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectConfig.html#isValidate--">isValidate()</a></span> - Method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:L">
+<!--   -->
+</a>
+<h2 class="title">L</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.html#localRepository">localRepository</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/Environment.html#logger">logger</a></span> - Variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Environment</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:M">
+<!--   -->
+</a>
+<h2 class="title">M</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Aggregate.html#markAsComplete">markAsComplete</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos">Aggregate</a></dt>
+<dd>
+<div class="block">If this is set to <code>true</code> the feature is marked as complete.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Aggregate.html#markAsFinal">markAsFinal</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos">Aggregate</a></dt>
+<dd>
+<div class="block">If this is set to <code>true</code> the feature is marked as final.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#mavenSession">mavenSession</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/Environment.html#modelProjects">modelProjects</a></span> - Variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Environment</a></dt>
+<dd>
+<div class="block">The projects for the preprocessor.</div>
+</dd>
+</dl>
+<a name="I:N">
+<!--   -->
+</a>
+<h2 class="title">N</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.ArtifactUpdate.html#newVersion">newVersion</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.ArtifactUpdate.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.ArtifactUpdate</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:O">
+<!--   -->
+</a>
+<h2 class="title">O</h2>
+<dl>
+<dt><a href="org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a> - package org.apache.sling.feature.maven</dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a> - package org.apache.sling.feature.maven.mojos</dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/reports/package-summary.html">org.apache.sling.feature.maven.mojos.reports</a> - package org.apache.sling.feature.maven.mojos.reports</dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:P">
+<!--   -->
+</a>
+<h2 class="title">P</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureConstants.html#PACKAGING_FEATURE">PACKAGING_FEATURE</a></span> - Static variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureConstants.html" title="class in org.apache.sling.feature.maven">FeatureConstants</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectInfo.html#plugin">plugin</a></span> - Variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/Preprocessor.html#postProcessReadFeature-org.apache.sling.feature.Feature-">postProcessReadFeature(Feature)</a></span> - Method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/Preprocessor.html" title="class in org.apache.sling.feature.maven">Preprocessor</a></dt>
+<dd>
+<div class="block">Hook to post process the local feature</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/Preprocessor.html#preprocessFeature-org.apache.maven.project.MavenProject-boolean-java.io.File-java.lang.String-">preprocessFeature(MavenProject, boolean, File, String)</a></span> - Method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/Preprocessor.html" title="class in org.apache.sling.feature.maven">Preprocessor</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/Preprocessor.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Preprocessor</span></a> - Class in <a href="org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a></dt>
+<dd>
+<div class="block">The processor processes all feature projects.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/Preprocessor.html#Preprocessor--">Preprocessor()</a></span> - Constructor for class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/Preprocessor.html" title="class in org.apache.sling.feature.maven">Preprocessor</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/Preprocessor.html#process-org.apache.sling.feature.maven.Environment-">process(Environment)</a></span> - Method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/Preprocessor.html" title="class in org.apache.sling.feature.maven">Preprocessor</a></dt>
+<dd>
+<div class="block">Process the provided projects.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html#processFeature-java.io.File-org.apache.sling.feature.Feature-">processFeature(File, Feature)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractRepositoryMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectInfo.html#project">project</a></span> - Variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#project">project</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#projectHelper">projectHelper</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">ProjectHelper</span></a> - Class in <a href="org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a></dt>
+<dd>
+<div class="block">The project helper contains utility functions and provides access
+ to the already read and processed features and test features.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#ProjectHelper--">ProjectHelper()</a></span> - Constructor for class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#propertiesToMap-java.util.Properties-">propertiesToMap(Properties)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateResult.html#propertyUpdates">propertyUpdates</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateResult.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.UpdateResult</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html#provide-org.apache.sling.feature.ArtifactId-">provide(ArtifactId)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseArtifactProvider</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html#provide-org.apache.sling.feature.ArtifactId-">provide(ArtifactId)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseFeatureProvider</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:R">
+<!--   -->
+</a>
+<h2 class="title">R</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.SimpleFeatureJSONReader.html#read-java.io.Reader-java.lang.String-">read(Reader, String)</a></span> - Static method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.SimpleFeatureJSONReader.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.SimpleFeatureJSONReader</a></dt>
+<dd>
+<div class="block">Read a new feature from the reader
+ The reader is not closed.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#readFeatureFile-org.apache.maven.project.MavenProject-java.io.File-java.lang.String-">readFeatureFile(MavenProject, File, String)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>
+<div class="block">Read the json file, minify it, add id if missing and replace variables</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/Preprocessor.html#readProjectFeatures-org.codehaus.plexus.logging.Logger-org.apache.sling.feature.maven.FeatureProjectInfo-org.apache.sling.feature.maven.FeatureProjectConfig-">readProjectFeatures(Logger, FeatureProjectInfo, FeatureProjectConfig)</a></span> - Method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/Preprocessor.html" title="class in org.apache.sling.feature.maven">Prepr [...]
+<dd>
+<div class="block">Read the features for a feature project.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.html#remoteArtifactRepositories">remoteArtifactRepositories</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/Substitution.html#replaceMavenVars-org.apache.maven.project.MavenProject-java.lang.String-">replaceMavenVars(MavenProject, String)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/Substitution.html" title="class in org.apache.sling.feature.maven">Substitution</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/reports/ReportContext.html" title="interface in org.apache.sling.feature.maven.mojos.reports"><span class="typeNameLink">ReportContext</span></a> - Interface in <a href="org/apache/sling/feature/maven/mojos/reports/package-summary.html">org.apache.sling.feature.maven.mojos.reports</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/reports/Reporter.html" title="interface in org.apache.sling.feature.maven.mojos.reports"><span class="typeNameLink">Reporter</span></a> - Interface in <a href="org/apache/sling/feature/maven/mojos/reports/package-summary.html">org.apache.sling.feature.maven.mojos.reports</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/Repository.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Repository</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Repository.html#Repository--">Repository()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Repository.html" title="class in org.apache.sling.feature.maven.mojos">Repository</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Repository.html#repositoryDir">repositoryDir</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Repository.html" title="class in org.apache.sling.feature.maven.mojos">Repository</a></dt>
+<dd>
+<div class="block">The directory for the repository to store.</div>
+</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/RepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">RepositoryMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>
+<div class="block">Create a Maven repository structure from the referenced artifacts in the features.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/RepositoryMojo.html#RepositoryMojo--">RepositoryMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/RepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos">RepositoryMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/Environment.html#resolver">resolver</a></span> - Variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Environment</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeaturesDiffMojo.html#resolver">resolver</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeaturesDiffMojo.html" title="class in org.apache.sling.feature.maven.mojos">FeaturesDiffMojo</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:S">
+<!--   -->
+</a>
+<h2 class="title">S</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html#scan--">scan()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo.FeatureScanner</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/Scan.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Scan</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Scan.html#Scan--">Scan()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Scan.html" title="class in org.apache.sling.feature.maven.mojos">Scan</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#scan-java.util.List-java.io.File-java.lang.String-java.lang.String-">scan(List&lt;File&gt;, File, String, String)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#selectAllFeatureFiles--">selectAllFeatureFiles()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#selectAllFeatureFilesAndAggregates--">selectAllFeatureFilesAndAggregates()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/Environment.html#session">session</a></span> - Variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Environment</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Archive.html#setClassifier-java.lang.String-">setClassifier(String)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Archive.html" title="class in org.apache.sling.feature.maven.mojos">Archive</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Repository.html#setEmbedArtifact-org.apache.maven.model.Dependency-">setEmbedArtifact(Dependency)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Repository.html" title="class in org.apache.sling.feature.maven.mojos">Repository</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Scan.html#setExcludeTask-java.lang.String-">setExcludeTask(String)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Scan.html" title="class in org.apache.sling.feature.maven.mojos">Scan</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#setFeatureInfo-org.apache.maven.project.MavenProject-org.apache.sling.feature.Feature-">setFeatureInfo(MavenProject, Feature)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html#setFilesExclude-java.lang.String-">setFilesExclude(String)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">FeatureSelectionConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html#setFilesInclude-java.lang.String-">setFilesInclude(String)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">FeatureSelectionConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Scan.html#setFramework-org.apache.maven.model.Dependency-">setFramework(Dependency)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Scan.html" title="class in org.apache.sling.feature.maven.mojos">Scan</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html#setIncludeArtifact-org.apache.maven.model.Dependency-">setIncludeArtifact(Dependency)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">FeatureSelectionConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html#setIncludeClassifier-java.lang.String-">setIncludeClassifier(String)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">FeatureSelectionConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Scan.html#setIncludeTask-java.lang.String-">setIncludeTask(String)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Scan.html" title="class in org.apache.sling.feature.maven.mojos">Scan</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.SimpleFeatureJSONReader.html#SimpleFeatureJSONReader-java.lang.String-">SimpleFeatureJSONReader(String)</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.SimpleFeatureJSONReader.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.SimpleFeatureJSONReader</a></dt>
+<dd>
+<div class="block">Private constructor</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#storeProjectInfo-org.apache.sling.feature.maven.FeatureProjectInfo-">storeProjectInfo(FeatureProjectInfo)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>
+<div class="block">Store all relevant information about the project for plugins to be
+ retrieved</div>
+</dd>
+<dt><a href="org/apache/sling/feature/maven/Substitution.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Substitution</span></a> - Class in <a href="org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/Substitution.html#Substitution--">Substitution()</a></span> - Constructor for class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/Substitution.html" title="class in org.apache.sling.feature.maven">Substitution</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:T">
+<!--   -->
+</a>
+<h2 class="title">T</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectInfo.html#testFeatureDone">testFeatureDone</a></span> - Variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/FeatureProjectInfo.html#testFeatures">testFeatures</a></span> - Variable in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Aggregate.html#title">title</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos">Aggregate</a></dt>
+<dd>
+<div class="block">Optional title for the feature</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#toArtifactId-org.apache.maven.model.Dependency-">toArtifactId(Dependency)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#toDependency-org.apache.sling.feature.ArtifactId-java.lang.String-">toDependency(ArtifactId, String)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Aggregate.html#toString--">toString()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos">Aggregate</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Archive.html#toString--">toString()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Archive.html" title="class in org.apache.sling.feature.maven.mojos">Archive</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html#toString--">toString()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">FeatureSelectionConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Repository.html#toString--">toString()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Repository.html" title="class in org.apache.sling.feature.maven.mojos">Repository</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Scan.html#toString--">toString()</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Scan.html" title="class in org.apache.sling.feature.maven.mojos">Scan</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#toString-org.apache.maven.model.Dependency-">toString(Dependency)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:U">
+<!--   -->
+</a>
+<h2 class="title">U</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateConfig.html#UpdateConfig--">UpdateConfig()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateConfig.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.UpdateConfig</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateResult.html#UpdateResult--">UpdateResult()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateResult.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.UpdateResult</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateResult.html#updates">updates</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateResult.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.UpdateResult</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">UpdateVersionsMojo</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>
+<div class="block">Update the bundles/artifact versions</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.html#UpdateVersionsMojo--">UpdateVersionsMojo()</a></span> - Constructor for class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.ArtifactUpdate.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">UpdateVersionsMojo.ArtifactUpdate</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.SimpleFeatureJSONReader.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">UpdateVersionsMojo.SimpleFeatureJSONReader</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.SimpleFeatureJSONWriter.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">UpdateVersionsMojo.SimpleFeatureJSONWriter</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateConfig.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">UpdateVersionsMojo.UpdateConfig</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.UpdateResult.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">UpdateVersionsMojo.UpdateResult</span></a> - Class in <a href="org/apache/sling/feature/maven/mojos/package-summary.html">org.apache.sling.feature.maven.mojos</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="I:V">
+<!--   -->
+</a>
+<h2 class="title">V</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#validateFeatureClassifiers-org.apache.maven.project.MavenProject-">validateFeatureClassifiers(MavenProject)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>
+<div class="block">Validate the classifiers in a project</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/ProjectHelper.html#validateFeatureClassifiers-org.apache.maven.project.MavenProject-java.lang.String-boolean-">validateFeatureClassifiers(MavenProject, String, boolean)</a></span> - Static method in class org.apache.sling.feature.maven.<a href="org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven">ProjectHelper</a></dt>
+<dd>
+<div class="block">Validate the classifiers in a project</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Aggregate.html#variablesOverrides">variablesOverrides</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos">Aggregate</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/Aggregate.html#vendor">vendor</a></span> - Variable in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos">Aggregate</a></dt>
+<dd>
+<div class="block">Optional vendor for the feature</div>
+</dd>
+</dl>
+<a name="I:W">
+<!--   -->
+</a>
+<h2 class="title">W</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.SimpleFeatureJSONWriter.html#write-java.io.Writer-org.apache.sling.feature.Feature-">write(Writer, Feature)</a></span> - Static method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.SimpleFeatureJSONWriter.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.SimpleFeatureJSONWriter</a></dt>
+<dd>
+<div class="block">Writes the feature to the writer.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.SimpleFeatureJSONWriter.html#writeFeatureId-javax.json.stream.JsonGenerator-org.apache.sling.feature.Feature-">writeFeatureId(JsonGenerator, Feature)</a></span> - Method in class org.apache.sling.feature.maven.mojos.<a href="org/apache/sling/feature/maven/mojos/UpdateVersionsMojo.SimpleFeatureJSONWriter.html" title="class in org.apache.sling.feature.maven.mojos">UpdateVersionsMojo.SimpleFeat [...]
+<dd>&nbsp;</dd>
+</dl>
+<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbs [...]
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/index.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/index.html
similarity index 94%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/index.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/index.html
index 482bf82..7008a64 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/index.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/index.html
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:32 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API</title>
+<title>Apache Sling OSGi Feature Maven Plugin 1.1.20 API</title>
 <script type="text/javascript">
     tmpTargetPage = "" + window.location.search;
     if (tmpTargetPage != "" && tmpTargetPage != "undefined")
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/ApplicationProjectInfo.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/Environment.html
similarity index 64%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/ApplicationProjectInfo.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/Environment.html
index 5b670c9..e064be9 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/ApplicationProjectInfo.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/Environment.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ApplicationProjectInfo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>Environment (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ApplicationProjectInfo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="Environment (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -35,7 +35,7 @@
 <li><a href="../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/ApplicationProjectInfo.html">Use</a></li>
+<li><a href="class-use/Environment.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../index-all.html">Index</a></li>
@@ -44,12 +44,12 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li>Prev&nbsp;Class</li>
+<li><a href="../../../../../org/apache/sling/feature/maven/FeatureConstants.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../index.html?org/apache/sling/feature/maven/ApplicationProjectInfo.html" target="_top">Frames</a></li>
-<li><a href="ApplicationProjectInfo.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../index.html?org/apache/sling/feature/maven/Environment.html" target="_top">Frames</a></li>
+<li><a href="Environment.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -88,19 +88,14 @@
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.sling.feature.maven</div>
-<h2 title="Class ApplicationProjectInfo" class="title">Class ApplicationProjectInfo</h2>
+<h2 title="Class Environment" class="title">Class Environment</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
 <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li><a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">org.apache.sling.feature.maven.ProjectInfo</a></li>
-<li>
-<ul class="inheritance">
-<li>org.apache.sling.feature.maven.ApplicationProjectInfo</li>
-</ul>
-</li>
+<li>org.apache.sling.feature.maven.Environment</li>
 </ul>
 </li>
 </ul>
@@ -109,8 +104,10 @@
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <span class="typeNameLabel">ApplicationProjectInfo</span>
-extends <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">ProjectInfo</a></pre>
+<pre>public class <span class="typeNameLabel">Environment</span>
+extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+<div class="block">The environment provides required services to the <a href="../../../../../org/apache/sling/feature/maven/Preprocessor.html" title="class in org.apache.sling.feature.maven"><code>Preprocessor</code></a> as well
+ as the projects, the preprocessor should work on.</div>
 </li>
 </ul>
 </div>
@@ -130,29 +127,28 @@ extends <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html"
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html#assembledFeatures">assembledFeatures</a></span></code>&nbsp;</td>
+<td class="colFirst"><code>org.apache.maven.artifact.handler.manager.ArtifactHandlerManager</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/Environment.html#artifactHandlerManager">artifactHandlerManager</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html#assembledTestFeatures">assembledTestFeatures</a></span></code>&nbsp;</td>
+<td class="colFirst"><code>org.codehaus.plexus.logging.Logger</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/Environment.html#logger">logger</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html#features">features</a></span></code>&nbsp;</td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/Environment.html#modelProjects">modelProjects</a></span></code>
+<div class="block">The projects for the preprocessor.</div>
+</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html#testFeatures">testFeatures</a></span></code>&nbsp;</td>
+<td class="colFirst"><code>org.apache.maven.artifact.resolver.ArtifactResolver</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/Environment.html#resolver">resolver</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>org.apache.maven.execution.MavenSession</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/Environment.html#session">session</a></span></code>&nbsp;</td>
 </tr>
 </table>
-<ul class="blockList">
-<li class="blockList"><a name="fields.inherited.from.class.org.apache.sling.feature.maven.ProjectInfo">
-<!--   -->
-</a>
-<h3>Fields inherited from class&nbsp;org.apache.sling.feature.maven.<a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">ProjectInfo</a></h3>
-<code><a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html#plugin">plugin</a>, <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html#project">project</a></code></li>
-</ul>
 </li>
 </ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
@@ -167,7 +163,7 @@ extends <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html"
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html#ApplicationProjectInfo--">ApplicationProjectInfo</a></span>()</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/Environment.html#Environment--">Environment</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -199,40 +195,51 @@ extends <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html"
 <!--   -->
 </a>
 <h3>Field Detail</h3>
-<a name="features">
+<a name="artifactHandlerManager">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>artifactHandlerManager</h4>
+<pre>public&nbsp;org.apache.maven.artifact.handler.manager.ArtifactHandlerManager artifactHandlerManager</pre>
+</li>
+</ul>
+<a name="resolver">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>features</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt; features</pre>
+<h4>resolver</h4>
+<pre>public&nbsp;org.apache.maven.artifact.resolver.ArtifactResolver resolver</pre>
 </li>
 </ul>
-<a name="testFeatures">
+<a name="session">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>testFeatures</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt; testFeatures</pre>
+<h4>session</h4>
+<pre>public&nbsp;org.apache.maven.execution.MavenSession session</pre>
 </li>
 </ul>
-<a name="assembledFeatures">
+<a name="logger">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>assembledFeatures</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt; assembledFeatures</pre>
+<h4>logger</h4>
+<pre>public&nbsp;org.codehaus.plexus.logging.Logger logger</pre>
 </li>
 </ul>
-<a name="assembledTestFeatures">
+<a name="modelProjects">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>assembledTestFeatures</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt; assembledTestFeatures</pre>
+<h4>modelProjects</h4>
+<pre>public final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&gt; modelProjects</pre>
+<div class="block">The projects for the preprocessor.
+ The key of this map is in the format : "{groupId}:{artifactId}"</div>
 </li>
 </ul>
 </li>
@@ -243,13 +250,13 @@ extends <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html"
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="ApplicationProjectInfo--">
+<a name="Environment--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>ApplicationProjectInfo</h4>
-<pre>public&nbsp;ApplicationProjectInfo()</pre>
+<h4>Environment</h4>
+<pre>public&nbsp;Environment()</pre>
 </li>
 </ul>
 </li>
@@ -271,7 +278,7 @@ extends <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html"
 <li><a href="../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/ApplicationProjectInfo.html">Use</a></li>
+<li><a href="class-use/Environment.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../index-all.html">Index</a></li>
@@ -280,12 +287,12 @@ extends <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html"
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li>Prev&nbsp;Class</li>
+<li><a href="../../../../../org/apache/sling/feature/maven/FeatureConstants.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../index.html?org/apache/sling/feature/maven/ApplicationProjectInfo.html" target="_top">Frames</a></li>
-<li><a href="ApplicationProjectInfo.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../index.html?org/apache/sling/feature/maven/Environment.html" target="_top">Frames</a></li>
+<li><a href="Environment.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -321,6 +328,6 @@ extends <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html"
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/ProjectInfo.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/FeatureConstants.html
similarity index 77%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/ProjectInfo.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/FeatureConstants.html
index e399398..36284e1 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/ProjectInfo.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/FeatureConstants.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ProjectInfo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>FeatureConstants (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ProjectInfo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="FeatureConstants (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -35,7 +35,7 @@
 <li><a href="../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/ProjectInfo.html">Use</a></li>
+<li><a href="class-use/FeatureConstants.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../index-all.html">Index</a></li>
@@ -44,12 +44,12 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li>Next&nbsp;Class</li>
+<li><a href="../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../index.html?org/apache/sling/feature/maven/ProjectInfo.html" target="_top">Frames</a></li>
-<li><a href="ProjectInfo.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../index.html?org/apache/sling/feature/maven/FeatureConstants.html" target="_top">Frames</a></li>
+<li><a href="FeatureConstants.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -88,27 +88,23 @@
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.sling.feature.maven</div>
-<h2 title="Class ProjectInfo" class="title">Class ProjectInfo</h2>
+<h2 title="Class FeatureConstants" class="title">Class FeatureConstants</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
 <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.sling.feature.maven.ProjectInfo</li>
+<li>org.apache.sling.feature.maven.FeatureConstants</li>
 </ul>
 </li>
 </ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
-<dl>
-<dt>Direct Known Subclasses:</dt>
-<dd><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">ApplicationProjectInfo</a>, <a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a></dd>
-</dl>
 <hr>
 <br>
-<pre>public class <span class="typeNameLabel">ProjectInfo</span>
+<pre>public abstract class <span class="typeNameLabel">FeatureConstants</span>
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 </li>
 </ul>
@@ -129,12 +125,8 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.apache.maven.model.Plugin</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html#plugin">plugin</a></span></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>org.apache.maven.project.MavenProject</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html#project">project</a></span></code>&nbsp;</td>
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureConstants.html#PACKAGING_FEATURE">PACKAGING_FEATURE</a></span></code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -151,7 +143,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html#ProjectInfo--">ProjectInfo</a></span>()</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureConstants.html#FeatureConstants--">FeatureConstants</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -183,22 +175,17 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <!--   -->
 </a>
 <h3>Field Detail</h3>
-<a name="project">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>project</h4>
-<pre>public&nbsp;org.apache.maven.project.MavenProject project</pre>
-</li>
-</ul>
-<a name="plugin">
+<a name="PACKAGING_FEATURE">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>plugin</h4>
-<pre>public&nbsp;org.apache.maven.model.Plugin plugin</pre>
+<h4>PACKAGING_FEATURE</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PACKAGING_FEATURE</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.FeatureConstants.PACKAGING_FEATURE">Constant Field Values</a></dd>
+</dl>
 </li>
 </ul>
 </li>
@@ -209,13 +196,13 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="ProjectInfo--">
+<a name="FeatureConstants--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>ProjectInfo</h4>
-<pre>public&nbsp;ProjectInfo()</pre>
+<h4>FeatureConstants</h4>
+<pre>public&nbsp;FeatureConstants()</pre>
 </li>
 </ul>
 </li>
@@ -237,7 +224,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <li><a href="../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/ProjectInfo.html">Use</a></li>
+<li><a href="class-use/FeatureConstants.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../index-all.html">Index</a></li>
@@ -246,12 +233,12 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li>Next&nbsp;Class</li>
+<li><a href="../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../index.html?org/apache/sling/feature/maven/ProjectInfo.html" target="_top">Frames</a></li>
-<li><a href="ProjectInfo.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../index.html?org/apache/sling/feature/maven/FeatureConstants.html" target="_top">Frames</a></li>
+<li><a href="FeatureConstants.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -287,6 +274,6 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/ApplicationProjectConfig.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/FeatureProjectConfig.html
similarity index 52%
rename from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/ApplicationProjectConfig.html
rename to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/FeatureProjectConfig.html
index c2a7567..1e3da7d 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/ApplicationProjectConfig.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/FeatureProjectConfig.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:41 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ApplicationProjectConfig (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>FeatureProjectConfig (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,13 +13,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ApplicationProjectConfig (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="FeatureProjectConfig (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":9,"i3":10,"i4":10,"i5":9,"i6":10,"i7":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":9,"i5":10,"i6":10,"i7":9,"i8":10,"i9":10,"i10":10,"i11":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -41,7 +41,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/ApplicationProjectConfig.html">Use</a></li>
+<li><a href="class-use/FeatureProjectConfig.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../index-all.html">Index</a></li>
@@ -50,12 +50,12 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
-<li><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/sling/feature/maven/FeatureConstants.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../index.html?org/apache/sling/feature/maven/ApplicationProjectConfig.html" target="_top">Frames</a></li>
-<li><a href="ApplicationProjectConfig.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../index.html?org/apache/sling/feature/maven/FeatureProjectConfig.html" target="_top">Frames</a></li>
+<li><a href="FeatureProjectConfig.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -94,14 +94,14 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.sling.feature.maven</div>
-<h2 title="Class ApplicationProjectConfig" class="title">Class ApplicationProjectConfig</h2>
+<h2 title="Class FeatureProjectConfig" class="title">Class FeatureProjectConfig</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
 <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.sling.feature.maven.ApplicationProjectConfig</li>
+<li>org.apache.sling.feature.maven.FeatureProjectConfig</li>
 </ul>
 </li>
 </ul>
@@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <span class="typeNameLabel">ApplicationProjectConfig</span>
+<pre>public class <span class="typeNameLabel">FeatureProjectConfig</span>
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 </li>
 </ul>
@@ -132,35 +132,63 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#CFG_FEATURE_REFS">CFG_FEATURE_REFS</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_FEATURES">CFG_FEATURES</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#CFG_FEATURES">CFG_FEATURES</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_FEATURES_EXCLUDES">CFG_FEATURES_EXCLUDES</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#CFG_TEST_FEATURE_REFS">CFG_TEST_FEATURE_REFS</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_FEATURES_INCLUDES">CFG_FEATURES_INCLUDES</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#CFG_TEST_FEATURES">CFG_TEST_FEATURES</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_JAR_START_ORDER">CFG_JAR_START_ORDER</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#DEFAULT_FEATURE_DIR">DEFAULT_FEATURE_DIR</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_SKIP_ADD_FEATURE_DEPENDENCIES">CFG_SKIP_ADD_FEATURE_DEPENDENCIES</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#DEFAULT_REF_DIR">DEFAULT_REF_DIR</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_SKIP_ADD_JAR_TO_FEATURE">CFG_SKIP_ADD_JAR_TO_FEATURE</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#DEFAULT_TEST_FEATURE_DIR">DEFAULT_TEST_FEATURE_DIR</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_SKIP_ADD_JAR_TO_TEST_FEATURE">CFG_SKIP_ADD_JAR_TO_TEST_FEATURE</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#DEFAULT_TEST_REF_DIR">DEFAULT_TEST_REF_DIR</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES">CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_TEST_FEATURES">CFG_TEST_FEATURES</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_TEST_FEATURES_EXCLUDES">CFG_TEST_FEATURES_EXCLUDES</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_TEST_FEATURES_INCLUDES">CFG_TEST_FEATURES_INCLUDES</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#CFG_VALIDATE_FEATURES">CFG_VALIDATE_FEATURES</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#DEFAULT_FEATURE_DIR">DEFAULT_FEATURE_DIR</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#DEFAULT_FEATURE_INCLUDES">DEFAULT_FEATURE_INCLUDES</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#DEFAULT_TEST_FEATURE_DIR">DEFAULT_TEST_FEATURE_DIR</a></span></code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -179,35 +207,51 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#getFeatureDir--">getFeatureDir</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#getExcludes--">getExcludes</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#getFeatureRefDir--">getFeatureRefDir</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#getFeaturesDir--">getFeaturesDir</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html" title="class in org.apache.sling.feature.maven">ApplicationProjectConfig</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#getMainConfig-org.apache.sling.feature.maven.ApplicationProjectInfo-">getMainConfig</a></span>(<a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">ApplicationProjectInfo</a>&nbsp;info)</code>&nbsp;</td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#getIncludes--">getIncludes</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#getName--">getName</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#getJarStartOrder--">getJarStartOrder</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i4" class="altColor">
-<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#getScope--">getScope</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>static <a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#getMainConfig-org.apache.sling.feature.maven.FeatureProjectInfo-">getMainConfig</a></span>(<a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info)</code>&nbsp;</td>
 </tr>
 <tr id="i5" class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html" title="class in org.apache.sling.feature.maven">ApplicationProjectConfig</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#getTestConfig-org.apache.sling.feature.maven.ApplicationProjectInfo-">getTestConfig</a></span>(<a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">ApplicationProjectInfo</a>&nbsp;info)</code>&nbsp;</td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#getName--">getName</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i6" class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#isSkipAddDependencies--">isSkipAddDependencies</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#getScope--">getScope</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i7" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#getTestConfig-org.apache.sling.feature.maven.FeatureProjectInfo-">getTestConfig</a></span>(<a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info)</code>&nbsp;</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#isSkipAddDependencies--">isSkipAddDependencies</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#isSkipAddJarToFeature--">isSkipAddJarToFeature</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#isTestConfig--">isTestConfig</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#isTestConfig--">isTestConfig</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#isValidate--">isValidate</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -240,7 +284,33 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CFG_FEATURES</pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.ApplicationProjectConfig.CFG_FEATURES">Constant Field Values</a></dd>
+<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.FeatureProjectConfig.CFG_FEATURES">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="CFG_FEATURES_INCLUDES">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CFG_FEATURES_INCLUDES</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CFG_FEATURES_INCLUDES</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.FeatureProjectConfig.CFG_FEATURES_INCLUDES">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="CFG_FEATURES_EXCLUDES">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CFG_FEATURES_EXCLUDES</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CFG_FEATURES_EXCLUDES</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.FeatureProjectConfig.CFG_FEATURES_EXCLUDES">Constant Field Values</a></dd>
 </dl>
 </li>
 </ul>
@@ -253,85 +323,150 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CFG_TEST_FEATURES</pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.ApplicationProjectConfig.CFG_TEST_FEATURES">Constant Field Values</a></dd>
+<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.FeatureProjectConfig.CFG_TEST_FEATURES">Constant Field Values</a></dd>
 </dl>
 </li>
 </ul>
-<a name="CFG_FEATURE_REFS">
+<a name="CFG_TEST_FEATURES_INCLUDES">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>CFG_FEATURE_REFS</h4>
-<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CFG_FEATURE_REFS</pre>
+<h4>CFG_TEST_FEATURES_INCLUDES</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CFG_TEST_FEATURES_INCLUDES</pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.ApplicationProjectConfig.CFG_FEATURE_REFS">Constant Field Values</a></dd>
+<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.FeatureProjectConfig.CFG_TEST_FEATURES_INCLUDES">Constant Field Values</a></dd>
 </dl>
 </li>
 </ul>
-<a name="CFG_TEST_FEATURE_REFS">
+<a name="CFG_TEST_FEATURES_EXCLUDES">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>CFG_TEST_FEATURE_REFS</h4>
-<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CFG_TEST_FEATURE_REFS</pre>
+<h4>CFG_TEST_FEATURES_EXCLUDES</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CFG_TEST_FEATURES_EXCLUDES</pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.ApplicationProjectConfig.CFG_TEST_FEATURE_REFS">Constant Field Values</a></dd>
+<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.FeatureProjectConfig.CFG_TEST_FEATURES_EXCLUDES">Constant Field Values</a></dd>
 </dl>
 </li>
 </ul>
-<a name="DEFAULT_FEATURE_DIR">
+<a name="CFG_SKIP_ADD_FEATURE_DEPENDENCIES">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>DEFAULT_FEATURE_DIR</h4>
-<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DEFAULT_FEATURE_DIR</pre>
+<h4>CFG_SKIP_ADD_FEATURE_DEPENDENCIES</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CFG_SKIP_ADD_FEATURE_DEPENDENCIES</pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.ApplicationProjectConfig.DEFAULT_FEATURE_DIR">Constant Field Values</a></dd>
+<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.FeatureProjectConfig.CFG_SKIP_ADD_FEATURE_DEPENDENCIES">Constant Field Values</a></dd>
 </dl>
 </li>
 </ul>
-<a name="DEFAULT_TEST_FEATURE_DIR">
+<a name="CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>DEFAULT_TEST_FEATURE_DIR</h4>
-<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DEFAULT_TEST_FEATURE_DIR</pre>
+<h4>CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.FeatureProjectConfig.CFG_SKIP_ADD_TEST_FEATURE_DEPENDENCIES">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="CFG_SKIP_ADD_JAR_TO_FEATURE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CFG_SKIP_ADD_JAR_TO_FEATURE</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CFG_SKIP_ADD_JAR_TO_FEATURE</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.FeatureProjectConfig.CFG_SKIP_ADD_JAR_TO_FEATURE">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="CFG_SKIP_ADD_JAR_TO_TEST_FEATURE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CFG_SKIP_ADD_JAR_TO_TEST_FEATURE</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CFG_SKIP_ADD_JAR_TO_TEST_FEATURE</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.FeatureProjectConfig.CFG_SKIP_ADD_JAR_TO_TEST_FEATURE">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="CFG_JAR_START_ORDER">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CFG_JAR_START_ORDER</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CFG_JAR_START_ORDER</pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.ApplicationProjectConfig.DEFAULT_TEST_FEATURE_DIR">Constant Field Values</a></dd>
+<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.FeatureProjectConfig.CFG_JAR_START_ORDER">Constant Field Values</a></dd>
 </dl>
 </li>
 </ul>
-<a name="DEFAULT_REF_DIR">
+<a name="CFG_VALIDATE_FEATURES">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>DEFAULT_REF_DIR</h4>
-<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DEFAULT_REF_DIR</pre>
+<h4>CFG_VALIDATE_FEATURES</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CFG_VALIDATE_FEATURES</pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.ApplicationProjectConfig.DEFAULT_REF_DIR">Constant Field Values</a></dd>
+<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.FeatureProjectConfig.CFG_VALIDATE_FEATURES">Constant Field Values</a></dd>
 </dl>
 </li>
 </ul>
-<a name="DEFAULT_TEST_REF_DIR">
+<a name="DEFAULT_FEATURE_DIR">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_FEATURE_DIR</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DEFAULT_FEATURE_DIR</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.FeatureProjectConfig.DEFAULT_FEATURE_DIR">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_FEATURE_INCLUDES">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_FEATURE_INCLUDES</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DEFAULT_FEATURE_INCLUDES</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.FeatureProjectConfig.DEFAULT_FEATURE_INCLUDES">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_TEST_FEATURE_DIR">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>DEFAULT_TEST_REF_DIR</h4>
-<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DEFAULT_TEST_REF_DIR</pre>
+<h4>DEFAULT_TEST_FEATURE_DIR</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DEFAULT_TEST_FEATURE_DIR</pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.ApplicationProjectConfig.DEFAULT_TEST_REF_DIR">Constant Field Values</a></dd>
+<dd><a href="../../../../../constant-values.html#org.apache.sling.feature.maven.FeatureProjectConfig.DEFAULT_TEST_FEATURE_DIR">Constant Field Values</a></dd>
 </dl>
 </li>
 </ul>
@@ -343,22 +478,22 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="getMainConfig-org.apache.sling.feature.maven.ApplicationProjectInfo-">
+<a name="getMainConfig-org.apache.sling.feature.maven.FeatureProjectInfo-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getMainConfig</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html" title="class in org.apache.sling.feature.maven">ApplicationProjectConfig</a>&nbsp;getMainConfig(<a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">ApplicationProjectInfo</a>&nbsp;info)</pre>
+<pre>public static&nbsp;<a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a>&nbsp;getMainConfig(<a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info)</pre>
 </li>
 </ul>
-<a name="getTestConfig-org.apache.sling.feature.maven.ApplicationProjectInfo-">
+<a name="getTestConfig-org.apache.sling.feature.maven.FeatureProjectInfo-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getTestConfig</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html" title="class in org.apache.sling.feature.maven">ApplicationProjectConfig</a>&nbsp;getTestConfig(<a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">ApplicationProjectInfo</a>&nbsp;info)</pre>
+<pre>public static&nbsp;<a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a>&nbsp;getTestConfig(<a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info)</pre>
 </li>
 </ul>
 <a name="getName--">
@@ -370,22 +505,31 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getName()</pre>
 </li>
 </ul>
-<a name="getFeatureDir--">
+<a name="getFeaturesDir--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>getFeatureDir</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getFeatureDir()</pre>
+<h4>getFeaturesDir</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getFeaturesDir()</pre>
 </li>
 </ul>
-<a name="getFeatureRefDir--">
+<a name="getIncludes--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>getFeatureRefDir</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getFeatureRefDir()</pre>
+<h4>getIncludes</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getIncludes()</pre>
+</li>
+</ul>
+<a name="getExcludes--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getExcludes</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getExcludes()</pre>
 </li>
 </ul>
 <a name="isSkipAddDependencies--">
@@ -409,12 +553,39 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <a name="isTestConfig--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>isTestConfig</h4>
 <pre>public&nbsp;boolean&nbsp;isTestConfig()</pre>
 </li>
 </ul>
+<a name="getJarStartOrder--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getJarStartOrder</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getJarStartOrder()</pre>
+</li>
+</ul>
+<a name="isSkipAddJarToFeature--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isSkipAddJarToFeature</h4>
+<pre>public&nbsp;boolean&nbsp;isSkipAddJarToFeature()</pre>
+</li>
+</ul>
+<a name="isValidate--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isValidate</h4>
+<pre>public&nbsp;boolean&nbsp;isValidate()</pre>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -434,7 +605,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <li><a href="../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/ApplicationProjectConfig.html">Use</a></li>
+<li><a href="class-use/FeatureProjectConfig.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../index-all.html">Index</a></li>
@@ -443,12 +614,12 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
-<li><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/sling/feature/maven/FeatureConstants.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../index.html?org/apache/sling/feature/maven/ApplicationProjectConfig.html" target="_top">Frames</a></li>
-<li><a href="ApplicationProjectConfig.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../index.html?org/apache/sling/feature/maven/FeatureProjectConfig.html" target="_top">Frames</a></li>
+<li><a href="FeatureProjectConfig.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -484,6 +655,6 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/FeatureProjectInfo.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/FeatureProjectInfo.html
similarity index 72%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/FeatureProjectInfo.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/FeatureProjectInfo.html
index 1cd6659..c0f881b 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/FeatureProjectInfo.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/FeatureProjectInfo.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FeatureProjectInfo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>FeatureProjectInfo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="FeatureProjectInfo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="FeatureProjectInfo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -95,22 +95,17 @@
 <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li><a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">org.apache.sling.feature.maven.ProjectInfo</a></li>
-<li>
-<ul class="inheritance">
 <li>org.apache.sling.feature.maven.FeatureProjectInfo</li>
 </ul>
 </li>
 </ul>
-</li>
-</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
 <hr>
 <br>
 <pre>public class <span class="typeNameLabel">FeatureProjectInfo</span>
-extends <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">ProjectInfo</a></pre>
+extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 </li>
 </ul>
 </div>
@@ -130,37 +125,38 @@ extends <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html"
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.apache.sling.feature.Feature</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html#assembledFeature">assembledFeature</a></span></code>&nbsp;</td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html#assembledFeatures">assembledFeatures</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>org.apache.sling.feature.Feature</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html#assembledTestFeature">assembledTestFeature</a></span></code>&nbsp;</td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html#assembledTestFeatures">assembledTestFeatures</a></span></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.apache.sling.feature.Feature</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html#feature">feature</a></span></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html#featureDone">featureDone</a></span></code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html#features">features</a></span></code>&nbsp;</td>
+</tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.apache.sling.feature.Feature</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html#testFeature">testFeature</a></span></code>&nbsp;</td>
+<td class="colFirst"><code>org.apache.maven.model.Plugin</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html#plugin">plugin</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>org.apache.maven.project.MavenProject</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html#project">project</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html#testFeatureDone">testFeatureDone</a></span></code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html#testFeatures">testFeatures</a></span></code>&nbsp;</td>
+</tr>
 </table>
-<ul class="blockList">
-<li class="blockList"><a name="fields.inherited.from.class.org.apache.sling.feature.maven.ProjectInfo">
-<!--   -->
-</a>
-<h3>Fields inherited from class&nbsp;org.apache.sling.feature.maven.<a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">ProjectInfo</a></h3>
-<code><a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html#plugin">plugin</a>, <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html#project">project</a></code></li>
-</ul>
 </li>
 </ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
@@ -207,6 +203,24 @@ extends <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html"
 <!--   -->
 </a>
 <h3>Field Detail</h3>
+<a name="project">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>project</h4>
+<pre>public&nbsp;org.apache.maven.project.MavenProject project</pre>
+</li>
+</ul>
+<a name="plugin">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>plugin</h4>
+<pre>public&nbsp;org.apache.maven.model.Plugin plugin</pre>
+</li>
+</ul>
 <a name="featureDone">
 <!--   -->
 </a>
@@ -225,40 +239,40 @@ extends <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html"
 <pre>public&nbsp;boolean testFeatureDone</pre>
 </li>
 </ul>
-<a name="feature">
+<a name="features">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>feature</h4>
-<pre>public&nbsp;org.apache.sling.feature.Feature feature</pre>
+<h4>features</h4>
+<pre>public final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt; features</pre>
 </li>
 </ul>
-<a name="assembledFeature">
+<a name="assembledFeatures">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>assembledFeature</h4>
-<pre>public&nbsp;org.apache.sling.feature.Feature assembledFeature</pre>
+<h4>assembledFeatures</h4>
+<pre>public final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt; assembledFeatures</pre>
 </li>
 </ul>
-<a name="testFeature">
+<a name="testFeatures">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>testFeature</h4>
-<pre>public&nbsp;org.apache.sling.feature.Feature testFeature</pre>
+<h4>testFeatures</h4>
+<pre>public final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt; testFeatures</pre>
 </li>
 </ul>
-<a name="assembledTestFeature">
+<a name="assembledTestFeatures">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>assembledTestFeature</h4>
-<pre>public&nbsp;org.apache.sling.feature.Feature assembledTestFeature</pre>
+<h4>assembledTestFeatures</h4>
+<pre>public final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt; assembledTestFeatures</pre>
 </li>
 </ul>
 </li>
@@ -347,6 +361,6 @@ extends <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html"
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/Preprocessor.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/Preprocessor.html
similarity index 80%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/Preprocessor.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/Preprocessor.html
index a7aa5ec..df75db3 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/Preprocessor.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/Preprocessor.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Preprocessor (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>Preprocessor (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Preprocessor (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="Preprocessor (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -150,8 +150,8 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>protected org.apache.sling.feature.builder.FeatureProvider</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/Preprocessor.html#createFeatureProvider-org.apache.sling.feature.maven.Environment-org.apache.sling.feature.maven.ProjectInfo-boolean-boolean-java.lang.String-java.util.List-">createFeatureProvider</a></span>(<a href="../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Environment</a>&nbsp;env,
-                     <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">ProjectInfo</a>&nbsp;info,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/Preprocessor.html#createFeatureProvider-org.apache.sling.feature.maven.Environment-org.apache.sling.feature.maven.FeatureProjectInfo-boolean-boolean-java.lang.String-java.util.List-">createFeatureProvider</a></span>(<a href="../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Environment</a>&nbsp;env,
+                     <a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info,
                      boolean&nbsp;isTest,
                      boolean&nbsp;skipAddDependencies,
                      <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dependencyScope,
@@ -164,23 +164,25 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </td>
 </tr>
 <tr id="i2" class="altColor">
+<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/Preprocessor.html#preprocessFeature-org.apache.maven.project.MavenProject-boolean-java.io.File-java.lang.String-">preprocessFeature</a></span>(org.apache.maven.project.MavenProject&nbsp;project,
+                 boolean&nbsp;validate,
+                 <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+                 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;json)</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/Preprocessor.html#process-org.apache.sling.feature.maven.Environment-">process</a></span>(<a href="../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Environment</a>&nbsp;env)</code>
 <div class="block">Process the provided projects.</div>
 </td>
 </tr>
-<tr id="i3" class="rowColor">
-<td class="colFirst"><code>protected org.apache.sling.feature.Feature</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/Preprocessor.html#readProjectFeature-org.codehaus.plexus.logging.Logger-org.apache.maven.project.MavenProject-org.apache.sling.feature.maven.FeatureProjectConfig-">readProjectFeature</a></span>(org.codehaus.plexus.logging.Logger&nbsp;logger,
-                  org.apache.maven.project.MavenProject&nbsp;project,
-                  <a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a>&nbsp;config)</code>
-<div class="block">Read the feature for a feature project.</div>
-</td>
-</tr>
 <tr id="i4" class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/Preprocessor.html#setProjectInfo-org.apache.maven.project.MavenProject-org.apache.sling.feature.Feature-">setProjectInfo</a></span>(org.apache.maven.project.MavenProject&nbsp;project,
-              org.apache.sling.feature.Feature&nbsp;feature)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/Preprocessor.html#readProjectFeatures-org.codehaus.plexus.logging.Logger-org.apache.sling.feature.maven.FeatureProjectInfo-org.apache.sling.feature.maven.FeatureProjectConfig-">readProjectFeatures</a></span>(org.codehaus.plexus.logging.Logger&nbsp;logger,
+                   <a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info,
+                   <a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a>&nbsp;config)</code>
+<div class="block">Read the features for a feature project.</div>
+</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -235,27 +237,37 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </dl>
 </li>
 </ul>
-<a name="readProjectFeature-org.codehaus.plexus.logging.Logger-org.apache.maven.project.MavenProject-org.apache.sling.feature.maven.FeatureProjectConfig-">
+<a name="readProjectFeatures-org.codehaus.plexus.logging.Logger-org.apache.sling.feature.maven.FeatureProjectInfo-org.apache.sling.feature.maven.FeatureProjectConfig-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>readProjectFeature</h4>
-<pre>protected&nbsp;org.apache.sling.feature.Feature&nbsp;readProjectFeature(org.codehaus.plexus.logging.Logger&nbsp;logger,
-                                                              org.apache.maven.project.MavenProject&nbsp;project,
-                                                              <a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a>&nbsp;config)</pre>
-<div class="block">Read the feature for a feature project.
+<h4>readProjectFeatures</h4>
+<pre>protected&nbsp;void&nbsp;readProjectFeatures(org.codehaus.plexus.logging.Logger&nbsp;logger,
+                                   <a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info,
+                                   <a href="../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a>&nbsp;config)</pre>
+<div class="block">Read the features for a feature project.
  The feature is either inlined in the pom or stored in a file in the project.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>logger</code> - The logger</dd>
-<dd><code>project</code> - The current maven project</dd>
+<dd><code>info</code> - The project info</dd>
 <dd><code>config</code> - The configuration</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>The feature or <code>null</code></dd>
 </dl>
 </li>
 </ul>
+<a name="preprocessFeature-org.apache.maven.project.MavenProject-boolean-java.io.File-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>preprocessFeature</h4>
+<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;preprocessFeature(org.apache.maven.project.MavenProject&nbsp;project,
+                                   boolean&nbsp;validate,
+                                   <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+                                   <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;json)</pre>
+</li>
+</ul>
 <a name="postProcessReadFeature-org.apache.sling.feature.Feature-">
 <!--   -->
 </a>
@@ -272,24 +284,14 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </dl>
 </li>
 </ul>
-<a name="setProjectInfo-org.apache.maven.project.MavenProject-org.apache.sling.feature.Feature-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setProjectInfo</h4>
-<pre>protected&nbsp;void&nbsp;setProjectInfo(org.apache.maven.project.MavenProject&nbsp;project,
-                              org.apache.sling.feature.Feature&nbsp;feature)</pre>
-</li>
-</ul>
-<a name="createFeatureProvider-org.apache.sling.feature.maven.Environment-org.apache.sling.feature.maven.ProjectInfo-boolean-boolean-java.lang.String-java.util.List-">
+<a name="createFeatureProvider-org.apache.sling.feature.maven.Environment-org.apache.sling.feature.maven.FeatureProjectInfo-boolean-boolean-java.lang.String-java.util.List-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>createFeatureProvider</h4>
 <pre>protected&nbsp;org.apache.sling.feature.builder.FeatureProvider&nbsp;createFeatureProvider(<a href="../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Environment</a>&nbsp;env,
-                                                                                 <a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">ProjectInfo</a>&nbsp;info,
+                                                                                 <a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info,
                                                                                  boolean&nbsp;isTest,
                                                                                  boolean&nbsp;skipAddDependencies,
                                                                                  <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dependencyScope,
@@ -365,6 +367,6 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/ProjectHelper.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/ProjectHelper.html
similarity index 50%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/ProjectHelper.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/ProjectHelper.html
index 3ae1562..7ece80a 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/ProjectHelper.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/ProjectHelper.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ProjectHelper (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>ProjectHelper (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,13 +13,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ProjectHelper (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="ProjectHelper (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9};
+var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -51,7 +51,7 @@ var activeTableTab = "activeTableTab";
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/sling/feature/maven/Preprocessor.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/sling/feature/maven/Substitution.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/sling/feature/maven/ProjectHelper.html" target="_top">Frames</a></li>
@@ -112,6 +112,9 @@ var activeTableTab = "activeTableTab";
 <br>
 <pre>public abstract class <span class="typeNameLabel">ProjectHelper</span>
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+<div class="block">The project helper contains utility functions and provides access
+ to the already read and processed features and test features.
+ Mojos must not read features by themselves but use this helper to get them.</div>
 </li>
 </ul>
 </div>
@@ -148,30 +151,39 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>static org.apache.sling.feature.Feature</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#getAssembledFeature-org.apache.maven.project.MavenProject-">getAssembledFeature</a></span>(org.apache.maven.project.MavenProject&nbsp;project)</code>
-<div class="block">Get the assembled feature from the project</div>
-</td>
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#checkFeatureId-org.apache.maven.project.MavenProject-org.apache.sling.feature.Feature-">checkFeatureId</a></span>(org.apache.maven.project.MavenProject&nbsp;project,
+              org.apache.sling.feature.Feature&nbsp;feature)</code>&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#getAssembledFeatures-org.apache.maven.project.MavenProject-">getAssembledFeatures</a></span>(org.apache.maven.project.MavenProject&nbsp;project)</code>
-<div class="block">Get the assembled features from the project</div>
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#checkPreprocessorRun-org.apache.maven.project.MavenProject-">checkPreprocessorRun</a></span>(org.apache.maven.project.MavenProject&nbsp;project)</code>
+<div class="block">Check that the preprocessor has been run</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code>static org.apache.sling.feature.Feature</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#getAssembledTestFeature-org.apache.maven.project.MavenProject-">getAssembledTestFeature</a></span>(org.apache.maven.project.MavenProject&nbsp;project)</code>
-<div class="block">Get the assembled test feature from the project</div>
-</td>
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#createTmpFeatureFile-org.apache.maven.project.MavenProject-org.apache.sling.feature.Feature-">createTmpFeatureFile</a></span>(org.apache.maven.project.MavenProject&nbsp;project,
+                    org.apache.sling.feature.Feature&nbsp;feature)</code>&nbsp;</td>
 </tr>
 <tr id="i3" class="rowColor">
-<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt;</code></td>
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#generateAggregateFeatureKey-java.lang.String-boolean-">generateAggregateFeatureKey</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;classifier,
+                           boolean&nbsp;attach)</code>&nbsp;</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#getAssembledFeatures-org.apache.maven.project.MavenProject-">getAssembledFeatures</a></span>(org.apache.maven.project.MavenProject&nbsp;project)</code>
+<div class="block">Get the assembled features from the project.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#getAssembledTestFeatures-org.apache.maven.project.MavenProject-">getAssembledTestFeatures</a></span>(org.apache.maven.project.MavenProject&nbsp;project)</code>
 <div class="block">Get the assembled test feature from the project</div>
 </td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#getConfigValue-org.apache.maven.model.Plugin-java.lang.String-java.lang.String-">getConfigValue</a></span>(org.apache.maven.model.Plugin&nbsp;plugin,
               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
@@ -180,19 +192,13 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
  the plugin or any configuration for an execution of the plugin.</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
-<td class="colFirst"><code>static org.apache.sling.feature.Feature</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#getFeature-org.apache.maven.project.MavenProject-">getFeature</a></span>(org.apache.maven.project.MavenProject&nbsp;project)</code>
-<div class="block">Get the raw feature from the project</div>
-</td>
-</tr>
-<tr id="i6" class="altColor">
-<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt;</code></td>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#getFeatures-org.apache.maven.project.MavenProject-">getFeatures</a></span>(org.apache.maven.project.MavenProject&nbsp;project)</code>
-<div class="block">Get the raw feature from the project</div>
+<div class="block">Get the raw feature from the project.</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code>static org.apache.maven.artifact.Artifact</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#getOrResolveArtifact-org.apache.maven.project.MavenProject-org.apache.maven.execution.MavenSession-org.apache.maven.artifact.handler.manager.ArtifactHandlerManager-org.apache.maven.artifact.resolver.ArtifactResolver-org.apache.sling.feature.ArtifactId-">getOrResolveArtifact</a></span>(org.apache.maven.project.MavenProject&nbsp;project,
                     org.apache.maven.execution.MavenSession&nbsp;session,
@@ -202,41 +208,97 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <div class="block">Get a resolved Artifact from the coordinates provided</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code>static org.apache.sling.feature.Feature</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#getTestFeature-org.apache.maven.project.MavenProject-">getTestFeature</a></span>(org.apache.maven.project.MavenProject&nbsp;project)</code>
-<div class="block">Get the raw test feature from the project</div>
-</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#getOrResolveFeature-org.apache.maven.project.MavenProject-org.apache.maven.execution.MavenSession-org.apache.maven.artifact.handler.manager.ArtifactHandlerManager-org.apache.maven.artifact.resolver.ArtifactResolver-org.apache.sling.feature.ArtifactId-">getOrResolveFeature</a></span>(org.apache.maven.project.MavenProject&nbsp;project,
+                   org.apache.maven.execution.MavenSession&nbsp;session,
+                   org.apache.maven.artifact.handler.manager.ArtifactHandlerManager&nbsp;artifactHandlerManager,
+                   org.apache.maven.artifact.resolver.ArtifactResolver&nbsp;resolver,
+                   org.apache.sling.feature.ArtifactId&nbsp;id)</code>&nbsp;</td>
 </tr>
-<tr id="i9" class="rowColor">
-<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt;</code></td>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#getTestFeatures-org.apache.maven.project.MavenProject-">getTestFeatures</a></span>(org.apache.maven.project.MavenProject&nbsp;project)</code>
 <div class="block">Get the raw test feature from the project</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
-<td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#storeProjectInfo-org.apache.sling.feature.maven.ApplicationProjectInfo-">storeProjectInfo</a></span>(<a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">ApplicationProjectInfo</a>&nbsp;info)</code>
-<div class="block">Store all relevant information about the project for plugins to be
- retrieved</div>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#getTmpDir-org.apache.maven.project.MavenProject-">getTmpDir</a></span>(org.apache.maven.project.MavenProject&nbsp;project)</code>&nbsp;</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#isAggregate-java.lang.String-">isAggregate</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;featureKey)</code>&nbsp;</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#isAttachAggregate-java.lang.String-">isAttachAggregate</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;featureKey)</code>&nbsp;</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#isLocalProjectArtifact-org.apache.maven.project.MavenProject-org.apache.sling.feature.ArtifactId-">isLocalProjectArtifact</a></span>(org.apache.maven.project.MavenProject&nbsp;project,
+                      org.apache.sling.feature.ArtifactId&nbsp;id)</code>
+<div class="block">Check if the artifact is produced by the current project</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#propertiesToMap-java.util.Properties-">propertiesToMap</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;value)</code>&nbsp;</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#readFeatureFile-org.apache.maven.project.MavenProject-java.io.File-java.lang.String-">readFeatureFile</a></span>(org.apache.maven.project.MavenProject&nbsp;project,
+               <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;suggestedClassifier)</code>
+<div class="block">Read the json file, minify it, add id if missing and replace variables</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#scan-java.util.List-java.io.File-java.lang.String-java.lang.String-">scan</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&gt; [...]
+    <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;dir,
+    <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;includes,
+    <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;excludes)</code>&nbsp;</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#setFeatureInfo-org.apache.maven.project.MavenProject-org.apache.sling.feature.Feature-">setFeatureInfo</a></span>(org.apache.maven.project.MavenProject&nbsp;project,
+              org.apache.sling.feature.Feature&nbsp;feature)</code>&nbsp;</td>
+</tr>
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#storeProjectInfo-org.apache.sling.feature.maven.FeatureProjectInfo-">storeProjectInfo</a></span>(<a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info)</code>
 <div class="block">Store all relevant information about the project for plugins to be
  retrieved</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>static org.apache.sling.feature.ArtifactId</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#toArtifactId-org.apache.maven.model.Dependency-">toArtifactId</a></span>(org.apache.maven.model.Dependency&nbsp;dep)</code>&nbsp;</td>
+</tr>
+<tr id="i21" class="rowColor">
 <td class="colFirst"><code>static org.apache.maven.model.Dependency</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#toDependency-org.apache.sling.feature.ArtifactId-java.lang.String-">toDependency</a></span>(org.apache.sling.feature.ArtifactId&nbsp;id,
             <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;scope)</code>&nbsp;</td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i22" class="altColor">
 <td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#toString-org.apache.maven.model.Dependency-">toString</a></span>(org.apache.maven.model.Dependency&nbsp;d)</code>&nbsp;</td>
 </tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#validateFeatureClassifiers-org.apache.maven.project.MavenProject-">validateFeatureClassifiers</a></span>(org.apache.maven.project.MavenProject&nbsp;project)</code>
+<div class="block">Validate the classifiers in a project</div>
+</td>
+</tr>
+<tr id="i24" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectHelper.html#validateFeatureClassifiers-org.apache.maven.project.MavenProject-java.lang.String-boolean-">validateFeatureClassifiers</a></span>(org.apache.maven.project.MavenProject&nbsp;project,
+                          <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;additionalClassifier,
+                          boolean&nbsp;attachFeature)</code>
+<div class="block">Validate the classifiers in a project</div>
+</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -291,82 +353,19 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </dl>
 </li>
 </ul>
-<a name="getAssembledFeature-org.apache.maven.project.MavenProject-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getAssembledFeature</h4>
-<pre>public static&nbsp;org.apache.sling.feature.Feature&nbsp;getAssembledFeature(org.apache.maven.project.MavenProject&nbsp;project)</pre>
-<div class="block">Get the assembled feature from the project</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>project</code> - The maven projet</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>The assembled feature or <code>null</code></dd>
-</dl>
-</li>
-</ul>
-<a name="getFeature-org.apache.maven.project.MavenProject-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getFeature</h4>
-<pre>public static&nbsp;org.apache.sling.feature.Feature&nbsp;getFeature(org.apache.maven.project.MavenProject&nbsp;project)</pre>
-<div class="block">Get the raw feature from the project</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>project</code> - The maven projet</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>The raw feature or <code>null</code></dd>
-</dl>
-</li>
-</ul>
-<a name="getAssembledTestFeature-org.apache.maven.project.MavenProject-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getAssembledTestFeature</h4>
-<pre>public static&nbsp;org.apache.sling.feature.Feature&nbsp;getAssembledTestFeature(org.apache.maven.project.MavenProject&nbsp;project)</pre>
-<div class="block">Get the assembled test feature from the project</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>project</code> - The maven projet</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>The assembled feature or <code>null</code></dd>
-</dl>
-</li>
-</ul>
-<a name="getTestFeature-org.apache.maven.project.MavenProject-">
+<a name="checkPreprocessorRun-org.apache.maven.project.MavenProject-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>getTestFeature</h4>
-<pre>public static&nbsp;org.apache.sling.feature.Feature&nbsp;getTestFeature(org.apache.maven.project.MavenProject&nbsp;project)</pre>
-<div class="block">Get the raw test feature from the project</div>
+<h4>checkPreprocessorRun</h4>
+<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;checkPreprocessorRun(org.apache.maven.project.MavenProject&nbsp;project)</pre>
+<div class="block">Check that the preprocessor has been run</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>project</code> - The maven projet</dd>
+<dd><code>project</code> - The maven project</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>The raw feature or <code>null</code></dd>
-</dl>
-</li>
-</ul>
-<a name="storeProjectInfo-org.apache.sling.feature.maven.ApplicationProjectInfo-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>storeProjectInfo</h4>
-<pre>public static&nbsp;void&nbsp;storeProjectInfo(<a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">ApplicationProjectInfo</a>&nbsp;info)</pre>
-<div class="block">Store all relevant information about the project for plugins to be
- retrieved</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>info</code> - The project info</dd>
+<dd><code>null</code> if the preprocessor ran, an error string if not</dd>
 </dl>
 </li>
 </ul>
@@ -376,13 +375,16 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <ul class="blockList">
 <li class="blockList">
 <h4>getAssembledFeatures</h4>
-<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt;&nbsp;getAssembledFeatures(org.apache.maven.project.MavenProject&nbsp;project)</pre>
-<div class="block">Get the assembled features from the project</div>
+<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;&nbsp;getAssembledFeatures(org.apache.maven.project.MavenProject&nbsp;project)</pre>
+<div class="block">Get the assembled features from the project. An assembled feature
+ is already processed with respect to its include.
+ The returned map uses the full path in the file system as the key and
+ the assembled feature as a value.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>project</code> - The maven projet</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>The assembled features or <code>null</code></dd>
+<dd>The assembled features. The map might be empty.</dd>
 </dl>
 </li>
 </ul>
@@ -392,13 +394,15 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <ul class="blockList">
 <li class="blockList">
 <h4>getFeatures</h4>
-<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt;&nbsp;getFeatures(org.apache.maven.project.MavenProject&nbsp;project)</pre>
-<div class="block">Get the raw feature from the project</div>
+<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;&nbsp;getFeatures(org.apache.maven.project.MavenProject&nbsp;project)</pre>
+<div class="block">Get the raw feature from the project.
+ The returned map uses the full path in the file system as the key and
+ the read feature as a value.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>project</code> - The maven projet</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>The raw features or <code>null</code></dd>
+<dd>The raw features. The map might be empty.</dd>
 </dl>
 </li>
 </ul>
@@ -408,7 +412,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <ul class="blockList">
 <li class="blockList">
 <h4>getAssembledTestFeatures</h4>
-<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt;&nbsp;getAssembledTestFeatures(org.apache.maven.project.MavenProject&nbsp;project)</pre>
+<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;&nbsp;getAssembledTestFeatures(org.apache.maven.project.MavenProject&nbsp;project)</pre>
 <div class="block">Get the assembled test feature from the project</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -424,7 +428,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <ul class="blockList">
 <li class="blockList">
 <h4>getTestFeatures</h4>
-<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt;&nbsp;getTestFeatures(org.apache.maven.project.MavenProject&nbsp;project)</pre>
+<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;&nbsp;getTestFeatures(org.apache.maven.project.MavenProject&nbsp;project)</pre>
 <div class="block">Get the raw test feature from the project</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -457,6 +461,25 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 </dl>
 </li>
 </ul>
+<a name="getTmpDir-org.apache.maven.project.MavenProject-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTmpDir</h4>
+<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getTmpDir(org.apache.maven.project.MavenProject&nbsp;project)</pre>
+</li>
+</ul>
+<a name="createTmpFeatureFile-org.apache.maven.project.MavenProject-org.apache.sling.feature.Feature-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createTmpFeatureFile</h4>
+<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;createTmpFeatureFile(org.apache.maven.project.MavenProject&nbsp;project,
+                                        org.apache.sling.feature.Feature&nbsp;feature)</pre>
+</li>
+</ul>
 <a name="getOrResolveArtifact-org.apache.maven.project.MavenProject-org.apache.maven.execution.MavenSession-org.apache.maven.artifact.handler.manager.ArtifactHandlerManager-org.apache.maven.artifact.resolver.ArtifactResolver-org.apache.sling.feature.ArtifactId-">
 <!--   -->
 </a>
@@ -470,11 +493,30 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
                                                                       org.apache.sling.feature.ArtifactId&nbsp;id)</pre>
 <div class="block">Get a resolved Artifact from the coordinates provided</div>
 <dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>project</code> - The maven project</dd>
+<dd><code>session</code> - The maven session</dd>
+<dd><code>artifactHandlerManager</code> - The artifact handler manager</dd>
+<dd><code>resolver</code> - The artifact resolver</dd>
+<dd><code>id</code> - The ID of the artifact to get/resolve.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the artifact, which has been resolved.</dd>
 </dl>
 </li>
 </ul>
+<a name="getOrResolveFeature-org.apache.maven.project.MavenProject-org.apache.maven.execution.MavenSession-org.apache.maven.artifact.handler.manager.ArtifactHandlerManager-org.apache.maven.artifact.resolver.ArtifactResolver-org.apache.sling.feature.ArtifactId-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getOrResolveFeature</h4>
+<pre>public static&nbsp;org.apache.sling.feature.Feature&nbsp;getOrResolveFeature(org.apache.maven.project.MavenProject&nbsp;project,
+                                                                   org.apache.maven.execution.MavenSession&nbsp;session,
+                                                                   org.apache.maven.artifact.handler.manager.ArtifactHandlerManager&nbsp;artifactHandlerManager,
+                                                                   org.apache.maven.artifact.resolver.ArtifactResolver&nbsp;resolver,
+                                                                   org.apache.sling.feature.ArtifactId&nbsp;id)</pre>
+</li>
+</ul>
 <a name="toString-org.apache.maven.model.Dependency-">
 <!--   -->
 </a>
@@ -487,13 +529,158 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <a name="toDependency-org.apache.sling.feature.ArtifactId-java.lang.String-">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>toDependency</h4>
 <pre>public static&nbsp;org.apache.maven.model.Dependency&nbsp;toDependency(org.apache.sling.feature.ArtifactId&nbsp;id,
                                                              <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;scope)</pre>
 </li>
 </ul>
+<a name="toArtifactId-org.apache.maven.model.Dependency-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toArtifactId</h4>
+<pre>public static&nbsp;org.apache.sling.feature.ArtifactId&nbsp;toArtifactId(org.apache.maven.model.Dependency&nbsp;dep)</pre>
+</li>
+</ul>
+<a name="setFeatureInfo-org.apache.maven.project.MavenProject-org.apache.sling.feature.Feature-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFeatureInfo</h4>
+<pre>public static&nbsp;void&nbsp;setFeatureInfo(org.apache.maven.project.MavenProject&nbsp;project,
+                                  org.apache.sling.feature.Feature&nbsp;feature)</pre>
+</li>
+</ul>
+<a name="isAggregate-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isAggregate</h4>
+<pre>public static&nbsp;boolean&nbsp;isAggregate(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;featureKey)</pre>
+</li>
+</ul>
+<a name="isAttachAggregate-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isAttachAggregate</h4>
+<pre>public static&nbsp;boolean&nbsp;isAttachAggregate(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;featureKey)</pre>
+</li>
+</ul>
+<a name="generateAggregateFeatureKey-java.lang.String-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>generateAggregateFeatureKey</h4>
+<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;generateAggregateFeatureKey(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;classifier,
+                                                 boolean&nbsp;attach)</pre>
+</li>
+</ul>
+<a name="validateFeatureClassifiers-org.apache.maven.project.MavenProject-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>validateFeatureClassifiers</h4>
+<pre>public static&nbsp;void&nbsp;validateFeatureClassifiers(org.apache.maven.project.MavenProject&nbsp;project)</pre>
+<div class="block">Validate the classifiers in a project</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>project</code> - The maven project</dd>
+</dl>
+</li>
+</ul>
+<a name="validateFeatureClassifiers-org.apache.maven.project.MavenProject-java.lang.String-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>validateFeatureClassifiers</h4>
+<pre>public static&nbsp;void&nbsp;validateFeatureClassifiers(org.apache.maven.project.MavenProject&nbsp;project,
+                                              <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;additionalClassifier,
+                                              boolean&nbsp;attachFeature)</pre>
+<div class="block">Validate the classifiers in a project</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>project</code> - The maven project</dd>
+<dd><code>additionalClassifier</code> - Optional additional classifier</dd>
+</dl>
+</li>
+</ul>
+<a name="isLocalProjectArtifact-org.apache.maven.project.MavenProject-org.apache.sling.feature.ArtifactId-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isLocalProjectArtifact</h4>
+<pre>public static&nbsp;boolean&nbsp;isLocalProjectArtifact(org.apache.maven.project.MavenProject&nbsp;project,
+                                             org.apache.sling.feature.ArtifactId&nbsp;id)</pre>
+<div class="block">Check if the artifact is produced by the current project</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>project</code> - The current project</dd>
+<dd><code>id</code> - The artifact id</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><code>true</code> if the artifact belongs to the project</dd>
+</dl>
+</li>
+</ul>
+<a name="propertiesToMap-java.util.Properties-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>propertiesToMap</h4>
+<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;propertiesToMap(<a href="https://doc [...]
+</li>
+</ul>
+<a name="scan-java.util.List-java.io.File-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>scan</h4>
+<pre>public static&nbsp;void&nbsp;scan(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&gt;&nbsp;files,
+                        <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;dir,
+                        <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;includes,
+                        <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;excludes)</pre>
+</li>
+</ul>
+<a name="readFeatureFile-org.apache.maven.project.MavenProject-java.io.File-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readFeatureFile</h4>
+<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;readFeatureFile(org.apache.maven.project.MavenProject&nbsp;project,
+                                     <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+                                     <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;suggestedClassifier)</pre>
+<div class="block">Read the json file, minify it, add id if missing and replace variables</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>file</code> - The json file</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The read and minified JSON</dd>
+</dl>
+</li>
+</ul>
+<a name="checkFeatureId-org.apache.maven.project.MavenProject-org.apache.sling.feature.Feature-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>checkFeatureId</h4>
+<pre>public static&nbsp;void&nbsp;checkFeatureId(org.apache.maven.project.MavenProject&nbsp;project,
+                                  org.apache.sling.feature.Feature&nbsp;feature)</pre>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -523,7 +710,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/sling/feature/maven/Preprocessor.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/sling/feature/maven/Substitution.html" title="class in org.apache.sling.feature.maven"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/sling/feature/maven/ProjectHelper.html" target="_top">Frames</a></li>
@@ -563,6 +750,6 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/ProjectInfo.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/Substitution.html
similarity index 66%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/ProjectInfo.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/Substitution.html
index e399398..06dc8de 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/ProjectInfo.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/Substitution.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ProjectInfo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>Substitution (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,12 +13,18 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ProjectInfo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="Substitution (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
     }
 //-->
+var methods = {"i0":9,"i1":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
 </script>
 <noscript>
 <div>JavaScript is disabled on your browser.</div>
@@ -35,7 +41,7 @@
 <li><a href="../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/ProjectInfo.html">Use</a></li>
+<li><a href="class-use/Substitution.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../index-all.html">Index</a></li>
@@ -48,8 +54,8 @@
 <li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../index.html?org/apache/sling/feature/maven/ProjectInfo.html" target="_top">Frames</a></li>
-<li><a href="ProjectInfo.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../index.html?org/apache/sling/feature/maven/Substitution.html" target="_top">Frames</a></li>
+<li><a href="Substitution.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -70,15 +76,15 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
+<li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
-<li>Method</li>
+<li><a href="#method.detail">Method</a></li>
 </ul>
 </div>
 <a name="skip.navbar.top">
@@ -88,27 +94,23 @@
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.sling.feature.maven</div>
-<h2 title="Class ProjectInfo" class="title">Class ProjectInfo</h2>
+<h2 title="Class Substitution" class="title">Class Substitution</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
 <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.sling.feature.maven.ProjectInfo</li>
+<li>org.apache.sling.feature.maven.Substitution</li>
 </ul>
 </li>
 </ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
-<dl>
-<dt>Direct Known Subclasses:</dt>
-<dd><a href="../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">ApplicationProjectInfo</a>, <a href="../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a></dd>
-</dl>
 <hr>
 <br>
-<pre>public class <span class="typeNameLabel">ProjectInfo</span>
+<pre>public class <span class="typeNameLabel">Substitution</span>
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 </li>
 </ul>
@@ -116,29 +118,6 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field.summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>org.apache.maven.model.Plugin</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html#plugin">plugin</a></span></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>org.apache.maven.project.MavenProject</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html#project">project</a></span></code>&nbsp;</td>
-</tr>
-</table>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor.summary">
@@ -151,7 +130,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/ProjectInfo.html#ProjectInfo--">ProjectInfo</a></span>()</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/Substitution.html#Substitution--">Substitution</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -162,6 +141,22 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <!--   -->
 </a>
 <h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/Substitution.html#getOSGiVersion-java.lang.String-">getOSGiVersion</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;version)</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sling/feature/maven/Substitution.html#replaceMavenVars-org.apache.maven.project.MavenProject-java.lang.String-">replaceMavenVars</a></span>(org.apache.maven.project.MavenProject&nbsp;project,
+                <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;s)</code>&nbsp;</td>
+</tr>
+</table>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
@@ -177,45 +172,46 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
-<li class="blockList"><a name="field.detail">
-<!--   -->
-</a>
-<h3>Field Detail</h3>
-<a name="project">
+<li class="blockList"><a name="constructor.detail">
 <!--   -->
 </a>
-<ul class="blockList">
-<li class="blockList">
-<h4>project</h4>
-<pre>public&nbsp;org.apache.maven.project.MavenProject project</pre>
-</li>
-</ul>
-<a name="plugin">
+<h3>Constructor Detail</h3>
+<a name="Substitution--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>plugin</h4>
-<pre>public&nbsp;org.apache.maven.model.Plugin plugin</pre>
+<h4>Substitution</h4>
+<pre>public&nbsp;Substitution()</pre>
 </li>
 </ul>
 </li>
 </ul>
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<!-- ============ METHOD DETAIL ========== -->
 <ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
+<li class="blockList"><a name="method.detail">
 <!--   -->
 </a>
-<h3>Constructor Detail</h3>
-<a name="ProjectInfo--">
+<h3>Method Detail</h3>
+<a name="replaceMavenVars-org.apache.maven.project.MavenProject-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>replaceMavenVars</h4>
+<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;replaceMavenVars(org.apache.maven.project.MavenProject&nbsp;project,
+                                      <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;s)</pre>
+</li>
+</ul>
+<a name="getOSGiVersion-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>ProjectInfo</h4>
-<pre>public&nbsp;ProjectInfo()</pre>
+<h4>getOSGiVersion</h4>
+<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getOSGiVersion(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;version)</pre>
 </li>
 </ul>
 </li>
@@ -237,7 +233,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <li><a href="../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/ProjectInfo.html">Use</a></li>
+<li><a href="class-use/Substitution.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../index-all.html">Index</a></li>
@@ -250,8 +246,8 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../index.html?org/apache/sling/feature/maven/ProjectInfo.html" target="_top">Frames</a></li>
-<li><a href="ProjectInfo.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../index.html?org/apache/sling/feature/maven/Substitution.html" target="_top">Frames</a></li>
+<li><a href="Substitution.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -272,21 +268,21 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
+<li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
-<li>Method</li>
+<li><a href="#method.detail">Method</a></li>
 </ul>
 </div>
 <a name="skip.navbar.bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/ProjectInfo.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/Environment.html
similarity index 57%
rename from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/ProjectInfo.html
rename to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/Environment.html
index eae2947..c365373 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/ProjectInfo.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/Environment.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:32 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sling.feature.maven.ProjectInfo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>Uses of Class org.apache.sling.feature.maven.Environment (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.sling.feature.maven.ProjectInfo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.sling.feature.maven.Environment (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -34,7 +34,7 @@
 <ul class="navList" title="Navigation">
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">Class</a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Class</a></li>
 <li class="navBarCell1Rev">Use</li>
 <li><a href="../package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
@@ -48,8 +48,8 @@
 <li>Next</li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/class-use/ProjectInfo.html" target="_top">Frames</a></li>
-<li><a href="ProjectInfo.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/class-use/Environment.html" target="_top">Frames</a></li>
+<li><a href="Environment.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -71,13 +71,13 @@
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 <div class="header">
-<h2 title="Uses of Class org.apache.sling.feature.maven.ProjectInfo" class="title">Uses of Class<br>org.apache.sling.feature.maven.ProjectInfo</h2>
+<h2 title="Uses of Class org.apache.sling.feature.maven.Environment" class="title">Uses of Class<br>org.apache.sling.feature.maven.Environment</h2>
 </div>
 <div class="classUseContainer">
 <ul class="blockList">
 <li class="blockList">
 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
-<caption><span>Packages that use <a href="../../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">ProjectInfo</a></span><span class="tabEnd">&nbsp;</span></caption>
+<caption><span>Packages that use <a href="../../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Environment</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Package</th>
 <th class="colLast" scope="col">Description</th>
@@ -95,39 +95,9 @@
 <li class="blockList"><a name="org.apache.sling.feature.maven">
 <!--   -->
 </a>
-<h3>Uses of <a href="../../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">ProjectInfo</a> in <a href="../../../../../../org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
-<caption><span>Subclasses of <a href="../../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">ProjectInfo</a> in <a href="../../../../../../org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">ApplicationProjectInfo</a></span></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a></span></code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
-<caption><span>Fields in <a href="../../../../../../org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a> with type parameters of type <a href="../../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">ProjectInfo</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">ProjectInfo</a>&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">Environment.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/Environment.html#modelProjects">modelProjects</a></span></code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
+<h3>Uses of <a href="../../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Environment</a> in <a href="../../../../../../org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a></h3>
 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a> with parameters of type <a href="../../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">ProjectInfo</a></span><span class="tabEnd">&nbsp;</span></caption>
+<caption><span>Methods in <a href="../../../../../../org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a> with parameters of type <a href="../../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Environment</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
@@ -135,13 +105,19 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected org.apache.sling.feature.builder.FeatureProvider</code></td>
-<td class="colLast"><span class="typeNameLabel">Preprocessor.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/Preprocessor.html#createFeatureProvider-org.apache.sling.feature.maven.Environment-org.apache.sling.feature.maven.ProjectInfo-boolean-boolean-java.lang.String-java.util.List-">createFeatureProvider</a></span>(<a href="../../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven [...]
-                     <a href="../../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">ProjectInfo</a>&nbsp;info,
+<td class="colLast"><span class="typeNameLabel">Preprocessor.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/Preprocessor.html#createFeatureProvider-org.apache.sling.feature.maven.Environment-org.apache.sling.feature.maven.FeatureProjectInfo-boolean-boolean-java.lang.String-java.util.List-">createFeatureProvider</a></span>(<a href="../../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.featur [...]
+                     <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info,
                      boolean&nbsp;isTest,
                      boolean&nbsp;skipAddDependencies,
                      <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dependencyScope,
                      <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt;&nbsp;projectFeatures)</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">Preprocessor.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/Preprocessor.html#process-org.apache.sling.feature.maven.Environment-">process</a></span>(<a href="../../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Environment</a>&nbsp;env)</code>
+<div class="block">Process the provided projects.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -160,7 +136,7 @@
 <ul class="navList" title="Navigation">
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/ProjectInfo.html" title="class in org.apache.sling.feature.maven">Class</a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.feature.maven">Class</a></li>
 <li class="navBarCell1Rev">Use</li>
 <li><a href="../package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
@@ -174,8 +150,8 @@
 <li>Next</li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/class-use/ProjectInfo.html" target="_top">Frames</a></li>
-<li><a href="ProjectInfo.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/class-use/Environment.html" target="_top">Frames</a></li>
+<li><a href="Environment.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -196,6 +172,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/FeatureConstants.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/FeatureConstants.html
similarity index 93%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/FeatureConstants.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/FeatureConstants.html
index 681d030..8043075 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/FeatureConstants.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/FeatureConstants.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:32 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sling.feature.maven.FeatureConstants (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>Uses of Class org.apache.sling.feature.maven.FeatureConstants (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.sling.feature.maven.FeatureConstants (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.sling.feature.maven.FeatureConstants (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/ApplicationProjectInfo.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/FeatureProjectConfig.html
similarity index 53%
rename from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/ApplicationProjectInfo.html
rename to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/FeatureProjectConfig.html
index f54cb72..6159c64 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/ApplicationProjectInfo.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/FeatureProjectConfig.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:32 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sling.feature.maven.ApplicationProjectInfo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>Uses of Class org.apache.sling.feature.maven.FeatureProjectConfig (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.sling.feature.maven.ApplicationProjectInfo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.sling.feature.maven.FeatureProjectConfig (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -34,7 +34,7 @@
 <ul class="navList" title="Navigation">
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">Class</a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">Class</a></li>
 <li class="navBarCell1Rev">Use</li>
 <li><a href="../package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
@@ -48,8 +48,8 @@
 <li>Next</li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/class-use/ApplicationProjectInfo.html" target="_top">Frames</a></li>
-<li><a href="ApplicationProjectInfo.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/class-use/FeatureProjectConfig.html" target="_top">Frames</a></li>
+<li><a href="FeatureProjectConfig.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -71,13 +71,13 @@
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 <div class="header">
-<h2 title="Uses of Class org.apache.sling.feature.maven.ApplicationProjectInfo" class="title">Uses of Class<br>org.apache.sling.feature.maven.ApplicationProjectInfo</h2>
+<h2 title="Uses of Class org.apache.sling.feature.maven.FeatureProjectConfig" class="title">Uses of Class<br>org.apache.sling.feature.maven.FeatureProjectConfig</h2>
 </div>
 <div class="classUseContainer">
 <ul class="blockList">
 <li class="blockList">
 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
-<caption><span>Packages that use <a href="../../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">ApplicationProjectInfo</a></span><span class="tabEnd">&nbsp;</span></caption>
+<caption><span>Packages that use <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Package</th>
 <th class="colLast" scope="col">Description</th>
@@ -95,27 +95,37 @@
 <li class="blockList"><a name="org.apache.sling.feature.maven">
 <!--   -->
 </a>
-<h3>Uses of <a href="../../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">ApplicationProjectInfo</a> in <a href="../../../../../../org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a></h3>
+<h3>Uses of <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a> in <a href="../../../../../../org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a></h3>
 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a> with parameters of type <a href="../../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">ApplicationProjectInfo</a></span><span class="tabEnd">&nbsp;</span></caption>
+<caption><span>Methods in <a href="../../../../../../org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a> that return <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html" title="class in org.apache.sling.feature.maven">ApplicationProjectConfig</a></code></td>
-<td class="colLast"><span class="typeNameLabel">ApplicationProjectConfig.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#getMainConfig-org.apache.sling.feature.maven.ApplicationProjectInfo-">getMainConfig</a></span>(<a href="../../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">ApplicationProjectInfo</a>&nbsp;info)</code>&nbsp;</td>
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></code></td>
+<td class="colLast"><span class="typeNameLabel">FeatureProjectConfig.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#getMainConfig-org.apache.sling.feature.maven.FeatureProjectInfo-">getMainConfig</a></span>(<a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html" title="class in org.apache.sling.feature.maven">ApplicationProjectConfig</a></code></td>
-<td class="colLast"><span class="typeNameLabel">ApplicationProjectConfig.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/ApplicationProjectConfig.html#getTestConfig-org.apache.sling.feature.maven.ApplicationProjectInfo-">getTestConfig</a></span>(<a href="../../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">ApplicationProjectInfo</a>&nbsp;info)</code>&nbsp;</td>
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></code></td>
+<td class="colLast"><span class="typeNameLabel">FeatureProjectConfig.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#getTestConfig-org.apache.sling.feature.maven.FeatureProjectInfo-">getTestConfig</a></span>(<a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info)</code>&nbsp;</td>
 </tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a> with parameters of type <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
 <tr class="altColor">
-<td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="typeNameLabel">ProjectHelper.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/ProjectHelper.html#storeProjectInfo-org.apache.sling.feature.maven.ApplicationProjectInfo-">storeProjectInfo</a></span>(<a href="../../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">ApplicationProjectInfo</a>&nbsp;info)</code>
-<div class="block">Store all relevant information about the project for plugins to be
- retrieved</div>
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="typeNameLabel">Preprocessor.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/Preprocessor.html#readProjectFeatures-org.codehaus.plexus.logging.Logger-org.apache.sling.feature.maven.FeatureProjectInfo-org.apache.sling.feature.maven.FeatureProjectConfig-">readProjectFeatures</a></span>(org.codehaus.plexus.logging.Logger&nbsp;logger,
+                   <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info,
+                   <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a>&nbsp;config)</code>
+<div class="block">Read the features for a feature project.</div>
 </td>
 </tr>
 </tbody>
@@ -136,7 +146,7 @@
 <ul class="navList" title="Navigation">
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/ApplicationProjectInfo.html" title="class in org.apache.sling.feature.maven">Class</a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">Class</a></li>
 <li class="navBarCell1Rev">Use</li>
 <li><a href="../package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
@@ -150,8 +160,8 @@
 <li>Next</li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/class-use/ApplicationProjectInfo.html" target="_top">Frames</a></li>
-<li><a href="ApplicationProjectInfo.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/class-use/FeatureProjectConfig.html" target="_top">Frames</a></li>
+<li><a href="FeatureProjectConfig.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -172,6 +182,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/FeatureProjectInfo.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/FeatureProjectInfo.html
similarity index 67%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/FeatureProjectInfo.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/FeatureProjectInfo.html
index 8e21176..f3b6da0 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/FeatureProjectInfo.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/FeatureProjectInfo.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:32 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sling.feature.maven.FeatureProjectInfo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>Uses of Class org.apache.sling.feature.maven.FeatureProjectInfo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.sling.feature.maven.FeatureProjectInfo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.sling.feature.maven.FeatureProjectInfo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -96,6 +96,21 @@
 <!--   -->
 </a>
 <h3>Uses of <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a> in <a href="../../../../../../org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
+<caption><span>Fields in <a href="../../../../../../org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a> with type parameters of type <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">Environment.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/Environment.html#modelProjects">modelProjects</a></span></code>
+<div class="block">The projects for the preprocessor.</div>
+</td>
+</tr>
+</tbody>
+</table>
 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
 <caption><span>Methods in <a href="../../../../../../org/apache/sling/feature/maven/package-summary.html">org.apache.sling.feature.maven</a> with parameters of type <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
@@ -104,13 +119,30 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code>protected org.apache.sling.feature.builder.FeatureProvider</code></td>
+<td class="colLast"><span class="typeNameLabel">Preprocessor.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/Preprocessor.html#createFeatureProvider-org.apache.sling.feature.maven.Environment-org.apache.sling.feature.maven.FeatureProjectInfo-boolean-boolean-java.lang.String-java.util.List-">createFeatureProvider</a></span>(<a href="../../../../../../org/apache/sling/feature/maven/Environment.html" title="class in org.apache.sling.featur [...]
+                     <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info,
+                     boolean&nbsp;isTest,
+                     boolean&nbsp;skipAddDependencies,
+                     <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dependencyScope,
+                     <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.Feature&gt;&nbsp;projectFeatures)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></code></td>
 <td class="colLast"><span class="typeNameLabel">FeatureProjectConfig.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#getMainConfig-org.apache.sling.feature.maven.FeatureProjectInfo-">getMainConfig</a></span>(<a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a></code></td>
 <td class="colLast"><span class="typeNameLabel">FeatureProjectConfig.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html#getTestConfig-org.apache.sling.feature.maven.FeatureProjectInfo-">getTestConfig</a></span>(<a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info)</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="typeNameLabel">Preprocessor.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/Preprocessor.html#readProjectFeatures-org.codehaus.plexus.logging.Logger-org.apache.sling.feature.maven.FeatureProjectInfo-org.apache.sling.feature.maven.FeatureProjectConfig-">readProjectFeatures</a></span>(org.codehaus.plexus.logging.Logger&nbsp;logger,
+                   <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info,
+                   <a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectConfig.html" title="class in org.apache.sling.feature.maven">FeatureProjectConfig</a>&nbsp;config)</code>
+<div class="block">Read the features for a feature project.</div>
+</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><span class="typeNameLabel">ProjectHelper.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/ProjectHelper.html#storeProjectInfo-org.apache.sling.feature.maven.FeatureProjectInfo-">storeProjectInfo</a></span>(<a href="../../../../../../org/apache/sling/feature/maven/FeatureProjectInfo.html" title="class in org.apache.sling.feature.maven">FeatureProjectInfo</a>&nbsp;info)</code>
@@ -172,6 +204,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/Preprocessor.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/Preprocessor.html
similarity index 93%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/Preprocessor.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/Preprocessor.html
index 8a2f9d1..666fc23 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/Preprocessor.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/Preprocessor.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:32 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sling.feature.maven.Preprocessor (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>Uses of Class org.apache.sling.feature.maven.Preprocessor (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.sling.feature.maven.Preprocessor (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.sling.feature.maven.Preprocessor (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/ProjectHelper.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/ProjectHelper.html
similarity index 93%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/ProjectHelper.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/ProjectHelper.html
index 0ca0525..57a4139 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/ProjectHelper.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/ProjectHelper.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:32 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sling.feature.maven.ProjectHelper (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>Uses of Class org.apache.sling.feature.maven.ProjectHelper (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.sling.feature.maven.ProjectHelper (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.sling.feature.maven.ProjectHelper (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/Preprocessor.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/Substitution.html
similarity index 77%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/Preprocessor.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/Substitution.html
index 8a2f9d1..d66f272 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/class-use/Preprocessor.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/class-use/Substitution.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:32 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sling.feature.maven.Preprocessor (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>Uses of Class org.apache.sling.feature.maven.Substitution (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.sling.feature.maven.Preprocessor (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.sling.feature.maven.Substitution (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -34,7 +34,7 @@
 <ul class="navList" title="Navigation">
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/Preprocessor.html" title="class in org.apache.sling.feature.maven">Class</a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/Substitution.html" title="class in org.apache.sling.feature.maven">Class</a></li>
 <li class="navBarCell1Rev">Use</li>
 <li><a href="../package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
@@ -48,8 +48,8 @@
 <li>Next</li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/class-use/Preprocessor.html" target="_top">Frames</a></li>
-<li><a href="Preprocessor.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/class-use/Substitution.html" target="_top">Frames</a></li>
+<li><a href="Substitution.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -71,9 +71,9 @@
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 <div class="header">
-<h2 title="Uses of Class org.apache.sling.feature.maven.Preprocessor" class="title">Uses of Class<br>org.apache.sling.feature.maven.Preprocessor</h2>
+<h2 title="Uses of Class org.apache.sling.feature.maven.Substitution" class="title">Uses of Class<br>org.apache.sling.feature.maven.Substitution</h2>
 </div>
-<div class="classUseContainer">No usage of org.apache.sling.feature.maven.Preprocessor</div>
+<div class="classUseContainer">No usage of org.apache.sling.feature.maven.Substitution</div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar.bottom">
 <!--   -->
@@ -85,7 +85,7 @@
 <ul class="navList" title="Navigation">
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/Preprocessor.html" title="class in org.apache.sling.feature.maven">Class</a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/Substitution.html" title="class in org.apache.sling.feature.maven">Class</a></li>
 <li class="navBarCell1Rev">Use</li>
 <li><a href="../package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
@@ -99,8 +99,8 @@
 <li>Next</li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/class-use/Preprocessor.html" target="_top">Frames</a></li>
-<li><a href="Preprocessor.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/class-use/Substitution.html" target="_top">Frames</a></li>
+<li><a href="Substitution.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html
similarity index 71%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html
index 9c7cafa..40e7b9d 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DependencyLifecycleParticipant (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>AbstractFeatureMojo.BaseArtifactProvider (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DependencyLifecycleParticipant (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="AbstractFeatureMojo.BaseArtifactProvider (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -41,7 +41,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/DependencyLifecycleParticipant.html">Use</a></li>
+<li><a href="class-use/AbstractFeatureMojo.BaseArtifactProvider.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -50,12 +50,12 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeature.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/GenerateResources.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.html" target="_top">Frames</a></li>
-<li><a href="DependencyLifecycleParticipant.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html" target="_top">Frames</a></li>
+<li><a href="AbstractFeatureMojo.BaseArtifactProvider.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -94,31 +94,33 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.sling.feature.maven.mojos</div>
-<h2 title="Class DependencyLifecycleParticipant" class="title">Class DependencyLifecycleParticipant</h2>
+<h2 title="Class AbstractFeatureMojo.BaseArtifactProvider" class="title">Class AbstractFeatureMojo.BaseArtifactProvider</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
 <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.maven.AbstractMavenLifecycleParticipant</li>
-<li>
-<ul class="inheritance">
-<li>org.apache.sling.feature.maven.mojos.DependencyLifecycleParticipant</li>
-</ul>
-</li>
+<li>org.apache.sling.feature.maven.mojos.AbstractFeatureMojo.BaseArtifactProvider</li>
 </ul>
 </li>
 </ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>org.apache.sling.feature.builder.ArtifactProvider</dd>
+</dl>
+<dl>
+<dt>Enclosing class:</dt>
+<dd><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></dd>
+</dl>
 <hr>
 <br>
-<pre>@Component(role=org.apache.maven.AbstractMavenLifecycleParticipant.class)
-public class <span class="typeNameLabel">DependencyLifecycleParticipant</span>
-extends org.apache.maven.AbstractMavenLifecycleParticipant</pre>
-<div class="block">Maven lifecycle participant which adds the artifacts of the model to the dependencies.</div>
+<pre>protected class <span class="typeNameLabel">AbstractFeatureMojo.BaseArtifactProvider</span>
+extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
+implements org.apache.sling.feature.builder.ArtifactProvider</pre>
 </li>
 </ul>
 </div>
@@ -134,10 +136,12 @@ extends org.apache.maven.AbstractMavenLifecycleParticipant</pre>
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.html#DependencyLifecycleParticipant--">DependencyLifecycleParticipant</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html#BaseArtifactProvider--">BaseArtifactProvider</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -155,18 +159,11 @@ extends org.apache.maven.AbstractMavenLifecycleParticipant</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.html#afterProjectsRead-org.apache.maven.execution.MavenSession-">afterProjectsRead</a></span>(org.apache.maven.execution.MavenSession&nbsp;session)</code>&nbsp;</td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html#provide-org.apache.sling.feature.ArtifactId-">provide</a></span>(org.apache.sling.feature.ArtifactId&nbsp;id)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.AbstractMavenLifecycleParticipant">
-<!--   -->
-</a>
-<h3>Methods inherited from class&nbsp;org.apache.maven.AbstractMavenLifecycleParticipant</h3>
-<code>afterSessionEnd, afterSessionStart</code></li>
-</ul>
-<ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
@@ -187,13 +184,13 @@ extends org.apache.maven.AbstractMavenLifecycleParticipant</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="DependencyLifecycleParticipant--">
+<a name="BaseArtifactProvider--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>DependencyLifecycleParticipant</h4>
-<pre>public&nbsp;DependencyLifecycleParticipant()</pre>
+<h4>BaseArtifactProvider</h4>
+<pre>protected&nbsp;BaseArtifactProvider()</pre>
 </li>
 </ul>
 </li>
@@ -204,19 +201,16 @@ extends org.apache.maven.AbstractMavenLifecycleParticipant</pre>
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="afterProjectsRead-org.apache.maven.execution.MavenSession-">
+<a name="provide-org.apache.sling.feature.ArtifactId-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>afterProjectsRead</h4>
-<pre>public&nbsp;void&nbsp;afterProjectsRead(org.apache.maven.execution.MavenSession&nbsp;session)
-                       throws org.apache.maven.MavenExecutionException</pre>
+<h4>provide</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;provide(org.apache.sling.feature.ArtifactId&nbsp;id)</pre>
 <dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code>afterProjectsRead</code>&nbsp;in class&nbsp;<code>org.apache.maven.AbstractMavenLifecycleParticipant</code></dd>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code>org.apache.maven.MavenExecutionException</code></dd>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code>provide</code>&nbsp;in interface&nbsp;<code>org.apache.sling.feature.builder.ArtifactProvider</code></dd>
 </dl>
 </li>
 </ul>
@@ -239,7 +233,7 @@ extends org.apache.maven.AbstractMavenLifecycleParticipant</pre>
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/DependencyLifecycleParticipant.html">Use</a></li>
+<li><a href="class-use/AbstractFeatureMojo.BaseArtifactProvider.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -248,12 +242,12 @@ extends org.apache.maven.AbstractMavenLifecycleParticipant</pre>
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeature.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/GenerateResources.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.html" target="_top">Frames</a></li>
-<li><a href="DependencyLifecycleParticipant.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html" target="_top">Frames</a></li>
+<li><a href="AbstractFeatureMojo.BaseArtifactProvider.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -289,6 +283,6 @@ extends org.apache.maven.AbstractMavenLifecycleParticipant</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/HelpMojo.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html
similarity index 71%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/HelpMojo.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html
index 3bcb843..b0c776c 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/HelpMojo.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HelpMojo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>AbstractFeatureMojo.BaseFeatureProvider (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="HelpMojo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="AbstractFeatureMojo.BaseFeatureProvider (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -41,7 +41,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/HelpMojo.html">Use</a></li>
+<li><a href="class-use/AbstractFeatureMojo.BaseFeatureProvider.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -50,12 +50,12 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/GenerateResources.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li>Next&nbsp;Class</li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/HelpMojo.html" target="_top">Frames</a></li>
-<li><a href="HelpMojo.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html" target="_top">Frames</a></li>
+<li><a href="AbstractFeatureMojo.BaseFeatureProvider.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -94,19 +94,14 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.sling.feature.maven.mojos</div>
-<h2 title="Class HelpMojo" class="title">Class HelpMojo</h2>
+<h2 title="Class AbstractFeatureMojo.BaseFeatureProvider" class="title">Class AbstractFeatureMojo.BaseFeatureProvider</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
 <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.maven.plugin.AbstractMojo</li>
-<li>
-<ul class="inheritance">
-<li>org.apache.sling.feature.maven.mojos.HelpMojo</li>
-</ul>
-</li>
+<li>org.apache.sling.feature.maven.mojos.AbstractFeatureMojo.BaseFeatureProvider</li>
 </ul>
 </li>
 </ul>
@@ -115,42 +110,23 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
+<dd>org.apache.sling.feature.builder.FeatureProvider</dd>
 </dl>
-<hr>
-<br>
-<pre>@Mojo(name="help",
-      requiresProject=false,
-      threadSafe=true)
-public class <span class="typeNameLabel">HelpMojo</span>
-extends org.apache.maven.plugin.AbstractMojo</pre>
-<div class="block">Display help information on slingfeature-maven-plugin.<br>
- Call <code>mvn slingfeature:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.</div>
 <dl>
-<dt><span class="simpleTagLabel">Author:</span></dt>
-<dd>maven-plugin-tools</dd>
+<dt>Enclosing class:</dt>
+<dd><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></dd>
 </dl>
+<hr>
+<br>
+<pre>protected class <span class="typeNameLabel">AbstractFeatureMojo.BaseFeatureProvider</span>
+extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
+implements org.apache.sling.feature.builder.FeatureProvider</pre>
 </li>
 </ul>
 </div>
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field.summary">
-<!--   -->
-</a>
-<h3>Field Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
-<!--   -->
-</a>
-<h3>Fields inherited from interface&nbsp;org.apache.maven.plugin.Mojo</h3>
-<code>ROLE</code></li>
-</ul>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor.summary">
@@ -160,10 +136,12 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colOne" scope="col">Constructor and Description</th>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/HelpMojo.html#HelpMojo--">HelpMojo</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html#BaseFeatureProvider--">BaseFeatureProvider</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -181,18 +159,11 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/HelpMojo.html#execute--">execute</a></span>()</code></td>
+<td class="colFirst"><code>org.apache.sling.feature.Feature</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html#provide-org.apache.sling.feature.ArtifactId-">provide</a></span>(org.apache.sling.feature.ArtifactId&nbsp;id)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
-<!--   -->
-</a>
-<h3>Methods inherited from class&nbsp;org.apache.maven.plugin.AbstractMojo</h3>
-<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
-</ul>
-<ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
@@ -213,13 +184,13 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="HelpMojo--">
+<a name="BaseFeatureProvider--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>HelpMojo</h4>
-<pre>public&nbsp;HelpMojo()</pre>
+<h4>BaseFeatureProvider</h4>
+<pre>protected&nbsp;BaseFeatureProvider()</pre>
 </li>
 </ul>
 </li>
@@ -230,17 +201,16 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="execute--">
+<a name="provide-org.apache.sling.feature.ArtifactId-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>execute</h4>
-<pre>public&nbsp;void&nbsp;execute()
-             throws org.apache.maven.plugin.MojoExecutionException</pre>
+<h4>provide</h4>
+<pre>public&nbsp;org.apache.sling.feature.Feature&nbsp;provide(org.apache.sling.feature.ArtifactId&nbsp;id)</pre>
 <dl>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code>provide</code>&nbsp;in interface&nbsp;<code>org.apache.sling.feature.builder.FeatureProvider</code></dd>
 </dl>
 </li>
 </ul>
@@ -263,7 +233,7 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/HelpMojo.html">Use</a></li>
+<li><a href="class-use/AbstractFeatureMojo.BaseFeatureProvider.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -272,12 +242,12 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/GenerateResources.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li>Next&nbsp;Class</li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/HelpMojo.html" target="_top">Frames</a></li>
-<li><a href="HelpMojo.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html" target="_top">Frames</a></li>
+<li><a href="AbstractFeatureMojo.BaseFeatureProvider.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -313,6 +283,6 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html
similarity index 77%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html
index 3963d8a..0bcff7d 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractFeatureMojo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>AbstractFeatureMojo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,13 +13,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AbstractFeatureMojo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="AbstractFeatureMojo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10};
+var methods = {"i0":10,"i1":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -51,7 +51,7 @@ var activeTableTab = "activeTableTab";
 <div class="subNav">
 <ul class="navList">
 <li>Prev&nbsp;Class</li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" target="_top">Frames</a></li>
@@ -75,7 +75,7 @@ var activeTableTab = "activeTableTab";
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
 <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
@@ -119,7 +119,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <dl>
 <dt>Direct Known Subclasses:</dt>
-<dd><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html" title="class in org.apache.sling.feature.maven.mojos">AggregateFeatures</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeature.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeature</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/GenerateResources.html" title="class in org.apache.sling.feature.maven.mojos">GenerateResources</a></dd>
+<dd><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeaturesMojo</a></dd>
 </dl>
 <hr>
 <br>
@@ -132,6 +132,29 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested.class.summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
+<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseArtifactProvider</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseFeatureProvider</a></span></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
 <!-- =========== FIELD SUMMARY =========== -->
 <ul class="blockList">
 <li class="blockList"><a name="field.summary">
@@ -145,14 +168,20 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#features">features</a></span></code>
+<div class="block">Directory containing feature files</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>protected org.apache.maven.execution.MavenSession</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#mavenSession">mavenSession</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected org.apache.maven.project.MavenProject</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#project">project</a></span></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected org.apache.maven.project.MavenProjectHelper</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#projectHelper">projectHelper</a></span></code>&nbsp;</td>
 </tr>
@@ -196,6 +225,12 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#checkPreconditions--">checkPreconditions</a></span>()</code>
+<div class="block">This method needs to be invoked by each mojo that deals with features</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
 <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#getTmpDir--">getTmpDir</a></span>()</code>&nbsp;</td>
 </tr>
@@ -235,6 +270,19 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <!--   -->
 </a>
 <h3>Field Detail</h3>
+<a name="features">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>features</h4>
+<pre>@Parameter(name="features",
+           required=true,
+           defaultValue="src/main/features")
+protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> features</pre>
+<div class="block">Directory containing feature files</div>
+</li>
+</ul>
 <a name="project">
 <!--   -->
 </a>
@@ -297,12 +345,27 @@ protected&nbsp;org.apache.maven.project.MavenProjectHelper projectHelper</pre>
 <a name="getTmpDir--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getTmpDir</h4>
 <pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getTmpDir()</pre>
 </li>
 </ul>
+<a name="checkPreconditions--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>checkPreconditions</h4>
+<pre>protected&nbsp;void&nbsp;checkPreconditions()
+                           throws org.apache.maven.plugin.MojoExecutionException</pre>
+<div class="block">This method needs to be invoked by each mojo that deals with features</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -332,7 +395,7 @@ protected&nbsp;org.apache.maven.project.MavenProjectHelper projectHelper</pre>
 <div class="subNav">
 <ul class="navList">
 <li>Prev&nbsp;Class</li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" target="_top">Frames</a></li>
@@ -356,7 +419,7 @@ protected&nbsp;org.apache.maven.project.MavenProjectHelper projectHelper</pre>
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
 <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
@@ -372,6 +435,6 @@ protected&nbsp;org.apache.maven.project.MavenProjectHelper projectHelper</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html
similarity index 56%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html
index 3963d8a..952274c 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractFeatureMojo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>AbstractIncludingFeatureMojo.FeatureScanner (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,13 +13,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AbstractFeatureMojo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="AbstractIncludingFeatureMojo.FeatureScanner (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -41,7 +41,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AbstractFeatureMojo.html">Use</a></li>
+<li><a href="class-use/AbstractIncludingFeatureMojo.FeatureScanner.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -50,12 +50,12 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" target="_top">Frames</a></li>
-<li><a href="AbstractFeatureMojo.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" target="_top">Frames</a></li>
+<li><a href="AbstractIncludingFeatureMojo.FeatureScanner.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -76,13 +76,13 @@ var activeTableTab = "activeTableTab";
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#fields.inherited.from.class.org.codehaus.plexus.util.AbstractScanner">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.detail">Method</a></li>
 </ul>
@@ -94,17 +94,17 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.sling.feature.maven.mojos</div>
-<h2 title="Class AbstractFeatureMojo" class="title">Class AbstractFeatureMojo</h2>
+<h2 title="Class AbstractIncludingFeatureMojo.FeatureScanner" class="title">Class AbstractIncludingFeatureMojo.FeatureScanner</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
 <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.maven.plugin.AbstractMojo</li>
+<li>org.codehaus.plexus.util.AbstractScanner</li>
 <li>
 <ul class="inheritance">
-<li>org.apache.sling.feature.maven.mojos.AbstractFeatureMojo</li>
+<li>org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo.FeatureScanner</li>
 </ul>
 </li>
 </ul>
@@ -115,17 +115,16 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
+<dd>org.codehaus.plexus.util.Scanner</dd>
 </dl>
 <dl>
-<dt>Direct Known Subclasses:</dt>
-<dd><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html" title="class in org.apache.sling.feature.maven.mojos">AggregateFeatures</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeature.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeature</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/GenerateResources.html" title="class in org.apache.sling.feature.maven.mojos">GenerateResources</a></dd>
+<dt>Enclosing class:</dt>
+<dd><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></dd>
 </dl>
 <hr>
 <br>
-<pre>public abstract class <span class="typeNameLabel">AbstractFeatureMojo</span>
-extends org.apache.maven.plugin.AbstractMojo</pre>
-<div class="block">Base class for all mojos.</div>
+<pre>public static class <span class="typeNameLabel">AbstractIncludingFeatureMojo.FeatureScanner</span>
+extends org.codehaus.plexus.util.AbstractScanner</pre>
 </li>
 </ul>
 </div>
@@ -138,31 +137,12 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <!--   -->
 </a>
 <h3>Field Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected org.apache.maven.execution.MavenSession</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#mavenSession">mavenSession</a></span></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected org.apache.maven.project.MavenProject</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#project">project</a></span></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected org.apache.maven.project.MavenProjectHelper</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#projectHelper">projectHelper</a></span></code>&nbsp;</td>
-</tr>
-</table>
 <ul class="blockList">
-<li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
+<li class="blockList"><a name="fields.inherited.from.class.org.codehaus.plexus.util.AbstractScanner">
 <!--   -->
 </a>
-<h3>Fields inherited from interface&nbsp;org.apache.maven.plugin.Mojo</h3>
-<code>ROLE</code></li>
+<h3>Fields inherited from class&nbsp;org.codehaus.plexus.util.AbstractScanner</h3>
+<code>DEFAULTEXCLUDES, excludes, includes, isCaseSensitive</code></li>
 </ul>
 </li>
 </ul>
@@ -178,7 +158,8 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#AbstractFeatureMojo--">AbstractFeatureMojo</a></span>()</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html#FeatureScanner-java.util.Map-java.lang.String-">FeatureScanner</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or inter [...]
+              <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -196,16 +177,32 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#getTmpDir--">getTmpDir</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html#getBasedir--">getBasedir</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html#getIncluded--">getIncluded</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html#getIncludedDirectories--">getIncludedDirectories</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html#getIncludedFiles--">getIncludedFiles</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html#scan--">scan</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
+<li class="blockList"><a name="methods.inherited.from.class.org.codehaus.plexus.util.AbstractScanner">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;org.apache.maven.plugin.AbstractMojo</h3>
-<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
+<h3>Methods inherited from class&nbsp;org.codehaus.plexus.util.AbstractScanner</h3>
+<code>addDefaultExcludes, couldHoldIncluded, isExcluded, isExcluded, isIncluded, isIncluded, match, match, matchPath, matchPath, matchPatternStart, matchPatternStart, setCaseSensitive, setExcludes, setIncludes, setupDefaultFilters, setupMatchPatterns</code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -214,13 +211,6 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
 <code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="htt [...]
 </ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.Mojo">
-<!--   -->
-</a>
-<h3>Methods inherited from interface&nbsp;org.apache.maven.plugin.Mojo</h3>
-<code>execute</code></li>
-</ul>
 </li>
 </ul>
 </li>
@@ -229,78 +219,73 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
-<li class="blockList"><a name="field.detail">
+<li class="blockList"><a name="constructor.detail">
 <!--   -->
 </a>
-<h3>Field Detail</h3>
-<a name="project">
+<h3>Constructor Detail</h3>
+<a name="FeatureScanner-java.util.Map-java.lang.String-">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
-<h4>project</h4>
-<pre>@Parameter(property="project",
-           readonly=true,
-           required=true)
-protected&nbsp;org.apache.maven.project.MavenProject project</pre>
+<h4>FeatureScanner</h4>
+<pre>public&nbsp;FeatureScanner(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;&nbsp;features,
+                      <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix)</pre>
+</li>
+</ul>
 </li>
 </ul>
-<a name="mavenSession">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="scan--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>mavenSession</h4>
-<pre>@Parameter(property="session",
-           readonly=true,
-           required=true)
-protected&nbsp;org.apache.maven.execution.MavenSession mavenSession</pre>
+<h4>scan</h4>
+<pre>public&nbsp;void&nbsp;scan()</pre>
 </li>
 </ul>
-<a name="projectHelper">
+<a name="getIncluded--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
-<h4>projectHelper</h4>
-<pre>@Component
-protected&nbsp;org.apache.maven.project.MavenProjectHelper projectHelper</pre>
+<h4>getIncluded</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;&nbsp;getIncluded()</pre>
 </li>
 </ul>
-</li>
-</ul>
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
-<!--   -->
-</a>
-<h3>Constructor Detail</h3>
-<a name="AbstractFeatureMojo--">
+<a name="getIncludedFiles--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
-<h4>AbstractFeatureMojo</h4>
-<pre>public&nbsp;AbstractFeatureMojo()</pre>
+<h4>getIncludedFiles</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getIncludedFiles()</pre>
 </li>
 </ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.detail">
+<a name="getIncludedDirectories--">
 <!--   -->
 </a>
-<h3>Method Detail</h3>
-<a name="getTmpDir--">
+<ul class="blockList">
+<li class="blockList">
+<h4>getIncludedDirectories</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getIncludedDirectories()</pre>
+</li>
+</ul>
+<a name="getBasedir--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>getTmpDir</h4>
-<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getTmpDir()</pre>
+<h4>getBasedir</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getBasedir()</pre>
 </li>
 </ul>
 </li>
@@ -322,7 +307,7 @@ protected&nbsp;org.apache.maven.project.MavenProjectHelper projectHelper</pre>
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AbstractFeatureMojo.html">Use</a></li>
+<li><a href="class-use/AbstractIncludingFeatureMojo.FeatureScanner.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -331,12 +316,12 @@ protected&nbsp;org.apache.maven.project.MavenProjectHelper projectHelper</pre>
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" target="_top">Frames</a></li>
-<li><a href="AbstractFeatureMojo.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" target="_top">Frames</a></li>
+<li><a href="AbstractIncludingFeatureMojo.FeatureScanner.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -357,13 +342,13 @@ protected&nbsp;org.apache.maven.project.MavenProjectHelper projectHelper</pre>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#fields.inherited.from.class.org.codehaus.plexus.util.AbstractScanner">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.detail">Method</a></li>
 </ul>
@@ -372,6 +357,6 @@ protected&nbsp;org.apache.maven.project.MavenProjectHelper projectHelper</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeatures.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html
similarity index 54%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeatures.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html
index c58357c..bbc29fe 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeatures.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AggregateFeatures (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>AbstractIncludingFeatureMojo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,13 +13,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AggregateFeatures (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="AbstractIncludingFeatureMojo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10};
+var methods = {"i0":10,"i1":10,"i2":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -41,7 +41,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AggregateFeatures.html">Use</a></li>
+<li><a href="class-use/AbstractIncludingFeatureMojo.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -50,12 +50,12 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.FeatureConfig.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AggregateFeatures.html" target="_top">Frames</a></li>
-<li><a href="AggregateFeatures.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" target="_top">Frames</a></li>
+<li><a href="AbstractIncludingFeatureMojo.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -94,7 +94,7 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.sling.feature.maven.mojos</div>
-<h2 title="Class AggregateFeatures" class="title">Class AggregateFeatures</h2>
+<h2 title="Class AbstractIncludingFeatureMojo" class="title">Class AbstractIncludingFeatureMojo</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
@@ -107,7 +107,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">org.apache.sling.feature.maven.mojos.AbstractFeatureMojo</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.sling.feature.maven.mojos.AggregateFeatures</li>
+<li>org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo</li>
 </ul>
 </li>
 </ul>
@@ -122,15 +122,14 @@ var activeTableTab = "activeTableTab";
 <dt>All Implemented Interfaces:</dt>
 <dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
 </dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractRepositoryMojo</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos">AggregateFeaturesMojo</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html" title="class in org.apache.sling.feature.maven.moj [...]
+</dl>
 <hr>
 <br>
-<pre>@Mojo(name="aggregate-features",
-      defaultPhase=PACKAGE,
-      requiresDependencyResolution=TEST,
-      threadSafe=true)
-public class <span class="typeNameLabel">AggregateFeatures</span>
+<pre>public abstract class <span class="typeNameLabel">AbstractIncludingFeatureMojo</span>
 extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></pre>
-<div class="block">Aggregate multiple features into a single one.</div>
 </li>
 </ul>
 </div>
@@ -151,9 +150,16 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.FeatureConfig.html" title="class in org.apache.sling.feature.maven.mojos">AggregateFeatures.FeatureConfig</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo.FeatureScanner</a></span></code>&nbsp;</td>
 </tr>
 </table>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseArtifactProvider</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseFeatureProvider</a></code></li>
+</ul>
 </li>
 </ul>
 <!-- =========== FIELD SUMMARY =========== -->
@@ -167,7 +173,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
-<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#mavenSession">mavenSession</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#project">project</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#projectHelper">projectHelper</a></code></li>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#features">features</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#mavenSession">mavenSession</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#project">project</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#projectHelper">projectHelper</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
@@ -190,7 +196,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html#AggregateFeatures--">AggregateFeatures</a></span>()</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#AbstractIncludingFeatureMojo--">AbstractIncludingFeatureMojo</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -208,8 +214,16 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html#execute--">execute</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#getSelectedFeatures-org.apache.sling.feature.maven.mojos.FeatureSelectionConfig-">getSelectedFeatures</a></span>(<a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">FeatureSelectionConfig</a>&nbsp;config)</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#selectAllFeatureFiles--">selectAllFeatureFiles</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#selectAllFeatureFilesAndAggregates--">selectAllFeatureFilesAndAggregates</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -217,7 +231,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
-<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#getTmpDir--">getTmpDir</a></code></li>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#checkPreconditions--">checkPreconditions</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#getTmpDir--">getTmpDir</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
@@ -233,6 +247,13 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
 <code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="htt [...]
 </ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.Mojo">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.maven.plugin.Mojo</h3>
+<code>execute</code></li>
+</ul>
 </li>
 </ul>
 </li>
@@ -247,13 +268,13 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="AggregateFeatures--">
+<a name="AbstractIncludingFeatureMojo--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>AggregateFeatures</h4>
-<pre>public&nbsp;AggregateFeatures()</pre>
+<h4>AbstractIncludingFeatureMojo</h4>
+<pre>public&nbsp;AbstractIncludingFeatureMojo()</pre>
 </li>
 </ul>
 </li>
@@ -264,19 +285,45 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="execute--">
+<a name="getSelectedFeatures-org.apache.sling.feature.maven.mojos.FeatureSelectionConfig-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSelectedFeatures</h4>
+<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;&nbsp;getSelectedFeatures(<a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.fea [...]
+                                                                    throws org.apache.maven.plugin.MojoExecutionException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="selectAllFeatureFiles--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>selectAllFeatureFiles</h4>
+<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;&nbsp;selectAllFeatureFiles()
+                                                                      throws org.apache.maven.plugin.MojoExecutionException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="selectAllFeatureFilesAndAggregates--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>execute</h4>
-<pre>public&nbsp;void&nbsp;execute()
-             throws org.apache.maven.plugin.MojoExecutionException,
-                    org.apache.maven.plugin.MojoFailureException</pre>
+<h4>selectAllFeatureFilesAndAggregates</h4>
+<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;&nbsp;selectAllFeatureFilesAndAggregates()
+                                                                                   throws org.apache.maven.plugin.MojoExecutionException</pre>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
-<dd><code>org.apache.maven.plugin.MojoFailureException</code></dd>
 </dl>
 </li>
 </ul>
@@ -299,7 +346,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AggregateFeatures.html">Use</a></li>
+<li><a href="class-use/AbstractIncludingFeatureMojo.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -308,12 +355,12 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.FeatureConfig.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AggregateFeatures.html" target="_top">Frames</a></li>
-<li><a href="AggregateFeatures.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" target="_top">Frames</a></li>
+<li><a href="AbstractIncludingFeatureMojo.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -349,6 +396,6 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeatures.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html
similarity index 52%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeatures.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html
index c58357c..cce14c1 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeatures.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AggregateFeatures (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>AbstractRepositoryMojo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,14 +13,14 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AggregateFeatures (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="AbstractRepositoryMojo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var methods = {"i0":10,"i1":6,"i2":10,"i3":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -41,7 +41,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AggregateFeatures.html">Use</a></li>
+<li><a href="class-use/AbstractRepositoryMojo.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -50,12 +50,12 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.FeatureConfig.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AggregateFeatures.html" target="_top">Frames</a></li>
-<li><a href="AggregateFeatures.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html" target="_top">Frames</a></li>
+<li><a href="AbstractRepositoryMojo.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -75,7 +75,7 @@ var activeTableTab = "activeTableTab";
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">Nested</a>&nbsp;|&nbsp;</li>
 <li><a href="#fields.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
@@ -94,7 +94,7 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.sling.feature.maven.mojos</div>
-<h2 title="Class AggregateFeatures" class="title">Class AggregateFeatures</h2>
+<h2 title="Class AbstractRepositoryMojo" class="title">Class AbstractRepositoryMojo</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
@@ -107,7 +107,12 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">org.apache.sling.feature.maven.mojos.AbstractFeatureMojo</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.sling.feature.maven.mojos.AggregateFeatures</li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.sling.feature.maven.mojos.AbstractRepositoryMojo</li>
+</ul>
+</li>
 </ul>
 </li>
 </ul>
@@ -122,15 +127,14 @@ var activeTableTab = "activeTableTab";
 <dt>All Implemented Interfaces:</dt>
 <dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
 </dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../../../org/apache/sling/feature/maven/mojos/CollectArtifactsMojo.html" title="class in org.apache.sling.feature.maven.mojos">CollectArtifactsMojo</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/RepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos">RepositoryMojo</a></dd>
+</dl>
 <hr>
 <br>
-<pre>@Mojo(name="aggregate-features",
-      defaultPhase=PACKAGE,
-      requiresDependencyResolution=TEST,
-      threadSafe=true)
-public class <span class="typeNameLabel">AggregateFeatures</span>
-extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></pre>
-<div class="block">Aggregate multiple features into a single one.</div>
+<pre>public abstract class <span class="typeNameLabel">AbstractRepositoryMojo</span>
+extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></pre>
 </li>
 </ul>
 </div>
@@ -143,17 +147,20 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a>
 <h3>Nested Class Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
-<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.FeatureConfig.html" title="class in org.apache.sling.feature.maven.mojos">AggregateFeatures.FeatureConfig</a></span></code>&nbsp;</td>
-</tr>
-</table>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo.FeatureScanner</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseArtifactProvider</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseFeatureProvider</a></code></li>
+</ul>
 </li>
 </ul>
 <!-- =========== FIELD SUMMARY =========== -->
@@ -167,7 +174,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
-<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#mavenSession">mavenSession</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#project">project</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#projectHelper">projectHelper</a></code></li>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#features">features</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#mavenSession">mavenSession</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#project">project</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#projectHelper">projectHelper</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
@@ -190,7 +197,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html#AggregateFeatures--">AggregateFeatures</a></span>()</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html#AbstractRepositoryMojo--">AbstractRepositoryMojo</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -202,22 +209,44 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 </a>
 <h3>Method Summary</h3>
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabE [...]
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html#execute--">execute</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html#doExecute-java.io.File-java.util.Map-java.util.List-">doExecute</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;artifactDir,
+         <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;&nbsp;features,
+         <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.maven.model.Dependency&gt;&nbsp;embed)</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>abstract void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html#execute--">execute</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>protected org.apache.sling.feature.Feature</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html#getLocalFeature-org.apache.sling.feature.ArtifactId-">getLocalFeature</a></span>(org.apache.sling.feature.ArtifactId&nbsp;id)</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html#processFeature-java.io.File-org.apache.sling.feature.Feature-">processFeature</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;artifactDir,
+              org.apache.sling.feature.Feature&nbsp;f)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#getSelectedFeatures-org.apache.sling.feature.maven.mojos.FeatureSelectionConfig-">getSelectedFeatures</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#selectAllFeatureFiles--">selectAllFeatureFiles</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#selectAllFeatureFilesAndAggregate [...]
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
-<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#getTmpDir--">getTmpDir</a></code></li>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#checkPreconditions--">checkPreconditions</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#getTmpDir--">getTmpDir</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
@@ -247,13 +276,13 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="AggregateFeatures--">
+<a name="AbstractRepositoryMojo--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>AggregateFeatures</h4>
-<pre>public&nbsp;AggregateFeatures()</pre>
+<h4>AbstractRepositoryMojo</h4>
+<pre>public&nbsp;AbstractRepositoryMojo()</pre>
 </li>
 </ul>
 </li>
@@ -267,12 +296,30 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <a name="execute--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>execute</h4>
-<pre>public&nbsp;void&nbsp;execute()
-             throws org.apache.maven.plugin.MojoExecutionException,
-                    org.apache.maven.plugin.MojoFailureException</pre>
+<pre>public abstract&nbsp;void&nbsp;execute()
+                      throws org.apache.maven.plugin.MojoExecutionException,
+                             org.apache.maven.plugin.MojoFailureException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+<dd><code>org.apache.maven.plugin.MojoFailureException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="doExecute-java.io.File-java.util.Map-java.util.List-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>doExecute</h4>
+<pre>protected&nbsp;void&nbsp;doExecute(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;artifactDir,
+                         <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.sling.feature.Feature&gt;&nbsp;features,
+                         <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.maven.model.Dependency&gt;&nbsp;embed)
+                  throws org.apache.maven.plugin.MojoExecutionException,
+                         org.apache.maven.plugin.MojoFailureException</pre>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
@@ -280,6 +327,30 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 </dl>
 </li>
 </ul>
+<a name="getLocalFeature-org.apache.sling.feature.ArtifactId-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLocalFeature</h4>
+<pre>protected&nbsp;org.apache.sling.feature.Feature&nbsp;getLocalFeature(org.apache.sling.feature.ArtifactId&nbsp;id)</pre>
+</li>
+</ul>
+<a name="processFeature-java.io.File-org.apache.sling.feature.Feature-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>processFeature</h4>
+<pre>protected&nbsp;void&nbsp;processFeature(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;artifactDir,
+                              org.apache.sling.feature.Feature&nbsp;f)
+                       throws org.apache.maven.plugin.MojoExecutionException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -299,7 +370,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AggregateFeatures.html">Use</a></li>
+<li><a href="class-use/AbstractRepositoryMojo.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -308,12 +379,12 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.FeatureConfig.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AggregateFeatures.html" target="_top">Frames</a></li>
-<li><a href="AggregateFeatures.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html" target="_top">Frames</a></li>
+<li><a href="AbstractRepositoryMojo.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -333,7 +404,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">Nested</a>&nbsp;|&nbsp;</li>
 <li><a href="#fields.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
@@ -349,6 +420,6 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/Aggregate.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/Aggregate.html
new file mode 100644
index 0000000..77d436f
--- /dev/null
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/Aggregate.html
@@ -0,0 +1,505 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Aggregate (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Aggregate (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":10,"i2":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/Aggregate.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/Aggregate.html" target="_top">Frames</a></li>
+<li><a href="Aggregate.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.sling.feature.maven.mojos</div>
+<h2 title="Class Aggregate" class="title">Class Aggregate</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">org.apache.sling.feature.maven.mojos.FeatureSelectionConfig</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.sling.feature.maven.mojos.Aggregate</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">Aggregate</span>
+extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">FeatureSelectionConfig</a></pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html#artifactsOverrides">artifactsOverrides</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html#attach">attach</a></span></code>
+<div class="block">If this is set to <code>false</code> the feature is not added to the project
+ artifacts.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html#classifier">classifier</a></span></code>
+<div class="block">This is the classifier for the new feature.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html#configurationOverrides">configurationOverrides</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html#description">description</a></span></code>
+<div class="block">Optional description for the feature</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html#frameworkPropertiesOverrides">frameworkPropertiesOverrides</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html#markAsComplete">markAsComplete</a></span></code>
+<div class="block">If this is set to <code>true</code> the feature is marked as complete.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html#markAsFinal">markAsFinal</a></span></code>
+<div class="block">If this is set to <code>true</code> the feature is marked as final.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html#title">title</a></span></code>
+<div class="block">Optional title for the feature</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html#variablesOverrides">variablesOverrides</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html#vendor">vendor</a></span></code>
+<div class="block">Optional vendor for the feature</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html#Aggregate--">Aggregate</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.ArtifactId&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html#getArtifactOverrideRules--">getArtifactOverrideRules</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html#getConfigurationOverrideRules--">getConfigurationOverrideRules</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html#toString--">toString</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.sling.feature.maven.mojos.FeatureSelectionConfig">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">FeatureSelectionConfig</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html#getFilesExcludes--">getFilesExcludes</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html#getSelections--">getSelections</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html#setFilesExclude-java.lang.String-">setFilesExclude</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelec [...]
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="htt [...]
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="classifier">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>classifier</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> classifier</pre>
+<div class="block">This is the classifier for the new feature. If not specified the feature is
+ the main artifact for the project.</div>
+</li>
+</ul>
+<a name="attach">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>attach</h4>
+<pre>public&nbsp;boolean attach</pre>
+<div class="block">If this is set to <code>false</code> the feature is not added to the project
+ artifacts.</div>
+</li>
+</ul>
+<a name="markAsFinal">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>markAsFinal</h4>
+<pre>public&nbsp;boolean markAsFinal</pre>
+<div class="block">If this is set to <code>true</code> the feature is marked as final.</div>
+</li>
+</ul>
+<a name="markAsComplete">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>markAsComplete</h4>
+<pre>public&nbsp;boolean markAsComplete</pre>
+<div class="block">If this is set to <code>true</code> the feature is marked as complete.</div>
+</li>
+</ul>
+<a name="title">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>title</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title</pre>
+<div class="block">Optional title for the feature</div>
+</li>
+</ul>
+<a name="description">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>description</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> description</pre>
+<div class="block">Optional description for the feature</div>
+</li>
+</ul>
+<a name="vendor">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>vendor</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> vendor</pre>
+<div class="block">Optional vendor for the feature</div>
+</li>
+</ul>
+<a name="artifactsOverrides">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>artifactsOverrides</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; artifactsOverrides</pre>
+</li>
+</ul>
+<a name="configurationOverrides">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>configurationOverrides</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; configurationOverrides</pre>
+</li>
+</ul>
+<a name="variablesOverrides">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>variablesOverrides</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; variablesOverrides</pre>
+</li>
+</ul>
+<a name="frameworkPropertiesOverrides">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>frameworkPropertiesOverrides</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; frameworkPropertiesOverrides</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="Aggregate--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>Aggregate</h4>
+<pre>public&nbsp;Aggregate()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="toString--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html#toString--">toString</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">FeatureSelectionConfig</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getArtifactOverrideRules--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getArtifactOverrideRules</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.sling.feature.ArtifactId&gt;&nbsp;getArtifactOverrideRules()</pre>
+</li>
+</ul>
+<a name="getConfigurationOverrideRules--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getConfigurationOverrideRules</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;getConfigurationOverrideRules()</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/Aggregate.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractRepositoryMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/Aggregate.html" target="_top">Frames</a></li>
+<li><a href="Aggregate.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeatures.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html
similarity index 68%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeatures.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html
index c58357c..0e8c48a 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeatures.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AggregateFeatures (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>AggregateFeaturesMojo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AggregateFeatures (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="AggregateFeaturesMojo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -41,7 +41,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AggregateFeatures.html">Use</a></li>
+<li><a href="class-use/AggregateFeaturesMojo.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -50,12 +50,12 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.FeatureConfig.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AggregateFeatures.html" target="_top">Frames</a></li>
-<li><a href="AggregateFeatures.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html" target="_top">Frames</a></li>
+<li><a href="AggregateFeaturesMojo.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -75,7 +75,7 @@ var activeTableTab = "activeTableTab";
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">Nested</a>&nbsp;|&nbsp;</li>
 <li><a href="#fields.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
@@ -94,7 +94,7 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.sling.feature.maven.mojos</div>
-<h2 title="Class AggregateFeatures" class="title">Class AggregateFeatures</h2>
+<h2 title="Class AggregateFeaturesMojo" class="title">Class AggregateFeaturesMojo</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
@@ -107,7 +107,12 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">org.apache.sling.feature.maven.mojos.AbstractFeatureMojo</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.sling.feature.maven.mojos.AggregateFeatures</li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.sling.feature.maven.mojos.AggregateFeaturesMojo</li>
+</ul>
+</li>
 </ul>
 </li>
 </ul>
@@ -125,11 +130,11 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>@Mojo(name="aggregate-features",
-      defaultPhase=PACKAGE,
+      defaultPhase=GENERATE_RESOURCES,
       requiresDependencyResolution=TEST,
       threadSafe=true)
-public class <span class="typeNameLabel">AggregateFeatures</span>
-extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></pre>
+public class <span class="typeNameLabel">AggregateFeaturesMojo</span>
+extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></pre>
 <div class="block">Aggregate multiple features into a single one.</div>
 </li>
 </ul>
@@ -143,17 +148,20 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a>
 <h3>Nested Class Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
-<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.FeatureConfig.html" title="class in org.apache.sling.feature.maven.mojos">AggregateFeatures.FeatureConfig</a></span></code>&nbsp;</td>
-</tr>
-</table>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo.FeatureScanner</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseArtifactProvider</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseFeatureProvider</a></code></li>
+</ul>
 </li>
 </ul>
 <!-- =========== FIELD SUMMARY =========== -->
@@ -167,7 +175,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
-<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#mavenSession">mavenSession</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#project">project</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#projectHelper">projectHelper</a></code></li>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#features">features</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#mavenSession">mavenSession</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#project">project</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#projectHelper">projectHelper</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
@@ -190,7 +198,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html#AggregateFeatures--">AggregateFeatures</a></span>()</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html#AggregateFeaturesMojo--">AggregateFeaturesMojo</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -209,15 +217,22 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html#execute--">execute</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html#execute--">execute</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#getSelectedFeatures-org.apache.sling.feature.maven.mojos.FeatureSelectionConfig-">getSelectedFeatures</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#selectAllFeatureFiles--">selectAllFeatureFiles</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#selectAllFeatureFilesAndAggregate [...]
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
-<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#getTmpDir--">getTmpDir</a></code></li>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#checkPreconditions--">checkPreconditions</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#getTmpDir--">getTmpDir</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
@@ -247,13 +262,13 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="AggregateFeatures--">
+<a name="AggregateFeaturesMojo--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>AggregateFeatures</h4>
-<pre>public&nbsp;AggregateFeatures()</pre>
+<h4>AggregateFeaturesMojo</h4>
+<pre>public&nbsp;AggregateFeaturesMojo()</pre>
 </li>
 </ul>
 </li>
@@ -271,12 +286,10 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <li class="blockList">
 <h4>execute</h4>
 <pre>public&nbsp;void&nbsp;execute()
-             throws org.apache.maven.plugin.MojoExecutionException,
-                    org.apache.maven.plugin.MojoFailureException</pre>
+             throws org.apache.maven.plugin.MojoExecutionException</pre>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
-<dd><code>org.apache.maven.plugin.MojoFailureException</code></dd>
 </dl>
 </li>
 </ul>
@@ -299,7 +312,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AggregateFeatures.html">Use</a></li>
+<li><a href="class-use/AggregateFeaturesMojo.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -308,12 +321,12 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.FeatureConfig.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/Aggregate.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AggregateFeatures.html" target="_top">Frames</a></li>
-<li><a href="AggregateFeatures.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html" target="_top">Frames</a></li>
+<li><a href="AggregateFeaturesMojo.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -333,7 +346,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">Nested</a>&nbsp;|&nbsp;</li>
 <li><a href="#fields.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
@@ -349,6 +362,6 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeatures.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html
similarity index 67%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeatures.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html
index c58357c..542235f 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeatures.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AggregateFeatures (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>AnalyseFeaturesMojo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AggregateFeatures (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="AnalyseFeaturesMojo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -41,7 +41,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AggregateFeatures.html">Use</a></li>
+<li><a href="class-use/AnalyseFeaturesMojo.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -50,12 +50,12 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.FeatureConfig.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/ApisJarMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AggregateFeatures.html" target="_top">Frames</a></li>
-<li><a href="AggregateFeatures.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html" target="_top">Frames</a></li>
+<li><a href="AnalyseFeaturesMojo.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -75,7 +75,7 @@ var activeTableTab = "activeTableTab";
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">Nested</a>&nbsp;|&nbsp;</li>
 <li><a href="#fields.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
@@ -94,7 +94,7 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.sling.feature.maven.mojos</div>
-<h2 title="Class AggregateFeatures" class="title">Class AggregateFeatures</h2>
+<h2 title="Class AnalyseFeaturesMojo" class="title">Class AnalyseFeaturesMojo</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
@@ -107,7 +107,12 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">org.apache.sling.feature.maven.mojos.AbstractFeatureMojo</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.sling.feature.maven.mojos.AggregateFeatures</li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.sling.feature.maven.mojos.AnalyseFeaturesMojo</li>
+</ul>
+</li>
 </ul>
 </li>
 </ul>
@@ -124,13 +129,13 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>@Mojo(name="aggregate-features",
-      defaultPhase=PACKAGE,
+<pre>@Mojo(name="analyse-features",
+      defaultPhase=VERIFY,
       requiresDependencyResolution=TEST,
       threadSafe=true)
-public class <span class="typeNameLabel">AggregateFeatures</span>
-extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></pre>
-<div class="block">Aggregate multiple features into a single one.</div>
+public class <span class="typeNameLabel">AnalyseFeaturesMojo</span>
+extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></pre>
+<div class="block">Analyse the feature.</div>
 </li>
 </ul>
 </div>
@@ -143,17 +148,20 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a>
 <h3>Nested Class Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
-<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.FeatureConfig.html" title="class in org.apache.sling.feature.maven.mojos">AggregateFeatures.FeatureConfig</a></span></code>&nbsp;</td>
-</tr>
-</table>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo.FeatureScanner</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseArtifactProvider</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseFeatureProvider</a></code></li>
+</ul>
 </li>
 </ul>
 <!-- =========== FIELD SUMMARY =========== -->
@@ -167,7 +175,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
-<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#mavenSession">mavenSession</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#project">project</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#projectHelper">projectHelper</a></code></li>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#features">features</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#mavenSession">mavenSession</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#project">project</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#projectHelper">projectHelper</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
@@ -190,7 +198,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html#AggregateFeatures--">AggregateFeatures</a></span>()</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html#AnalyseFeaturesMojo--">AnalyseFeaturesMojo</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -209,15 +217,22 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html#execute--">execute</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html#execute--">execute</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#getSelectedFeatures-org.apache.sling.feature.maven.mojos.FeatureSelectionConfig-">getSelectedFeatures</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#selectAllFeatureFiles--">selectAllFeatureFiles</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#selectAllFeatureFilesAndAggregate [...]
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
-<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#getTmpDir--">getTmpDir</a></code></li>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#checkPreconditions--">checkPreconditions</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#getTmpDir--">getTmpDir</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
@@ -247,13 +262,13 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="AggregateFeatures--">
+<a name="AnalyseFeaturesMojo--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>AggregateFeatures</h4>
-<pre>public&nbsp;AggregateFeatures()</pre>
+<h4>AnalyseFeaturesMojo</h4>
+<pre>public&nbsp;AnalyseFeaturesMojo()</pre>
 </li>
 </ul>
 </li>
@@ -299,7 +314,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AggregateFeatures.html">Use</a></li>
+<li><a href="class-use/AnalyseFeaturesMojo.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -308,12 +323,12 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.FeatureConfig.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/ApisJarMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AggregateFeatures.html" target="_top">Frames</a></li>
-<li><a href="AggregateFeatures.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html" target="_top">Frames</a></li>
+<li><a href="AnalyseFeaturesMojo.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -333,7 +348,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">Nested</a>&nbsp;|&nbsp;</li>
 <li><a href="#fields.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
@@ -349,6 +364,6 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeatures.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/ApisJarMojo.html
similarity index 65%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeatures.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/ApisJarMojo.html
index c58357c..b9939eb 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AggregateFeatures.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/ApisJarMojo.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AggregateFeatures (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>ApisJarMojo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,13 +13,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AggregateFeatures (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="ApisJarMojo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10};
+var methods = {"i0":10,"i1":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -41,7 +41,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AggregateFeatures.html">Use</a></li>
+<li><a href="class-use/ApisJarMojo.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -50,12 +50,12 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.FeatureConfig.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/Archive.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AggregateFeatures.html" target="_top">Frames</a></li>
-<li><a href="AggregateFeatures.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/ApisJarMojo.html" target="_top">Frames</a></li>
+<li><a href="ApisJarMojo.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -75,7 +75,7 @@ var activeTableTab = "activeTableTab";
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">Nested</a>&nbsp;|&nbsp;</li>
 <li><a href="#fields.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
@@ -94,7 +94,7 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.sling.feature.maven.mojos</div>
-<h2 title="Class AggregateFeatures" class="title">Class AggregateFeatures</h2>
+<h2 title="Class ApisJarMojo" class="title">Class ApisJarMojo</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
@@ -107,7 +107,12 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">org.apache.sling.feature.maven.mojos.AbstractFeatureMojo</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.sling.feature.maven.mojos.AggregateFeatures</li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.sling.feature.maven.mojos.ApisJarMojo</li>
+</ul>
+</li>
 </ul>
 </li>
 </ul>
@@ -120,17 +125,18 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
+<dd>org.apache.maven.artifact.resolver.filter.ArtifactFilter, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
 </dl>
 <hr>
 <br>
-<pre>@Mojo(name="aggregate-features",
+<pre>@Mojo(name="apis-jar",
       defaultPhase=PACKAGE,
       requiresDependencyResolution=TEST,
       threadSafe=true)
-public class <span class="typeNameLabel">AggregateFeatures</span>
-extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></pre>
-<div class="block">Aggregate multiple features into a single one.</div>
+public class <span class="typeNameLabel">ApisJarMojo</span>
+extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a>
+implements org.apache.maven.artifact.resolver.filter.ArtifactFilter</pre>
+<div class="block">Generates the APIs JARs for each selected Feature file.</div>
 </li>
 </ul>
 </div>
@@ -143,17 +149,20 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a>
 <h3>Nested Class Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
-<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.FeatureConfig.html" title="class in org.apache.sling.feature.maven.mojos">AggregateFeatures.FeatureConfig</a></span></code>&nbsp;</td>
-</tr>
-</table>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo.FeatureScanner</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseArtifactProvider</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseFeatureProvider</a></code></li>
+</ul>
 </li>
 </ul>
 <!-- =========== FIELD SUMMARY =========== -->
@@ -167,7 +176,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
-<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#mavenSession">mavenSession</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#project">project</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#projectHelper">projectHelper</a></code></li>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#features">features</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#mavenSession">mavenSession</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#project">project</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#projectHelper">projectHelper</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
@@ -190,7 +199,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html#AggregateFeatures--">AggregateFeatures</a></span>()</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/ApisJarMojo.html#ApisJarMojo--">ApisJarMojo</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -209,15 +218,26 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html#execute--">execute</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/ApisJarMojo.html#execute--">execute</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/ApisJarMojo.html#include-org.apache.maven.artifact.Artifact-">include</a></span>(org.apache.maven.artifact.Artifact&nbsp;artifact)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#getSelectedFeatures-org.apache.sling.feature.maven.mojos.FeatureSelectionConfig-">getSelectedFeatures</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#selectAllFeatureFiles--">selectAllFeatureFiles</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#selectAllFeatureFilesAndAggregate [...]
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
-<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#getTmpDir--">getTmpDir</a></code></li>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#checkPreconditions--">checkPreconditions</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#getTmpDir--">getTmpDir</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
@@ -247,13 +267,13 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="AggregateFeatures--">
+<a name="ApisJarMojo--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>AggregateFeatures</h4>
-<pre>public&nbsp;AggregateFeatures()</pre>
+<h4>ApisJarMojo</h4>
+<pre>public&nbsp;ApisJarMojo()</pre>
 </li>
 </ul>
 </li>
@@ -267,19 +287,34 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <a name="execute--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>execute</h4>
 <pre>public&nbsp;void&nbsp;execute()
              throws org.apache.maven.plugin.MojoExecutionException,
                     org.apache.maven.plugin.MojoFailureException</pre>
 <dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code>execute</code>&nbsp;in interface&nbsp;<code>org.apache.maven.plugin.Mojo</code></dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
 <dd><code>org.apache.maven.plugin.MojoFailureException</code></dd>
 </dl>
 </li>
 </ul>
+<a name="include-org.apache.maven.artifact.Artifact-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>include</h4>
+<pre>public&nbsp;boolean&nbsp;include(org.apache.maven.artifact.Artifact&nbsp;artifact)</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code>include</code>&nbsp;in interface&nbsp;<code>org.apache.maven.artifact.resolver.filter.ArtifactFilter</code></dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -299,7 +334,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AggregateFeatures.html">Use</a></li>
+<li><a href="class-use/ApisJarMojo.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -308,12 +343,12 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.FeatureConfig.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AnalyseFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/Archive.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AggregateFeatures.html" target="_top">Frames</a></li>
-<li><a href="AggregateFeatures.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/ApisJarMojo.html" target="_top">Frames</a></li>
+<li><a href="ApisJarMojo.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -333,7 +368,7 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">Nested</a>&nbsp;|&nbsp;</li>
 <li><a href="#fields.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
@@ -349,6 +384,6 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/Archive.html
similarity index 61%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/Archive.html
index 3963d8a..c1c8068 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/Archive.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractFeatureMojo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>Archive (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,13 +13,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AbstractFeatureMojo (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="Archive (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10};
+var methods = {"i0":10,"i1":10,"i2":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -41,7 +41,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AbstractFeatureMojo.html">Use</a></li>
+<li><a href="class-use/Archive.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -50,12 +50,12 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/ApisJarMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" target="_top">Frames</a></li>
-<li><a href="AbstractFeatureMojo.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/Archive.html" target="_top">Frames</a></li>
+<li><a href="Archive.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -94,17 +94,17 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.sling.feature.maven.mojos</div>
-<h2 title="Class AbstractFeatureMojo" class="title">Class AbstractFeatureMojo</h2>
+<h2 title="Class Archive" class="title">Class Archive</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
 <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.maven.plugin.AbstractMojo</li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">org.apache.sling.feature.maven.mojos.FeatureSelectionConfig</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.sling.feature.maven.mojos.AbstractFeatureMojo</li>
+<li>org.apache.sling.feature.maven.mojos.Archive</li>
 </ul>
 </li>
 </ul>
@@ -113,19 +113,11 @@ var activeTableTab = "activeTableTab";
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
-<dl>
-<dt>All Implemented Interfaces:</dt>
-<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
-</dl>
-<dl>
-<dt>Direct Known Subclasses:</dt>
-<dd><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html" title="class in org.apache.sling.feature.maven.mojos">AggregateFeatures</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeature.html" title="class in org.apache.sling.feature.maven.mojos">AttachFeature</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/GenerateResources.html" title="class in org.apache.sling.feature.maven.mojos">GenerateResources</a></dd>
-</dl>
 <hr>
 <br>
-<pre>public abstract class <span class="typeNameLabel">AbstractFeatureMojo</span>
-extends org.apache.maven.plugin.AbstractMojo</pre>
-<div class="block">Base class for all mojos.</div>
+<pre>public class <span class="typeNameLabel">Archive</span>
+extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">FeatureSelectionConfig</a></pre>
+<div class="block">Several features can be selected to be put into a single archive</div>
 </li>
 </ul>
 </div>
@@ -145,25 +137,13 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected org.apache.maven.execution.MavenSession</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#mavenSession">mavenSession</a></span></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected org.apache.maven.project.MavenProject</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#project">project</a></span></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected org.apache.maven.project.MavenProjectHelper</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#projectHelper">projectHelper</a></span></code>&nbsp;</td>
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Archive.html#attach">attach</a></span></code>
+<div class="block">If this is set to <code>false</code> the archive is not added to the project
+ artifacts.</div>
+</td>
 </tr>
 </table>
-<ul class="blockList">
-<li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
-<!--   -->
-</a>
-<h3>Fields inherited from interface&nbsp;org.apache.maven.plugin.Mojo</h3>
-<code>ROLE</code></li>
-</ul>
 </li>
 </ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
@@ -178,7 +158,7 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#AbstractFeatureMojo--">AbstractFeatureMojo</a></span>()</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Archive.html#Archive--">Archive</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -196,30 +176,31 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#getTmpDir--">getTmpDir</a></span>()</code>&nbsp;</td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Archive.html#getClassifier--">getClassifier</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Archive.html#setClassifier-java.lang.String-">setClassifier</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;classifier)</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/Archive.html#toString--">toString</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.sling.feature.maven.mojos.FeatureSelectionConfig">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;org.apache.maven.plugin.AbstractMojo</h3>
-<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
+<h3>Methods inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">FeatureSelectionConfig</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html#getFilesExcludes--">getFilesExcludes</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html#getSelections--">getSelections</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html#setFilesExclude-java.lang.String-">setFilesExclude</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelec [...]
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="htt [...]
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.Mojo">
-<!--   -->
-</a>
-<h3>Methods inherited from interface&nbsp;org.apache.maven.plugin.Mojo</h3>
-<code>execute</code></li>
+<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="htt [...]
 </ul>
 </li>
 </ul>
@@ -235,38 +216,15 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <!--   -->
 </a>
 <h3>Field Detail</h3>
-<a name="project">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>project</h4>
-<pre>@Parameter(property="project",
-           readonly=true,
-           required=true)
-protected&nbsp;org.apache.maven.project.MavenProject project</pre>
-</li>
-</ul>
-<a name="mavenSession">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>mavenSession</h4>
-<pre>@Parameter(property="session",
-           readonly=true,
-           required=true)
-protected&nbsp;org.apache.maven.execution.MavenSession mavenSession</pre>
-</li>
-</ul>
-<a name="projectHelper">
+<a name="attach">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>projectHelper</h4>
-<pre>@Component
-protected&nbsp;org.apache.maven.project.MavenProjectHelper projectHelper</pre>
+<h4>attach</h4>
+<pre>public&nbsp;boolean attach</pre>
+<div class="block">If this is set to <code>false</code> the archive is not added to the project
+ artifacts.</div>
 </li>
 </ul>
 </li>
@@ -277,13 +235,13 @@ protected&nbsp;org.apache.maven.project.MavenProjectHelper projectHelper</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="AbstractFeatureMojo--">
+<a name="Archive--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>AbstractFeatureMojo</h4>
-<pre>public&nbsp;AbstractFeatureMojo()</pre>
+<h4>Archive</h4>
+<pre>public&nbsp;Archive()</pre>
 </li>
 </ul>
 </li>
@@ -294,13 +252,35 @@ protected&nbsp;org.apache.maven.project.MavenProjectHelper projectHelper</pre>
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="getTmpDir--">
+<a name="getClassifier--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getClassifier</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getClassifier()</pre>
+</li>
+</ul>
+<a name="setClassifier-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setClassifier</h4>
+<pre>public&nbsp;void&nbsp;setClassifier(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;classifier)</pre>
+</li>
+</ul>
+<a name="toString--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>getTmpDir</h4>
-<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getTmpDir()</pre>
+<h4>toString</h4>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html#toString--">toString</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/FeatureSelectionConfig.html" title="class in org.apache.sling.feature.maven.mojos">FeatureSelectionConfig</a></code></dd>
+</dl>
 </li>
 </ul>
 </li>
@@ -322,7 +302,7 @@ protected&nbsp;org.apache.maven.project.MavenProjectHelper projectHelper</pre>
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AbstractFeatureMojo.html">Use</a></li>
+<li><a href="class-use/Archive.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -331,12 +311,12 @@ protected&nbsp;org.apache.maven.project.MavenProjectHelper projectHelper</pre>
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/ApisJarMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" target="_top">Frames</a></li>
-<li><a href="AbstractFeatureMojo.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/Archive.html" target="_top">Frames</a></li>
+<li><a href="Archive.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -372,6 +352,6 @@ protected&nbsp;org.apache.maven.project.MavenProjectHelper projectHelper</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html
new file mode 100644
index 0000000..44bc2c8
--- /dev/null
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html
@@ -0,0 +1,555 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>AttachFeatureArchivesMojo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="AttachFeatureArchivesMojo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/AttachFeatureArchivesMojo.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/Archive.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" target="_top">Frames</a></li>
+<li><a href="AttachFeatureArchivesMojo.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.sling.feature.maven.mojos</div>
+<h2 title="Class AttachFeatureArchivesMojo" class="title">Class AttachFeatureArchivesMojo</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugin.AbstractMojo</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">org.apache.sling.feature.maven.mojos.AbstractFeatureMojo</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
+</dl>
+<hr>
+<br>
+<pre>@Mojo(name="attach-featurearchives",
+      defaultPhase=PACKAGE,
+      requiresDependencyResolution=TEST,
+      threadSafe=true)
+public class <span class="typeNameLabel">AttachFeatureArchivesMojo</span>
+extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></pre>
+<div class="block">Create a feature model archive and attach it. An archive is created for each
+ feature of this project</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested.class.summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.FeatureScanner.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo.FeatureScanner</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseArtifactProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseArtifactProvider</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.BaseFeatureProvider.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo.BaseFeatureProvider</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_BUILT_BY">ATTR_BUILT_BY</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_CREATED_BY">ATTR_CREATED_BY</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_IMPLEMENTATION_BUILD">ATTR_IMPLEMENTATION_BUILD</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_IMPLEMENTATION_TITLE">ATTR_IMPLEMENTATION_TITLE</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_IMPLEMENTATION_VENDOR">ATTR_IMPLEMENTATION_VENDOR</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_IMPLEMENTATION_VENDOR_ID">ATTR_IMPLEMENTATION_VENDOR_ID</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_IMPLEMENTATION_VERSION">ATTR_IMPLEMENTATION_VERSION</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_SPECIFICATION_TITLE">ATTR_SPECIFICATION_TITLE</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_SPECIFICATION_VENDOR">ATTR_SPECIFICATION_VENDOR</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#ATTR_SPECIFICATION_VERSION">ATTR_SPECIFICATION_VERSION</a></span></code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#features">features</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#mavenSession">mavenSession</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#project">project</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#projectHelper">projectHelper</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;org.apache.maven.plugin.Mojo</h3>
+<code>ROLE</code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#AttachFeatureArchivesMojo--">AttachFeatureArchivesMojo</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html#execute--">execute</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractIncludingFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#getSelectedFeatures-org.apache.sling.feature.maven.mojos.FeatureSelectionConfig-">getSelectedFeatures</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#selectAllFeatureFiles--">selectAllFeatureFiles</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractIncludingFeatureMojo.html#selectAllFeatureFilesAndAggregate [...]
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.sling.feature.maven.mojos.<a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></h3>
+<code><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#checkPreconditions--">checkPreconditions</a>, <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html#getTmpDir--">getTmpDir</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.maven.plugin.AbstractMojo</h3>
+<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="htt [...]
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="ATTR_BUILT_BY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ATTR_BUILT_BY</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ATTR_BUILT_BY</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../constant-values.html#org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_BUILT_BY">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="ATTR_CREATED_BY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ATTR_CREATED_BY</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ATTR_CREATED_BY</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../constant-values.html#org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_CREATED_BY">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="ATTR_IMPLEMENTATION_VERSION">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ATTR_IMPLEMENTATION_VERSION</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ATTR_IMPLEMENTATION_VERSION</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../constant-values.html#org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_IMPLEMENTATION_VERSION">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="ATTR_IMPLEMENTATION_VENDOR">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ATTR_IMPLEMENTATION_VENDOR</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ATTR_IMPLEMENTATION_VENDOR</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../constant-values.html#org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_IMPLEMENTATION_VENDOR">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="ATTR_IMPLEMENTATION_BUILD">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ATTR_IMPLEMENTATION_BUILD</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ATTR_IMPLEMENTATION_BUILD</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../constant-values.html#org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_IMPLEMENTATION_BUILD">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="ATTR_IMPLEMENTATION_VENDOR_ID">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ATTR_IMPLEMENTATION_VENDOR_ID</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ATTR_IMPLEMENTATION_VENDOR_ID</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../constant-values.html#org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_IMPLEMENTATION_VENDOR_ID">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="ATTR_IMPLEMENTATION_TITLE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ATTR_IMPLEMENTATION_TITLE</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ATTR_IMPLEMENTATION_TITLE</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../constant-values.html#org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_IMPLEMENTATION_TITLE">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="ATTR_SPECIFICATION_TITLE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ATTR_SPECIFICATION_TITLE</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ATTR_SPECIFICATION_TITLE</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../constant-values.html#org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_SPECIFICATION_TITLE">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="ATTR_SPECIFICATION_VENDOR">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ATTR_SPECIFICATION_VENDOR</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ATTR_SPECIFICATION_VENDOR</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../constant-values.html#org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_SPECIFICATION_VENDOR">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="ATTR_SPECIFICATION_VERSION">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ATTR_SPECIFICATION_VERSION</h4>
+<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ATTR_SPECIFICATION_VERSION</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../constant-values.html#org.apache.sling.feature.maven.mojos.AttachFeatureArchivesMojo.ATTR_SPECIFICATION_VERSION">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="AttachFeatureArchivesMojo--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>AttachFeatureArchivesMojo</h4>
+<pre>public&nbsp;AttachFeatureArchivesMojo()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="execute--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>execute</h4>
+<pre>public&nbsp;void&nbsp;execute()
+             throws org.apache.maven.plugin.MojoExecutionException,
+                    org.apache.maven.plugin.MojoFailureException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+<dd><code>org.apache.maven.plugin.MojoFailureException</code></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/AttachFeatureArchivesMojo.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/Archive.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeaturesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" target="_top">Frames</a></li>
+<li><a href="AttachFeatureArchivesMojo.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>
diff --git a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AttachFeature.html b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AttachFeaturesMojo.html
similarity index 77%
copy from src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AttachFeature.html
copy to src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AttachFeaturesMojo.html
index d5f08f2..b131870 100644
--- a/src/main/jbake/assets/components/slingfeature-maven-plugin/apidocs/org/apache/sling/feature/maven/mojos/AttachFeature.html
+++ b/src/main/jbake/assets/components/slingfeature-maven-plugin-archives/slingfeature-maven-plugin-1.1.20/apidocs/org/apache/sling/feature/maven/mojos/AttachFeaturesMojo.html
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_162) on Thu Sep 13 15:42:42 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_242) on Mon Mar 23 15:32:31 CET 2020 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AttachFeature (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-13">
+<title>AttachFeaturesMojo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)</title>
+<meta name="date" content="2020-03-23">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AttachFeature (Apache Sling OSGi Feature Maven Plugin 0.2.0-SNAPSHOT API)";
+            parent.document.title="AttachFeaturesMojo (Apache Sling OSGi Feature Maven Plugin 1.1.20 API)";
         }
     }
     catch(err) {
@@ -41,7 +41,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="package-summary.html">Package</a></li>
 <li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AttachFeature.html">Use</a></li>
+<li><a href="class-use/AttachFeaturesMojo.html">Use</a></li>
 <li><a href="package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
@@ -50,12 +50,12 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AggregateFeatures.FeatureConfig.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/DependencyLifecycleParticipant.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../../org/apache/sling/feature/maven/mojos/CollectArtifactsMojo.html" title="class in org.apache.sling.feature.maven.mojos"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
-<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AttachFeature.html" target="_top">Frames</a></li>
-<li><a href="AttachFeature.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="../../../../../../index.html?org/apache/sling/feature/maven/mojos/AttachFeaturesMojo.html" target="_top">Frames</a></li>
+<li><a href="AttachFeaturesMojo.html" target="_top">No&nbsp;Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
@@ -75,7 +75,7 @@ var activeTableTab = "activeTableTab";
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#nested.classes.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">Nested</a>&nbsp;|&nbsp;</li>
 <li><a href="#fields.inherited.from.class.org.apache.sling.feature.maven.mojos.AbstractFeatureMojo">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
@@ -94,7 +94,7 @@ var activeTableTab = "activeTableTab";
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.sling.feature.maven.mojos</div>
-<h2 title="Class AttachFeature" class="title">Class AttachFeature</h2>
+<h2 title="Class AttachFeaturesMojo" class="title">Class AttachFeaturesMojo</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
@@ -107,7 +107,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">org.apache.sling.feature.maven.mojos.AbstractFeatureMojo</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.sling.feature.maven.mojos.AttachFeature</li>
+<li>org.apache.sling.feature.maven.mojos.AttachFeaturesMojo</li>
 </ul>
 </li>
 </ul>
@@ -128,7 +128,7 @@ var activeTableTab = "activeTableTab";
       defaultPhase=PACKAGE,
       requiresDependencyResolution=TEST,
       threadSafe=true)
-public class <span class="typeNameLabel">AttachFeature</span>
+public class <span class="typeNameLabel">AttachFeaturesMojo</span>
 extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.html" title="class in org.apache.sling.feature.maven.mojos">AbstractFeatureMojo</a></pre>
 <div class="block">Attach the feature as a project artifact.</div>
 </li>
@@ -137,6 +137,21 @@ extends <a href="../../../../../../org/apache/sling/feature/maven/mojos/Abstract
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
... 66483 lines suppressed ...