You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2021/01/19 15:41:14 UTC

[sling-slingfeature-maven-plugin] branch master updated: Minor typo

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

andysch 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 74e3681  Minor typo
74e3681 is described below

commit 74e36814b1394d243154c623b559440c17712984
Author: Andreas Schaefer <sc...@iMac.local>
AuthorDate: Tue Jan 19 07:40:55 2021 -0800

    Minor typo
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 024229b..0c70469 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ The below configuration sets the start-order to 5 and foo to bar for bundles, an
 * featuresIncludes : The include pattern for feature files from the above directory. Default is `**/*.json`, therefore all files with the extension `.json` are read including sub directories.
 * featuresExcludes : The exclude pattern for feature files from the above directory. Empty by default.
 * includeArtifact : Include an feature specified as a Maven artifact.
-* includeClassifier : Include a feature generated as aggreate with a classifier in this project.
+* includeClassifier : Include a feature generated as aggregate with a classifier in this project.
 * validateFeatures : Boolean switch defining whether the feature files should be validated against the schema. This is enabled by default.
 
 This global configuration specifies the initial set of feature files used for the current project, the other goals can then refine this subset.