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
commit 9582459401d03063ee231d61fef3cc648b98df58 Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Sat Jul 6 17:59:12 2024 +1000 [HOTFIX] Restore Shell interpreter --- shell/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/pom.xml b/shell/pom.xml index a6f2076ae0..cb33b8a5eb 100644 --- a/shell/pom.xml +++ b/shell/pom.xml @@ -125,9 +125,9 @@ </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> + </plugin> + <plugin> + <artifactId>maven-shade-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>