You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Alexander Bezzubov (JIRA)" <ji...@apache.org> on 2015/09/03 13:19:45 UTC

[jira] [Created] (ZEPPELIN-278) Maven RAT check hangs

Alexander Bezzubov created ZEPPELIN-278:
-------------------------------------------

             Summary: Maven RAT check hangs
                 Key: ZEPPELIN-278
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-278
             Project: Zeppelin
          Issue Type: Improvement
            Reporter: Alexander Bezzubov
            Assignee: Alexander Bezzubov
             Fix For: 0.6.0


On {{mvn verify}} build hangs with warnings in the output


{code}
mvn verify                                                                                  ⮂
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.zeppelin:zeppelin-spark:jar:0.6.0-incubating-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.scala-tools:maven-scala-plugin is missing. @ line 402, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.zeppelin:zeppelin-flink:jar:0.6.0-incubating-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-dependency-plugin @ line 349, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.zeppelin:zeppelin-cassandra:jar:0.6.0-incubating-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.scala-tools:maven-scala-plugin is missing. @ line 174, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Zeppelin
[INFO] Zeppelin: Interpreter
[INFO] Zeppelin: Zengine
[INFO] Zeppelin: Spark dependencies
[INFO] Zeppelin: Spark
[INFO] Zeppelin: Markdown interpreter
[INFO] Zeppelin: Angular interpreter
[INFO] Zeppelin: Shell interpreter
[INFO] Zeppelin: Hive interpreter
[INFO] Zeppelin: Apache Phoenix Interpreter
[INFO] Zeppelin: Apache Geode interpreter
[INFO] Zeppelin: PostgreSQL interpreter
[INFO] Zeppelin: Tajo interpreter
[INFO] Zeppelin: Flink
[INFO] Zeppelin: Apache Ignite interpreter
[INFO] Zeppelin: Kylin interpreter
[INFO] Zeppelin: Lens interpreter
[INFO] Zeppelin: Cassandra
[INFO] Zeppelin: web Application
[INFO] Zeppelin: Server
[INFO] Zeppelin: Packaging distribution
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Zeppelin 0.6.0-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle-fail-build) @ zeppelin ---
[INFO]
[INFO]
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ zeppelin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/alex/floss/zeppelin-incubator/../_tools/site
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce) @ zeppelin ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ zeppelin ---
[INFO]
[INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ zeppelin ---
[INFO]
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ zeppelin ---
[INFO]
[INFO] --- apache-rat-plugin:0.11:check (verify.rat) @ zeppelin ---
[INFO] 71 implicit excludes (use -debug for more details).
[INFO] Exclude: **/*.keywords
[INFO] Exclude: **/.idea/
[INFO] Exclude: **/*.iml
[INFO] Exclude: .git/
[INFO] Exclude: .gitignore
[INFO] Exclude: .repository/
[INFO] Exclude: **/*.diff
[INFO] Exclude: **/*.patch
[INFO] Exclude: **/*.avsc
[INFO] Exclude: **/*.avro
[INFO] Exclude: **/*.log
[INFO] Exclude: **/docs/**
[INFO] Exclude: **/test/resources/**
[INFO] Exclude: **/.settings/*
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.project
[INFO] Exclude: **/target/**
[INFO] Exclude: **/derby.log
[INFO] Exclude: **/metastore_db/
[INFO] Exclude: **/logs/**
[INFO] Exclude: **/run/**
[INFO] Exclude: **/interpreter/**
[INFO] Exclude: **/local-repo/**
[INFO] Exclude: **/null/**
[INFO] Exclude: **/notebook/**
[INFO] Exclude: _tools/site/css/*
[INFO] Exclude: **/README.md
[INFO] Exclude: DEPLOY.md
[INFO] Exclude: CONTRIBUTING.md
[INFO] Exclude: STYLE.md
[INFO] Exclude: Roadmap.md
[INFO] Exclude: conf/interpreter.json
[INFO] Exclude: spark-*-bin*/**
[INFO] 3129 resources included (use -debug for more details)
{code}

Looks very similar to [KYLIN-686|https://issues.apache.org/jira/browse/KYLIN-686]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)