Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Fix XML headers and validate #736

Merged
merged 1 commit into from Jul 11, 2017

Conversation

Projects
None yet
3 participants
Contributor

ctron commented Jul 11, 2017

No description provided.

@ctron ctron Fix XML headers and validate
e77c234

codecov bot commented Jul 11, 2017

Codecov Report

Merging #736 into develop will decrease coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #736      +/-   ##
=============================================
- Coverage      54.09%   53.97%   -0.13%     
  Complexity       454      454              
=============================================
  Files            840      840              
  Lines          19692    19692              
  Branches        1780     1780              
=============================================
- Hits           10652    10628      -24     
- Misses          8346     8370      +24     
  Partials         694      694
Impacted Files Coverage Δ Complexity Δ
...pse/kapua/transport/mqtt/MqttClientErrorCodes.java 0% <0%> (-100%) 0% <0%> (ø)
...ipse/kapua/transport/mqtt/MqttClientException.java 0% <0%> (-28.58%) 0% <0%> (ø)
...ransport/mqtt/pooling/PooledMqttClientFactory.java 75.86% <0%> (-10.35%) 0% <0%> (ø)
...a/org/eclipse/kapua/transport/mqtt/MqttClient.java 53.57% <0%> (-5.96%) 0% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2364ffb...e77c234. Read the comment docs.

@ctron ctron merged commit 5739e3e into eclipse:develop Jul 11, 2017

3 of 4 checks passed

codecov/project 53.97% (-0.13%) compared to 2364ffb
Details
codecov/patch Coverage not affected when comparing 2364ffb...e77c234
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
ip-validation
Details

ctron deleted the ctron:feature/fix_xml_headers_1 branch Jul 11, 2017

Contributor

Coduz commented Jul 11, 2017 edited

Hi @ctron ,

this seems to break build on Hudson and local (at least my local build)

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] kapua-build-tools
[INFO] kapua
[INFO] kapua-external
[INFO] swagger-ui
[INFO] swagger-ui-lib
[INFO] kapua-service
[INFO] kapua-liquibase
[INFO] kapua-service-api
[INFO] kapua-user
[INFO] kapua-user-api
[INFO] kapua-security
[INFO] kapua-security-authorization
[INFO] kapua-security-authorization-api
[INFO] kapua-security-authentication
[INFO] kapua-security-authentication-api
[INFO] kapua-commons
[INFO] kapua-locator
[INFO] kapua-guice
[INFO] kapua-security-registration
[INFO] kapua-security-registration-api
[INFO] kapua-account
[INFO] kapua-account-api
[INFO] kapua-message
[INFO] kapua-message-api
[INFO] kapua-device
[INFO] kapua-device-api
[INFO] kapua-device-registry
[INFO] kapua-device-registry-api
[INFO] kapua-datastore
[INFO] kapua-datastore-client-api
[INFO] kapua-test
[INFO] kapua-account-internal
[INFO] kapua-user-internal
[INFO] kapua-sso
[INFO] kapua-sso-jwt
[INFO] kapua-security-shiro
[INFO] kapua-datastore-api
[INFO] kapua-message-internal
[INFO] kapua-datastore-client-embedded
[INFO] kapua-datastore-client-transport
[INFO] kapua-datastore-client-rest
[INFO] kapua-transport
[INFO] kapua-transport-api
[INFO] kapua-device-call
[INFO] kapua-device-call-api
[INFO] kapua-tag
[INFO] kapua-tag-api
[INFO] kapua-device-registry-internal
[INFO] kapua-datastore-internal
[INFO] kapua-translator
[INFO] kapua-translator-api
[INFO] kapua-device-call-kura
[INFO] kapua-device-asset
[INFO] kapua-device-asset-api
[INFO] kapua-device-commons
[INFO] kapua-device-asset-internal
[INFO] kapua-device-command
[INFO] kapua-device-command-api
[INFO] kapua-device-command-internal
[INFO] kapua-device-configuration
[INFO] kapua-device-configuration-api
[INFO] kapua-device-configuration-internal
[INFO] kapua-device-bundle
[INFO] kapua-device-bundle-api
[INFO] kapua-device-bundle-internal
[INFO] kapua-device-packages
[INFO] kapua-device-packages-api
[INFO] kapua-device-packages-internal
[INFO] kapua-device-request
[INFO] kapua-device-request-api
[INFO] kapua-device-request-internal
[INFO] kapua-translator-kapua
[INFO] kapua-translator-kapua-kura
[INFO] kapua-transport-jms
[INFO] kapua-translator-kura
[INFO] kapua-translator-kura-jms
[INFO] kapua-broker-core
[INFO] kapua-security-registration-simple
[INFO] kapua-transport-mqtt
[INFO] kapua-translator-kura-mqtt
[INFO] kapua-device-call-test
[INFO] kapua-device-command-test
[INFO] kapua-tag-internal
[INFO] kapua-stream
[INFO] kapua-stream-api
[INFO] kapua-stream-internal
[INFO] kapua-transport-test
[INFO] kapua-simulator-kura
[INFO] kapua-qa
[INFO] kapua-qa-openshift
[INFO] kapua-sso-api
[INFO] kapua-sso-provider
[INFO] kapua-sso-provider-generic
[INFO] kapua-sso-provider-keycloak
[INFO] kapua-rest-api
[INFO] kapua-assembly
[INFO] kapua-assembly-java-base
[INFO] kapua-assembly-jetty-base
[INFO] kapua-assembly-sql
[INFO] kapua-assembly-broker
[INFO] kapua-assembly-api
[INFO] kapua-console
[INFO] kapua-assembly-console
[INFO] kapua-dev-tools
[INFO] kapua-cucumber-reports
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building kapua-build-tools 0.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua-build-tools ---
[INFO] Deleting /Users/alberto.codutti/dev/git/kapua/develop/build-tools/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ kapua-build-tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ kapua-build-tools ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ kapua-build-tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/alberto.codutti/dev/git/kapua/develop/build-tools/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ kapua-build-tools ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ kapua-build-tools ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ kapua-build-tools ---
[INFO] Building jar: /Users/alberto.codutti/dev/git/kapua/develop/build-tools/target/kapua-build-tools-0.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ kapua-build-tools ---
[INFO] Installing /Users/alberto.codutti/dev/git/kapua/develop/build-tools/target/kapua-build-tools-0.3.0-SNAPSHOT.jar to /Users/alberto.codutti/.m2/repository/org/eclipse/kapua/build/kapua-build-tools/0.3.0-SNAPSHOT/kapua-build-tools-0.3.0-SNAPSHOT.jar
[INFO] Installing /Users/alberto.codutti/dev/git/kapua/develop/build-tools/pom.xml to /Users/alberto.codutti/.m2/repository/org/eclipse/kapua/build/kapua-build-tools/0.3.0-SNAPSHOT/kapua-build-tools-0.3.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building kapua 0.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kapua ---
[INFO] Deleting /Users/alberto.codutti/dev/git/kapua/develop/target
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @ kapua ---
[INFO] There are 133 errors reported by Checkstyle 7.6.1 with checkstyle/kapua.xml ruleset.
[ERROR] assembly/broker/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] assembly/broker/bin/pom.xml:[664,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] assembly/broker/bin/src/main/descriptors/kapua-broker.xml:[9] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] assembly/broker/bin/src/main/resources/conf/broker/camel-experimental.xml:[13] (header) RegexpHeader: Line does not match expected header line of '^ ?-->$'.
[ERROR] assembly/broker/bin/src/main/resources/conf/broker/camel.xml:[13] (header) RegexpHeader: Line does not match expected header line of '^ ?-->$'.
[ERROR] assembly/broker/bin/src/main/resources/conf/broker/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] assembly/broker/bin/src/main/resources/conf/broker/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] assembly/java-base/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] assembly/java-base/bin/pom.xml:[53,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] assembly/jetty-base/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] assembly/jetty-base/bin/pom.xml:[53,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] assembly/jetty-base/bin/src/main/descriptors/jetty-base.xml:[9] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] assembly/jetty-base/bin/src/main/descriptors/kapua-api-jetty.xml:[9] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] assembly/jetty-base/bin/src/main/descriptors/kapua-cucumber-report.xml:[9] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] assembly/jetty-base/bin/src/main/resources/conf/console-tomcat/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] assembly/jetty-base/bin/src/main/resources/conf/console-tomcat/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] assembly/sql/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] assembly/sql/bin/pom.xml:[57,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] assembly/sql/bin/src/main/descriptors/kapua-sql.xml:[9] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] broker-core/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] broker-core/bin/pom.xml:[15,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] broker-core/bin/src/main/resources/locator.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] broker-core/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] broker-core/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] build-tools/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] build-tools/bin/src/main/resources/checkstyle/kapua.suppressions.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] build-tools/bin/src/main/resources/checkstyle/kapua.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] build-tools/bin/src/main/toolchains/fedora-rhel-centos.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] build-tools/bin/src/main/toolchains/fedora-rhel-centos.xml:[6,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] build-tools/bin/src/main/toolchains/travis-ci.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] build-tools/bin/src/main/toolchains/travis-ci.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] console/bin/pom.xml:[256,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] console/bin/src/main/resources/locator.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] console/bin/src/main/resources/org/eclipse/kapua/app/console/admin.gwt.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] console/bin/src/main/resources/org/eclipse/kapua/app/console/adminDev.gwt.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] console/bin/src/main/webapp/META-INF/context.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] console/bin/src/main/webapp/META-INF/context.xml:[18,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] console/bin/src/main/webapp/WEB-INF/web.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] console/bin/src/main/webapp/WEB-INF/web.xml:[72,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] console/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] console/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] external/swagger-ui/bin/pom.xml:[3] (header) RegexpHeader: Line does not match expected header line of '^ Copyright (c) \d{4}(|, \d{4}) (.) and others.?$'.
[ERROR] external/swagger-ui/bin/pom.xml:[15,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] external/swagger-ui-lib/bin/pom.xml:[3] (header) RegexpHeader: Line does not match expected header line of '^ Copyright (c) \d{4}(|, \d{4}) (.
) and others.?$'.
[ERROR] external/swagger-ui-lib/bin/pom.xml:[15,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] locator/guice/bin/pom.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] locator/guice/bin/pom.xml:[3,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] locator/guice/bin/src/test/resources/locator-1.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] locator/guice/bin/src/test/resources/locator-1.xml:[15,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] locator/guice/bin/src/test/resources/locator.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] locator/guice/bin/src/test/resources/locator.xml:[15,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] locator/guice/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] qa/bin/src/test/resources/camel-experimental.xml:[13] (header) RegexpHeader: Line does not match expected header line of '^ ?-->$'.
[ERROR] qa/bin/src/test/resources/camel.xml:[13] (header) RegexpHeader: Line does not match expected header line of '^ ?-->$'.
[ERROR] qa/bin/src/test/resources/locator.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] qa/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] qa/bin/src/test/resources/logback.xml:[16,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] qa-openshift/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] rest-api/bin/pom.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] rest-api/bin/pom.xml:[3,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] rest-api/bin/src/main/resources/locator.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] rest-api/bin/src/main/webapp/WEB-INF/web.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] rest-api/bin/src/main/webapp/WEB-INF/web.xml:[47,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] rest-api/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] rest-api/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] service/datastore/client-embedded/bin/pom.xml:[1] (header) RegexpHeader: Line does not match expected header line of '^<?xml.>$'.
[ERROR] service/datastore/client-transport/bin/pom.xml:[1] (header) RegexpHeader: Line does not match expected header line of '^<?xml.
>$'.
[ERROR] service/device/asset/internal/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] service/device/asset/internal/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] service/device/asset/internal/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] service/device/bundle/internal/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] service/device/bundle/internal/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] service/device/bundle/internal/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] service/device/call/test/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] service/device/call/test/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] service/device/call/test/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] service/device/command/internal/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] service/device/command/internal/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] service/device/command/internal/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] service/device/command/test/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] service/device/command/test/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] service/device/command/test/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] service/device/configuration/internal/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] service/device/configuration/internal/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] service/device/configuration/internal/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] service/device/packages/internal/bin/pom.xml:[3] (header) RegexpHeader: Line does not match expected header line of '^ Copyright (c) \d{4}(|, \d{4}) (.) and others.?$'.
[ERROR] service/device/packages/internal/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] service/device/packages/internal/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] service/device/request/internal/bin/pom.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] service/security/registration/simple/bin/pom.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] service/stream/internal/bin/pom.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] simulator-kura/bin/pom.xml:[3] (header) RegexpHeader: Line does not match expected header line of '^ Copyright (c) \d{4}(|, \d{4}) (.
) and others.?$'.
[ERROR] simulator-kura/bin/pom.xml:[14,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] simulator-kura/bin/src/main/docker/kura-simulator.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] simulator-kura/bin/src/main/docker/kura-simulator.xml:[3,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] simulator-kura/bin/src/main/docker/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] simulator-kura/bin/src/main/docker/logback.xml:[4,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] simulator-kura/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] simulator-kura/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] sso/api/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] sso/api/bin/pom.xml:[16,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] sso/provider/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] sso/provider/bin/pom.xml:[16,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] sso/provider-generic/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] sso/provider-generic/bin/pom.xml:[16,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] sso/provider-keycloak/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] sso/provider-keycloak/bin/pom.xml:[16,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] test/bin/pom.xml:[227,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] test/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] test/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] translator/api/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] translator/kapua/kura/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] translator/kapua/kura/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] translator/kapua/kura/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] translator/kura/jms/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] translator/kura/jms/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] translator/kura/jms/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] translator/kura/mqtt/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] translator/kura/mqtt/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] translator/kura/mqtt/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] transport/api/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] transport/jms/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] transport/jms/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] transport/jms/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] transport/mqtt/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] transport/mqtt/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] transport/mqtt/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[ERROR] transport/test/bin/pom.xml:[4] (header) RegexpHeader: Line does not match expected header line of '^$'.
[ERROR] transport/test/bin/src/test/resources/logback.xml:[2] (header) RegexpHeader: Line does not match expected header line of '^<!--$'.
[ERROR] transport/test/bin/src/test/resources/logback.xml:[5,1] (whitespace) FileTabCharacter: File contains tab characters (this is the first instance).
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] kapua-build-tools .................................. SUCCESS [ 1.434 s]
[INFO] kapua .............................................. FAILURE [ 12.870 s]
[INFO] kapua-external ..................................... SKIPPED
[INFO] swagger-ui ......................................... SKIPPED
[INFO] swagger-ui-lib ..................................... SKIPPED
[INFO] kapua-service ...................................... SKIPPED
[INFO] kapua-liquibase .................................... SKIPPED
[INFO] kapua-service-api .................................. SKIPPED
[INFO] kapua-user ......................................... SKIPPED
[INFO] kapua-user-api ..................................... SKIPPED
[INFO] kapua-security ..................................... SKIPPED
[INFO] kapua-security-authorization ....................... SKIPPED
[INFO] kapua-security-authorization-api ................... SKIPPED
[INFO] kapua-security-authentication ...................... SKIPPED
[INFO] kapua-security-authentication-api .................. SKIPPED
[INFO] kapua-commons ...................................... SKIPPED
[INFO] kapua-locator ...................................... SKIPPED
[INFO] kapua-guice ........................................ SKIPPED
[INFO] kapua-security-registration ........................ SKIPPED
[INFO] kapua-security-registration-api .................... SKIPPED
[INFO] kapua-account ...................................... SKIPPED
[INFO] kapua-account-api .................................. SKIPPED
[INFO] kapua-message ...................................... SKIPPED
[INFO] kapua-message-api .................................. SKIPPED
[INFO] kapua-device ....................................... SKIPPED
[INFO] kapua-device-api ................................... SKIPPED
[INFO] kapua-device-registry .............................. SKIPPED
[INFO] kapua-device-registry-api .......................... SKIPPED
[INFO] kapua-datastore .................................... SKIPPED
[INFO] kapua-datastore-client-api ......................... SKIPPED
[INFO] kapua-test ......................................... SKIPPED
[INFO] kapua-account-internal ............................. SKIPPED
[INFO] kapua-user-internal ................................ SKIPPED
[INFO] kapua-sso .......................................... SKIPPED
[INFO] kapua-sso-jwt ...................................... SKIPPED
[INFO] kapua-security-shiro ............................... SKIPPED
[INFO] kapua-datastore-api ................................ SKIPPED
[INFO] kapua-message-internal ............................. SKIPPED
[INFO] kapua-datastore-client-embedded .................... SKIPPED
[INFO] kapua-datastore-client-transport ................... SKIPPED
[INFO] kapua-datastore-client-rest ........................ SKIPPED
[INFO] kapua-transport .................................... SKIPPED
[INFO] kapua-transport-api ................................ SKIPPED
[INFO] kapua-device-call .................................. SKIPPED
[INFO] kapua-device-call-api .............................. SKIPPED
[INFO] kapua-tag .......................................... SKIPPED
[INFO] kapua-tag-api ...................................... SKIPPED
[INFO] kapua-device-registry-internal ..................... SKIPPED
[INFO] kapua-datastore-internal ........................... SKIPPED
[INFO] kapua-translator ................................... SKIPPED
[INFO] kapua-translator-api ............................... SKIPPED
[INFO] kapua-device-call-kura ............................. SKIPPED
[INFO] kapua-device-asset ................................. SKIPPED
[INFO] kapua-device-asset-api ............................. SKIPPED
[INFO] kapua-device-commons ............................... SKIPPED
[INFO] kapua-device-asset-internal ........................ SKIPPED
[INFO] kapua-device-command ............................... SKIPPED
[INFO] kapua-device-command-api ........................... SKIPPED
[INFO] kapua-device-command-internal ...................... SKIPPED
[INFO] kapua-device-configuration ......................... SKIPPED
[INFO] kapua-device-configuration-api ..................... SKIPPED
[INFO] kapua-device-configuration-internal ................ SKIPPED
[INFO] kapua-device-bundle ................................ SKIPPED
[INFO] kapua-device-bundle-api ............................ SKIPPED
[INFO] kapua-device-bundle-internal ....................... SKIPPED
[INFO] kapua-device-packages .............................. SKIPPED
[INFO] kapua-device-packages-api .......................... SKIPPED
[INFO] kapua-device-packages-internal ..................... SKIPPED
[INFO] kapua-device-request ............................... SKIPPED
[INFO] kapua-device-request-api ........................... SKIPPED
[INFO] kapua-device-request-internal ...................... SKIPPED
[INFO] kapua-translator-kapua ............................. SKIPPED
[INFO] kapua-translator-kapua-kura ........................ SKIPPED
[INFO] kapua-transport-jms ................................ SKIPPED
[INFO] kapua-translator-kura .............................. SKIPPED
[INFO] kapua-translator-kura-jms .......................... SKIPPED
[INFO] kapua-broker-core .................................. SKIPPED
[INFO] kapua-security-registration-simple ................. SKIPPED
[INFO] kapua-transport-mqtt ............................... SKIPPED
[INFO] kapua-translator-kura-mqtt ......................... SKIPPED
[INFO] kapua-device-call-test ............................. SKIPPED
[INFO] kapua-device-command-test .......................... SKIPPED
[INFO] kapua-tag-internal ................................. SKIPPED
[INFO] kapua-stream ....................................... SKIPPED
[INFO] kapua-stream-api ................................... SKIPPED
[INFO] kapua-stream-internal .............................. SKIPPED
[INFO] kapua-transport-test ............................... SKIPPED
[INFO] kapua-simulator-kura ............................... SKIPPED
[INFO] kapua-qa ........................................... SKIPPED
[INFO] kapua-qa-openshift ................................. SKIPPED
[INFO] kapua-sso-api ...................................... SKIPPED
[INFO] kapua-sso-provider ................................. SKIPPED
[INFO] kapua-sso-provider-generic ......................... SKIPPED
[INFO] kapua-sso-provider-keycloak ........................ SKIPPED
[INFO] kapua-rest-api ..................................... SKIPPED
[INFO] kapua-assembly ..................................... SKIPPED
[INFO] kapua-assembly-java-base ........................... SKIPPED
[INFO] kapua-assembly-jetty-base .......................... SKIPPED
[INFO] kapua-assembly-sql ................................. SKIPPED
[INFO] kapua-assembly-broker .............................. SKIPPED
[INFO] kapua-assembly-api ................................. SKIPPED
[INFO] kapua-console ...................................... SKIPPED
[INFO] kapua-assembly-console ............................. SKIPPED
[INFO] kapua-dev-tools .................................... SKIPPED
[INFO] kapua-cucumber-reports ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.073 s
[INFO] Finished at: 2017-07-11T11:56:50+02:00
[INFO] Final Memory: 41M/567M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (checkstyle-check) on project kapua: You have 133 Checkstyle violations. -> [Help 1]
[ERROR]
[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 -rf :kapua

Travis is fine. Can you please look at it?

Contributor

Coduz commented Jul 11, 2017

Hi @ctron

I fixed the problem reported on #739

Regards,

Alberto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment