mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
ACS-2382 Use central license information.
This commit is contained in:
parent
1cd673de63
commit
2b095a9a89
7
pom.xml
7
pom.xml
@ -312,10 +312,15 @@
|
|||||||
<goal>add-third-party</goal>
|
<goal>add-third-party</goal>
|
||||||
<goal>download-licenses</goal>
|
<goal>download-licenses</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
<phase>generate-resources</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<useMissingFile>true</useMissingFile>
|
<failOnMissing>true</failOnMissing>
|
||||||
<excludedScopes>provided,test</excludedScopes>
|
<excludedScopes>provided,test</excludedScopes>
|
||||||
<excludedGroups>org.alfresco</excludedGroups>
|
<excludedGroups>org.alfresco</excludedGroups>
|
||||||
|
<failIfWarning>false</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>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user