ACS-2365 license plugin (#834)

* ACS-2303 Add text of licenses for libraries used by acs-packaging.

* ACS-2365 Use the latest third party license reporting settings.

* ACS-2358 Add license text for Brotli dec.

* ACS-2361 The Bouncy Castle license is exactly the MIT license.

* ACS-2363 Add OGC license for geoapi-3.0.1.jar.

* ACS-2365 Ensure we use the same version of the license plugin throughout the project.

Also remove failing; on warnings.
This commit is contained in:
Tom Page
2022-01-05 15:45:29 +00:00
committed by GitHub
parent 3fabaf8cf8
commit b83cc149ad
27 changed files with 652 additions and 84 deletions

View File

@@ -1021,16 +1021,6 @@
</dependencies>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.0.1.alfresco-1</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>