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-slingfeature-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 8c313eb SLING-9095 : Create a mojo that is able to create a feature
archive
8c313eb is described below
commit 8c313eb07021f60024f67ba67ce3f15c6f94c796
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Feb 20 17:06:02 2020 +0100
SLING-9095 : Create a mojo that is able to create a feature archive
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 1bfb2d2..135109d 100644
--- a/README.md
+++ b/README.md
@@ -272,6 +272,10 @@
https://github.com/apache/sling-org-apache-sling-feature-analyser/blob/master/sr
Attach feature files found in the project to the projects produced artifacts.
This includes features
found in `src/main/features` as well as features produce with the
`aggregate-features` goal if no configuration is specified.
+## attach-featurearchives
+Attach a feature archive for each feature in the project to the projects
produced artifacts. This includes features
+found in `src/main/features` as well as features produce with the
`aggregate-features` goal if no configuration is specified.
+
## extract-extension
This goal can be used to extract the contents of an extension into a local
file, which may be useful for other tools that can work on the content of the
extension.