We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 957ad3c + 5ff1e88 commit 968d5efCopy full SHA for 968d5ef
1 file changed
pom.xml
@@ -148,6 +148,12 @@
148
-->
149
<license.licenseName>N/A</license.licenseName>
150
151
+ <!--
152
+ Files excluded from license header updates.
153
+ By default, all script templates are excluded.
154
+ -->
155
+ <license.excludes>**/script_templates/**</license.excludes>
156
+
157
<!-- Project blurb to use in license headers atop each file. -->
158
<license.projectName>${project.description}</license.projectName>
159
0 commit comments