Repository: incubator-zeppelin Updated Branches: refs/heads/master 26b5a3be1 -> 4b109c19c
[ZEPPELIN-37] Upload to sonatype maven repository the spark interpreter module. Since maven-deploy-plugin is set as skip in the spark pom.xml, it'll be removed. related issue : https://issues.apache.org/jira/browse/ZEPPELIN-37 Author: astroshim <[email protected]> Closes #453 from astroshim/issue-37 and squashes the following commits: 45ab390 [astroshim] remove maven-deploy-plugin in spark pom.xml. Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/4b109c19 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/4b109c19 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/4b109c19 Branch: refs/heads/master Commit: 4b109c19c0f72376f52e67f44be8eb91ee017a65 Parents: 26b5a3b Author: astroshim <[email protected]> Authored: Fri Nov 20 21:06:34 2015 +0900 Committer: Lee moon soo <[email protected]> Committed: Tue Nov 24 17:06:35 2015 +0900 ---------------------------------------------------------------------- spark/pom.xml | 9 --------- 1 file changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/4b109c19/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index bca93ec..dcf71a1 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -329,15 +329,6 @@ </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <version>2.7</version> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - - <plugin> <artifactId>maven-enforcer-plugin</artifactId> <version>1.3.1</version> <executions>
