mirror of https://github.com/apache/cloudstack.git
Fix ids in the awsapi and xapi poms so checkstyle is properly excluded
This commit is contained in:
parent
3a3d8f27dd
commit
2a93464431
|
|
@ -319,6 +319,7 @@
|
|||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>cloudstack-checkstyle</id>
|
||||
<phase>none</phase>
|
||||
</execution>
|
||||
</executions>
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>cloudstack-checkstyle</id>
|
||||
<phase>none</phase>
|
||||
</execution>
|
||||
</executions>
|
||||
|
|
|
|||
Loading…
Reference in New Issue