diff --git a/.travis.yml b/.travis.yml index b86de556a87..636845e3144 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ matrix: # Test License compliance using RAT tool - jdk: "openjdk7" dist: trusty - env: BUILD_PLUGINS="false" SCALA_VER="2.11" PROFILE="-Prat" BUILD_FLAG="clean" TEST_FLAG="org.apache.rat:apache-rat-plugin:check" TEST_PROJECTS="" + env: BUILD_PLUGINS="false" SCALA_VER="2.11" PROFILE="-Prat -Pr" BUILD_FLAG="clean" TEST_FLAG="org.apache.rat:apache-rat-plugin:check" TEST_PROJECTS="" # Run e2e tests (in zeppelin-web) # chrome dropped the support for precise (ubuntu 12.04), so need to use trusty diff --git a/pom.xml b/pom.xml index 2f06f8278b6..89c11d9bd7a 100644 --- a/pom.xml +++ b/pom.xml @@ -1087,16 +1087,11 @@ **/R/lib/** - **/r/lib/** + **/lib/rzeppelin/** - + - **/R/rzeppelin/R/globals.R - **/R/rzeppelin/R/common.R - **/R/rzeppelin/R/protocol.R - **/R/rzeppelin/R/rServer.R - **/R/rzeppelin/R/scalaInterpreter.R - **/R/rzeppelin/R/zzz.R + **/R/rzeppelin/R/*.R **/src/main/scala/scala/Console.scala **/src/main/scala/org/apache/zeppelin/rinterpreter/rscala/Package.scala **/src/main/scala/org/apache/zeppelin/rinterpreter/rscala/RClient.scala