Repository: jclouds Updated Branches: refs/heads/master b9525a087 -> b0f2962c2
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/013e6da8 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/013e6da8 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/013e6da8 Branch: refs/heads/master Commit: 013e6da8453a9af3ec9648eccbd55ec356074883 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 18:14:13 2014 -0400 ---------------------------------------------------------------------- resources/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/013e6da8/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>
