Skip to content

Instantly share code, notes, and snippets.

@cdwijayarathna
Created March 3, 2017 11:22
Show Gist options
  • Save cdwijayarathna/6a6b6d2ecbe680cfe422810023eb12c9 to your computer and use it in GitHub Desktop.
Save cdwijayarathna/6a6b6d2ecbe680cfe422810023eb12c9 to your computer and use it in GitHub Desktop.
[INFO] Building WSO2 Carbon - SCIM - Common Component 2.0.16-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.wso2.carbon.identity.inbound.provisioning.scim2.common ---
[INFO] Deleting E:\wso2\sources\identity-inbound-provisioning-scim2\components\org.wso2.carbon.identity.inbound.provisioning.scim2.common\target
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:check (validate) @ org.wso2.carbon.identity.inbound.provisioning.scim2.common ---
[INFO] Starting audit...
E:\wso2\sources\identity-inbound-provisioning-scim2\components\org.wso2.carbon.identity.inbound.provisioning.scim2.common\src\test\java\org\wso2\carbon\identity\inbound\provisioning\scim2\common\test\unit\SCIMCommonUtilsTests.java:33: error: First sentence should end with a period.
Audit done.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] WSO2 Carbon - SCIM Provisioning Module ............. SUCCESS [ 20.339 s]
[INFO] WSO2 Carbon - SCIM - Common Component .............. FAILURE [ 3.487 s]
[INFO] WSO2 Carbon - SCIM - Service Provider Component .... SKIPPED
[INFO] WSO2 Carbon - SCIM - Common Feature ................ SKIPPED
[INFO] WSO2 Carbon - SCIM - Service Provider Feature ...... SKIPPED
[INFO] WSO2 Carbon Identity User Mgt Tests - Distribution . SKIPPED
[INFO] WSO2 Carbon Security JDBC User Store Tests - Parent SKIPPED
[INFO] WSO2 Carbon Identity Inbound Provisioning SCIM2 - OSGi Tests SKIPPED
[INFO] WSO2 Identity Inbound Provisioning SCIM2 - Test coverage SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38.626 s
[INFO] Finished at: 2017-03-03T22:17:47+11:00
[INFO] Final Memory: 32M/213M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (validate) on project org.wso2.carbon.identity.inbound.provisioning.scim2.common: Failed during checkstyle execution: There is 1 error reported by Checkstyle 6.11.2 with https://raw.githubusercontent.com/wso2/code-quality-tools/master/checkstyle/checkstyle.xml ruleset. -> [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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.wso2.carbon.identity.inbound.provisioning.scim2.common
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment