You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2022/10/10 08:31:39 UTC

[GitHub] [zeppelin] huage1994 commented on pull request #4459: [ZEPPELIN-5815] Frontend CI jobs improvement

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-unsubscribe@zeppelin.apache.org

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