See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/MNG-6114/2/

Changes:

* Add checksums for MNG-5771
* Don't require SNAPSHOT versions
* Use new style altDeploymentRepository option format
* Move test plugin for MNG-4338 to Maven 3.0 Plugin API
* Add checksums to avoid warnings in ITs
* [MNG-3485] Fix IT by locking maven-surefire-plugin to original version
* [MNG-7041] Update @since, version ranges and other version related strings
* [MNG-5728] Switch the default checksum policy from "warn" to "fail"
* Fix incorrect line ending issue
* [MNG-6566] Plugins that require a certain phase should not fork goals that 
are already in the execution plan.
* [MNG-6957] versionless reactor dependencies/parent should work even if 
modules are aggregated in reverse order
* Use consistently groupId prefix 'org.apache.maven.its.' in ITs
* [MNG-7045] Drop CDI API from Maven
* Fix MNG-3259 IT on JDK 16
* [MNG-4660] Increase usefulness of logging
* Trim trailing whitespace
* [MNG-7022] Remove o.a.m.lifecycle.mapping.Lifecycle optional mojos backward 
compat code
* [MNG-7046] Revert MNG-5639 and make repo config static only

4 tests failed.
FAILED:  org.apache.maven.it.MavenITmng5771CoreExtensionsTest.linux-jdk11 / Run 
ITs Linux Java 11 / testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/apache-maven/bin/mvn
 --global-settings 
/home/jenkins/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/test-classes/settings.xml
 -s 
/home/jenkins/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/test-classes/mng-5771-core-extensions/settings.xml
 -e --batch-mode 
-Dmaven.repo.local=/home/jenkins/workspace/Maven_maven-box_maven_MNG-6114/test/it-local-repo
 validate
[INFO] Downloading from central: 
file:target/null/org/apache/maven/its/it-core-extensions/maven-it-core-extensions/0.1/maven-it-core-extensions-0.1.pom
[WARNING] The POM for 
org.apache.maven.its.it-core-extensions:maven-it-core-extensions:jar:0.1 is 
missing, no dependency information available
[INFO] Downloading from central: 
file:target/null/org/apache/maven/its/it-core-extensions/maven-it-core-extensions/0.1/maven-it-core-extensions-0.1.jar
[WARNING] Failed to read extensions descriptor 
/home/jenkins/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/test-classes/mng-5771-core-extensions/client/.mvn/extensions.xml:
 Plugin org.apache.maven.its.it-core-extensions:maven-it-core-extensions:0.1 or 
one of its dependencies could not be resolved: Could not find artifact 
org.apache.maven.its.it-core-extensions:maven-it-core-extensions:jar:0.1 in 
central (file:target/null)
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------< org.apache.maven.its.it-core-extensions:test >------------
[INFO] Building Maven Integration Test :: it-core-extensions 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from repoman: 
http://localhost:46671/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.pom
[INFO] Downloaded from repoman: 
http://localhost:46671/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.pom
 (2.2 kB at 37 kB/s)
[INFO] Downloading from repoman: 
http://localhost:46671/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.jar
[INFO] Downloaded from repoman: 
http://localhost:46671/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.jar
 (6.4 kB at 1.1 MB/s)
[INFO] 
[INFO] --- maven-it-plugin-core-extensions-client:0.1:validate-component 
(validate-extensions) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.095 s
[INFO] Finished at: 2020-12-24T22:01:21Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.its.it-core-extensions:maven-it-plugin-core-extensions-client:0.1:validate-component
 (validate-extensions) on project test: Expected core extension component is 
not available -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.its.it-core-extensions:maven-it-plugin-core-extensions-client:0.1:validate-component
 (validate-extensions) on project test: Expected core extension component is 
not available
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:218)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:151)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:115)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:79)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:64)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:131)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:321)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:206)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:119)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:982)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:251)
    at jdk.internal.reflect.GeneratedMethodAccessor59.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:215)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1339)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1239)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1233)
    at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication
 (MavenITmng5771CoreExtensionsTest.java:85)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest 
(AbstractMavenIntegrationTestCase.java:255)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run 
(JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute 
(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun 
(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet 
(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke 
(JUnit4Provider.java:159)
    at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader 
(ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess 
(ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute 
(ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main 
(ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoExecutionException: Expected core 
extension component is not available
    at 
org.apache.maven.its.it_core_extensions.plugin.ValidateComponentMojo.execute 
(ValidateComponentMojo.java:25)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:136)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:151)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:115)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:79)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:64)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:131)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:321)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:206)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:119)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:982)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:251)
    at jdk.internal.reflect.GeneratedMethodAccessor59.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:215)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1339)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1239)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1233)
    at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication
 (MavenITmng5771CoreExtensionsTest.java:85)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest 
(AbstractMavenIntegrationTestCase.java:255)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run 
(JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute 
(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun 
(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet 
(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke 
(JUnit4Provider.java:159)
    at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader 
(ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess 
(ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute 
(ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main 
(ForkedBooter.java:417)
[ERROR] 
[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


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/apache-maven/bin/mvn
 --global-settings 
/home/jenkins/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/test-classes/settings.xml
 -s 
/home/jenkins/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/test-classes/mng-5771-core-extensions/settings.xml
 -e --batch-mode 
-Dmaven.repo.local=/home/jenkins/workspace/Maven_maven-box_maven_MNG-6114/test/it-local-repo
 validate
[INFO] Downloading from central: 
file:target/null/org/apache/maven/its/it-core-extensions/maven-it-core-extensions/0.1/maven-it-core-extensions-0.1.pom
[WARNING] The POM for 
org.apache.maven.its.it-core-extensions:maven-it-core-extensions:jar:0.1 is 
missing, no dependency information available
[INFO] Downloading from central: 
file:target/null/org/apache/maven/its/it-core-extensions/maven-it-core-extensions/0.1/maven-it-core-extensions-0.1.jar
[WARNING] Failed to read extensions descriptor 
/home/jenkins/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/test-classes/mng-5771-core-extensions/client/.mvn/extensions.xml:
 Plugin org.apache.maven.its.it-core-extensions:maven-it-core-extensions:0.1 or 
one of its dependencies could not be resolved: Could not find artifact 
org.apache.maven.its.it-core-extensions:maven-it-core-extensions:jar:0.1 in 
central (file:target/null)
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------< org.apache.maven.its.it-core-extensions:test >------------
[INFO] Building Maven Integration Test :: it-core-extensions 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from repoman: 
http://localhost:46671/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.pom
[INFO] Downloaded from repoman: 
http://localhost:46671/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.pom
 (2.2 kB at 37 kB/s)
[INFO] Downloading from repoman: 
http://localhost:46671/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.jar
[INFO] Downloaded from repoman: 
http://localhost:46671/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.jar
 (6.4 kB at 1.1 MB/s)
[INFO] 
[INFO] --- maven-it-plugin-core-extensions-client:0.1:validate-component 
(validate-extensions) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.095 s
[INFO] Finished at: 2020-12-24T22:01:21Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.its.it-core-extensions:maven-it-plugin-core-extensions-client:0.1:validate-component
 (validate-extensions) on project test: Expected core extension component is 
not available -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.its.it-core-extensions:maven-it-plugin-core-extensions-client:0.1:validate-component
 (validate-extensions) on project test: Expected core extension component is 
not available
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:218)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:151)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:115)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:79)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:64)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:131)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:321)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:206)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:119)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:982)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:251)
    at jdk.internal.reflect.GeneratedMethodAccessor59.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:215)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1339)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1239)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1233)
    at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication
 (MavenITmng5771CoreExtensionsTest.java:85)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest 
(AbstractMavenIntegrationTestCase.java:255)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run 
(JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute 
(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun 
(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet 
(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke 
(JUnit4Provider.java:159)
    at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader 
(ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess 
(ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute 
(ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main 
(ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoExecutionException: Expected core 
extension component is not available
    at 
org.apache.maven.its.it_core_extensions.plugin.ValidateComponentMojo.execute 
(ValidateComponentMojo.java:25)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:136)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:151)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:115)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:79)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:64)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:131)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:321)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:206)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:119)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:982)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:251)
    at jdk.internal.reflect.GeneratedMethodAccessor59.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:215)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1339)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1239)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1233)
    at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication
 (MavenITmng5771CoreExtensionsTest.java:85)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest 
(AbstractMavenIntegrationTestCase.java:255)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run 
(JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute 
(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun 
(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet 
(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke 
(JUnit4Provider.java:159)
    at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader 
(ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess 
(ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute 
(ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main 
(ForkedBooter.java:417)
[ERROR] 
[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

        at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication(MavenITmng5771CoreExtensionsTest.java:85)


FAILED:  org.apache.maven.it.MavenITmng5771CoreExtensionsTest.linux-jdk8 / Run 
ITs Linux Java 8 / testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/apache-maven/bin/mvn
 --global-settings 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/test-classes/settings.xml
 -s 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/test-classes/mng-5771-core-extensions/settings.xml
 -e --batch-mode 
-Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6114/test/it-local-repo
 validate
[INFO] Downloading from central: 
file:target/null/org/apache/maven/its/it-core-extensions/maven-it-core-extensions/0.1/maven-it-core-extensions-0.1.pom
[WARNING] The POM for 
org.apache.maven.its.it-core-extensions:maven-it-core-extensions:jar:0.1 is 
missing, no dependency information available
[INFO] Downloading from central: 
file:target/null/org/apache/maven/its/it-core-extensions/maven-it-core-extensions/0.1/maven-it-core-extensions-0.1.jar
[WARNING] Failed to read extensions descriptor 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/test-classes/mng-5771-core-extensions/client/.mvn/extensions.xml:
 Plugin org.apache.maven.its.it-core-extensions:maven-it-core-extensions:0.1 or 
one of its dependencies could not be resolved: Could not find artifact 
org.apache.maven.its.it-core-extensions:maven-it-core-extensions:jar:0.1 in 
central (file:target/null)
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------< org.apache.maven.its.it-core-extensions:test >------------
[INFO] Building Maven Integration Test :: it-core-extensions 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from repoman: 
http://localhost:44721/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.pom
[INFO] Downloaded from repoman: 
http://localhost:44721/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.pom
 (2.2 kB at 35 kB/s)
[INFO] Downloading from repoman: 
http://localhost:44721/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.jar
[INFO] Downloaded from repoman: 
http://localhost:44721/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.jar
 (6.4 kB at 913 kB/s)
[INFO] 
[INFO] --- maven-it-plugin-core-extensions-client:0.1:validate-component 
(validate-extensions) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.108 s
[INFO] Finished at: 2020-12-24T22:01:18Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.its.it-core-extensions:maven-it-plugin-core-extensions-client:0.1:validate-component
 (validate-extensions) on project test: Expected core extension component is 
not available -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.its.it-core-extensions:maven-it-plugin-core-extensions-client:0.1:validate-component
 (validate-extensions) on project test: Expected core extension component is 
not available
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:218)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:151)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:115)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:79)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:64)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:131)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:321)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:206)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:119)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:982)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:251)
    at sun.reflect.GeneratedMethodAccessor54.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:215)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1339)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1239)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1233)
    at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication
 (MavenITmng5771CoreExtensionsTest.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest 
(AbstractMavenIntegrationTestCase.java:255)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run 
(JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute 
(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun 
(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet 
(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke 
(JUnit4Provider.java:159)
    at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader 
(ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess 
(ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute 
(ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main 
(ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoExecutionException: Expected core 
extension component is not available
    at 
org.apache.maven.its.it_core_extensions.plugin.ValidateComponentMojo.execute 
(ValidateComponentMojo.java:25)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:136)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:151)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:115)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:79)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:64)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:131)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:321)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:206)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:119)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:982)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:251)
    at sun.reflect.GeneratedMethodAccessor54.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:215)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1339)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1239)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1233)
    at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication
 (MavenITmng5771CoreExtensionsTest.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest 
(AbstractMavenIntegrationTestCase.java:255)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run 
(JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute 
(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun 
(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet 
(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke 
(JUnit4Provider.java:159)
    at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader 
(ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess 
(ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute 
(ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main 
(ForkedBooter.java:417)
[ERROR] 
[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


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/apache-maven/bin/mvn
 --global-settings 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/test-classes/settings.xml
 -s 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/test-classes/mng-5771-core-extensions/settings.xml
 -e --batch-mode 
-Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6114/test/it-local-repo
 validate
[INFO] Downloading from central: 
file:target/null/org/apache/maven/its/it-core-extensions/maven-it-core-extensions/0.1/maven-it-core-extensions-0.1.pom
[WARNING] The POM for 
org.apache.maven.its.it-core-extensions:maven-it-core-extensions:jar:0.1 is 
missing, no dependency information available
[INFO] Downloading from central: 
file:target/null/org/apache/maven/its/it-core-extensions/maven-it-core-extensions/0.1/maven-it-core-extensions-0.1.jar
[WARNING] Failed to read extensions descriptor 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/test-classes/mng-5771-core-extensions/client/.mvn/extensions.xml:
 Plugin org.apache.maven.its.it-core-extensions:maven-it-core-extensions:0.1 or 
one of its dependencies could not be resolved: Could not find artifact 
org.apache.maven.its.it-core-extensions:maven-it-core-extensions:jar:0.1 in 
central (file:target/null)
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------< org.apache.maven.its.it-core-extensions:test >------------
[INFO] Building Maven Integration Test :: it-core-extensions 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from repoman: 
http://localhost:44721/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.pom
[INFO] Downloaded from repoman: 
http://localhost:44721/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.pom
 (2.2 kB at 35 kB/s)
[INFO] Downloading from repoman: 
http://localhost:44721/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.jar
[INFO] Downloaded from repoman: 
http://localhost:44721/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.jar
 (6.4 kB at 913 kB/s)
[INFO] 
[INFO] --- maven-it-plugin-core-extensions-client:0.1:validate-component 
(validate-extensions) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.108 s
[INFO] Finished at: 2020-12-24T22:01:18Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.its.it-core-extensions:maven-it-plugin-core-extensions-client:0.1:validate-component
 (validate-extensions) on project test: Expected core extension component is 
not available -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.its.it-core-extensions:maven-it-plugin-core-extensions-client:0.1:validate-component
 (validate-extensions) on project test: Expected core extension component is 
not available
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:218)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:151)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:115)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:79)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:64)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:131)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:321)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:206)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:119)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:982)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:251)
    at sun.reflect.GeneratedMethodAccessor54.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:215)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1339)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1239)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1233)
    at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication
 (MavenITmng5771CoreExtensionsTest.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest 
(AbstractMavenIntegrationTestCase.java:255)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run 
(JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute 
(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun 
(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet 
(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke 
(JUnit4Provider.java:159)
    at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader 
(ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess 
(ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute 
(ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main 
(ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoExecutionException: Expected core 
extension component is not available
    at 
org.apache.maven.its.it_core_extensions.plugin.ValidateComponentMojo.execute 
(ValidateComponentMojo.java:25)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:136)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:151)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:115)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:79)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:64)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:131)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:321)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:206)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:119)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:982)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:251)
    at sun.reflect.GeneratedMethodAccessor54.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:215)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1339)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1239)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1233)
    at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication
 (MavenITmng5771CoreExtensionsTest.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest 
(AbstractMavenIntegrationTestCase.java:255)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run 
(JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute 
(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun 
(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet 
(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke 
(JUnit4Provider.java:159)
    at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader 
(ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess 
(ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute 
(ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main 
(ForkedBooter.java:417)
[ERROR] 
[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

        at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication(MavenITmng5771CoreExtensionsTest.java:85)


FAILED:  org.apache.maven.it.MavenITmng5771CoreExtensionsTest.windows-jdk8 / 
Run ITs Windows Java 8 / 
testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-0.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\settings.xml -s 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5771-core-extensions\settings.xml
 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo validate
[INFO] Downloading from central: 
file:target/null/org/apache/maven/its/it-core-extensions/maven-it-core-extensions/0.1/maven-it-core-extensions-0.1.pom
[WARNING] The POM for 
org.apache.maven.its.it-core-extensions:maven-it-core-extensions:jar:0.1 is 
missing, no dependency information available
[INFO] Downloading from central: 
file:target/null/org/apache/maven/its/it-core-extensions/maven-it-core-extensions/0.1/maven-it-core-extensions-0.1.jar
[WARNING] Failed to read extensions descriptor 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5771-core-extensions\client\.mvn\extensions.xml:
 Plugin org.apache.maven.its.it-core-extensions:maven-it-core-extensions:0.1 or 
one of its dependencies could not be resolved: Could not find artifact 
org.apache.maven.its.it-core-extensions:maven-it-core-extensions:jar:0.1 in 
central (file:target/null)
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------< org.apache.maven.its.it-core-extensions:test >------------
[INFO] Building Maven Integration Test :: it-core-extensions 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from repoman: 
http://localhost:58969/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.pom
[INFO] Downloaded from repoman: 
http://localhost:58969/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.pom
 (2.2 kB at 33 kB/s)
[INFO] Downloading from repoman: 
http://localhost:58969/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.jar
[INFO] Downloaded from repoman: 
http://localhost:58969/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.jar
 (6.4 kB at 101 kB/s)
[INFO] 
[INFO] --- maven-it-plugin-core-extensions-client:0.1:validate-component 
(validate-extensions) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.186 s
[INFO] Finished at: 2020-12-24T14:03:55-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.its.it-core-extensions:maven-it-plugin-core-extensions-client:0.1:validate-component
 (validate-extensions) on project test: Expected core extension component is 
not available -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.its.it-core-extensions:maven-it-plugin-core-extensions-client:0.1:validate-component
 (validate-extensions) on project test: Expected core extension component is 
not available
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:218)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:151)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:115)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:79)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:64)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:131)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:321)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:206)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:119)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:982)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:251)
    at sun.reflect.GeneratedMethodAccessor54.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:215)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1339)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1239)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1233)
    at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication
 (MavenITmng5771CoreExtensionsTest.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest 
(AbstractMavenIntegrationTestCase.java:255)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run 
(JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute 
(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun 
(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet 
(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke 
(JUnit4Provider.java:159)
    at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader 
(ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess 
(ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute 
(ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main 
(ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoExecutionException: Expected core 
extension component is not available
    at 
org.apache.maven.its.it_core_extensions.plugin.ValidateComponentMojo.execute 
(ValidateComponentMojo.java:25)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:136)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:151)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:115)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:79)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:64)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:131)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:321)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:206)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:119)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:982)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:251)
    at sun.reflect.GeneratedMethodAccessor54.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:215)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1339)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1239)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1233)
    at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication
 (MavenITmng5771CoreExtensionsTest.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest 
(AbstractMavenIntegrationTestCase.java:255)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run 
(JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute 
(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun 
(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet 
(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke 
(JUnit4Provider.java:159)
    at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader 
(ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess 
(ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute 
(ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main 
(ForkedBooter.java:417)
[ERROR] 
[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


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-0.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\settings.xml -s 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5771-core-extensions\settings.xml
 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo validate
[INFO] Downloading from central: 
file:target/null/org/apache/maven/its/it-core-extensions/maven-it-core-extensions/0.1/maven-it-core-extensions-0.1.pom
[WARNING] The POM for 
org.apache.maven.its.it-core-extensions:maven-it-core-extensions:jar:0.1 is 
missing, no dependency information available
[INFO] Downloading from central: 
file:target/null/org/apache/maven/its/it-core-extensions/maven-it-core-extensions/0.1/maven-it-core-extensions-0.1.jar
[WARNING] Failed to read extensions descriptor 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5771-core-extensions\client\.mvn\extensions.xml:
 Plugin org.apache.maven.its.it-core-extensions:maven-it-core-extensions:0.1 or 
one of its dependencies could not be resolved: Could not find artifact 
org.apache.maven.its.it-core-extensions:maven-it-core-extensions:jar:0.1 in 
central (file:target/null)
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------< org.apache.maven.its.it-core-extensions:test >------------
[INFO] Building Maven Integration Test :: it-core-extensions 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from repoman: 
http://localhost:58969/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.pom
[INFO] Downloaded from repoman: 
http://localhost:58969/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.pom
 (2.2 kB at 33 kB/s)
[INFO] Downloading from repoman: 
http://localhost:58969/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.jar
[INFO] Downloaded from repoman: 
http://localhost:58969/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.jar
 (6.4 kB at 101 kB/s)
[INFO] 
[INFO] --- maven-it-plugin-core-extensions-client:0.1:validate-component 
(validate-extensions) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.186 s
[INFO] Finished at: 2020-12-24T14:03:55-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.its.it-core-extensions:maven-it-plugin-core-extensions-client:0.1:validate-component
 (validate-extensions) on project test: Expected core extension component is 
not available -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.its.it-core-extensions:maven-it-plugin-core-extensions-client:0.1:validate-component
 (validate-extensions) on project test: Expected core extension component is 
not available
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:218)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:151)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:115)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:79)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:64)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:131)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:321)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:206)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:119)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:982)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:251)
    at sun.reflect.GeneratedMethodAccessor54.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:215)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1339)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1239)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1233)
    at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication
 (MavenITmng5771CoreExtensionsTest.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest 
(AbstractMavenIntegrationTestCase.java:255)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run 
(JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute 
(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun 
(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet 
(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke 
(JUnit4Provider.java:159)
    at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader 
(ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess 
(ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute 
(ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main 
(ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoExecutionException: Expected core 
extension component is not available
    at 
org.apache.maven.its.it_core_extensions.plugin.ValidateComponentMojo.execute 
(ValidateComponentMojo.java:25)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:136)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:151)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:115)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:79)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:64)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:131)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:321)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:206)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:119)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:982)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:251)
    at sun.reflect.GeneratedMethodAccessor54.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:215)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1339)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1239)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1233)
    at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication
 (MavenITmng5771CoreExtensionsTest.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest 
(AbstractMavenIntegrationTestCase.java:255)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run 
(JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute 
(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun 
(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet 
(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke 
(JUnit4Provider.java:159)
    at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader 
(ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess 
(ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute 
(ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main 
(ForkedBooter.java:417)
[ERROR] 
[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

        at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication(MavenITmng5771CoreExtensionsTest.java:85)


FAILED:  org.apache.maven.it.MavenITmng5771CoreExtensionsTest.windows-jdk11 / 
Run ITs Windows Java 11 / 
testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-0.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\settings.xml -s 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5771-core-extensions\settings.xml
 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo validate
[INFO] Downloading from central: 
file:target/null/org/apache/maven/its/it-core-extensions/maven-it-core-extensions/0.1/maven-it-core-extensions-0.1.pom
[WARNING] The POM for 
org.apache.maven.its.it-core-extensions:maven-it-core-extensions:jar:0.1 is 
missing, no dependency information available
[INFO] Downloading from central: 
file:target/null/org/apache/maven/its/it-core-extensions/maven-it-core-extensions/0.1/maven-it-core-extensions-0.1.jar
[WARNING] Failed to read extensions descriptor 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5771-core-extensions\client\.mvn\extensions.xml:
 Plugin org.apache.maven.its.it-core-extensions:maven-it-core-extensions:0.1 or 
one of its dependencies could not be resolved: Could not find artifact 
org.apache.maven.its.it-core-extensions:maven-it-core-extensions:jar:0.1 in 
central (file:target/null)
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------< org.apache.maven.its.it-core-extensions:test >------------
[INFO] Building Maven Integration Test :: it-core-extensions 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from repoman: 
http://localhost:61700/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.pom
[INFO] Downloaded from repoman: 
http://localhost:61700/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.pom
 (2.2 kB at 38 kB/s)
[INFO] Downloading from repoman: 
http://localhost:61700/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.jar
[INFO] Downloaded from repoman: 
http://localhost:61700/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.jar
 (6.4 kB at 86 kB/s)
[INFO] 
[INFO] --- maven-it-plugin-core-extensions-client:0.1:validate-component 
(validate-extensions) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.202 s
[INFO] Finished at: 2020-12-24T14:05:29-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.its.it-core-extensions:maven-it-plugin-core-extensions-client:0.1:validate-component
 (validate-extensions) on project test: Expected core extension component is 
not available -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.its.it-core-extensions:maven-it-plugin-core-extensions-client:0.1:validate-component
 (validate-extensions) on project test: Expected core extension component is 
not available
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:218)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:151)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:115)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:79)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:64)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:131)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:321)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:206)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:119)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:982)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:251)
    at jdk.internal.reflect.GeneratedMethodAccessor59.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:215)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1339)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1239)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1233)
    at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication
 (MavenITmng5771CoreExtensionsTest.java:85)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest 
(AbstractMavenIntegrationTestCase.java:255)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run 
(JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute 
(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun 
(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet 
(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke 
(JUnit4Provider.java:159)
    at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader 
(ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess 
(ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute 
(ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main 
(ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoExecutionException: Expected core 
extension component is not available
    at 
org.apache.maven.its.it_core_extensions.plugin.ValidateComponentMojo.execute 
(ValidateComponentMojo.java:25)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:136)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:151)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:115)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:79)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:64)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:131)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:321)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:206)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:119)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:982)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:251)
    at jdk.internal.reflect.GeneratedMethodAccessor59.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:215)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1339)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1239)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1233)
    at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication
 (MavenITmng5771CoreExtensionsTest.java:85)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest 
(AbstractMavenIntegrationTestCase.java:255)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run 
(JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute 
(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun 
(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet 
(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke 
(JUnit4Provider.java:159)
    at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader 
(ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess 
(ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute 
(ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main 
(ForkedBooter.java:417)
[ERROR] 
[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


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-0.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\settings.xml -s 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5771-core-extensions\settings.xml
 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo validate
[INFO] Downloading from central: 
file:target/null/org/apache/maven/its/it-core-extensions/maven-it-core-extensions/0.1/maven-it-core-extensions-0.1.pom
[WARNING] The POM for 
org.apache.maven.its.it-core-extensions:maven-it-core-extensions:jar:0.1 is 
missing, no dependency information available
[INFO] Downloading from central: 
file:target/null/org/apache/maven/its/it-core-extensions/maven-it-core-extensions/0.1/maven-it-core-extensions-0.1.jar
[WARNING] Failed to read extensions descriptor 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5771-core-extensions\client\.mvn\extensions.xml:
 Plugin org.apache.maven.its.it-core-extensions:maven-it-core-extensions:0.1 or 
one of its dependencies could not be resolved: Could not find artifact 
org.apache.maven.its.it-core-extensions:maven-it-core-extensions:jar:0.1 in 
central (file:target/null)
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------< org.apache.maven.its.it-core-extensions:test >------------
[INFO] Building Maven Integration Test :: it-core-extensions 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from repoman: 
http://localhost:61700/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.pom
[INFO] Downloaded from repoman: 
http://localhost:61700/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.pom
 (2.2 kB at 38 kB/s)
[INFO] Downloading from repoman: 
http://localhost:61700/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.jar
[INFO] Downloaded from repoman: 
http://localhost:61700/org/apache/maven/its/it-core-extensions/maven-it-plugin-core-extensions-client/0.1/maven-it-plugin-core-extensions-client-0.1.jar
 (6.4 kB at 86 kB/s)
[INFO] 
[INFO] --- maven-it-plugin-core-extensions-client:0.1:validate-component 
(validate-extensions) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.202 s
[INFO] Finished at: 2020-12-24T14:05:29-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.its.it-core-extensions:maven-it-plugin-core-extensions-client:0.1:validate-component
 (validate-extensions) on project test: Expected core extension component is 
not available -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.its.it-core-extensions:maven-it-plugin-core-extensions-client:0.1:validate-component
 (validate-extensions) on project test: Expected core extension component is 
not available
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:218)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:151)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:115)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:79)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:64)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:131)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:321)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:206)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:119)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:982)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:251)
    at jdk.internal.reflect.GeneratedMethodAccessor59.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:215)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1339)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1239)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1233)
    at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication
 (MavenITmng5771CoreExtensionsTest.java:85)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest 
(AbstractMavenIntegrationTestCase.java:255)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run 
(JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute 
(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun 
(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet 
(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke 
(JUnit4Provider.java:159)
    at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader 
(ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess 
(ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute 
(ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main 
(ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoExecutionException: Expected core 
extension component is not available
    at 
org.apache.maven.its.it_core_extensions.plugin.ValidateComponentMojo.execute 
(ValidateComponentMojo.java:25)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:136)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:151)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:115)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:79)
    at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:64)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:131)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:321)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:206)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:119)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:982)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:251)
    at jdk.internal.reflect.GeneratedMethodAccessor59.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:215)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1339)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1239)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1233)
    at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication
 (MavenITmng5771CoreExtensionsTest.java:85)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest 
(AbstractMavenIntegrationTestCase.java:255)
    at junit.framework.TestCase.runBare (TestCase.java:141)
    at junit.framework.TestResult$1.protect (TestResult.java:122)
    at junit.framework.TestResult.runProtected (TestResult.java:142)
    at junit.framework.TestResult.run (TestResult.java:125)
    at junit.framework.TestCase.run (TestCase.java:129)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at junit.framework.TestSuite.runTest (TestSuite.java:252)
    at junit.framework.TestSuite.run (TestSuite.java:247)
    at org.junit.internal.runners.JUnit38ClassRunner.run 
(JUnit38ClassRunner.java:86)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute 
(JUnit4Provider.java:365)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun 
(JUnit4Provider.java:273)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet 
(JUnit4Provider.java:238)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke 
(JUnit4Provider.java:159)
    at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader 
(ForkedBooter.java:383)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess 
(ForkedBooter.java:344)
    at org.apache.maven.surefire.booter.ForkedBooter.execute 
(ForkedBooter.java:125)
    at org.apache.maven.surefire.booter.ForkedBooter.main 
(ForkedBooter.java:417)
[ERROR] 
[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

        at 
org.apache.maven.it.MavenITmng5771CoreExtensionsTest.testCoreExtensionRetrievedFromAMirrorWithBasicAuthentication(MavenITmng5771CoreExtensionsTest.java:85)




Build log:
[...truncated 43171 lines...]
[withMaven] artifactsPublisher - Archive artifact 
core-it-support\core-it-support-artifacts\target\core-it-support-artifacts-2.1-SNAPSHOT-repo.zip
 under 
org\apache\maven\its\core-it-support-artifacts\2.1-SNAPSHOT\core-it-support-artifacts-2.1-SNAPSHOT-repo.zip
[withMaven] artifactsPublisher - Archive artifact 
core-it-support\core-it-extension\pom.xml under 
org\apache\maven\its\core-it-extension\2.1-SNAPSHOT\core-it-extension-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
core-it-support\core-it-extension\target\core-it-extension-2.1-SNAPSHOT.jar 
under 
org\apache\maven\its\core-it-extension\2.1-SNAPSHOT\core-it-extension-2.1-SNAPSHOT.jar
Zipped 4 entries.
Archiving 
/home/jenkins/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite-reports-linux-jdk11.zip
[withMaven] artifactsPublisher - Archive artifact 
core-it-support\core-it-javaagent\pom.xml under 
mng-coreit\javaagent\1.0-SNAPSHOT\javaagent-1.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
core-it-support\core-it-javaagent\target\javaagent-1.0-SNAPSHOT.jar under 
mng-coreit\javaagent\1.0-SNAPSHOT\javaagent-1.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-suite\pom.xml under 
org\apache\maven\its\core-it-suite\2.1-SNAPSHOT\core-it-suite-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
core-it-suite\target\core-it-suite-2.1-SNAPSHOT.jar under 
org\apache\maven\its\core-it-suite\2.1-SNAPSHOT\core-it-suite-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact 
core-it-suite\target\core-it-suite-2.1-SNAPSHOT-tests.jar under 
org\apache\maven\its\core-it-suite\2.1-SNAPSHOT\core-it-suite-2.1-SNAPSHOT-tests.jar
[Pipeline] deleteDir
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-active-collection:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-active-collection\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-ant-based:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-ant-based\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-artifact:maven-plugin:2.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-artifact\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins.class-loader:dep-a:jar:2.1-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-class-loader\dep-a\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins.class-loader:dep-b:jar:2.1-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-class-loader\dep-b\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins.class-loader:dep-c:jar:2.1-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-class-loader\dep-c\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-class-loader:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-class-loader\maven-it-plugin-class-loader\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-configuration:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-configuration\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-context-passing:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-context-passing\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-clean-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-clean-plugin\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-compiler-plugin\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-deploy-plugin\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-ear-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-ear-plugin\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-ejb-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-ejb-plugin\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-install-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-install-plugin\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-jar-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-jar-plugin\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-javadoc-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-javadoc-plugin\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-plugin-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-plugin-plugin\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-rar-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-rar-plugin\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-resources-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-resources-plugin\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-site-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-site-plugin\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-source-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-source-plugin\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-surefire-plugin\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-war-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-war-plugin\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-dependency-collection:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-dependency-collection\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-dependency-resolution:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-dependency-resolution\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-expression:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-expression\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-error:maven-plugin:2.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-error\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its:core-it-component:jar:2.1-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
core-it-support\core-it-component\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-extension-consumer:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-extension-consumer\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-extension-provider:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-extension-provider\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-fork:maven-plugin:2.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-fork\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-invalid-descriptor:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-invalid-descriptor\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-log-file:maven-plugin:2.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-log-file\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its:maven-it-helper:jar:2.1-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
core-it-support\maven-it-helper\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-model-interpolation:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-model-interpolation\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-no-default-comp:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-no-default-comp\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-no-project:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-no-project\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-online:maven-plugin:2.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-online\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-optional-mojos:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-packaging:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-packaging\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-parameter-implementation:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-parameter-implementation\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-plugin-dependency:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-plugin-dependency\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-project:maven-plugin:2.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-project\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-project-interpolation:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-project-interpolation\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-setter:maven-plugin:2.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-setter\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-singleton-component:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-singleton-component\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-site:maven-plugin:2.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-site\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-toolchain:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-toolchain\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-touch:maven-plugin:2.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-touch\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-uses-properties:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-uses-properties\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-uses-wagon:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-uses-wagon\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-all:maven-plugin:2.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-all\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-plexus-utils-11:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-plexus-utils-11\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-plexus-utils-new:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-plexus-utils-new\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-plexus-component-api:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-plexus-component-api\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-log4j:maven-plugin:2.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-log4j\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-extension1:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-extension1\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-extension2:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-extension2\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-plexus-lifecycle:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-plexus-lifecycle\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-settings:maven-plugin:2.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\maven-it-plugin-settings\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:mng-5805-pkg-type-mojo-configuration-extension:jar:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\mng5805-extension\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:mng-5805-pkg-type-mojo-configuration-extension2:jar:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\mng5805-extension2\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:mng-5805-pkg-type-mojo-configuration-plugin:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\mng5805-plugin\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:mng-5805-pkg-type-mojo-configuration-plugin-dep:jar:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\mng5805-plugin-dep\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:mng-5958-pkg-type-extension:jar:2.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\mng5958-extension\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:mng-6759-resolves-project-dependencies-plugin:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support\core-it-plugins\mng6759-plugin-resolves-project-dependencies\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its:core-it-toolchain:jar:2.1-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
core-it-support\core-it-toolchain\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its:core-it-wagon:jar:2.1-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
core-it-support\core-it-wagon\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its:core-it-extension:jar:2.1-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
core-it-support\core-it-extension\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
mng-coreit:javaagent:jar:1.0-SNAPSHOT generated by maven-surefire-plugin:test 
(default-test): core-it-support\core-it-javaagent\target\surefire-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its:core-it-suite:jar:2.1-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
core-it-suite\target\surefire-reports\*.xml
Recording test results
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-active-collection:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-active-collection\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-artifact:maven-plugin:2.1-SNAPSHOT 
in source directory 
core-it-support\core-it-plugins\maven-it-plugin-artifact\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins.class-loader:dep-a:jar:2.1-SNAPSHOT in source 
directory 
core-it-support\core-it-plugins\maven-it-plugin-class-loader\dep-a\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins.class-loader:dep-b:jar:2.1-SNAPSHOT in source 
directory 
core-it-support\core-it-plugins\maven-it-plugin-class-loader\dep-b\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-class-loader:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-class-loader\maven-it-plugin-class-loader\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-configuration:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-configuration\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-context-passing:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-context-passing\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-clean-plugin:maven-plugin:0.1-stub-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-clean-plugin\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:0.1-stub-SNAPSHOT 
in source directory 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-compiler-plugin\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:0.1-stub-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-deploy-plugin\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-ear-plugin:maven-plugin:0.1-stub-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-ear-plugin\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-ejb-plugin:maven-plugin:0.1-stub-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-ejb-plugin\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-install-plugin:maven-plugin:0.1-stub-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-install-plugin\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-jar-plugin:maven-plugin:0.1-stub-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-jar-plugin\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-javadoc-plugin:maven-plugin:0.1-stub-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-javadoc-plugin\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-plugin-plugin:maven-plugin:0.1-stub-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-plugin-plugin\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-rar-plugin:maven-plugin:0.1-stub-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-rar-plugin\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-resources-plugin:maven-plugin:0.1-stub-SNAPSHOT 
in source directory 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-resources-plugin\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-site-plugin:maven-plugin:0.1-stub-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-site-plugin\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-source-plugin:maven-plugin:0.1-stub-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-source-plugin\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:0.1-stub-SNAPSHOT 
in source directory 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-surefire-plugin\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-war-plugin:maven-plugin:0.1-stub-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-war-plugin\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-dependency-collection:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-dependency-collection\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-dependency-resolution:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-dependency-resolution\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-expression:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-expression\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-error:maven-plugin:2.1-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-error\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its:core-it-component:jar:2.1-SNAPSHOT in source directory 
core-it-support\core-it-component\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-extension-consumer:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-extension-consumer\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-extension-provider:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-extension-provider\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-fork:maven-plugin:2.1-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-fork\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-invalid-descriptor:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-invalid-descriptor\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-log-file:maven-plugin:2.1-SNAPSHOT 
in source directory 
core-it-support\core-it-plugins\maven-it-plugin-log-file\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its:maven-it-helper:jar:2.1-SNAPSHOT in source directory 
core-it-support\maven-it-helper\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-model-interpolation:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-model-interpolation\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-no-default-comp:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-no-default-comp\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-no-project:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-no-project\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-online:maven-plugin:2.1-SNAPSHOT 
in source directory 
core-it-support\core-it-plugins\maven-it-plugin-online\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-optional-mojos:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-packaging:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-packaging\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-parameter-implementation:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-parameter-implementation\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-plugin-dependency:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-plugin-dependency\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-project:maven-plugin:2.1-SNAPSHOT 
in source directory 
core-it-support\core-it-plugins\maven-it-plugin-project\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-project-interpolation:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-project-interpolation\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-setter:maven-plugin:2.1-SNAPSHOT 
in source directory 
core-it-support\core-it-plugins\maven-it-plugin-setter\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-singleton-component:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-singleton-component\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-site:maven-plugin:2.1-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-site\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-toolchain:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-toolchain\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-touch:maven-plugin:2.1-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-touch\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-uses-properties:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-uses-properties\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-uses-wagon:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-uses-wagon\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-all:maven-plugin:2.1-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-all\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-plexus-utils-11:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-plexus-utils-11\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-plexus-utils-new:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-plexus-utils-new\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-plexus-component-api:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-plexus-component-api\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-log4j:maven-plugin:2.1-SNAPSHOT in 
source directory 
core-it-support\core-it-plugins\maven-it-plugin-log4j\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-extension1:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-extension1\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-extension2:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-extension2\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-plexus-lifecycle:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\maven-it-plugin-plexus-lifecycle\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-settings:maven-plugin:2.1-SNAPSHOT 
in source directory 
core-it-support\core-it-plugins\maven-it-plugin-settings\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:mng-5805-pkg-type-mojo-configuration-plugin:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\mng5805-plugin\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:mng-5805-pkg-type-mojo-configuration-plugin-dep:jar:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\mng5805-plugin-dep\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:mng-5958-pkg-type-extension:jar:2.1-SNAPSHOT in 
source directory core-it-support\core-it-plugins\mng5958-extension\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its.plugins:mng-6759-resolves-project-dependencies-plugin:maven-plugin:2.1-SNAPSHOT
 in source directory 
core-it-support\core-it-plugins\mng6759-plugin-resolves-project-dependencies\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its:core-it-toolchain:jar:2.1-SNAPSHOT in source directory 
core-it-support\core-it-toolchain\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.its:core-it-wagon:jar:2.1-SNAPSHOT in source directory 
core-it-support\core-it-wagon\src\main\java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
mng-coreit:javaagent:jar:1.0-SNAPSHOT in source directory 
core-it-support\core-it-javaagent\src\main\java
[TASKS] Scanning folder 'c:\mvn-it-0.tmp' for files matching the pattern 
'core-it-support\core-it-plugins\maven-it-plugin-active-collection\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-artifact\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-class-loader\dep-a\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-class-loader\dep-b\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-class-loader\maven-it-plugin-class-loader\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-configuration\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-context-passing\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-clean-plugin\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-compiler-plugin\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-deploy-plugin\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-ear-plugin\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-ejb-plugin\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-install-plugin\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-jar-plugin\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-javadoc-plugin\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-plugin-plugin\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-rar-plugin\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-resources-plugin\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-site-plugin\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-source-plugin\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-surefire-plugin\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-core-stubs\maven-war-plugin\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-dependency-collection\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-dependency-resolution\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-expression\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-error\src\main\java\**\*,core-it-support\core-it-component\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-extension-consumer\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-extension-provider\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-fork\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-invalid-descriptor\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-log-file\src\main\java\**\*,core-it-support\maven-it-helper\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-model-interpolation\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-no-default-comp\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-no-project\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-online\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-packaging\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-parameter-implementation\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-plugin-dependency\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-project\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-project-interpolation\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-setter\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-singleton-component\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-site\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-toolchain\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-touch\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-uses-properties\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-uses-wagon\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-all\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-plexus-utils-11\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-plexus-utils-new\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-plexus-component-api\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-log4j\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-extension1\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-extension2\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-plexus-lifecycle\src\main\java\**\*,core-it-support\core-it-plugins\maven-it-plugin-settings\src\main\java\**\*,core-it-support\core-it-plugins\mng5805-plugin\src\main\java\**\*,core-it-support\core-it-plugins\mng5805-plugin-dep\src\main\java\**\*,core-it-support\core-it-plugins\mng5958-extension\src\main\java\**\*,core-it-support\core-it-plugins\mng6759-plugin-resolves-project-dependencies\src\main\java\**\*,core-it-support\core-it-toolchain\src\main\java\**\*,core-it-support\core-it-wagon\src\main\java\**\*,core-it-support\core-it-javaagent\src\main\java\**\*'
 - excludes: null
[TASKS] Found 167 files to scan for tasks
[TASKS] Found 0 open tasks.
Skipping warnings blame since pipelines do not have an SCM link.%n
[TASKS] Computing warning deltas based on reference build #1
[DevOpticsMavenPublisher] dependencies consumed: 5, artifacts produced: 156
[withMaven] Publishers: Pipeline Graph Publisher: 21 ms, Generated Artifacts 
Publisher: 253070 ms, Invoker Publisher: 3 ms, Junit Publisher: 359593 ms, 
Concordion Publisher: 2 ms, Dependencies Fingerprint Publisher: 432 ms, 
Findbugs Publisher: 1 ms, JGiven Publisher: 1 ms, Jacoco Publisher: 1 ms, 
SpotBugs Publisher: 1 ms, Open Task Scanner Publisher: 2998 ms, CloudBees 
DevOptics Gate Artifact Publisher: 92829 ms
[Pipeline] // withMaven
[Pipeline] fileExists
[Pipeline] zip
Writing zip file of c:\mvn-it-0.tmp\core-it-suite\target\test-classes to 
c:\mvn-it-0.tmp\core-it-suite-logs-windows-jdk8.zip
Zipped 8645 entries.
Archiving c:\mvn-it-0.tmp\core-it-suite-logs-windows-jdk8.zip
[Pipeline] fileExists
[Pipeline] zip
Writing zip file of c:\mvn-it-0.tmp\core-it-suite\target\surefire-reports to 
c:\mvn-it-0.tmp\core-it-suite-reports-windows-jdk8.zip
Zipped 4 entries.
Archiving c:\mvn-it-0.tmp\core-it-suite-reports-windows-jdk8.zip
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[DevOpticsMavenPublisher] dependencies consumed: 5, artifacts produced: 156
[withMaven] Publishers: Pipeline Graph Publisher: 23 ms, Generated Artifacts 
Publisher: 386778 ms, Invoker Publisher: 3 ms, Junit Publisher: 53297 ms, 
Concordion Publisher: 3 ms, Dependencies Fingerprint Publisher: 432 ms, 
Findbugs Publisher: 1 ms, JGiven Publisher: 1 ms, Jacoco Publisher: 1 ms, 
SpotBugs Publisher: 1 ms, Open Task Scanner Publisher: 3042 ms, CloudBees 
DevOptics Gate Artifact Publisher: 92013 ms
[Pipeline] // withMaven
[Pipeline] fileExists
[Pipeline] zip
Writing zip file of c:\mvn-it-0.tmp\core-it-suite\target\test-classes to 
c:\mvn-it-0.tmp\core-it-suite-logs-windows-jdk11.zip
Zipped 8645 entries.
Archiving c:\mvn-it-0.tmp\core-it-suite-logs-windows-jdk11.zip
[Pipeline] fileExists
[Pipeline] zip
Writing zip file of c:\mvn-it-0.tmp\core-it-suite\target\surefire-reports to 
c:\mvn-it-0.tmp\core-it-suite-reports-windows-jdk11.zip
Zipped 4 entries.
Archiving c:\mvn-it-0.tmp\core-it-suite-reports-windows-jdk11.zip
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[DevOpticsMavenPublisher] dependencies consumed: 5, artifacts produced: 156
[withMaven] Publishers: Pipeline Graph Publisher: 19 ms, Generated Artifacts 
Publisher: 71186 ms, Invoker Publisher: 2 ms, Junit Publisher: 589034 ms, 
Concordion Publisher: 2 ms, Dependencies Fingerprint Publisher: 2824 ms, 
Findbugs Publisher: 1 ms, JGiven Publisher: 1 ms, Jacoco Publisher: 1 ms, 
SpotBugs Publisher: 1 ms, Open Task Scanner Publisher: 13531 ms, CloudBees 
DevOptics Gate Artifact Publisher: 315167 ms
[Pipeline] // withMaven
[Pipeline] fileExists
[Pipeline] zip
Writing zip file of 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/test-classes
 to 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite-logs-linux-jdk8.zip
Zipped 8643 entries.
Archiving 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite-logs-linux-jdk8.zip
[Pipeline] fileExists
[Pipeline] zip
Writing zip file of 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite/target/surefire-reports
 to 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite-reports-linux-jdk8.zip
Zipped 4 entries.
Archiving 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6114/test/core-it-suite-reports-linux-jdk8.zip
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: UNSTABLE
[Pipeline] jiraIssueSelector
[Pipeline] jiraComment
[Pipeline] jiraComment
[Pipeline] jiraComment
[Pipeline] jiraComment
[Pipeline] jiraComment
[Pipeline] jiraComment
[Pipeline] jiraComment
[Pipeline] jiraComment
[Pipeline] jiraComment
[Pipeline] jiraComment
[Pipeline] jiraComment
[Pipeline] jiraComment
[Pipeline] jiraComment
[Pipeline] echo
The authors of changes [michaelo, rfscholte, martinkanters, mthmulders].
[Pipeline] echo
Sending email ...
[Pipeline] emailext

Reply via email to