Github user jongyoul commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/599#issuecomment-170319799
Geode requires JDK 1.8, thus I think some tests would be failed because Z
uses 1.7 when it compiles. And the reason that command doesn't have any error
is that command doesn't do any tests. See below,
```
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
zeppelin-geode ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources)
@ zeppelin-geode ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/Users/jl/local/src/g/incubator-zeppelin/geode/src/test/resources
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @
zeppelin-geode ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ zeppelin-geode
---
[INFO] Tests are skipped.
```
Is it intended behaviour?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---