You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/03/29 18:16:41 UTC

[GitHub] [rocketmq-externals] gripson opened a new issue #541: [rocketmq-connect] Basic checkstyle checks fail

gripson opened a new issue #541: [rocketmq-connect] Basic checkstyle checks fail
URL: https://github.com/apache/rocketmq-externals/issues/541
 
 
   The issue tracker is **ONLY** used for bug report and feature request. 
   
   Any question or RocketMQ proposal please use our [mailing lists](http://rocketmq.apache.org/about/contact/).
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   ```
   $ git clone https://github.com/apache/rocketmq-externals
   $ cd rocketmq-externals/rocketmq-connect
   $ mvn clean install -Dmaven.test.skip=true
   $ mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyle
   ```
   - What did you expect to see?
   Maven Build Success (basic checks pass)
   - What did you see instead?
   ```
   [INFO] Scanning for projects...
   [INFO] ------------------------------------------------------------------------
   [INFO] Reactor Build Order:
   [INFO]
   [INFO] RocketMQ Connect                                                   [pom]
   [INFO] rocketmq-connect-sample                                            [jar]
   [INFO] rocketmq-connect-runtime                                           [jar]
   [INFO]
   ...
   [INFO]
   [INFO] --- apache-rat-plugin:0.12:check (default-cli) @ rocketmq-connect-sample ---
   [INFO] Enabled default license matchers.
   [INFO] Will parse SCM ignores for exclusions...
   [INFO] Finished adding exclusions from SCM ignore files.
   [INFO] 61 implicit excludes (use -debug for more details).
   [INFO] Exclude: README.md
   [INFO] 9 resources included (use -debug for more details)
   [INFO] Rat check: Summary over all files. Unapproved: 1, unknown: 1, generated: 0, approved: 8 licenses.
   [INFO] ------------------------------------------------------------------------
   [INFO] Reactor Summary for RocketMQ Connect 0.0.1-SNAPSHOT:
   [INFO]
   [INFO] RocketMQ Connect ................................... SUCCESS [  1.607 s]
   [INFO] rocketmq-connect-sample ............................ FAILURE [  0.070 s]
   [INFO] rocketmq-connect-runtime ........................... SKIPPED
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  2.008 s
   [INFO] Finished at: 2020-03-29T17:53:43Z
   [INFO] ------------------------------------------------------------------------
   ...
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR]
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
   [ERROR]
   [ERROR] After correcting the problems, you can resume the build with the command
   [ERROR]   mvn <goals> -rf :rocketmq-connect-sample
   ```
   2. Please tell us about your environment:
   ubuntu 18.4 LTS
   Apache Maven 3.6.0
   Java version: 1.8.0_242
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   Some files miss copyright result in this issue. The solution it to add Apache copyright to these files. 
   Refers to the "Coding Guidelines" (https://rocketmq.apache.org/docs/code-guidelines/)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-externals] duhenglucky closed issue #541: [rocketmq-connect] Basic checkstyle checks fail

Posted by GitBox <gi...@apache.org>.
duhenglucky closed issue #541: [rocketmq-connect] Basic checkstyle checks fail
URL: https://github.com/apache/rocketmq-externals/issues/541
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services