Overriding modernizer-plugin config in jclouds-resources This fixes a self-dependency
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/27d31697 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/27d31697 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/27d31697 Branch: refs/heads/reactivate-checkstyle Commit: 27d316971c740db7d4a080e47406ba025516d1db Parents: b9525a0 Author: Andrew Phillips <[email protected]> Authored: Sun Oct 5 16:28:57 2014 -0500 Committer: Andrew Phillips <[email protected]> Committed: Mon Oct 6 16:23:17 2014 -0400 ---------------------------------------------------------------------- resources/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/27d31697/resources/pom.xml ---------------------------------------------------------------------- diff --git a/resources/pom.xml b/resources/pom.xml index 6404210..6282650 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -41,5 +41,17 @@ </includes> </resource> </resources> + <plugins> + <plugin> + <groupId>org.gaul</groupId> + <artifactId>modernizer-maven-plugin</artifactId> + <configuration> + <javaVersion>1.7</javaVersion> + <!-- ${project.basedir} required here as 1.1.0 of the modernizer plugin + can't find the exclusions file otherwise --> + <exclusionsFile>${project.basedir}/modernizer_exclusions.txt</exclusionsFile> + </configuration> + </plugin> + </plugins> </build> </project>
