aboutsummaryrefslogtreecommitdiff
path: root/assembly
diff options
context:
space:
mode:
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>