aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authortzolov <christian.tzolov@gmail.com>2014-06-03 13:26:29 -0700
committerMatei Zaharia <matei@databricks.com>2014-06-03 13:26:29 -0700
commitb1f285359a12345d94ae59f979d9a75482e732ce (patch)
treebf50e9b9b0656b912ec67c61637e38ca38a02525 /pom.xml
parent45e9bc85db231e84a23b8d757136023eabcec13e (diff)
downloadspark-b1f285359a12345d94ae59f979d9a75482e732ce.tar.gz
spark-b1f285359a12345d94ae59f979d9a75482e732ce.tar.bz2
spark-b1f285359a12345d94ae59f979d9a75482e732ce.zip
Add support for Pivotal HD in the Maven build: SPARK-1992
Allow Spark to build against particular Pivotal HD distributions. For example to build Spark against Pivotal HD 2.0.1 one can run: ``` mvn -Pyarn -Phadoop-2.2 -Dhadoop.version=2.2.0-gphd-3.0.1.0 -DskipTests clean package ``` Author: tzolov <christian.tzolov@gmail.com> Closes #942 from tzolov/master and squashes the following commits: bc3e05a [tzolov] Add support for Pivotal HD in the Maven build and SBT build: [SPARK-1992]
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fe43a9518b..0a5ca9e72a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,6 +206,17 @@
<enabled>false</enabled>
</snapshots>
</repository>
+ <repository>
+ <id>spring-releases</id>
+ <name>Spring Release Repository</name>
+ <url>http://repo.spring.io/libs-release</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
</repositories>
<dependencyManagement>