Merge pull request #799 from Alfresco/feature/ACS-5191_LicensePluginUpgrade

ACS-5191 Update to license-maven-plugin 2.0.1.
This commit is contained in:
Tom Page
2023-05-17 13:21:51 +01:00
committed by GitHub
2 changed files with 3 additions and 16 deletions

View File

@@ -112,21 +112,8 @@
<version>2.0.1.alfresco-2</version>
<executions>
<execution>
<id>third-party-licenses</id>
<goals>
<goal>add-third-party</goal>
<goal>download-licenses</goal>
</goals>
<phase>generate-resources</phase>
<configuration>
<failOnMissing>true</failOnMissing>
<excludedScopes>provided,test</excludedScopes>
<excludedGroups>org.alfresco</excludedGroups>
<failIfWarning>true</failIfWarning>
<includedLicenses>https://raw.githubusercontent.com/Alfresco/third-party-license-overrides/master/includedLicenses.txt</includedLicenses>
<licenseMergesUrl>https://raw.githubusercontent.com/Alfresco/third-party-license-overrides/master/licenseMerges.txt</licenseMergesUrl>
<overrideUrl>https://raw.githubusercontent.com/Alfresco/third-party-license-overrides/master/override-THIRD-PARTY.properties</overrideUrl>
</configuration>
<id>project-license</id>
<phase>none</phase>
</execution>
</executions>
</plugin>