Skip to content

Commit a935c24

Browse files
committed
do not include all the license files from all the dependencies anymore
1 parent 02a3efa commit a935c24

File tree

1 file changed

+3
-1
lines changed
  • headless-services/spring-boot-language-server

1 file changed

+3
-1
lines changed

headless-services/spring-boot-language-server/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@
268268
</plugin>
269269

270270
<!-- generate and package license information for included dependencies -->
271+
271272
<plugin>
272273
<groupId>org.codehaus.mojo</groupId>
273274
<artifactId>license-maven-plugin</artifactId>
@@ -343,7 +344,7 @@
343344
</resources>
344345
</configuration>
345346
</execution>
346-
347+
<!--
347348
<execution>
348349
<id>copy-license-files</id>
349350
<phase>process-classes</phase>
@@ -360,6 +361,7 @@
360361
</resources>
361362
</configuration>
362363
</execution>
364+
-->
363365
</executions>
364366
</plugin>
365367

0 commit comments

Comments
 (0)