Skip to content

Commit eafa182

Browse files
committed
adding groovy files to excludes list for licensing plugin, since it can be hard to tell what the comment should look like in the output of a groovy template.
1 parent e6c21c4 commit eafa182

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@
266266
<exclude>**/LICENSE*</exclude>
267267
<exclude>src/test/resources/**</exclude>
268268
<exclude>src/main/resources/**</exclude>
269+
<exclude>**/*.groovy</exclude>
269270
</excludes>
270271
<mapping>
271272
<service>SCRIPT_STYLE</service>

0 commit comments

Comments
 (0)