This is an automated email from the ASF dual-hosted git repository.
jongyoul pushed a commit to branch branch-0.11
in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.11 by this push:
new 347b1b6387 [HOTFIX] Remove shell interpreter
347b1b6387 is described below
commit 347b1b6387288d195e3d0b911bb8399d7d306036
Author: Jongyoul Lee <[email protected]>
AuthorDate: Mon Feb 12 03:02:12 2024 +0900
[HOTFIX] Remove shell interpreter
---
dev/create_release.sh | 4 ++--
shell/pom.xml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev/create_release.sh b/dev/create_release.sh
index d35b8fe925..ff9c6d95dd 100755
--- a/dev/create_release.sh
+++ b/dev/create_release.sh
@@ -97,9 +97,9 @@ function make_binary_release() {
git_clone
make_source_package
-make_binary_release netinst "-Pweb-angular -pl
!hbase,!jdbc,!file,!flink,!cassandra,!elasticsearch,!bigquery,!alluxio,!livy,!groovy,!java,!neo4j,!submarine,!sparql,!mongodb,!shell
-am"
+make_binary_release netinst "-Pweb-angular -pl
!hbase,!jdbc,!file,!flink,!cassandra,!elasticsearch,!bigquery,!alluxio,!livy,!groovy,!java,!neo4j,!submarine,!sparql,!mongodb
-am"
-make_binary_release all "-Pweb-angular -pl !shell"
+make_binary_release all "-Pweb-angular"
# remove non release files and dirs
rm -rf "${WORKING_DIR}/zeppelin"
diff --git a/shell/pom.xml b/shell/pom.xml
index cb33b8a5eb..a6f2076ae0 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -125,9 +125,9 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-shade-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>