Repository: incubator-zeppelin Updated Branches: refs/heads/master fe48e982d -> 1846ae8ef
[ZEPPELIN-712] Publish zeppelin-web war artifact to maven central Author: Sujen Shah <[email protected]> Closes #757 from sujen1412/ZEPPELIN-712 and squashes the following commits: 6726c90 [Sujen Shah] Enabling deploy to maven central Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/1846ae8e Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/1846ae8e Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/1846ae8e Branch: refs/heads/master Commit: 1846ae8ef3270669bd1f0c04f6b8b1d985838e44 Parents: fe48e98 Author: Sujen Shah <[email protected]> Authored: Wed Mar 2 14:11:33 2016 -0800 Committer: Lee moon soo <[email protected]> Committed: Fri Mar 4 07:57:17 2016 -0800 ---------------------------------------------------------------------- zeppelin-web/pom.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/1846ae8e/zeppelin-web/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-web/pom.xml b/zeppelin-web/pom.xml index 38d87f3..21f17df 100644 --- a/zeppelin-web/pom.xml +++ b/zeppelin-web/pom.xml @@ -163,9 +163,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.7</version> - <configuration> - <skip>true</skip> - </configuration> </plugin> <plugin>
