Radu Cotescu created SLING-9193:
-----------------------------------
Summary: Change the default folder for scripts lookup
Key: SLING-9193
URL: https://issues.apache.org/jira/browse/SLING-9193
Project: Sling
Issue Type: Improvement
Components: Maven Plugins and Archetypes
Affects Versions: HTL Maven Plugin 1.0.0, HTL Maven Plugin 1.1.0, HTL Maven
Plugin 1.2.0-1.4.0, HTL Maven Plugin 1.3.0-1.4.0
Reporter: Radu Cotescu
Assignee: Radu Cotescu
Fix For: HTL Maven Plugin 2.0.0-1.4.0
The default folder where the HTL Maven Plugin expects scripts to be located
should be changed to {{$\{project.build.scriptSourceDirectory\}}}, which is the
default scripts source directory according to the super pom [0]. By default
this expands to {{$\{project.basedir\}/src/main/scripts}}.
The previous default value, {{$\{project.build.sourceDirectory\}}}, should
still be checked and used if it contains {{*.html}} files and no other value
was configured.
[0] - https://maven.apache.org/pom.html#The_Super_POM
--
This message was sent by Atlassian Jira
(v8.3.4#803005)