Build failed in Jenkins: java-identity-provider-v5-nightly #1298
Shibboleth Jenkins
noreply at shibboleth.net
Fri Nov 7 11:05:43 UTC 2025
See <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/1298/display/redirect?page=changes>
Changes:
[Brent Putman] JSATTR-6: SAML AttributeQuery DataConnector
------------------------------------------
[...truncated 594.83 KiB...]
at org.testng.TestNG.runSuites(TestNG.java:1099)
at org.testng.TestNG.run(TestNG.java:1067)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[ERROR] net.shibboleth.idp.test.flows.admin.ResolverTestFlowTest.testSAML1ResolverTestFlow -- Time elapsed: 0.015 s <<< FAILURE!
java.lang.AssertionError: expected [true] but found [false]
at org.testng.Assert.fail(Assert.java:110)
at org.testng.Assert.failNotEquals(Assert.java:1577)
at org.testng.Assert.assertTrue(Assert.java:56)
at org.testng.Assert.assertTrue(Assert.java:66)
at net.shibboleth.idp.test.flows.admin.ResolverTestFlowTest.testSAML1ResolverTestFlow(ResolverTestFlowTest.java:74)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
at org.testng.internal.invokers.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:258)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:154)
at org.testng.internal.invokers.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:272)
at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:669)
at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:221)
at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:969)
at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:194)
at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:829)
at org.testng.TestRunner.run(TestRunner.java:602)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:437)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:431)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:391)
at org.testng.SuiteRunner.run(SuiteRunner.java:330)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1256)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1176)
at org.testng.TestNG.runSuites(TestNG.java:1099)
at org.testng.TestNG.run(TestNG.java:1067)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[ERROR] net.shibboleth.idp.test.flows.admin.ResolverTestFlowTest.testSAML2ResolverTestFlow -- Time elapsed: 0.019 s <<< FAILURE!
java.lang.AssertionError: expected [true] but found [false]
at org.testng.Assert.fail(Assert.java:110)
at org.testng.Assert.failNotEquals(Assert.java:1577)
at org.testng.Assert.assertTrue(Assert.java:56)
at org.testng.Assert.assertTrue(Assert.java:66)
at net.shibboleth.idp.test.flows.admin.ResolverTestFlowTest.testSAML2ResolverTestFlow(ResolverTestFlowTest.java:94)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
at org.testng.internal.invokers.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:258)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:154)
at org.testng.internal.invokers.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:272)
at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:669)
at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:221)
at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:969)
at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:194)
at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:829)
at org.testng.TestRunner.run(TestRunner.java:602)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:437)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:431)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:391)
at org.testng.SuiteRunner.run(SuiteRunner.java:330)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1256)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1176)
at org.testng.TestNG.runSuites(TestNG.java:1099)
at org.testng.TestNG.run(TestNG.java:1067)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[ERROR] net.shibboleth.idp.test.flows.mapper.MappingTest.testResolveAndFilter -- Time elapsed: 0.023 s <<< FAILURE!
java.lang.AssertionError
at net.shibboleth.idp.test.flows.mapper.TestAfterFilter.doExecute(TestAfterFilter.java:38)
at org.opensaml.profile.action.AbstractProfileAction.execute(AbstractProfileAction.java:170)
at net.shibboleth.idp.profile.AbstractProfileAction.doExecute(AbstractProfileAction.java:156)
at net.shibboleth.idp.profile.AbstractProfileAction.execute(AbstractProfileAction.java:127)
at org.springframework.webflow.execution.ActionExecutor.execute(ActionExecutor.java:51)
at org.springframework.webflow.action.EvaluateAction.doExecute(EvaluateAction.java:77)
at org.springframework.webflow.action.AbstractAction.execute(AbstractAction.java:188)
at org.springframework.webflow.execution.AnnotatedAction.execute(AnnotatedAction.java:145)
at org.springframework.webflow.execution.ActionExecutor.execute(ActionExecutor.java:51)
at org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:101)
at org.springframework.webflow.engine.State.enter(State.java:194)
at org.springframework.webflow.engine.Transition.execute(Transition.java:228)
at org.springframework.webflow.engine.impl.FlowExecutionImpl.execute(FlowExecutionImpl.java:395)
at org.springframework.webflow.engine.impl.RequestControlContextImpl.execute(RequestControlContextImpl.java:214)
at org.springframework.webflow.engine.TransitionableState.handleEvent(TransitionableState.java:116)
at org.springframework.webflow.engine.Flow.handleEvent(Flow.java:547)
at org.springframework.webflow.engine.impl.FlowExecutionImpl.handleEvent(FlowExecutionImpl.java:390)
at org.springframework.webflow.engine.impl.RequestControlContextImpl.handleEvent(RequestControlContextImpl.java:210)
at org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:105)
at org.springframework.webflow.engine.State.enter(State.java:194)
at org.springframework.webflow.engine.Flow.start(Flow.java:527)
at org.springframework.webflow.engine.impl.FlowExecutionImpl.start(FlowExecutionImpl.java:368)
at org.springframework.webflow.engine.impl.FlowExecutionImpl.start(FlowExecutionImpl.java:223)
at org.springframework.webflow.executor.FlowExecutorImpl.launchExecution(FlowExecutorImpl.java:139)
at net.shibboleth.idp.test.flows.mapper.MappingTest.testResolveAndFilter(MappingTest.java:28)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
at org.testng.internal.invokers.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:258)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:154)
at org.testng.internal.invokers.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:272)
at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:669)
at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:221)
at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:969)
at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:194)
at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:829)
at org.testng.TestRunner.run(TestRunner.java:602)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:437)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:431)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:391)
at org.testng.SuiteRunner.run(SuiteRunner.java:330)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1256)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1176)
at org.testng.TestNG.runSuites(TestNG.java:1099)
at org.testng.TestNG.run(TestNG.java:1067)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] ResolverTestFlowTest>AbstractTestNGSpringContextTests.run:154->testJSONResolverTestFlow:55 expected [true] but found [false]
[ERROR] ResolverTestFlowTest>AbstractTestNGSpringContextTests.run:154->testSAML1ResolverTestFlow:74 expected [true] but found [false]
[ERROR] ResolverTestFlowTest>AbstractTestNGSpringContextTests.run:154->testSAML2ResolverTestFlow:94 expected [true] but found [false]
[ERROR] TestC14N>AbstractTestNGSpringContextTests.run:154->testTransformNameID:48
[ERROR] TestC14N>AbstractTestNGSpringContextTests.run:154->testTransformNameIdentifier:74
[ERROR] LoginFlowTest>AbstractTestNGSpringContextTests.run:154->testLoginExistingSession:314->assertPopulatedAttributeContext:379
[ERROR] LoginFlowTest>AbstractTestNGSpringContextTests.run:154->testLoginExistingSessionDoNotCache:343->assertPopulatedAttributeContext:379
[ERROR] LoginFlowTest>AbstractTestNGSpringContextTests.run:154->testLoginStartSession:225->assertPopulatedAttributeContext:379
[ERROR] LoginFlowTest>AbstractTestNGSpringContextTests.run:154->testLoginStartSessionWithPostMethod:257->assertPopulatedAttributeContext:379
[ERROR] SamlValidateFlowTest>AbstractTestNGSpringContextTests.run:154->testSuccess:99 expected [true] but found [false]
[ERROR] SamlValidateFlowTest>AbstractTestNGSpringContextTests.run:154->testSuccessWhenResolveAttributesFalse:184 expected [true] but found [false]
[ERROR] SamlValidateFlowTest>AbstractTestNGSpringContextTests.run:154->testSuccessWithConsent:134 expected [true] but found [false]
[ERROR] ServiceValidateFlowTest>AbstractTestNGSpringContextTests.run:154->testSuccess:128 expected [true] but found [false]
[ERROR] ServiceValidateFlowTest>AbstractTestNGSpringContextTests.run:154->testSuccessWithAltUsername:276 expected [ValidateSuccess] but found [ProtocolErrorView]
[ERROR] ServiceValidateFlowTest>AbstractTestNGSpringContextTests.run:154->testSuccessWithConsent:168 expected [true] but found [false]
[ERROR] ServiceValidateFlowTest>AbstractTestNGSpringContextTests.run:154->testSuccessWithProxy:224->assertPopulatedAttributeContext:333 expected [false] but found [true]
[ERROR] MappingTest>AbstractTestNGSpringContextTests.run:154->testResolveAndFilter:28
[ERROR] SAML1AttributeQueryFlowTest>AbstractTestNGSpringContextTests.run:154->testSAML1AttributeQueryFlow:95->AbstractSAML1FlowTest.validateResult:53 expected [false] but found [true]
[ERROR] SAML1AttributeQueryFlowTest>AbstractTestNGSpringContextTests.run:154->testSAML1AttributeQueryFlowWithDesignators:119->AbstractSAML1FlowTest.validateResult:53 expected [false] but found [true]
[ERROR] SAML1UnsolicitedSSOFlowTest>AbstractTestNGSpringContextTests.run:154->testSAML1UnsolicitedSSOFlow:53->AbstractSAML1FlowTest.validateResult:40->AbstractSAML1FlowTest.validateResult:53 expected [false] but found [true]
[ERROR] SAML2AttributeQueryFlowTest>AbstractTestNGSpringContextTests.run:154->testSAML2AttributeQueryFlow:99->AbstractSAML2FlowTest.validateResult:56 expected [false] but found [true]
[ERROR] SAML2AttributeQueryFlowTest>AbstractTestNGSpringContextTests.run:154->testSAML2AttributeQueryFlowWithDesignators:124->AbstractSAML2FlowTest.validateResult:56 expected [false] but found [true]
[ERROR] SAML2ECPSSOFlowTest>AbstractTestNGSpringContextTests.run:154->testSAML2ECPFlow:56->AbstractSAML2FlowTest.validateResult:43->AbstractSAML2FlowTest.validateResult:56 expected [false] but found [true]
[ERROR] SAML2POSTSSOFlowTest>AbstractTestNGSpringContextTests.run:154->testSAML2POSTSSOFlow:58->AbstractSAML2FlowTest.validateResult:43->AbstractSAML2FlowTest.validateResult:56 expected [false] but found [true]
[ERROR] SAML2POSTSimpleSignSSOFlowTest>AbstractTestNGSpringContextTests.run:154->testSAML2POSTSSOFlow:58->AbstractSAML2FlowTest.validateResult:43->AbstractSAML2FlowTest.validateResult:56 expected [false] but found [true]
[ERROR] SAML2RedirectSSOFlowTest>AbstractTestNGSpringContextTests.run:154->testSAML2RedirectFlow:61->AbstractSAML2FlowTest.validateResult:43->AbstractSAML2FlowTest.validateResult:56 expected [false] but found [true]
[ERROR] SAML2UnsolicitedSSOFlowTest>AbstractTestNGSpringContextTests.run:154->testSAML2UnsolicitedSSOFlow:47->AbstractSAML2FlowTest.validateResult:43->AbstractSAML2FlowTest.validateResult:56 expected [false] but found [true]
[INFO]
[ERROR] Tests run: 77, Failures: 27, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth Identity Provider 5.2.0-SNAPSHOT:
[INFO]
[INFO] Shibboleth Identity Provider ....................... SUCCESS [ 13.918 s]
[INFO] Shibboleth IdP :: Core ............................. SUCCESS [ 9.744 s]
[INFO] Shibboleth IdP :: Configuration Schemas ............ SUCCESS [ 1.459 s]
[INFO] Shibboleth IdP :: Profile API ...................... SUCCESS [ 5.852 s]
[INFO] Shibboleth IdP :: Authentication API ............... SUCCESS [ 9.029 s]
[INFO] Shibboleth IdP :: Administrative Profile API ....... SUCCESS [ 6.187 s]
[INFO] Shibboleth IdP :: Session API ...................... SUCCESS [ 4.072 s]
[INFO] Shibboleth IdP :: SAML Profile API ................. SUCCESS [ 7.146 s]
[INFO] Shibboleth IdP :: CAS Protocol API ................. SUCCESS [ 4.059 s]
[INFO] Shibboleth IdP :: Consent API ...................... SUCCESS [ 1.832 s]
[INFO] Shibboleth IdP :: UI Support ....................... SUCCESS [ 7.055 s]
[INFO] Shibboleth IdP :: Testing .......................... SUCCESS [ 1.700 s]
[INFO] Shibboleth IdP :: Administrative Profile Implementation SUCCESS [ 6.991 s]
[INFO] Shibboleth IdP :: Profile Implementation ........... SUCCESS [ 6.546 s]
[INFO] Shibboleth IdP :: Authentication Implementation .... SUCCESS [ 27.111 s]
[INFO] Shibboleth IdP :: Session Implementation ........... SUCCESS [ 23.872 s]
[INFO] Shibboleth IdP :: CAS Protocol Implementation ...... SUCCESS [ 12.166 s]
[INFO] Shibboleth IdP :: Consent Implementation ........... SUCCESS [ 7.376 s]
[INFO] Shibboleth IdP :: SAML Profile Implementation ...... SUCCESS [ 13.568 s]
[INFO] Shibboleth IdP :: Spring Integration ............... SUCCESS [ 3.479 s]
[INFO] Shibboleth IdP :: System Configuration ............. FAILURE [ 38.072 s]
[INFO] Shibboleth IdP :: WAR .............................. SKIPPED
[INFO] Shibboleth IdP :: WAR distribution ................. SKIPPED
[INFO] Shibboleth IdP :: Command Line ..................... SKIPPED
[INFO] Shibboleth IdP :: Installer ........................ SKIPPED
[INFO] Shibboleth IdP :: Distribution ..................... SKIPPED
[INFO] Shibboleth IdP :: Msi .............................. SKIPPED
[INFO] Shibboleth IdP :: BOM .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:35 min
[INFO] Finished at: 2025-11-07T11:05:43Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on project idp-conf-impl: There are test failures.
[ERROR]
[ERROR] Please refer to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-nightly/ws/idp-conf-impl/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [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 <args> -rf :idp-conf-impl
Build step 'Invoke top-level Maven targets' marked build as failure
More information about the commits
mailing list