aboutsummaryrefslogtreecommitdiff
path: root/repl-bin/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 0.7.1-SNAPSHOT in the subproject poms to keep the maven ↵Mark Hamstra2013-02-281-1/+1
| | | | build building.
* Remove activation of profiles by defaultMikhail Bautin2013-01-311-11/+0
| | | | | See the discussion at https://github.com/mesos/spark/pull/355 for why default profile activation is a problem.
* Rename environment variable for hadoop profiles to hadoopVersionShivaram Venkataraman2013-01-121-2/+2
|
* Activate hadoop2 profile in pom.xml with -Dhadoop=2Shivaram Venkataraman2013-01-101-0/+6
|
* Activate hadoop1 if property hadoop is missing. hadoop2 can be activated nowShivaram Venkataraman2013-01-081-1/+3
| | | | by using -Dhadoop -Phadoop2.
* Activate hadoop1 profile by default for maven buildsShivaram Venkataraman2013-01-071-0/+3
|
* Tweaked debian packaging to be a bit more in line with debian standardsThomas Dudziak2012-12-191-2/+3
|
* Fixed repl maven build to produce artifacts with the appropriate hadoop ↵Thomas Dudziak2012-12-181-0/+231
classifier and extracted repl fat-jar and debian packaging into a separate project to make Maven happy