Skip to content

Commit

Permalink
Update license plugin config.
Browse files Browse the repository at this point in the history
Signed-off-by: Sjoerd Talsma <[email protected]>
  • Loading branch information
sjoerdtalsma committed Jan 22, 2024
1 parent 1e32bbf commit 42d7767
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,26 +277,30 @@
</execution>
</executions>
<configuration>
<header>${root.basedir}/.mvn/license/header.txt</header>
<properties>
<owner>${project.organization.name}</owner>
</properties>
<licenseSets>
<licenseSet>
<header>${root.basedir}/.mvn/license/header.txt</header>
<excludes>
<exclude>.gitignore</exclude>
<exclude>.github/**</exclude>
<exclude>.mvn/**</exclude>
<exclude>mvnw*</exclude>
<exclude>etc/header.txt</exclude>
<exclude>**/.idea/**</exclude>
<exclude>LICENSE</exclude>
<exclude>**/*.md</exclude>
<exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude>
</excludes>
</licenseSet>
</licenseSets>
<mapping>
<java>SLASHSTAR_STYLE</java>
</mapping>
<excludes>
<exclude>.gitignore</exclude>
<exclude>.github/**</exclude>
<exclude>.mvn/**</exclude>
<exclude>mvnw*</exclude>
<exclude>etc/header.txt</exclude>
<exclude>**/.idea/**</exclude>
<exclude>LICENSE</exclude>
<exclude>**/*.md</exclude>
<exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude>
</excludes>
<strictCheck>true</strictCheck>
<properties>
<owner>${project.organization.name}</owner>
</properties>
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit 42d7767

Please sign in to comment.