> @@ -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>
I haven't seen it in the `<pluginManagement>` section... and I didn't add it because it should be used only here and not declared in subprojects, but I can configure the version there if it is the preferred way. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/50/files#r4980738
