#369 Package Zeppelin to DEB - Removed making tar.gz archive
Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/e3aa6940 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/e3aa6940 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/e3aa6940 Branch: refs/heads/master Commit: e3aa6940b2817df16d6a361fc9a391f846f994ea Parents: 26769b6 Author: Jongyoul Lee <[email protected]> Authored: Thu Mar 12 15:15:20 2015 +0900 Committer: Jongyoul Lee <[email protected]> Committed: Thu Mar 12 15:15:20 2015 +0900 ---------------------------------------------------------------------- zeppelin-distribution/pom.xml | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/e3aa6940/zeppelin-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-distribution/pom.xml b/zeppelin-distribution/pom.xml index a6ee285..1a4da42 100644 --- a/zeppelin-distribution/pom.xml +++ b/zeppelin-distribution/pom.xml @@ -155,26 +155,6 @@ <id>deb</id> <build> <plugins> - <!--<plugin> - <artifactId>maven-dependency-plugin</artifactId> - <version>2.8</version> - <executions> - <execution> - <id>copy-dependencies</id> - <phase>package</phase> - <goals> - <goal>copy-dependencies</goal> - </goals> - <configuration> - <outputDirectory>${project.build.directory}/../../interpreter/spark</outputDirectory> - <overWriteReleases>false</overWriteReleases> - <overWriteSnapshots>false</overWriteSnapshots> - <overWriteIfNewer>true</overWriteIfNewer> - <includeScope>runtime</includeScope> - </configuration> - </execution> - </executions> - </plugin>--> <plugin> <artifactId>maven-assembly-plugin</artifactId> <executions> @@ -186,6 +166,11 @@ </goals> </execution> </executions> + <configuration> + <formats> + <format>dir</format> + </formats> + </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>
