We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49124bd commit b68639cCopy full SHA for b68639c
1 file changed
pom.xml
@@ -614,11 +614,12 @@
614
</pluginExecution>
615
<pluginExecution>
616
<pluginExecutionFilter>
617
- <groupId>com.mycila.maven-license-plugin</groupId>
618
- <artifactId>maven-license-plugin</artifactId>
619
- <versionRange>[1.9.0,)</versionRange>
+ <groupId>com.mycila</groupId>
+ <artifactId>license-maven-plugin</artifactId>
+ <versionRange>[2.5,)</versionRange>
620
<goals>
621
<goal>format</goal>
622
+ <goal>check</goal>
623
</goals>
624
</pluginExecutionFilter>
625
<action>
0 commit comments