Repository: jclouds
Updated Branches:
  refs/heads/reactivate-checkstyle [created] 2df87cbad


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/53589bd5
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/53589bd5
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/53589bd5

Branch: refs/heads/reactivate-checkstyle
Commit: 53589bd52a804f3ac73f1ce55d67b0be89afe611
Parents: ce76144
Author: Andrew Phillips <[email protected]>
Authored: Sun Oct 5 16:28:57 2014 -0500
Committer: Andrew Phillips <[email protected]>
Committed: Sun Oct 5 18:44:09 2014 -0400

----------------------------------------------------------------------
 resources/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/53589bd5/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>

Reply via email to