> @@ -1017,6 +1025,16 @@
>                </execution>
>              </executions>
>            </plugin>        
> +          <plugin>
> +            <!-- When building jclouds-project, override the config to use 
> the local file -->
> +            <groupId>org.apache.maven.plugins</groupId>
> +            <artifactId>maven-checkstyle-plugin</artifactId>
> +            <version>2.9.1</version>

You're right, it's in the [`<plugins>` 
section](https://github.com/nacx/jclouds/blob/8f3f2285d9a7fc6e71249339dfd35d3d07461fc3/project/pom.xml#L655).
 In which case it's only the   `<groupId>org.apache.maven.plugins</groupId>` 
bit that we don't need (I think that's the default - we do the same in the 
`doc` profile just below this one).

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/50/files#r4985865

Reply via email to