[Builder] Build failed in Jenkins: platform-builds » carbon-apimgt_6.x » WSO2 Carbon - API Management Aggregator POM #1542
cbuilder at wso2.org
cbuilder at wso2.org
Wed Jun 13 08:13:56 PDT 2018
See <http://54.169.129.84:8080/jenkins/job/platform-builds/job/carbon-apimgt_6.x/org.wso2.carbon.apimgt$carbon-apimgt/1542/display/redirect?page=changes>
Changes:
[jenkins-bot] [WSO2 Release] [Jenkins #1541] [Release 6.3.62] prepare release v6.3.62
[jenkins-bot] [WSO2 Release] [Jenkins #1541] [Release 6.3.62] prepare for next
------------------------------------------
[...truncated 1.91 MB...]
[INFO] Running org.wso2.carbon.apimgt.impl.workflow.APIStateChangeSimpleWorkflowExecutorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.wso2.carbon.apimgt.impl.workflow.APIStateChangeSimpleWorkflowExecutorTest
[INFO] Running org.wso2.carbon.apimgt.impl.notification.NewAPIVersionEmailNotifierTest
[INFO] 50298 [main] INFO org.wso2.carbon.apimgt.impl.notification.NewAPIVersionEmailNotifier - notification sent to Email Adapter
[INFO] 50303 [main] INFO org.wso2.carbon.apimgt.impl.notification.NewAPIVersionEmailNotifier - Empty email list. Please set subscriber's email addresses
[INFO] Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.017 sec <<< FAILURE! - in org.wso2.carbon.apimgt.impl.notification.NewAPIVersionEmailNotifierTest
[INFO] testShouldNotSendNotificationWhenSubscribersUnavailable(org.wso2.carbon.apimgt.impl.notification.NewAPIVersionEmailNotifierTest) Time elapsed: 0.008 sec <<< ERROR!
[INFO] org.mockito.exceptions.misusing.InvalidUseOfMatchersException:
[INFO] Misplaced argument matcher detected here:
[INFO]
[INFO] -> at org.wso2.carbon.apimgt.impl.workflow.APIStateChangeSimpleWorkflowExecutorTest.testGetWorkflowDetails(APIStateChangeSimpleWorkflowExecutorTest.java:66)
[INFO]
[INFO] You cannot use argument matchers outside of verification or stubbing.
[INFO] Examples of correct usage of argument matchers:
[INFO] when(mock.get(anyInt())).thenReturn(null);
[INFO] doThrow(new RuntimeException()).when(mock).someVoidMethod(anyObject());
[INFO] verify(mock).someMethod(contains("foo"))
[INFO]
[INFO] Also, this error might show up because you use argument matchers with methods that cannot be mocked.
[INFO] Following methods *cannot* be stubbed/verified: final/private/equals()/hashCode().
[INFO] Mocking methods declared on non-public parent classes is not supported.
[INFO]
[INFO] at org.wso2.carbon.apimgt.impl.notification.NewAPIVersionEmailNotifierTest.setup(NewAPIVersionEmailNotifierTest.java:47)
[INFO]
[INFO] Running org.wso2.carbon.apimgt.impl.notification.NotificationExecutorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.wso2.carbon.apimgt.impl.notification.NotificationExecutorTest
[INFO] Running org.wso2.carbon.apimgt.impl.AbstractKeyManagerTestCase
[INFO] 50314 [main] ERROR org.wso2.carbon.apimgt.impl.AbstractKeyManager - Error occurred while parsing JSON String
[INFO] 50314 [Thread-25] ERROR org.wso2.carbon.utils.CarbonUtils - Cannot read file /repository/conf/carbon.xml
[INFO] Unexpected character (d) at position 1.
[INFO] at org.json.simple.parser.Yylex.yylex(Unknown Source)
[INFO] at org.json.simple.parser.JSONParser.nextToken(Unknown Source)
[INFO] at org.json.simple.parser.JSONParser.parse(Unknown Source)
[INFO] at org.json.simple.parser.JSONParser.parse(Unknown Source)
[INFO] at org.json.simple.parser.JSONParser.parse(Unknown Source)
[INFO] at org.wso2.carbon.apimgt.impl.AbstractKeyManager.buildAccessTokenRequestFromJSON(AbstractKeyManager.java:61)
[INFO] at org.wso2.carbon.apimgt.impl.AbstractKeyManagerTestCase.buildAccessTokenRequestFromJSONTest(AbstractKeyManagerTestCase.java:67)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:497)
[INFO] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
[INFO] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
[INFO] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
[INFO] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
[INFO] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
[INFO] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
[INFO] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
[INFO] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
[INFO] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
[INFO] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
[INFO] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
[INFO] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
[INFO] at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
[INFO] at org.junit.runners.Suite.runChild(Suite.java:128)
[INFO] at org.junit.runners.Suite.runChild(Suite.java:27)
[INFO] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
[INFO] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
[INFO] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
[INFO] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
[INFO] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
[INFO] at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
[INFO] at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
[INFO] at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
[INFO] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:108)
[INFO] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:78)
[INFO] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
[INFO] at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:144)
[INFO] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
[INFO] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
[INFO] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
[INFO] java.io.FileNotFoundException: /repository/conf/carbon.xml (No such file or directory)
[INFO] at java.io.FileInputStream.open0(Native Method)
[INFO] at java.io.FileInputStream.open(FileInputStream.java:195)
[INFO] at java.io.FileInputStream.<init>(FileInputStream.java:138)
[INFO] at org.wso2.carbon.utils.CarbonUtils.getServerConfiguration(CarbonUtils.java:627)
[INFO] at org.wso2.carbon.context.internal.CarbonContextDataHolder.setupAuthenticator(CarbonContextDataHolder.java:299)
[INFO] at org.wso2.carbon.context.internal.CarbonContextDataHolder.<clinit>(CarbonContextDataHolder.java:174)
[INFO] at org.wso2.carbon.context.PrivilegedCarbonContext.getThreadLocalCarbonContext(PrivilegedCarbonContext.java:94)
[INFO] at org.wso2.carbon.apimgt.impl.notification.Notifier.setThreadLocalContxet(Notifier.java:64)
[INFO] at org.wso2.carbon.apimgt.impl.notification.Notifier.run(Notifier.java:43)
[INFO] at java.lang.Thread.run(Thread.java:745)
[INFO] 50318 [Thread-25] ERROR org.wso2.carbon.base.api.ServerConfigurationService - Cannot get ServerConfiguration document element
[INFO] java.lang.NullPointerException
[INFO] at org.wso2.carbon.base.ServerConfiguration.getDocumentElementInternal(ServerConfiguration.java:459)
[INFO] at org.wso2.carbon.base.ServerConfiguration.getDocumentElement(ServerConfiguration.java:450)
[INFO] at org.wso2.carbon.context.internal.CarbonContextDataHolder.setupAuthenticator(CarbonContextDataHolder.java:299)
[INFO] at org.wso2.carbon.context.internal.CarbonContextDataHolder.<clinit>(CarbonContextDataHolder.java:174)
[INFO] at org.wso2.carbon.context.PrivilegedCarbonContext.getThreadLocalCarbonContext(PrivilegedCarbonContext.java:94)
[INFO] at org.wso2.carbon.apimgt.impl.notification.Notifier.setThreadLocalContxet(Notifier.java:64)
[INFO] at org.wso2.carbon.apimgt.impl.notification.Notifier.run(Notifier.java:43)
[INFO] at java.lang.Thread.run(Thread.java:745)
[INFO] 50318 [main] ERROR org.wso2.carbon.apimgt.impl.AbstractKeyManager - Error occurred while parsing JSON String
[INFO] Unexpected character (i) at position 1.
[INFO] at org.json.simple.parser.Yylex.yylex(Unknown Source)
[INFO] at org.json.simple.parser.JSONParser.nextToken(Unknown Source)
[INFO] at org.json.simple.parser.JSONParser.parse(Unknown Source)
[INFO] at org.json.simple.parser.JSONParser.parse(Unknown Source)
[INFO] at org.json.simple.parser.JSONParser.parse(Unknown Source)
[INFO] at org.wso2.carbon.apimgt.impl.AbstractKeyManager.buildFromJSON(AbstractKeyManager.java:102)
[INFO] at org.wso2.carbon.apimgt.impl.AbstractKeyManagerTestCase.buildFromJSONTest(AbstractKeyManagerTestCase.java:95)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:497)
[INFO] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
[INFO] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
[INFO] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
[INFO] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
[INFO] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
[INFO] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
[INFO] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
[INFO] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
[INFO] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
[INFO] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
[INFO] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
[INFO] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
[INFO] at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
[INFO] at org.junit.runners.Suite.runChild(Suite.java:128)
[INFO] at org.junit.runners.Suite.runChild(Suite.java:27)
[INFO] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
[INFO] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
[INFO] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
[INFO] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
[INFO] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
[INFO] at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
[INFO] at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
[INFO] at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
[INFO] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:108)
[INFO] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:78)
[INFO] at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
[INFO] at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:144)
[INFO] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
[INFO] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
[INFO] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.wso2.carbon.apimgt.impl.AbstractKeyManagerTestCase
[INFO] 50406 [Thread-25] ERROR org.wso2.carbon.context.internal.CarbonContextDataHolder - Unable to read Server Configuration
[INFO]
[INFO] Results :
[INFO]
[INFO] Tests in error:
[INFO] NewAPIVersionEmailNotifierTest.setup:47 InvalidUseOfMatchers
[INFO] Misplaced argume...
[INFO]
[INFO] Tests run: 870, Failures: 0, Errors: 1, Skipped: 0
[INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] WSO2 Carbon - API Management Aggregator POM ....... SUCCESS [1.066s]
[INFO] [INFO] API Management .................................... SUCCESS [0.013s]
[INFO] [INFO] WSO2 Carbon - API Security Handler Service Stub ... SUCCESS [5.914s]
[INFO] [INFO] WSO2 Carbon - API Key Management Stub ............. SUCCESS [6.169s]
[INFO] [INFO] WSO2 Carbon - API Gateway Management Stub ......... SUCCESS [2.893s]
[INFO] [INFO] WSO2 Carbon - API Stat Publishing Status Update Service Stub SUCCESS [1.773s]
[INFO] [INFO] WSO2 Carbon - Tier Cache Service Stub ............. SUCCESS [1.817s]
[INFO] [INFO] WSO2 Carbon - Registry Cache Invalidation Service Stub SUCCESS [1.664s]
[INFO] [INFO] OpenID Connect Authenticator stubs ................ SUCCESS [0.010s]
[INFO] [INFO] WSO2 Carbon - OpenID Connect Authenticator Stub ... SUCCESS [2.969s]
[INFO] [INFO] API Management .................................... SUCCESS [0.007s]
[INFO] [INFO] WSO2 Carbon - Api for API Management .............. SUCCESS [1.294s]
[INFO] [INFO] WSO2 Carbon - API Key Mgt Client .................. SUCCESS [3.000s]
[INFO] [INFO] WSO2 Carbon - API Management Implementation ....... FAILURE [2:40.150s]
[INFO] [INFO] WSO2 Carbon - API Management Usage Aggregator Module SKIPPED
[INFO] [INFO] WSO2 Carbon - API Management Usage Client ......... SKIPPED
[INFO] [INFO] WSO2 Carbon - HostObject for API management ....... SKIPPED
[INFO] [INFO] WSO2 Carbon - API Key Mgt ......................... SKIPPED
[INFO] [INFO] WSO2 Carbon - API Management Usage Publisher ...... SKIPPED
[INFO] [INFO] WSO2 Carbon - API Gateway ......................... SKIPPED
[INFO] [INFO] WSO2 Carbon - API Management Core ................. SKIPPED
[INFO] [INFO] WSO2 Carbon - API Manager Rest API Utility ........ SKIPPED
[INFO] [INFO] WSO2 Carbon - API Manager Incerceptor for throttle data service SKIPPED
[INFO] [INFO] WSO2 API Manager Store REST API ................... SKIPPED
[INFO] [INFO] WSO2 API Manager Publisher REST API ............... SKIPPED
[INFO] [INFO] WSO2 API Manager Admin REST API ................... SKIPPED
[INFO] [INFO] WSO2 Carbon API Manager- Dynamic Client Registration Web Service SKIPPED
[INFO] [INFO] WSO2 API Manager Throttle Data Service ............ SKIPPED
[INFO] [INFO] WSO2 API Manager Throttling Siddhi Extension ...... SKIPPED
[INFO] [INFO] WSO2 Carbon - Sample API .......................... SKIPPED
[INFO] [INFO] WSO2 Carbon - Sample API .......................... SKIPPED
[INFO] [INFO] org.wso2.carbon.apimgt.jms.listener ............... SKIPPED
[INFO] [INFO] org.wso2.carbon.apimgt.broker.lifecycle ........... SKIPPED
[INFO] [INFO] WSO2 Carbon - API Manager Micro API Gateway ....... SKIPPED
[INFO] [INFO] WSO2 Carbon - Micro API Gateway Common ............ SKIPPED
[INFO] [INFO] WSO2 Carbon - Micro API Gateway Tenant Initialization SKIPPED
[INFO] [INFO] WSO2 Carbon - Micro API Gateway Throttling Synchronizer SKIPPED
[INFO] [INFO] WSO2 Carbon - Micro API Gateway Usage publisher ... SKIPPED
[INFO] [INFO] WSO2 Carbon - Micro API Gateway REST API .......... SKIPPED
[INFO] [INFO] WSO2 Carbon - Micro API Gateway API synchronization SKIPPED
[INFO] [INFO] WSO2 Carbon - Micro API Gateway Configurator ...... SKIPPED
[INFO] [INFO] WSO2 Carbon - Micro API Gateway Status Checker .... SKIPPED
[INFO] [INFO] Forum ............................................. SKIPPED
[INFO] [INFO] WSO2 Carbon - Forum Component ..................... SKIPPED
[INFO] [INFO] WSO2 Carbon - Hostobjects Aggregator Module ....... SKIPPED
[INFO] [INFO] WSO2 Carbon - Single Sign-On Relying party HostObject SKIPPED
[INFO] [INFO] WSO2 Carbon - OIDC Based SSO Authenticator Aggregator Module SKIPPED
[INFO] [INFO] OIDC SSO Authenticator - UI bundle ................ SKIPPED
[INFO] [INFO] OIDC Authenticator - BE bundle .................... SKIPPED
[INFO] [INFO] WSO2 Carbon -OIDC HostObject ...................... SKIPPED
[INFO] [INFO] WSO2 Carbon - API management Feature Aggregator Module SKIPPED
[INFO] [INFO] WSO2 Carbon - Api management Core Feature ......... SKIPPED
[INFO] [INFO] WSO2 Carbon - Api management Gateway Feature ...... SKIPPED
[INFO] [INFO] WSO2 Carbon - Api Management JMS Listener Feature . SKIPPED
[INFO] [INFO] WSO2 Carbon - API Publisher Feature ............... SKIPPED
[INFO] [INFO] WSO2 Carbon - API Store Feature ................... SKIPPED
[INFO] [INFO] WSO2 Carbon - Api management Key Manager Feature .. SKIPPED
[INFO] [INFO] WSO2 Carbon - Api management Micro Gateway Default Feature SKIPPED
[INFO] [INFO] WSO2 Carbon - Api management Micro Gateway Feature SKIPPED
[INFO] [INFO] WSO2 Carbon - Api management Feature .............. SKIPPED
[INFO] [INFO] WSO2 Carbon - API Publisher Rest API Feature ...... SKIPPED
[INFO] [INFO] WSO2 Carbon - API Store Rest API Feature .......... SKIPPED
[INFO] [INFO] WSO2 Carbon - API Manager Admin Rest API Feature .. SKIPPED
[INFO] [INFO] WSO2 Carbon - API Dynamic Client Registration Rest API Feature SKIPPED
[INFO] [INFO] WSO2 Carbon - SCXML Feature ....................... SKIPPED
[INFO] [INFO] WSO2 Carbon - Event Throtting Siddhi Extension .... SKIPPED
[INFO] [INFO] WSO2 Carbon - Forum Feature Aggregator Module ..... SKIPPED
[INFO] [INFO] WSO2 Carbon - Forum Server Feature ................ SKIPPED
[INFO] [INFO] WSO2 Carbon - Forum Feature ....................... SKIPPED
[INFO] [INFO] WSO2 Carbon - OIDC Authenticator Feature Aggregator Module SKIPPED
[INFO] [INFO] OIDC based authenticator UI Feature ............... SKIPPED
[INFO] [INFO] OIDC based authenticator Server Feature ........... SKIPPED
[INFO] [INFO] OIDC based Single Sign-On authenticator Feature ... SKIPPED
[INFO] [INFO] OIDC based authenticator - Hostobject ............. SKIPPED
[INFO] [INFO] WSO2 APIManager - Feature Categories .............. SKIPPED
[INFO] [INFO] API Gateway Manager 6.3.63 ........................ SKIPPED
[INFO] [INFO] API Gateway Worker 6.3.63 ......................... SKIPPED
[INFO] [INFO] API Key Manager 6.3.63 ............................ SKIPPED
[INFO] [INFO] API Publisher 6.3.63 .............................. SKIPPED
[INFO] [INFO] API Store 6.3.63 .................................. SKIPPED
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 3:09.603s
[INFO] [INFO] Finished at: Wed Jun 13 15:13:23 UTC 2018
[INFO] [INFO] Final Memory: 131M/577M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project org.wso2.carbon.apimgt.impl: There are test failures.
[INFO] [ERROR]
[INFO] [ERROR] Please refer to <http://54.169.129.84:8080/jenkins/job/platform-builds/job/carbon-apimgt_6.x/org.wso2.carbon.apimgt$carbon-apimgt/ws/components/apimgt/org.wso2.carbon.apimgt.impl/target/surefire-reports> for the individual test results.
[INFO] [ERROR] -> [Help 1]
[INFO] [ERROR]
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[INFO] [ERROR]
[INFO] [ERROR] After correcting the problems, you can resume the build with the command
[INFO] [ERROR] mvn <goals> -rf :org.wso2.carbon.apimgt.impl
More information about the Builder
mailing list