File tree Expand file tree Collapse file tree 2 files changed +3
-28
lines changed
Expand file tree Collapse file tree 2 files changed +3
-28
lines changed Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments