jongyoul commented on code in PR #4749:
URL: https://github.com/apache/zeppelin/pull/4749#discussion_r1548895380
##########
shell/pom.xml:
##########
@@ -125,9 +125,9 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-shade-plugin</artifactId>
+ <configuration>
Review Comment:
When publishing all interpreters including shell, `maven-shade-plugin` makes
a fatjar and copies it into `interpreter` directory. `maven-resource-plugin`
works similarly except for copying configurations to the directory.
FYI,
https://github.com/apache/zeppelin/blob/f2253f1ee6a6aeda3eac2a6576349b80b16abbf9/zeppelin-interpreter-parent/pom.xml#L110-L164
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]