Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit e90e2b9

Browse files
committed
update copyright-check plugin
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent c14bf02 commit e90e2b9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

copyright-exclude

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
.json
2+
.md
23
/copyright-exclude
34
/copyright.txt
45
/META-INF/services
56
overview.html
67
speclicense.html
78
/bundles/ri/src/main/resources/LICENSE.txt
89
/bundles/ri/src/main/resources/README.txt
10+
/LICENSE.txt

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.glassfish.copyright</groupId>
123123
<artifactId>glassfish-copyright-maven-plugin</artifactId>
124-
<version>1.40</version>
124+
<version>1.46</version>
125125
<configuration>
126126
<templateFile>copyright.txt</templateFile>
127127
<excludeFile>copyright-exclude</excludeFile>

0 commit comments

Comments
 (0)