You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/10/26 23:24:35 UTC

git commit: Removing modernizer-plugin configuration from profiles

Repository: jclouds
Updated Branches:
  refs/heads/1.8.x efd2beb4c -> ec70310df


Removing modernizer-plugin configuration from profiles

Introduced unintentionally in 84b9f0d


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/ec70310d
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/ec70310d
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/ec70310d

Branch: refs/heads/1.8.x
Commit: ec70310dfea9ac24c7640149cbe70af998083848
Parents: efd2beb
Author: Andrew Phillips <an...@apache.org>
Authored: Sun Oct 26 17:47:30 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Sun Oct 26 17:47:30 2014 -0400

----------------------------------------------------------------------
 project/pom.xml | 26 --------------------------
 1 file changed, 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/ec70310d/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index f259f41..3b70895 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -1026,17 +1026,6 @@
               <violationSeverity>warning</violationSeverity>
             </configuration>
           </plugin>
-          <plugin>
-            <groupId>org.gaul</groupId>
-            <artifactId>modernizer-maven-plugin</artifactId>
-            <configuration>
-              <javaVersion>${maven.compile.source}</javaVersion>
-              <!-- in jclouds-project use the local file. ${project.basedir}
-                required here as 1.1.0 of the modernizer plugin can't find the
-                exclusions file otherwise -->
-              <exclusionsFile>${project.basedir}/../resources/modernizer_exclusions.txt</exclusionsFile>
-            </configuration>
-          </plugin>
         </plugins>
       </build>
     </profile>
@@ -1064,21 +1053,6 @@
               <configLocation>resources/checkstyle.xml</configLocation>
             </configuration>
           </plugin>
-          <plugin>
-            <groupId>org.gaul</groupId>
-            <artifactId>modernizer-maven-plugin</artifactId>
-            <dependencies>
-              <dependency>
-                <groupId>org.apache.jclouds</groupId>
-                <artifactId>jclouds-resources</artifactId>
-                <version>${project.version}</version>
-              </dependency>
-            </dependencies>
-            <configuration>
-              <javaVersion>${maven.compile.source}</javaVersion>
-              <exclusionsFile>resources/modernizer_exclusions.txt</exclusionsFile>
-            </configuration>
-          </plugin>
         </plugins>
       </build>
     </profile>