kwin commented on a change in pull request #8:
URL:
https://github.com/apache/sling-scriptingbundle-maven-plugin/pull/8#discussion_r709923541
##########
File path:
src/main/java/org/apache/sling/scriptingbundle/plugin/processor/Constants.java
##########
@@ -53,6 +53,10 @@ private Constants() {}
public static final String BND_SCRIPT_ENGINE_MAPPINGS =
"scriptEngineMappings";
public static final String BND_SEARCH_PATHS = "searchPaths";
+ public static final String VAULT_CONTEXT_XML = ".content.xml";
+ public static final String SLING_RESOURCE_SUPER_TYPE =
"sling:resourceSuperType";
Review comment:
https://sling.apache.org/apidocs/sling11/org/apache/sling/jcr/resource/api/JcrResourceConstants.html#SLING_RESOURCE_SUPER_TYPE_PROPERTY
and dependency included with scope "provided"?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]