This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-contentloader.git
The following commit(s) were added to refs/heads/master by this push:
new 6864fea cosmetic: the sling-maven-plugin goal is actually named
"fsmount", not "mount"
6864fea is described below
commit 6864fea119212070e03a78e63e285d4f13b56a48
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Dec 16 13:20:31 2021 +0100
cosmetic: the sling-maven-plugin goal is actually named "fsmount", not
"mount"
---
src/main/java/org/apache/sling/jcr/contentloader/PathEntry.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/sling/jcr/contentloader/PathEntry.java
b/src/main/java/org/apache/sling/jcr/contentloader/PathEntry.java
index e6a4a81..cae3970 100644
--- a/src/main/java/org/apache/sling/jcr/contentloader/PathEntry.java
+++ b/src/main/java/org/apache/sling/jcr/contentloader/PathEntry.java
@@ -110,7 +110,7 @@ public class PathEntry extends ImportOptions {
/**
* The flag "maven:mount" is not actually used by the JCR Content Loader.
It can be used
- * to signal to the "mount" goal of the sling-maven-plugin to ignore a
certain Sling-Initial-Content entry
+ * to signal to the "fsmount" goal of the sling-maven-plugin to ignore a
certain Sling-Initial-Content entry
* of a Maven project when "sling:mount" is executed on the command line.
* Reference:
https://github.com/apache/sling-maven-plugin/blob/d67d5c1900782c68c1bfcbdc499c02cf31224916/sling-maven-plugin/src/main/java/org/apache/sling/maven/bundlesupport/fsresource/SlingInitialContentMounter.java#L97
*/