huage1994 commented on PR #4459:
URL: https://github.com/apache/zeppelin/pull/4459#issuecomment-1272962124

   > In general, I am against additional Maven calls. Maybe it makes sense to 
work with the Maven parameters "-am" and "-pl" in the first call. This should 
build only the most necessary artefacts, which have been specified with "pl". 
See: 
https://maven.apache.org/guides/mini/guide-multiple-modules-4.html#command-line-options
   
   Hi @Reamer , I don't know if I get your point.
   
   Zeppelin uses maven 3.8.1
   If we only use "-pl" instead of  `-DskipZeppelinPlugins` here, we have to 
specify all 11 children modules of `zeppelin-plugins` like this:
    
`!zeppelin-plugins/launcher/cluster//,!zeppelin-plugins/launer/docker,!zeppelin-plugins/notebookrepo/azure,...`
   That's the reason I add `-DskipZeppelinPlugins` here.
   
   
![image](https://user-images.githubusercontent.com/8039295/194823987-ff1edf6f-b6f6-41f2-a6b8-a932e2df0f34.png)
   
   


-- 
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: dev-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to