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

   Sorry if I was vague here. Let me describe it in a little more detail.
   During the tests the project `zeppelin-integration` is executed. In my 
opinion this sub-module has to define all dependencies in the `pom.xml` so that 
the tests can be executed successfully, without install the whole zeppelin 
project via `mvn install` before.
   Unfortunately this is not yet the case, because only a few dependencies are 
needed during the installation.
   ```
   ./mvnw package -pl zeppelin-integration -Pintegration -am -DskipTests
   [INFO] Scanning for projects...
   [WARNING] The project 
org.apache.zeppelin:zeppelin-integration:jar:0.11.0-SNAPSHOT uses prerequisites 
which is only intended for maven-plugin projects but not for non maven-plugin 
projects. For such purposes you should use the maven-enforcer-plugin. See 
https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
   [INFO] 
------------------------------------------------------------------------
   [INFO] Reactor Build Order:
   [INFO] 
   [INFO] Zeppelin                                                           
[pom]
   [INFO] Zeppelin: Common                                                   
[jar]
   [INFO] Zeppelin: Interpreter                                              
[jar]
   [INFO] Zeppelin: Jupyter Support                                          
[jar]
   [INFO] Zeppelin: Zengine                                                  
[jar]
   [INFO] Zeppelin: Integration Test                                         
[jar]
   ```
   
   My point is that it may not be necessary to install the Zeppelin plugins at 
all.


-- 
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