[
https://issues.apache.org/jira/browse/SLING-9191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Radu Cotescu updated SLING-9191:
--------------------------------
Description:
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
was:
The default folder where the HTL Maven Plugin expects scripts to be located
should be changed to {{$\{project.basedir\}/src/main/scripts}}, which is the
default scripts source directory according to the super pom [0].
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
> Change the default folder for scripts lookup
> --------------------------------------------
>
> Key: SLING-9191
> URL: https://issues.apache.org/jira/browse/SLING-9191
> 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
> Priority: Major
> Fix For: HTL Maven Plugin 1.4.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)