File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 248
248
</ditto .thirdPartyLicences.excludedGroups>
249
249
250
250
<sonar .coverage.jacoco.xmlReportPaths>${project.basedir} /target/site/jacoco/jacoco.xml</sonar .coverage.jacoco.xmlReportPaths>
251
+
252
+ <skipLicenseMavenPlugin >false</skipLicenseMavenPlugin >
251
253
</properties >
252
254
253
255
<build >
654
656
<artifactId >license-maven-plugin</artifactId >
655
657
<inherited >false</inherited >
656
658
<configuration >
659
+ <skip >${skipLicenseMavenPlugin} </skip >
657
660
<header >../legal/headers/license-header.txt</header >
658
661
<validHeaders >
659
662
<header >../legal/headers/license-header-2019.txt</header >
701
704
<goal >add-third-party</goal >
702
705
</goals >
703
706
<configuration >
707
+ <skipAddThirdParty >${skipLicenseMavenPlugin} </skipAddThirdParty >
704
708
<outputDirectory >${project.build.outputDirectory} /META-INF</outputDirectory >
705
709
<excludedGroups >${ditto.thirdPartyLicences.excludedGroups} </excludedGroups >
706
710
<includedScopes >compile</includedScopes >
You can’t perform that action at this time.
0 commit comments