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 4ed8be4 SLING-11985 : Add report about imported packages
4ed8be4 is described below
commit 4ed8be45ae8da7240682477b411efb87dbdf2d5e
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Jul 27 17:10:25 2023 +0200
SLING-11985 : Add report about imported packages
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 0c70469..a731a31 100644
--- a/README.md
+++ b/README.md
@@ -493,6 +493,10 @@ A text file with a list of exported packages is generated
for each feature. If a
This report is done across all features and list the contents (bundles and
artifacts).
+### Imported Packages (imported-packages)
+
+A text file with a list of imported packages is generated for each feature. If
a feature does not import packages, no file is created.
+
### Usage in a Maven Project
When used in a Maven project, the list of features for the input goal can be
specified by defining the feature set for the goal. The features are configured
as described in the global configuration section above. If no configuration is
provided, all feature files from the project are used.