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 2014/02/04 22:05:21 UTC

git commit: Add distributionManagement section to root pom.

Updated Branches:
  refs/heads/master 3fbe52952 -> 566dbefea


Add distributionManagement section to root pom.


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

Branch: refs/heads/master
Commit: 566dbefeab6cb684d6acf1a7d1b04f22a4df250c
Parents: 3fbe529
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Tue Feb 4 16:05:12 2014 -0500
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Tue Feb 4 16:05:12 2014 -0500

----------------------------------------------------------------------
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/566dbefe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1cdad96..3fd5566 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+        <internal.maven.repo>file:///tmp/knoxtemprepo</internal.maven.repo>
         <gateway-name>Apache Knox (Incubator)</gateway-name>
         <gateway-project>knox</gateway-project>
         <gateway-artifact>knox-incubating</gateway-artifact>
@@ -97,6 +98,14 @@
         <connection>scm:git:git://git-wip-us.apache.org/repos/asf/incubator-knox.git</connection>
     </scm>
 
+    <distributionManagement>
+        <repository>
+            <id>internal.repo</id>
+            <name>Internal Repository</name>
+            <url>${internal.maven.repo}</url>
+        </repository>
+    </distributionManagement>
+
     <profiles>
         <profile>
             <id>analyze</id>