You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/13 14:00:22 UTC

[camel-kafka-connector] 01/01: Merge pull request #48 from apache/add-checkstyle

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 7dd49f0b2c35ac91c732a98091cfcac86abf2ba6
Merge: 79b0ebe ce5a5fd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 13 15:00:13 2019 +0100

    Merge pull request #48 from apache/add-checkstyle
    
    Add checkstyle profile

 buildingtools/META-INF/LICENSE                     | 202 +++++++++++
 buildingtools/META-INF/NOTICE                      |  70 ++++
 buildingtools/java9-maven-settings                 |   2 +
 buildingtools/java9-maven-settings.bat             |  18 +
 buildingtools/pom.xml                              | 110 ++++++
 buildingtools/src/main/resources/META-INF/LICENSE  | 202 +++++++++++
 buildingtools/src/main/resources/META-INF/NOTICE   |  70 ++++
 .../resources/camel-checkstyle-suppressions.xml    |  63 ++++
 .../src/main/resources/camel-checkstyle.xml        | 380 +++++++++++++++++++++
 .../src/main/resources/camel-eclipse-checkstyle    |  27 ++
 buildingtools/src/main/resources/camel-eclipse-pmd |  23 ++
 .../src/main/resources/camel-pmd-ruleset.xml       | 206 +++++++++++
 buildingtools/src/main/resources/header-java.txt   |  16 +
 .../src/main/resources/header-properties.txt       |  16 +
 buildingtools/src/main/resources/header-xml.txt    |  18 +
 buildingtools/src/main/resources/header.txt        |  14 +
 .../license-properties-headerdefinition.xml        |  30 ++
 .../src/main/resources/notice-supplements.xml      | 215 ++++++++++++
 core/pom.xml                                       |   2 +-
 parent/pom.xml                                     |   9 +-
 pom.xml                                            |   3 +-
 tests/pom.xml                                      |   2 +-
 22 files changed, 1691 insertions(+), 7 deletions(-)