You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Guanhua LI (Jira)" <ji...@apache.org> on 2022/09/07 13:24:00 UTC

[jira] [Created] (ZEPPELIN-5815) [MINOR] Front end CI improve

Guanhua LI created ZEPPELIN-5815:
------------------------------------

             Summary: [MINOR] Front end CI improve
                 Key: ZEPPELIN-5815
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5815
             Project: Zeppelin
          Issue Type: Improvement
            Reporter: Guanhua LI
            Assignee: Guanhua LI


At frontend.yml line 128, there are two command in this step

```

run: |
./mvnw clean install -DskipTests -DskipRat -pl ${INTERPRETERS} -Pspark-2.4 -Phadoop2 -Phelium-dev -Pexamples -Pintegration -Pspark-scala-2.11 -B
./mvnw clean package -pl zeppelin-plugins -amd -B

```

The first command would also `mvn install` the submodule of  `zeppelin-plugins`.

The second command would `mvn package`  `zeppelin-plugins`.

 

Actually, we only need to `mvn package` module  `zeppelin-plugins` one time.

And there is no need to install module  `zeppelin-plugins` , which would bring something unexpected when I upgrade junit 4 to junit 5.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)