aboutsummaryrefslogtreecommitdiff
path: root/assembly
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-02-11 08:30:16 +0000
committerSean Owen <sowen@cloudera.com>2015-02-11 08:30:16 +0000
commitbd0d6e0cc3a329c4a1c08451a6d8a9281a422958 (patch)
tree7e7bbb14626208966e8dbe45090bd6ef9f37e4b9 /assembly
parentda89720bf4023392436e75b6ed5e10ed8588a132 (diff)
downloadspark-bd0d6e0cc3a329c4a1c08451a6d8a9281a422958.tar.gz
spark-bd0d6e0cc3a329c4a1c08451a6d8a9281a422958.tar.bz2
spark-bd0d6e0cc3a329c4a1c08451a6d8a9281a422958.zip
SPARK-5727 [BUILD] Deprecate Debian packaging
This just adds a deprecation message. It's intended for backporting to branch 1.3 but can go in master too, to be followed by another PR that removes it for 1.4. Author: Sean Owen <sowen@cloudera.com> Closes #4516 from srowen/SPARK-5727.1 and squashes the following commits: d48989f [Sean Owen] Refer to Spark 1.4 6c1c8b3 [Sean Owen] Deprecate Debian packaging
Diffstat (limited to 'assembly')
-rw-r--r--assembly/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 301ff69c2a..c1bcdbb664 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -222,6 +222,24 @@
<build>
<plugins>
<plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>prepare-package</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <target>
+ <echo>
+ NOTE: Debian packaging is deprecated and is scheduled to be removed in Spark 1.4.
+ </echo>
+ </target>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.2</version>