mirror of https://github.com/apache/cloudstack.git
Add the license plugin with the check goal to the list of disabled eclipse plugins
This commit is contained in:
parent
49124bdb7d
commit
b68639c6da
7
pom.xml
7
pom.xml
|
|
@ -614,11 +614,12 @@
|
|||
</pluginExecution>
|
||||
<pluginExecution>
|
||||
<pluginExecutionFilter>
|
||||
<groupId>com.mycila.maven-license-plugin</groupId>
|
||||
<artifactId>maven-license-plugin</artifactId>
|
||||
<versionRange>[1.9.0,)</versionRange>
|
||||
<groupId>com.mycila</groupId>
|
||||
<artifactId>license-maven-plugin</artifactId>
|
||||
<versionRange>[2.5,)</versionRange>
|
||||
<goals>
|
||||
<goal>format</goal>
|
||||
<goal>check</goal>
|
||||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
|
|
|
|||
Loading…
Reference in New Issue