File tree Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Original file line number Diff line number Diff line change 599599 <version >${license-maven-plugin.version} </version >
600600
601601 <configuration >
602- <!-- Useful flags: https://mycila.carbou.me/license-maven-plugin/ -->
603- <header >.mvn/license/license-header.txt</header >
604-
602+ <licenseSets >
603+ <licenseSet >
604+ <header >.mvn/license/license-header.txt</header >
605+ <!-- Useful flags: https://mycila.carbou.me/license-maven-plugin/ -->
606+ <includes >
607+ <include >**.toml</include >
608+ <include >**.yml</include >
609+ <include >**.yaml</include >
610+ <include >pom.xml</include >
611+ <include >security-suppressions.xml</include >
612+ <include >src/**/*.groovy</include >
613+ <include >src/**/*.java</include >
614+ <include >scripts/**/*.sh</include >
615+ </includes >
616+ </licenseSet >
617+ </licenseSets >
605618 <mapping >
606619 <groovy >SLASHSTAR_STYLE</groovy >
607620 <java >SLASHSTAR_STYLE</java >
608621 <toml >SCRIPT_STYLE</toml >
609622 </mapping >
610- <includes >
611- <include >**.toml</include >
612- <include >**.yml</include >
613- <include >**.yaml</include >
614- <include >pom.xml</include >
615- <include >security-suppressions.xml</include >
616- <include >src/**/*.groovy</include >
617- <include >src/**/*.java</include >
618- <include >scripts/**/*.sh</include >
619- </includes >
620623 <properties >
621624 <currentYear >${current-year} </currentYear >
622625 <inceptionYear >${project.inceptionYear} </inceptionYear >
You can’t perform that action at this time.
0 commit comments