mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-07 17:48:35 +00:00
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:
@@ -112,21 +112,8 @@
|
|||||||
<version>2.0.1.alfresco-2</version>
|
<version>2.0.1.alfresco-2</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>third-party-licenses</id>
|
<id>project-license</id>
|
||||||
<goals>
|
<phase>none</phase>
|
||||||
<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>
|
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
2
pom.xml
2
pom.xml
@@ -287,7 +287,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>license-maven-plugin</artifactId>
|
<artifactId>license-maven-plugin</artifactId>
|
||||||
<version>2.0.1.alfresco-2</version>
|
<version>2.0.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<inceptionYear>2005</inceptionYear>
|
<inceptionYear>2005</inceptionYear>
|
||||||
<organizationName>Alfresco Software Limited</organizationName>
|
<organizationName>Alfresco Software Limited</organizationName>
|
||||||
|
Reference in New Issue
Block a user