Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Scripting Bundle Maven Plugin 0.1.0
-
None
Description
The Scripting Bundle Maven Plugin currently imposes the following restriction for the project structure:
<scriptsDirectory>/<sling-resourceType>/<version>/[<METHOD>.]<name>[.<selector>][.<requestExtension>].<script-extension>
In this case the <sling-resourceType> will be limited to one folder, which means that resource type namespacing should be done similar to Java package names. While this is not wrong, the plugin should also allow defining the resource types using Sling's already established conventions [0], e.g. resource tree paths relative to a search path. In addition, the <version> folder should become optional.
Attachments
Issue Links
- is a child of
-
SLING-9207 Unify the support for bundled scripts
- Closed
- relates to
-
SLING-9181 The Scripting Bundle Tracker should be extended to allow more flexibility for resource type definitions
- Closed
- links to