Skip to content

Commit cecd9b6

Browse files
committed
Remove license-maven-plugin as it is not longer required with spotless plugin
1 parent d29ddd4 commit cecd9b6

File tree

2 files changed

+3
-28
lines changed

2 files changed

+3
-28
lines changed

parent_toplevel/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
<action type="update" dev="sseifert">
3535
Update testing dependencies.
3636
</action>
37+
<action type="remove" dev="sseifert">
38+
Remove license-maven-plugin as it is not longer required with spotless plugin.
39+
</action>
3740
</release>
3841

3942
<release version="2.1.2" date="2025-11-17">

parent_toplevel/pom.xml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -178,20 +178,6 @@
178178
</extensions>
179179
<plugins>
180180

181-
<!-- license check -->
182-
<plugin>
183-
<groupId>org.codehaus.mojo</groupId>
184-
<artifactId>license-maven-plugin</artifactId>
185-
<executions>
186-
<execution>
187-
<goals>
188-
<goal>check-file-header</goal>
189-
</goals>
190-
<phase>validate</phase>
191-
</execution>
192-
</executions>
193-
</plugin>
194-
195181
<!-- GitFlow settings only for this POM -->
196182
<plugin>
197183
<groupId>com.amashchenko.maven.plugin</groupId>
@@ -319,20 +305,6 @@
319305
<pluginManagement>
320306
<plugins>
321307

322-
<plugin>
323-
<groupId>org.codehaus.mojo</groupId>
324-
<artifactId>license-maven-plugin</artifactId>
325-
<configuration>
326-
<licenseName>apache_v2</licenseName>
327-
<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
328-
<projectName>wcm.io</projectName>
329-
<excludes>
330-
<exclude>**/*.json</exclude>
331-
<exclude>**/*.html</exclude>
332-
</excludes>
333-
</configuration>
334-
</plugin>
335-
336308
<plugin>
337309
<groupId>org.apache.maven.plugins</groupId>
338310
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)