> @@ -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>
[minor] Because the plugin is already mentioned in `<pluginManagement>`, I don't think we need `<groupId>` and `<version>` here..? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/50/files#r4961848
