do not include all the license files from all the dependencies anymore

This commit is contained in:
Martin Lippert
2022-06-14 12:33:07 +02:00
parent 02a3efa35e
commit a935c24a96

View File

@@ -268,6 +268,7 @@
</plugin>
<!-- generate and package license information for included dependencies -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
@@ -343,7 +344,7 @@
</resources>
</configuration>
</execution>
<!--
<execution>
<id>copy-license-files</id>
<phase>process-classes</phase>
@@ -360,6 +361,7 @@
</resources>
</configuration>
</execution>
-->
</executions>
</plugin>