You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2013/09/16 15:47:43 UTC

git commit: Maven build cleanup.

Updated Branches:
  refs/heads/master d34100de8 -> eb5a6b841


Maven build cleanup.


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

Branch: refs/heads/master
Commit: eb5a6b841270efc340e9170fe36cb2f7a718477f
Parents: d34100d
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Mon Sep 16 09:47:38 2013 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Mon Sep 16 09:47:38 2013 -0400

----------------------------------------------------------------------
 gateway-provider-security-authz-acls/pom.xml | 70 ++++++++++++-----------
 gateway-server-launcher/pom.xml              |  2 +
 gateway-shell-launcher/pom.xml               |  2 +
 gateway-shell/pom.xml                        |  2 +
 gateway-test-ldap-launcher/pom.xml           |  3 +-
 gateway-test/pom.xml                         |  2 +
 gateway-util-launcher/pom.xml                |  3 +-
 7 files changed, 48 insertions(+), 36 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/eb5a6b84/gateway-provider-security-authz-acls/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-security-authz-acls/pom.xml b/gateway-provider-security-authz-acls/pom.xml
index e85b82a..adb612d 100644
--- a/gateway-provider-security-authz-acls/pom.xml
+++ b/gateway-provider-security-authz-acls/pom.xml
@@ -14,40 +14,42 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" 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.hadoop</groupId>
-    <artifactId>gateway</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
-  </parent>
-  <artifactId>gateway-provider-security-authz-acls</artifactId>
-  <dependencies>
-    <dependency>
-	    <groupId>${gateway-group}</groupId>
-	    <artifactId>gateway-spi</artifactId>
-	  </dependency>
-    <dependency>
-    	<groupId>commons-io</groupId>
-    	<artifactId>commons-io</artifactId>
-    </dependency>
-    
-    <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <scope>test</scope>
-    </dependency>
+<project xmlns="http://maven.apache.org/POM/4.0.0" 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.hadoop</groupId>
+        <artifactId>gateway</artifactId>
+        <version>0.3.0-SNAPSHOT</version>
+    </parent>
+    <artifactId>gateway-provider-security-authz-acls</artifactId>
+    <name>gateway-provider-security-authz-acls</name>
+    <description>Provides authorization ACL support.</description>
 
-    <dependency>
-        <groupId>org.easymock</groupId>
-        <artifactId>easymock</artifactId>
-        <scope>test</scope>
-    </dependency>
+    <dependencies>
+        <dependency>
+            <groupId>${gateway-group}</groupId>
+            <artifactId>gateway-spi</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+        </dependency>
 
-    <dependency>
-        <groupId>org.apache.hadoop</groupId>
-        <artifactId>gateway-test-utils</artifactId>
-        <scope>test</scope>
-    </dependency> 
-  </dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.hadoop</groupId>
+            <artifactId>gateway-test-utils</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/eb5a6b84/gateway-server-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-server-launcher/pom.xml b/gateway-server-launcher/pom.xml
index acaa145..d425e39 100644
--- a/gateway-server-launcher/pom.xml
+++ b/gateway-server-launcher/pom.xml
@@ -27,6 +27,8 @@
     </parent>
 
     <artifactId>gateway-server-launcher</artifactId>
+    <name>gateway-server-launcher</name>
+    <description>Launcher for the gateway server.</description>
 
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/eb5a6b84/gateway-shell-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-shell-launcher/pom.xml b/gateway-shell-launcher/pom.xml
index 2851dac..fa112e6 100644
--- a/gateway-shell-launcher/pom.xml
+++ b/gateway-shell-launcher/pom.xml
@@ -27,6 +27,8 @@
     </parent>
 
     <artifactId>gateway-shell-launcher</artifactId>
+    <name>gateway-shell-launcher</name>
+    <description>Launcher for the client DSL shell.</description>
 
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/eb5a6b84/gateway-shell/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-shell/pom.xml b/gateway-shell/pom.xml
index f586cc7..a9e655e 100644
--- a/gateway-shell/pom.xml
+++ b/gateway-shell/pom.xml
@@ -27,6 +27,8 @@
     </parent>
 
     <artifactId>gateway-shell</artifactId>
+    <name>gateway-shell</name>
+    <description>Client DSL shell.</description>
 
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/eb5a6b84/gateway-test-ldap-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-test-ldap-launcher/pom.xml b/gateway-test-ldap-launcher/pom.xml
index 517dcb5..f052474 100644
--- a/gateway-test-ldap-launcher/pom.xml
+++ b/gateway-test-ldap-launcher/pom.xml
@@ -25,8 +25,9 @@
         <groupId>org.apache.hadoop</groupId>
         <version>0.3.0-SNAPSHOT</version>
     </parent>
-
     <artifactId>gateway-test-ldap-launcher</artifactId>
+    <name>gateway-test-ldap-launcher</name>
+    <description>Launcher for the test/demo LDAP server.</description>
 
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/eb5a6b84/gateway-test/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-test/pom.xml b/gateway-test/pom.xml
index d6d5241..ec1a671 100644
--- a/gateway-test/pom.xml
+++ b/gateway-test/pom.xml
@@ -26,6 +26,8 @@
     </parent>
 
     <artifactId>gateway-test</artifactId>
+    <name>gateway-test</name>
+    <description>Gateway functional tests.</description>
 
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/eb5a6b84/gateway-util-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-util-launcher/pom.xml b/gateway-util-launcher/pom.xml
index 2745ce0..e9652c6 100644
--- a/gateway-util-launcher/pom.xml
+++ b/gateway-util-launcher/pom.xml
@@ -24,8 +24,9 @@
         <groupId>org.apache.hadoop</groupId>
         <version>0.3.0-SNAPSHOT</version>
     </parent>
-
     <artifactId>gateway-util-launcher</artifactId>
+    <name>gateway-util-launcher</name>
+    <description>A simple JAR based main class launcher with classpath and system property support.</description>
 
     <dependencies>
         <dependency>