Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None
    • Sprint 12, Sprint 40, Sprint 41, Sprint 42

    Description

      When dry-run maven release, there are many waring and finally hang at [INFO] [INFO] — apache-rat-plugin:0.11:check as below:

      ----------------------------------------------------------------------------------------------------

      [INFO] Scanning for projects...
      [WARNING]
      [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:atopcalcite:jar:0.7.1-incubating-SNAPSHOT
      [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [WARNING]
      [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-common:jar:0.7.1-incubating-SNAPSHOT
      [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [WARNING]
      [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-metadata:jar:0.7.1-incubating-SNAPSHOT
      [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [WARNING]
      [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-dictionary:jar:0.7.1-incubating-SNAPSHOT
      [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [WARNING]
      [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-cube:jar:0.7.1-incubating-SNAPSHOT
      [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [WARNING]
      [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-job:jar:0.7.1-incubating-SNAPSHOT
      [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.hbase:hbase-testing-util:jar -> duplicate declaration of version ${hbase-hadoop2.version} @ org.apache.kylin:kylin-job:[unknown-version], /Users/lukhan/kylin/github/Kylin/job/pom.xml, line 230, column 21
      [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [WARNING]
      [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-storage:jar:0.7.1-incubating-SNAPSHOT
      [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [WARNING]
      [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-query:jar:0.7.1-incubating-SNAPSHOT
      [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [WARNING]
      [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-server:war:0.7.1-incubating-SNAPSHOT
      [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.thetransactioncompany:cors-filter:jar -> duplicate declaration of version 1.3.2 @ org.apache.kylin:kylin-server:[unknown-version], /Users/lukhan/kylin/github/Kylin/server/pom.xml, line 447, column 15
      [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [WARNING] 'build.plugins.plugin.version' for org.springframework.boot:spring-boot-maven-plugin is missing. @ org.apache.kylin:kylin-server:[unknown-version], /Users/lukhan/kylin/github/Kylin/server/pom.xml, line 460, column 21
      [WARNING]
      [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-jdbc:jar:0.7.1-incubating-SNAPSHOT
      [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [WARNING]
      [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-invertedindex:jar:0.7.1-incubating-SNAPSHOT
      [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [WARNING]
      [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin:pom:0.7.1-incubating-SNAPSHOT
      [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ line 695, column 19
      [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] Kylin:HadoopOLAPEngine
      [INFO] Kylin:AtopCalcite
      [INFO] Kylin:Common
      [INFO] Kylin:Metadata
      [INFO] Kylin:Dictionary
      [INFO] Kylin:Cube
      [INFO] Kylin:InvertedIndex
      [INFO] Kylin:Job
      [INFO] Kylin:Storage
      [INFO] Kylin:Query
      [INFO] Kylin:JDBC
      [INFO] Kylin:RESTServer
      [INFO]
      [INFO] ------------------------------------------------------------------------
      [INFO] Building Kylin:HadoopOLAPEngine 0.7.1-incubating-SNAPSHOT
      [INFO] ------------------------------------------------------------------------
      [INFO]
      [INFO] — maven-release-plugin:2.5.1:prepare (default-cli) @ kylin —
      [INFO] Resuming release from phase 'run-preparation-goals'
      [INFO] Executing preparation goals - since this is simulation mode it is running against the original project, not the rewritten ones
      [INFO] Executing goals 'clean verify'...
      [WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
      [INFO] [INFO] Scanning for projects...
      [INFO] [WARNING]
      [INFO] [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:atopcalcite:jar:0.7.1-incubating-SNAPSHOT
      [INFO] [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [INFO] [WARNING]
      [INFO] [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-common:jar:0.7.1-incubating-SNAPSHOT
      [INFO] [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [INFO] [WARNING]
      [INFO] [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-metadata:jar:0.7.1-incubating-SNAPSHOT
      [INFO] [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [INFO] [WARNING]
      [INFO] [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-dictionary:jar:0.7.1-incubating-SNAPSHOT
      [INFO] [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [INFO] [WARNING]
      [INFO] [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-cube:jar:0.7.1-incubating-SNAPSHOT
      [INFO] [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [INFO] [WARNING]
      [INFO] [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-job:jar:0.7.1-incubating-SNAPSHOT
      [INFO] [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.hbase:hbase-testing-util:jar -> duplicate declaration of version ${hbase-hadoop2.version} @ org.apache.kylin:kylin-job:[unknown-version], /Users/lukhan/kylin/github/Kylin/job/pom.xml, line 230, column 21
      [INFO] [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [INFO] [WARNING]
      [INFO] [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-storage:jar:0.7.1-incubating-SNAPSHOT
      [INFO] [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [INFO] [WARNING]
      [INFO] [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-query:jar:0.7.1-incubating-SNAPSHOT
      [INFO] [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [INFO] [WARNING]
      [INFO] [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-server:war:0.7.1-incubating-SNAPSHOT
      [INFO] [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.thetransactioncompany:cors-filter:jar -> duplicate declaration of version 1.3.2 @ org.apache.kylin:kylin-server:[unknown-version], /Users/lukhan/kylin/github/Kylin/server/pom.xml, line 447, column 15
      [INFO] [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [INFO] [WARNING] 'build.plugins.plugin.version' for org.springframework.boot:spring-boot-maven-plugin is missing. @ org.apache.kylin:kylin-server:[unknown-version], /Users/lukhan/kylin/github/Kylin/server/pom.xml, line 460, column 21
      [INFO] [WARNING]
      [INFO] [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-jdbc:jar:0.7.1-incubating-SNAPSHOT
      [INFO] [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [INFO] [WARNING]
      [INFO] [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin-invertedindex:jar:0.7.1-incubating-SNAPSHOT
      [INFO] [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ org.apache.kylin:kylin:0.7.1-incubating-SNAPSHOT, /Users/lukhan/kylin/github/Kylin/pom.xml, line 695, column 19
      [INFO] [WARNING]
      [INFO] [WARNING] Some problems were encountered while building the effective model for org.apache.kylin:kylin:pom:0.7.1-incubating-SNAPSHOT
      [INFO] [WARNING] 'build.plugins.plugin.version' for net.ju-n.maven.plugins:checksum-maven-plugin is missing. @ line 695, column 19
      [INFO] [WARNING]
      [INFO] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
      [INFO] [WARNING]
      [INFO] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
      [INFO] [WARNING]
      [INFO] [INFO] ------------------------------------------------------------------------
      [INFO] [INFO] Reactor Build Order:
      [INFO] [INFO]
      [INFO] [INFO] Kylin:HadoopOLAPEngine
      [INFO] [INFO] Kylin:AtopCalcite
      [INFO] [INFO] Kylin:Common
      [INFO] [INFO] Kylin:Metadata
      [INFO] [INFO] Kylin:Dictionary
      [INFO] [INFO] Kylin:Cube
      [INFO] [INFO] Kylin:InvertedIndex
      [INFO] [INFO] Kylin:Job
      [INFO] [INFO] Kylin:Storage
      [INFO] [INFO] Kylin:Query
      [INFO] [INFO] Kylin:JDBC
      [INFO] [INFO] Kylin:RESTServer
      [INFO] [INFO]
      [INFO] [INFO] ------------------------------------------------------------------------
      [INFO] [INFO] Building Kylin:HadoopOLAPEngine 0.7.1-incubating-SNAPSHOT
      [INFO] [INFO] ------------------------------------------------------------------------
      [INFO] [INFO]
      [INFO] [INFO] — maven-clean-plugin:2.5:clean (default-clean) @ kylin —
      [INFO] [INFO] Deleting /Users/lukhan/kylin/github/Kylin/target
      [INFO] [INFO]
      [INFO] [INFO] — maven-remote-resources-plugin:1.5:process (default) @ kylin —
      [INFO] [INFO]
      [INFO] [INFO] — maven-assembly-plugin:2.4.1:single (source-release-assembly) @ kylin —
      [INFO] [INFO] Building zip: /Users/lukhan/kylin/github/Kylin/target/kylin-0.7.1-incubating-SNAPSHOT-source-release.zip
      [INFO] [INFO]
      [INFO] [INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) > generate-sources @ kylin >>>
      [INFO] [INFO]
      [INFO] [INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) < generate-sources @ kylin <<<
      [INFO] [INFO]
      [INFO] [INFO] — maven-source-plugin:2.1.2:jar (attach-sources) @ kylin —
      [INFO] [INFO]
      [INFO] [INFO] — maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ kylin —
      [INFO] [INFO]
      [INFO] [INFO] — maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ kylin —
      [INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
      [INFO] [INFO]
      [INFO] [INFO] — maven-site-plugin:2.0:attach-descriptor (attach-descriptor) @ kylin —
      [INFO] [INFO]
      [INFO] [INFO] — maven-gpg-plugin:1.5:sign (default) @ kylin —
      [INFO] [INFO]
      [INFO] [INFO] — apache-rat-plugin:0.11:check (default) @ kylin —
      [INFO] [INFO] 62 implicit excludes (use -debug for more details).
      [INFO] [INFO] Exclude: *.md
      [INFO] [INFO] Exclude: docs/website
      [INFO] [INFO] Exclude: docs/*.md
      [INFO] [INFO] 16410 resources included (use -debug for more details)

      Attachments

        Issue Links

          Activity

            People

              lukehan Luke Han
              lukehan Luke Han
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: