Skip to content

Commit b68639c

Browse files
committed
Add the license plugin with the check goal to the list of disabled eclipse plugins
1 parent 49124bd commit b68639c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -614,11 +614,12 @@
614614
</pluginExecution>
615615
<pluginExecution>
616616
<pluginExecutionFilter>
617-
<groupId>com.mycila.maven-license-plugin</groupId>
618-
<artifactId>maven-license-plugin</artifactId>
619-
<versionRange>[1.9.0,)</versionRange>
617+
<groupId>com.mycila</groupId>
618+
<artifactId>license-maven-plugin</artifactId>
619+
<versionRange>[2.5,)</versionRange>
620620
<goals>
621621
<goal>format</goal>
622+
<goal>check</goal>
622623
</goals>
623624
</pluginExecutionFilter>
624625
<action>

0 commit comments

Comments
 (0)