You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2014/04/22 08:06:10 UTC

[13/50] [abbrv] git commit: Move Cloudera repo into the cdh profile only.

Move Cloudera repo into the cdh profile only.

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

Branch: refs/heads/site
Commit: 95b6c64bf544323bc66331e45492646bdbd36fac
Parents: 098a0ca
Author: Terence Yim <te...@continuuity.com>
Authored: Mon Jan 27 17:09:32 2014 -0800
Committer: Terence Yim <te...@continuuity.com>
Committed: Mon Jan 27 17:09:32 2014 -0800

----------------------------------------------------------------------
 pom.xml | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/95b6c64b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dbebdae..a95ea6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,19 +166,6 @@
         </mailingList>
     </mailingLists>
 
-    <repositories>
-        <repository>
-            <id>cloudera-releases</id>
-            <url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
-
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
@@ -380,6 +367,18 @@
             <properties>
                 <hadoop.version>2.0.0-cdh4.4.0</hadoop.version>
             </properties>
+            <repositories>
+                <repository>
+                    <id>cloudera-releases</id>
+                    <url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
+                    <releases>
+                        <enabled>true</enabled>
+                    </releases>
+                    <snapshots>
+                        <enabled>false</enabled>
+                    </snapshots>
+                </repository>
+            </repositories>
             <build>
                 <plugins>
                     <plugin>