You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2014/12/26 06:03:27 UTC

incubator-lens git commit: LENS-150 : Maven POM cleanup for managed plugins (Laxman via amareshwari)

Repository: incubator-lens
Updated Branches:
  refs/heads/master 96de10d3b -> 9339e16f4


LENS-150 : Maven POM cleanup for managed plugins (Laxman via amareshwari)


Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/9339e16f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/9339e16f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/9339e16f

Branch: refs/heads/master
Commit: 9339e16f4a03693cf93afa7103507c628152da7b
Parents: 96de10d
Author: Amareshwari Sriramdasu <am...@inmobi.com>
Authored: Fri Dec 26 10:33:07 2014 +0530
Committer: Amareshwari Sriramdasu <am...@inmobi.com>
Committed: Fri Dec 26 10:33:07 2014 +0530

----------------------------------------------------------------------
 checkstyle/pom.xml       | 10 ++++++++--
 lens-cli/pom.xml         |  2 --
 lens-client-dist/pom.xml |  1 -
 lens-dist/pom.xml        |  1 -
 lens-driver-hive/pom.xml |  1 -
 lens-ml-lib/pom.xml      |  2 --
 lens-server/pom.xml      |  2 --
 pom.xml                  | 29 ++++-------------------------
 8 files changed, 12 insertions(+), 36 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/9339e16f/checkstyle/pom.xml
----------------------------------------------------------------------
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml
index 1ce2bb7..493c007 100644
--- a/checkstyle/pom.xml
+++ b/checkstyle/pom.xml
@@ -21,17 +21,23 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+      <groupId>org.apache</groupId>
+      <artifactId>apache</artifactId>
+      <version>14</version>
+    </parent>
+
     <groupId>org.apache.lens</groupId>
     <artifactId>checkstyle</artifactId>
     <name>Lens Checkstyle Rules</name>
-   <version>1.0-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
 
   <build>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.15</version>
         <configuration>
           <failIfNoTests>false</failIfNoTests>
         </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/9339e16f/lens-cli/pom.xml
----------------------------------------------------------------------
diff --git a/lens-cli/pom.xml b/lens-cli/pom.xml
index 0e96d16..bcae761 100644
--- a/lens-cli/pom.xml
+++ b/lens-cli/pom.xml
@@ -170,7 +170,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.3.1</version>
         <configuration>
           <archive>
             <manifest>
@@ -185,7 +184,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.15</version>
         <configuration>
           <systemPropertyVariables>
             <hadoop.bin.path>${pom.basedir}/../lens-driver-hive/testutils/hadoop</hadoop.bin.path>

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/9339e16f/lens-client-dist/pom.xml
----------------------------------------------------------------------
diff --git a/lens-client-dist/pom.xml b/lens-client-dist/pom.xml
index 1860c83..9485401 100644
--- a/lens-client-dist/pom.xml
+++ b/lens-client-dist/pom.xml
@@ -126,7 +126,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
-        <version>2.7</version>
         <configuration>
           <skip>true</skip>
         </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/9339e16f/lens-dist/pom.xml
----------------------------------------------------------------------
diff --git a/lens-dist/pom.xml b/lens-dist/pom.xml
index 4ea53fe..31c2d74 100644
--- a/lens-dist/pom.xml
+++ b/lens-dist/pom.xml
@@ -134,7 +134,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
-        <version>2.7</version>
         <configuration>
           <skip>true</skip>    
         </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/9339e16f/lens-driver-hive/pom.xml
----------------------------------------------------------------------
diff --git a/lens-driver-hive/pom.xml b/lens-driver-hive/pom.xml
index 0e36660..a089717 100644
--- a/lens-driver-hive/pom.xml
+++ b/lens-driver-hive/pom.xml
@@ -42,7 +42,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.15</version>
                 <configuration>
                     <systemPropertyVariables>
                         <hadoop.bin.path>${pom.basedir}/testutils/hadoop</hadoop.bin.path>

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/9339e16f/lens-ml-lib/pom.xml
----------------------------------------------------------------------
diff --git a/lens-ml-lib/pom.xml b/lens-ml-lib/pom.xml
index 2440f40..cfde655 100644
--- a/lens-ml-lib/pom.xml
+++ b/lens-ml-lib/pom.xml
@@ -145,7 +145,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.15</version>
                 <configuration>
                     <systemPropertyVariables>
                         <hadoop.bin.path>${pom.basedir}/testutils/hadoop</hadoop.bin.path>
@@ -162,7 +161,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.8</version>
                 <executions>
                     <execution>
                         <id>build-classpath</id>

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/9339e16f/lens-server/pom.xml
----------------------------------------------------------------------
diff --git a/lens-server/pom.xml b/lens-server/pom.xml
index eee6123..4b58138 100644
--- a/lens-server/pom.xml
+++ b/lens-server/pom.xml
@@ -232,7 +232,6 @@
             <!-- build the test JAR (test classes) -->
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-jar-plugin</artifactId>
-            <version>2.4</version>
             <executions>
               <execution>
                 <goals>
@@ -257,7 +256,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.15</version>
                 <configuration>
                     <systemPropertyVariables>
                         <hadoop.bin.path>${pom.basedir}/../lens-driver-hive/testutils/hadoop</hadoop.bin.path>

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/9339e16f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9265a77..3a34aad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.3</version>
           <configuration>
             <generateReports>true</generateReports>
           </configuration>
@@ -199,10 +198,10 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.2</version>
           <executions>
             <execution>
               <goals>
+                <goal>jar</goal>
                 <goal>test-jar</goal>
               </goals>
             </execution>
@@ -220,26 +219,8 @@
         <plugin>
           <artifactId>jdeb</artifactId>
           <groupId>org.vafer</groupId>
-          <version>0.9</version>
+          <version>1.0.1</version>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-gpg-plugin</artifactId>
-          <version>1.5</version>
-          <configuration>
-            <skip>true</skip>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.8</version>
-        </plugin>
-        <plugin>
-           <groupId>org.apache.rat</groupId>
-           <artifactId>apache-rat-plugin</artifactId>
-           <version>0.7</version>
-         </plugin>
          <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
@@ -363,8 +344,7 @@
     </plugins>
 
   </build>
-
-  <repositories>
+    <repositories>
     <repository>
       <id>inmobi.repo</id>
       <url>https://github.com/InMobi/mvn-repo/raw/master/releases</url>
@@ -430,7 +410,7 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
-    <!-- see https://jira.springsource.org/browse/SHL-52 -->
+    <!-- see https://jira.springsource.org/browse/SHL-52  -->
     <repository>
       <id>ext-release-local</id>
       <url>http://repo.springsource.org/simple/ext-release-local/</url>
@@ -439,7 +419,6 @@
       </snapshots>
     </repository>
   </repositories>
-
   <dependencyManagement>
     <dependencies>
       <dependency>