You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/12/12 08:16:06 UTC

Build unstable in Jenkins: Maven TLP » maven » mng-5668-poc #10

See https://builds.apache.org/job/maven-box/job/maven/job/mng-5668-poc/10/

Changes:

* updated GitHub repository description

64 tests failed.
FAILED:  org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.linux-jdk8 / Run ITs Linux Java 8 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.025 s
[INFO] Finished at: 2019-12-12T07:51:34Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.025 s
[INFO] Finished at: 2019-12-12T07:51:34Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


FAILED:  org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.linux-jdk11 / Run ITs Linux Java 11 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.030 s
[INFO] Finished at: 2019-12-12T07:51:54Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.030 s
[INFO] Finished at: 2019-12-12T07:51:54Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


FAILED:  org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.windows-jdk12 / Run ITs Windows Java 12 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.071 s
[INFO] Finished at: 2019-12-11T23:52:50-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.071 s
[INFO] Finished at: 2019-12-11T23:52:50-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


FAILED:  org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.windows-jdk7 / Run ITs Windows Java 7 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.092 s
[INFO] Finished at: 2019-12-11T23:53:44-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.092 s
[INFO] Finished at: 2019-12-11T23:53:44-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.051 s
[INFO] Finished at: 2019-12-11T23:53:08-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.051 s
[INFO] Finished at: 2019-12-11T23:53:08-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.125 s
[INFO] Finished at: 2019-12-11T23:52:50-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.125 s
[INFO] Finished at: 2019-12-11T23:52:50-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


FAILED:  org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.linux-jdk12 / Run ITs Linux Java 12 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.025 s
[INFO] Finished at: 2019-12-12T07:52:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.025 s
[INFO] Finished at: 2019-12-12T07:52:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


FAILED:  org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.linux-jdk7 / Run ITs Linux Java 7 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.028 s
[INFO] Finished at: 2019-12-12T07:52:48Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.028 s
[INFO] Finished at: 2019-12-12T07:52:48Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


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

Error Message:
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)

Stack Trace:
java.io.FileNotFoundException: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.linux-jdk11 / Run ITs Linux Java 11 / testit

Error Message:
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)

Stack Trace:
java.io.FileNotFoundException: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.windows-jdk12 / Run ITs Windows Java 12 / testit

Error Message:
C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)

Stack Trace:
java.io.FileNotFoundException: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.windows-jdk7 / Run ITs Windows Java 7 / testit

Error Message:
C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)

Stack Trace:
java.io.FileNotFoundException: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


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

Error Message:
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)

Stack Trace:
java.io.FileNotFoundException: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


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

Error Message:
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)

Stack Trace:
java.io.FileNotFoundException: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.linux-jdk12 / Run ITs Linux Java 12 / testit

Error Message:
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)

Stack Trace:
java.io.FileNotFoundException: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.linux-jdk7 / Run ITs Linux Java 7 / testit

Error Message:
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)

Stack Trace:
java.io.FileNotFoundException: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.041 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.049 s
[INFO] Finished at: 2019-12-12T07:50:44Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.041 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.049 s
[INFO] Finished at: 2019-12-12T07:50:44Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk11 / Run ITs Linux Java 11 / testitLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.049 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.057 s
[INFO] Finished at: 2019-12-12T07:50:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.049 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.057 s
[INFO] Finished at: 2019-12-12T07:50:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.windows-jdk12 / Run ITs Windows Java 12 / testitLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.304 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.315 s
[INFO] Finished at: 2019-12-11T23:51:12-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.304 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.315 s
[INFO] Finished at: 2019-12-11T23:51:12-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.windows-jdk7 / Run ITs Windows Java 7 / testitLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.332 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.349 s
[INFO] Finished at: 2019-12-11T23:51:53-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.332 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.349 s
[INFO] Finished at: 2019-12-11T23:51:53-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


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

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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.285 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.297 s
[INFO] Finished at: 2019-12-11T23:51:29-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.285 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.297 s
[INFO] Finished at: 2019-12-11T23:51:29-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


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

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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.300 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.309 s
[INFO] Finished at: 2019-12-11T23:51:09-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.300 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.309 s
[INFO] Finished at: 2019-12-11T23:51:09-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk12 / Run ITs Linux Java 12 / testitLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.047 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.053 s
[INFO] Finished at: 2019-12-12T07:52:06Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.047 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.053 s
[INFO] Finished at: 2019-12-12T07:52:06Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk7 / Run ITs Linux Java 7 / testitLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.046 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.054 s
[INFO] Finished at: 2019-12-12T07:51:42Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.046 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.054 s
[INFO] Finished at: 2019-12-12T07:51:42Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.074 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.080 s
[INFO] Finished at: 2019-12-12T07:50:43Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.074 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.080 s
[INFO] Finished at: 2019-12-12T07:50:43Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


FAILED:  org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.linux-jdk11 / Run ITs Linux Java 11 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.058 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.064 s
[INFO] Finished at: 2019-12-12T07:50:57Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.058 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.064 s
[INFO] Finished at: 2019-12-12T07:50:57Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


FAILED:  org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.windows-jdk12 / Run ITs Windows Java 12 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-1.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.172 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.185 s
[INFO] Finished at: 2019-12-11T23:51:07-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-1.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.172 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.185 s
[INFO] Finished at: 2019-12-11T23:51:07-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


FAILED:  org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.windows-jdk7 / Run ITs Windows Java 7 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-1.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.092 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.104 s
[INFO] Finished at: 2019-12-11T23:51:50-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-1.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.092 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.104 s
[INFO] Finished at: 2019-12-11T23:51:50-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-0.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.115 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.126 s
[INFO] Finished at: 2019-12-11T23:51:26-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-0.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.115 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.126 s
[INFO] Finished at: 2019-12-11T23:51:26-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-0.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.107 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.118 s
[INFO] Finished at: 2019-12-11T23:51:05-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-0.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.107 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.118 s
[INFO] Finished at: 2019-12-11T23:51:05-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


FAILED:  org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.linux-jdk12 / Run ITs Linux Java 12 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.051 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.057 s
[INFO] Finished at: 2019-12-12T07:52:05Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.051 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.057 s
[INFO] Finished at: 2019-12-12T07:52:05Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


FAILED:  org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.linux-jdk7 / Run ITs Linux Java 7 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.057 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.066 s
[INFO] Finished at: 2019-12-12T07:51:41Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.057 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.066 s
[INFO] Finished at: 2019-12-12T07:51:41Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.077 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.091 s
[INFO] Finished at: 2019-12-12T07:50:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.077 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.091 s
[INFO] Finished at: 2019-12-12T07:50:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.linux-jdk11 / Run ITs Linux Java 11 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.104 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.123 s
[INFO] Finished at: 2019-12-12T07:50:48Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.104 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.123 s
[INFO] Finished at: 2019-12-12T07:50:48Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.windows-jdk12 / Run ITs Windows Java 12 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.233 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.257 s
[INFO] Finished at: 2019-12-11T23:50:49-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.233 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.257 s
[INFO] Finished at: 2019-12-11T23:50:49-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.windows-jdk7 / Run ITs Windows Java 7 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.142 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.171 s
[INFO] Finished at: 2019-12-11T23:51:28-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.142 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.171 s
[INFO] Finished at: 2019-12-11T23:51:28-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.168 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.194 s
[INFO] Finished at: 2019-12-11T23:51:07-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.168 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.194 s
[INFO] Finished at: 2019-12-11T23:51:07-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.163 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.193 s
[INFO] Finished at: 2019-12-11T23:50:47-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.163 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.193 s
[INFO] Finished at: 2019-12-11T23:50:47-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.linux-jdk12 / Run ITs Linux Java 12 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.074 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.085 s
[INFO] Finished at: 2019-12-12T07:51:57Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.074 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.085 s
[INFO] Finished at: 2019-12-12T07:51:57Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.linux-jdk7 / Run ITs Linux Java 7 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.089 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.108 s
[INFO] Finished at: 2019-12-12T07:51:31Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.089 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.108 s
[INFO] Finished at: 2019-12-12T07:51:31Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.031 s
[INFO] Finished at: 2019-12-12T07:53:26Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.031 s
[INFO] Finished at: 2019-12-12T07:53:26Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng0471CustomLifecycleTest.linux-jdk11 / Run ITs Linux Java 11 / testitMNG471

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.032 s
[INFO] Finished at: 2019-12-12T07:54:01Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.032 s
[INFO] Finished at: 2019-12-12T07:54:01Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng0471CustomLifecycleTest.windows-jdk12 / Run ITs Windows Java 12 / testitMNG471

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.062 s
[INFO] Finished at: 2019-12-11T23:56:54-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.062 s
[INFO] Finished at: 2019-12-11T23:56:54-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng0471CustomLifecycleTest.windows-jdk7 / Run ITs Windows Java 7 / testitMNG471

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.040 s
[INFO] Finished at: 2019-12-11T23:58:14-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.040 s
[INFO] Finished at: 2019-12-11T23:58:14-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.049 s
[INFO] Finished at: 2019-12-11T23:57:16-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.049 s
[INFO] Finished at: 2019-12-11T23:57:16-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.046 s
[INFO] Finished at: 2019-12-11T23:56:53-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.046 s
[INFO] Finished at: 2019-12-11T23:56:53-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng0471CustomLifecycleTest.linux-jdk12 / Run ITs Linux Java 12 / testitMNG471

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.026 s
[INFO] Finished at: 2019-12-12T07:54:56Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.026 s
[INFO] Finished at: 2019-12-12T07:54:56Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng0471CustomLifecycleTest.linux-jdk7 / Run ITs Linux Java 7 / testitMNG471

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.032 s
[INFO] Finished at: 2019-12-12T07:55:08Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.032 s
[INFO] Finished at: 2019-12-12T07:55:08Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.018 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.030 s
[INFO] Finished at: 2019-12-12T07:53:10Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.018 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.030 s
[INFO] Finished at: 2019-12-12T07:53:10Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.linux-jdk11 / Run ITs Linux Java 11 / testitForkLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.019 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.031 s
[INFO] Finished at: 2019-12-12T07:53:47Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.019 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.031 s
[INFO] Finished at: 2019-12-12T07:53:47Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.windows-jdk12 / Run ITs Windows Java 12 / testitForkLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.038 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.059 s
[INFO] Finished at: 2019-12-11T23:56:32-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.038 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.059 s
[INFO] Finished at: 2019-12-11T23:56:32-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.windows-jdk7 / Run ITs Windows Java 7 / testitForkLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.031 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.060 s
[INFO] Finished at: 2019-12-11T23:57:50-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.031 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.060 s
[INFO] Finished at: 2019-12-11T23:57:50-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.026 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.046 s
[INFO] Finished at: 2019-12-11T23:56:51-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.026 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.046 s
[INFO] Finished at: 2019-12-11T23:56:51-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.031 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.051 s
[INFO] Finished at: 2019-12-11T23:56:32-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.031 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.051 s
[INFO] Finished at: 2019-12-11T23:56:32-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.linux-jdk12 / Run ITs Linux Java 12 / testitForkLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.017 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.029 s
[INFO] Finished at: 2019-12-12T07:54:44Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.017 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.029 s
[INFO] Finished at: 2019-12-12T07:54:44Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.linux-jdk7 / Run ITs Linux Java 7 / testitForkLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.015 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.028 s
[INFO] Finished at: 2019-12-12T07:54:51Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.015 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.028 s
[INFO] Finished at: 2019-12-12T07:54:51Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.025 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.035 s
[INFO] Finished at: 2019-12-12T07:50:44Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.025 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.035 s
[INFO] Finished at: 2019-12-12T07:50:44Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk11 / Run ITs Linux Java 11 / testitCmdLine

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.033 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.046 s
[INFO] Finished at: 2019-12-12T07:50:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.033 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.046 s
[INFO] Finished at: 2019-12-12T07:50:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.windows-jdk12 / Run ITs Windows Java 12 / testitCmdLine

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.238 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.265 s
[INFO] Finished at: 2019-12-11T23:51:12-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.238 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.265 s
[INFO] Finished at: 2019-12-11T23:51:12-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.windows-jdk7 / Run ITs Windows Java 7 / testitCmdLine

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.037 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.058 s
[INFO] Finished at: 2019-12-11T23:51:53-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.037 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.058 s
[INFO] Finished at: 2019-12-11T23:51:53-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


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

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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.128 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.150 s
[INFO] Finished at: 2019-12-11T23:51:30-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.128 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.150 s
[INFO] Finished at: 2019-12-11T23:51:30-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


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

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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.058 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.081 s
[INFO] Finished at: 2019-12-11T23:51:09-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.058 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.081 s
[INFO] Finished at: 2019-12-11T23:51:09-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk12 / Run ITs Linux Java 12 / testitCmdLine

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.029 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.039 s
[INFO] Finished at: 2019-12-12T07:52:06Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.029 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.039 s
[INFO] Finished at: 2019-12-12T07:52:06Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk7 / Run ITs Linux Java 7 / testitCmdLine

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.031 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.049 s
[INFO] Finished at: 2019-12-12T07:51:42Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.031 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.049 s
[INFO] Finished at: 2019-12-12T07:51:42Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)




Build log:
[...truncated 85791 lines...]
[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
[TASKS] Scanning folder '/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test' 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/**/*' - excludes: null
[TASKS] Found 165 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 #9
[withMaven] Publishers: Pipeline Graph Publisher: 33 ms, Generated Artifacts Publisher: 613569 ms, Invoker Publisher: 13 ms, Junit Publisher: 286652 ms, Concordion Publisher: 8 ms, Dependencies Fingerprint Publisher: 2600 ms, Findbugs Publisher: 3 ms, JGiven Publisher: 2 ms, Jacoco Publisher: 2 ms, SpotBugs Publisher: 3 ms, Open Task Scanner Publisher: 12822 ms
[Pipeline] // withMaven
[Pipeline] zip
[Pipeline] fileExists
[Pipeline] zip
Writing zip file of /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/surefire-reports to /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-reports-linux-jdk11.zip
Zipped 4 entries.
Archiving /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-reports-linux-jdk11.zip
Writing zip file of /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes to /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-logs-linux-jdk12.zip
[Pipeline] deleteDir
Zipped 6478 entries.
Archiving /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-logs-linux-jdk12.zip
[Pipeline] fileExists
[Pipeline] zip
[Pipeline] fileExists
Writing zip file of c:\mvn-it-1.tmp\core-it-suite\target\surefire-reports to c:\mvn-it-1.tmp\core-it-suite-reports-windows-jdk12.zip
[Pipeline] fileExists
Zipped 4 entries.
Archiving c:\mvn-it-1.tmp\core-it-suite-reports-windows-jdk12.zip
[Pipeline] zip
[Pipeline] zip
Writing zip file of c:\mvn-it-1.tmp\core-it-suite\target\surefire-reports to c:\mvn-it-1.tmp\core-it-suite-reports-windows-jdk7.zip
[Pipeline] fileExists
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
[Pipeline] zip
Zipped 4 entries.
Archiving c:\mvn-it-1.tmp\core-it-suite-reports-windows-jdk7.zip
Zipped 4 entries.
Archiving c:\mvn-it-0.tmp\core-it-suite-reports-windows-jdk8.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] deleteDir
[Pipeline] deleteDir
[Pipeline] deleteDir
[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
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[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
[Pipeline] fileExists
[Pipeline] zip
[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
Writing zip file of /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/surefire-reports to /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-reports-linux-jdk12.zip
[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
Zipped 4 entries.
Archiving /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-reports-linux-jdk12.zip
[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
[Pipeline] deleteDir
[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
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[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
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[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
[TASKS] Scanning folder '/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test' 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/**/*' - excludes: null
[TASKS] Found 165 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 #9
[withMaven] Publishers: Pipeline Graph Publisher: 34 ms, Generated Artifacts Publisher: 63990 ms, Invoker Publisher: 7 ms, Junit Publisher: 564957 ms, Concordion Publisher: 12 ms, Dependencies Fingerprint Publisher: 2506 ms, Findbugs Publisher: 3 ms, JGiven Publisher: 3 ms, Jacoco Publisher: 3 ms, SpotBugs Publisher: 3 ms, Open Task Scanner Publisher: 14042 ms
[Pipeline] // withMaven
[Pipeline] fileExists
[Pipeline] zip
Writing zip file of /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes to /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-logs-linux-jdk7.zip
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Zipped 6478 entries.
Archiving /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-logs-linux-jdk7.zip
[Pipeline] fileExists
[Pipeline] zip
Writing zip file of /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/surefire-reports to /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-reports-linux-jdk7.zip
Zipped 4 entries.
Archiving /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-reports-linux-jdk7.zip
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // dir
[Pipeline] }
[Pipeline] }
[Pipeline] // node
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: UNSTABLE
[Pipeline] jiraIssueSelector
[Pipeline] echo
The authors of changes [hboutemy].
[Pipeline] echo
Sending email ...
[Pipeline] emailext

Build failed in Jenkins: Maven TLP » maven » mng-5668-poc #13

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/maven-box/job/maven/job/mng-5668-poc/13/

Changes:

* H30 is having issues

No tests ran.

Build log:
Branch indexing
Obtained Jenkinsfile from cabd646ba6deb024057e0504906d7712021bf748
Running in Durability level: MAX_SURVIVABILITY
Loading library jenkins-env@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git ls-remote -h https://gitbox.apache.org/repos/asf/maven-jenkins-env.git # timeout=10
Found match: refs/heads/master revision 7765a90edaad26e06bc4c32b05b561342f8db351
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/maven-jenkins-env.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitbox.apache.org/repos/asf/maven-jenkins-env.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://gitbox.apache.org/repos/asf/maven-jenkins-env.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 7765a90edaad26e06bc4c32b05b561342f8db351 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7765a90edaad26e06bc4c32b05b561342f8db351
Commit message: "H30 is having issues"
 > git rev-list --no-walk 2ab3c0f8e92b0c40e2e24671ca17a187a8cc4e74 # timeout=10
Loading library jenkins-lib@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git ls-remote -h https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git # timeout=10
Found match: refs/heads/master revision 57fbd117325ce13ef69bd591f457300c75dfc13b
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 57fbd117325ce13ef69bd591f457300c75dfc13b (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 57fbd117325ce13ef69bd591f457300c75dfc13b
Commit message: "echo NODE_NAME"
 > git rev-list --no-walk 57fbd117325ce13ef69bd591f457300c75dfc13b # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!H30’
Running on H23 in /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/build
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
No credentials specified
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/build
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:916)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:708)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H23
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1015.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy123.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
		... 4 more
Caused by: hudson.plugins.git.GitException: Error performing git command
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2181)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2140)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2136)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1741)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:914)
	... 11 more
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:717)
	at hudson.Proc$LocalProc.<init>(Proc.java:270)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2168)
	... 15 more
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
[FAILURE-003] AbortException hudson.AbortException: Error cloning remote repo 'origin'
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: FAILURE
Cloning repository https://gitbox.apache.org/repos/asf/maven.git
 > git init /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/build # timeout=10
[Pipeline] jiraIssueSelector
[Pipeline] echo
The authors of changes [rfscholte].
[Pipeline] echo
Sending email ...
[Pipeline] emailext

Build unstable in Jenkins: Maven TLP » maven » mng-5668-poc #12

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/maven-box/job/maven/job/mng-5668-poc/12/

Changes:

* [MNG-6065] Create option --fail-on-severity
* Removed SVN legacy.
* Updated scm information to point to git instead of svn.
* Removed scm parts which are inherited and fixed GitHub URL.

80 tests failed.
FAILED:  org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.linux-jdk12 / Run ITs Linux Java 12 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.026 s
[INFO] Finished at: 2020-01-01T04:18:24Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.026 s
[INFO] Finished at: 2020-01-01T04:18:24Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.039 s
[INFO] Finished at: 2020-01-01T04:19:00Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.039 s
[INFO] Finished at: 2020-01-01T04:19:00Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


FAILED:  org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.linux-jdk11 / Run ITs Linux Java 11 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.046 s
[INFO] Finished at: 2020-01-01T04:19:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.046 s
[INFO] Finished at: 2020-01-01T04:19:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


FAILED:  org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.linux-jdk7 / Run ITs Linux Java 7 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.054 s
[INFO] Finished at: 2020-01-01T04:21:18Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.054 s
[INFO] Finished at: 2020-01-01T04:21:18Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


FAILED:  org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.windows-jdk7 / Run ITs Windows Java 7 / testit

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.041 s
[INFO] Finished at: 2019-12-31T21:16:18-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.041 s
[INFO] Finished at: 2019-12-31T21:16:18-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.042 s
[INFO] Finished at: 2019-12-31T21:18:15-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.042 s
[INFO] Finished at: 2019-12-31T21:18:15-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.055 s
[INFO] Finished at: 2019-12-31T21:18:14-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.055 s
[INFO] Finished at: 2019-12-31T21:18:14-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


FAILED:  org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.windows-jdk12 / Run ITs Windows Java 12 / testit

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.045 s
[INFO] Finished at: 2019-12-31T21:27:02-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.045 s
[INFO] Finished at: 2019-12-31T21:27:02-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


FAILED:  org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.linux-jdk12 / Run ITs Linux Java 12 / testit

Error Message:
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)

Stack Trace:
java.io.FileNotFoundException: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


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

Error Message:
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)

Stack Trace:
java.io.FileNotFoundException: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.linux-jdk11 / Run ITs Linux Java 11 / testit

Error Message:
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)

Stack Trace:
java.io.FileNotFoundException: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.linux-jdk7 / Run ITs Linux Java 7 / testit

Error Message:
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)

Stack Trace:
java.io.FileNotFoundException: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.windows-jdk7 / Run ITs Windows Java 7 / testit

Error Message:
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)

Stack Trace:
java.io.FileNotFoundException: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


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

Error Message:
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)

Stack Trace:
java.io.FileNotFoundException: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


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

Error Message:
C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)

Stack Trace:
java.io.FileNotFoundException: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.windows-jdk12 / Run ITs Windows Java 12 / testit

Error Message:
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)

Stack Trace:
java.io.FileNotFoundException: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk12 / Run ITs Linux Java 12 / testitLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.055 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.062 s
[INFO] Finished at: 2020-01-01T04:17:32Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.055 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.062 s
[INFO] Finished at: 2020-01-01T04:17:32Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.080 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.092 s
[INFO] Finished at: 2020-01-01T04:17:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.080 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.092 s
[INFO] Finished at: 2020-01-01T04:17:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk11 / Run ITs Linux Java 11 / testitLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.072 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.084 s
[INFO] Finished at: 2020-01-01T04:18:10Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.072 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.084 s
[INFO] Finished at: 2020-01-01T04:18:10Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk7 / Run ITs Linux Java 7 / testitLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.081 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.094 s
[INFO] Finished at: 2020-01-01T04:19:21Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.081 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.094 s
[INFO] Finished at: 2020-01-01T04:19:21Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.windows-jdk7 / Run ITs Windows Java 7 / testitLifecycle

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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.394 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.452 s
[INFO] Finished at: 2019-12-31T21:14:25-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.394 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.452 s
[INFO] Finished at: 2019-12-31T21:14:25-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


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

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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.389 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.411 s
[INFO] Finished at: 2019-12-31T21:16:32-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.389 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.411 s
[INFO] Finished at: 2019-12-31T21:16:32-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.360 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.376 s
[INFO] Finished at: 2019-12-31T21:16:32-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.360 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.376 s
[INFO] Finished at: 2019-12-31T21:16:32-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.windows-jdk12 / Run ITs Windows Java 12 / testitLifecycle

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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.299 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.309 s
[INFO] Finished at: 2019-12-31T21:25:30-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.299 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.309 s
[INFO] Finished at: 2019-12-31T21:25:30-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.linux-jdk12 / Run ITs Linux Java 12 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.055 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.062 s
[INFO] Finished at: 2020-01-01T04:17:30Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.055 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.062 s
[INFO] Finished at: 2020-01-01T04:17:30Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.094 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.107 s
[INFO] Finished at: 2020-01-01T04:17:36Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.094 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.107 s
[INFO] Finished at: 2020-01-01T04:17:36Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


FAILED:  org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.linux-jdk11 / Run ITs Linux Java 11 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.090 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.102 s
[INFO] Finished at: 2020-01-01T04:18:08Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.090 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.102 s
[INFO] Finished at: 2020-01-01T04:18:08Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


FAILED:  org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.linux-jdk7 / Run ITs Linux Java 7 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.116 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.135 s
[INFO] Finished at: 2020-01-01T04:19:18Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.116 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.135 s
[INFO] Finished at: 2020-01-01T04:19:18Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


FAILED:  org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.windows-jdk7 / Run ITs Windows Java 7 / testit

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-0.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.097 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.109 s
[INFO] Finished at: 2019-12-31T21:14:21-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-0.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.097 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.109 s
[INFO] Finished at: 2019-12-31T21:14:21-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-0.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.090 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.098 s
[INFO] Finished at: 2019-12-31T21:16:29-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-0.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.090 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.098 s
[INFO] Finished at: 2019-12-31T21:16:29-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-1.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.094 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.104 s
[INFO] Finished at: 2019-12-31T21:16:29-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-1.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.094 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.104 s
[INFO] Finished at: 2019-12-31T21:16:29-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


FAILED:  org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.windows-jdk12 / Run ITs Windows Java 12 / testit

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-0.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.142 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.153 s
[INFO] Finished at: 2019-12-31T21:25:26-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-0.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.142 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.153 s
[INFO] Finished at: 2019-12-31T21:25:26-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


FAILED:  org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.linux-jdk12 / Run ITs Linux Java 12 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.077 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.089 s
[INFO] Finished at: 2020-01-01T04:17:22Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.077 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.089 s
[INFO] Finished at: 2020-01-01T04:17:22Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.122 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.143 s
[INFO] Finished at: 2020-01-01T04:17:22Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.122 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.143 s
[INFO] Finished at: 2020-01-01T04:17:22Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.linux-jdk11 / Run ITs Linux Java 11 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.135 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.155 s
[INFO] Finished at: 2020-01-01T04:17:55Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.135 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.155 s
[INFO] Finished at: 2020-01-01T04:17:55Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.linux-jdk7 / Run ITs Linux Java 7 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.166 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.198 s
[INFO] Finished at: 2020-01-01T04:19:00Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.166 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.198 s
[INFO] Finished at: 2020-01-01T04:19:00Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.windows-jdk7 / Run ITs Windows Java 7 / testit

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.167 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.197 s
[INFO] Finished at: 2019-12-31T21:14:00-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.167 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.197 s
[INFO] Finished at: 2019-12-31T21:14:00-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.183 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.206 s
[INFO] Finished at: 2019-12-31T21:16:09-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.183 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.206 s
[INFO] Finished at: 2019-12-31T21:16:09-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.158 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.188 s
[INFO] Finished at: 2019-12-31T21:16:09-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.158 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.188 s
[INFO] Finished at: 2019-12-31T21:16:09-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.windows-jdk12 / Run ITs Windows Java 12 / testit

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.180 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.208 s
[INFO] Finished at: 2019-12-31T21:25:10-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.180 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.208 s
[INFO] Finished at: 2019-12-31T21:25:10-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng6065FailOnSeverityTest.linux-jdk12 / Run ITs Linux Java 12 / testItShouldFailOnWarnLogMessages

Error Message:
Text not found in log: Enabled to break the build on log level WARN.

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: Enabled to break the build on log level WARN.
	at org.apache.maven.it.MavenITmng6065FailOnSeverityTest.testItShouldFailOnWarnLogMessages(MavenITmng6065FailOnSeverityTest.java:61)


FAILED:  org.apache.maven.it.MavenITmng6065FailOnSeverityTest.linux-jdk12 / Run ITs Linux Java 12 / testItShouldSucceedOnWarnLogMessagesWhenFailLevelIsError

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml --fail-on-severity ERROR -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo compile
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test@tmp/withMavena21e98d9/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test@tmp/withMavena21e98d9" 
Unable to parse command line options: Unrecognized option: --fail-on-severity

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml --fail-on-severity ERROR -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo compile
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test@tmp/withMavena21e98d9/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test@tmp/withMavena21e98d9" 
Unable to parse command line options: Unrecognized option: --fail-on-severity

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output

	at org.apache.maven.it.MavenITmng6065FailOnSeverityTest.testItShouldSucceedOnWarnLogMessagesWhenFailLevelIsError(MavenITmng6065FailOnSeverityTest.java:78)


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

Error Message:
Text not found in log: Enabled to break the build on log level WARN.

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: Enabled to break the build on log level WARN.
	at org.apache.maven.it.MavenITmng6065FailOnSeverityTest.testItShouldFailOnWarnLogMessages(MavenITmng6065FailOnSeverityTest.java:61)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml --fail-on-severity ERROR -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo compile
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test@tmp/withMaven23ef8a61/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test@tmp/withMaven23ef8a61" 
Unable to parse command line options: Unrecognized option: --fail-on-severity

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml --fail-on-severity ERROR -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo compile
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test@tmp/withMaven23ef8a61/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test@tmp/withMaven23ef8a61" 
Unable to parse command line options: Unrecognized option: --fail-on-severity

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output

	at org.apache.maven.it.MavenITmng6065FailOnSeverityTest.testItShouldSucceedOnWarnLogMessagesWhenFailLevelIsError(MavenITmng6065FailOnSeverityTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng6065FailOnSeverityTest.linux-jdk11 / Run ITs Linux Java 11 / testItShouldFailOnWarnLogMessages

Error Message:
Text not found in log: Enabled to break the build on log level WARN.

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: Enabled to break the build on log level WARN.
	at org.apache.maven.it.MavenITmng6065FailOnSeverityTest.testItShouldFailOnWarnLogMessages(MavenITmng6065FailOnSeverityTest.java:61)


FAILED:  org.apache.maven.it.MavenITmng6065FailOnSeverityTest.linux-jdk11 / Run ITs Linux Java 11 / testItShouldSucceedOnWarnLogMessagesWhenFailLevelIsError

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml --fail-on-severity ERROR -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo compile
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test@tmp/withMaven64a6d9c7/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test@tmp/withMaven64a6d9c7" 
Unable to parse command line options: Unrecognized option: --fail-on-severity

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml --fail-on-severity ERROR -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo compile
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test@tmp/withMaven64a6d9c7/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test@tmp/withMaven64a6d9c7" 
Unable to parse command line options: Unrecognized option: --fail-on-severity

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output

	at org.apache.maven.it.MavenITmng6065FailOnSeverityTest.testItShouldSucceedOnWarnLogMessagesWhenFailLevelIsError(MavenITmng6065FailOnSeverityTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng6065FailOnSeverityTest.linux-jdk7 / Run ITs Linux Java 7 / testItShouldFailOnWarnLogMessages

Error Message:
Text not found in log: Enabled to break the build on log level WARN.

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: Enabled to break the build on log level WARN.
	at org.apache.maven.it.MavenITmng6065FailOnSeverityTest.testItShouldFailOnWarnLogMessages(MavenITmng6065FailOnSeverityTest.java:61)


FAILED:  org.apache.maven.it.MavenITmng6065FailOnSeverityTest.linux-jdk7 / Run ITs Linux Java 7 / testItShouldSucceedOnWarnLogMessagesWhenFailLevelIsError

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml --fail-on-severity ERROR -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo compile
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test@tmp/withMavena1eebd4f/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test@tmp/withMavena1eebd4f" 
Unable to parse command line options: Unrecognized option: --fail-on-severity

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml --fail-on-severity ERROR -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo compile
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test@tmp/withMavena1eebd4f/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test@tmp/withMavena1eebd4f" 
Unable to parse command line options: Unrecognized option: --fail-on-severity

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output

	at org.apache.maven.it.MavenITmng6065FailOnSeverityTest.testItShouldSucceedOnWarnLogMessagesWhenFailLevelIsError(MavenITmng6065FailOnSeverityTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng6065FailOnSeverityTest.windows-jdk7 / Run ITs Windows Java 7 / testItShouldFailOnWarnLogMessages

Error Message:
Text not found in log: Enabled to break the build on log level WARN.

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: Enabled to break the build on log level WARN.
	at org.apache.maven.it.MavenITmng6065FailOnSeverityTest.testItShouldFailOnWarnLogMessages(MavenITmng6065FailOnSeverityTest.java:61)


FAILED:  org.apache.maven.it.MavenITmng6065FailOnSeverityTest.windows-jdk7 / Run ITs Windows Java 7 / testItShouldSucceedOnWarnLogMessagesWhenFailLevelIsError

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 --fail-on-severity ERROR -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo compile
Unable to parse command line options: Unrecognized option: --fail-on-severity

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="c:\mvn-it-0.tmp@tmp\withMavenc6c6deef\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="c:\mvn-it-0.tmp@tmp\withMavenc6c6deef" 


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 --fail-on-severity ERROR -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo compile
Unable to parse command line options: Unrecognized option: --fail-on-severity

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="c:\mvn-it-0.tmp@tmp\withMavenc6c6deef\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="c:\mvn-it-0.tmp@tmp\withMavenc6c6deef" 

	at org.apache.maven.it.MavenITmng6065FailOnSeverityTest.testItShouldSucceedOnWarnLogMessagesWhenFailLevelIsError(MavenITmng6065FailOnSeverityTest.java:78)


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

Error Message:
Text not found in log: Enabled to break the build on log level WARN.

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: Enabled to break the build on log level WARN.
	at org.apache.maven.it.MavenITmng6065FailOnSeverityTest.testItShouldFailOnWarnLogMessages(MavenITmng6065FailOnSeverityTest.java:61)


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

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 --fail-on-severity ERROR -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo compile
Unable to parse command line options: Unrecognized option: --fail-on-severity

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="c:\mvn-it-0.tmp@tmp\withMaven93b76d39\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="c:\mvn-it-0.tmp@tmp\withMaven93b76d39" 


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 --fail-on-severity ERROR -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo compile
Unable to parse command line options: Unrecognized option: --fail-on-severity

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="c:\mvn-it-0.tmp@tmp\withMaven93b76d39\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="c:\mvn-it-0.tmp@tmp\withMaven93b76d39" 

	at org.apache.maven.it.MavenITmng6065FailOnSeverityTest.testItShouldSucceedOnWarnLogMessagesWhenFailLevelIsError(MavenITmng6065FailOnSeverityTest.java:78)


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

Error Message:
Text not found in log: Enabled to break the build on log level WARN.

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: Enabled to break the build on log level WARN.
	at org.apache.maven.it.MavenITmng6065FailOnSeverityTest.testItShouldFailOnWarnLogMessages(MavenITmng6065FailOnSeverityTest.java:61)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml --fail-on-severity ERROR -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo compile
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="c:\mvn-it-1.tmp@tmp\withMaven9457d83e\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="c:\mvn-it-1.tmp@tmp\withMaven9457d83e" 
Unable to parse command line options: Unrecognized option: --fail-on-severity

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml --fail-on-severity ERROR -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo compile
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="c:\mvn-it-1.tmp@tmp\withMaven9457d83e\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="c:\mvn-it-1.tmp@tmp\withMaven9457d83e" 
Unable to parse command line options: Unrecognized option: --fail-on-severity

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output

	at org.apache.maven.it.MavenITmng6065FailOnSeverityTest.testItShouldSucceedOnWarnLogMessagesWhenFailLevelIsError(MavenITmng6065FailOnSeverityTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng6065FailOnSeverityTest.windows-jdk12 / Run ITs Windows Java 12 / testItShouldFailOnWarnLogMessages

Error Message:
Text not found in log: Enabled to break the build on log level WARN.

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: Enabled to break the build on log level WARN.
	at org.apache.maven.it.MavenITmng6065FailOnSeverityTest.testItShouldFailOnWarnLogMessages(MavenITmng6065FailOnSeverityTest.java:61)


FAILED:  org.apache.maven.it.MavenITmng6065FailOnSeverityTest.windows-jdk12 / Run ITs Windows Java 12 / testItShouldSucceedOnWarnLogMessagesWhenFailLevelIsError

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 --fail-on-severity ERROR -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo compile
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="c:\mvn-it-0.tmp@tmp\withMavenfd548224\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="c:\mvn-it-0.tmp@tmp\withMavenfd548224" 
Unable to parse command line options: Unrecognized option: --fail-on-severity

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output


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 --fail-on-severity ERROR -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo compile
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="c:\mvn-it-0.tmp@tmp\withMavenfd548224\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="c:\mvn-it-0.tmp@tmp\withMavenfd548224" 
Unable to parse command line options: Unrecognized option: --fail-on-severity

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output

	at org.apache.maven.it.MavenITmng6065FailOnSeverityTest.testItShouldSucceedOnWarnLogMessagesWhenFailLevelIsError(MavenITmng6065FailOnSeverityTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng0471CustomLifecycleTest.linux-jdk12 / Run ITs Linux Java 12 / testitMNG471

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.030 s
[INFO] Finished at: 2020-01-01T04:20:14Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.030 s
[INFO] Finished at: 2020-01-01T04:20:14Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.048 s
[INFO] Finished at: 2020-01-01T04:22:07Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.048 s
[INFO] Finished at: 2020-01-01T04:22:07Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng0471CustomLifecycleTest.linux-jdk11 / Run ITs Linux Java 11 / testitMNG471

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.047 s
[INFO] Finished at: 2020-01-01T04:22:46Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.047 s
[INFO] Finished at: 2020-01-01T04:22:46Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng0471CustomLifecycleTest.linux-jdk7 / Run ITs Linux Java 7 / testitMNG471

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.062 s
[INFO] Finished at: 2020-01-01T04:25:34Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.062 s
[INFO] Finished at: 2020-01-01T04:25:34Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng0471CustomLifecycleTest.windows-jdk7 / Run ITs Windows Java 7 / testitMNG471

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.051 s
[INFO] Finished at: 2019-12-31T21:20:48-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.051 s
[INFO] Finished at: 2019-12-31T21:20:48-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.046 s
[INFO] Finished at: 2019-12-31T21:22:26-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.046 s
[INFO] Finished at: 2019-12-31T21:22:26-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.047 s
[INFO] Finished at: 2019-12-31T21:22:26-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.047 s
[INFO] Finished at: 2019-12-31T21:22:26-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng0471CustomLifecycleTest.windows-jdk12 / Run ITs Windows Java 12 / testitMNG471

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.057 s
[INFO] Finished at: 2019-12-31T21:30:52-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.057 s
[INFO] Finished at: 2019-12-31T21:30:52-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.linux-jdk12 / Run ITs Linux Java 12 / testitForkLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.017 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.029 s
[INFO] Finished at: 2020-01-01T04:20:01Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.017 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.029 s
[INFO] Finished at: 2020-01-01T04:20:01Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.030 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.052 s
[INFO] Finished at: 2020-01-01T04:21:45Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.030 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.052 s
[INFO] Finished at: 2020-01-01T04:21:45Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.linux-jdk11 / Run ITs Linux Java 11 / testitForkLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.030 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.049 s
[INFO] Finished at: 2020-01-01T04:22:26Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.030 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.049 s
[INFO] Finished at: 2020-01-01T04:22:26Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.linux-jdk7 / Run ITs Linux Java 7 / testitForkLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.032 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.055 s
[INFO] Finished at: 2020-01-01T04:25:00Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.032 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.055 s
[INFO] Finished at: 2020-01-01T04:25:00Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.windows-jdk7 / Run ITs Windows Java 7 / testitForkLifecycle

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.043 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.079 s
[INFO] Finished at: 2019-12-31T21:20:24-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.043 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.079 s
[INFO] Finished at: 2019-12-31T21:20:24-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.076 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.097 s
[INFO] Finished at: 2019-12-31T21:22:01-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.076 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.097 s
[INFO] Finished at: 2019-12-31T21:22:01-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.072 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.095 s
[INFO] Finished at: 2019-12-31T21:22:01-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.072 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.095 s
[INFO] Finished at: 2019-12-31T21:22:01-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.windows-jdk12 / Run ITs Windows Java 12 / testitForkLifecycle

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.034 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.055 s
[INFO] Finished at: 2019-12-31T21:30:32-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.034 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.055 s
[INFO] Finished at: 2019-12-31T21:30:32-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk12 / Run ITs Linux Java 12 / testitCmdLine

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.036 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.053 s
[INFO] Finished at: 2020-01-01T04:17:32Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.036 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.053 s
[INFO] Finished at: 2020-01-01T04:17:32Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.041 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.064 s
[INFO] Finished at: 2020-01-01T04:17:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.041 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.064 s
[INFO] Finished at: 2020-01-01T04:17:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk11 / Run ITs Linux Java 11 / testitCmdLine

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.059 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.079 s
[INFO] Finished at: 2020-01-01T04:18:10Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.059 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.079 s
[INFO] Finished at: 2020-01-01T04:18:10Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk7 / Run ITs Linux Java 7 / testitCmdLine

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.060 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.089 s
[INFO] Finished at: 2020-01-01T04:19:22Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.060 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.089 s
[INFO] Finished at: 2020-01-01T04:19:22Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.windows-jdk7 / Run ITs Windows Java 7 / testitCmdLine

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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.050 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.079 s
[INFO] Finished at: 2019-12-31T21:14:25-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.050 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.079 s
[INFO] Finished at: 2019-12-31T21:14:25-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


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

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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.044 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.067 s
[INFO] Finished at: 2019-12-31T21:16:33-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.044 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.067 s
[INFO] Finished at: 2019-12-31T21:16:33-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.049 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.073 s
[INFO] Finished at: 2019-12-31T21:16:33-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.049 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.073 s
[INFO] Finished at: 2019-12-31T21:16:33-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.windows-jdk12 / Run ITs Windows Java 12 / testitCmdLine

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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.056 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.081 s
[INFO] Finished at: 2019-12-31T21:25:30-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.056 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.081 s
[INFO] Finished at: 2019-12-31T21:25:30-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)




Build log:
[...truncated 86566 lines...]
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-model-interpolation\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-model-interpolation\2.1-SNAPSHOT\maven-it-plugin-model-interpolation-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-model-interpolation\target\maven-it-plugin-model-interpolation-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-model-interpolation\2.1-SNAPSHOT\maven-it-plugin-model-interpolation-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-no-default-comp\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-no-default-comp\2.1-SNAPSHOT\maven-it-plugin-no-default-comp-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-no-default-comp\target\maven-it-plugin-no-default-comp-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-no-default-comp\2.1-SNAPSHOT\maven-it-plugin-no-default-comp-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-no-project\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-no-project\2.1-SNAPSHOT\maven-it-plugin-no-project-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-no-project\target\maven-it-plugin-no-project-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-no-project\2.1-SNAPSHOT\maven-it-plugin-no-project-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-online\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-online\2.1-SNAPSHOT\maven-it-plugin-online-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-online\target\maven-it-plugin-online-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-online\2.1-SNAPSHOT\maven-it-plugin-online-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-optional-mojos\2.1-SNAPSHOT\maven-it-plugin-optional-mojos-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\target\maven-it-plugin-optional-mojos-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-optional-mojos\2.1-SNAPSHOT\maven-it-plugin-optional-mojos-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-packaging\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-packaging\2.1-SNAPSHOT\maven-it-plugin-packaging-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-packaging\target\maven-it-plugin-packaging-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-packaging\2.1-SNAPSHOT\maven-it-plugin-packaging-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-parameter-implementation\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-parameter-implementation\2.1-SNAPSHOT\maven-it-plugin-parameter-implementation-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-parameter-implementation\target\maven-it-plugin-parameter-implementation-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-parameter-implementation\2.1-SNAPSHOT\maven-it-plugin-parameter-implementation-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-plugin-dependency\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-plugin-dependency\2.1-SNAPSHOT\maven-it-plugin-plugin-dependency-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-plugin-dependency\target\maven-it-plugin-plugin-dependency-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-plugin-dependency\2.1-SNAPSHOT\maven-it-plugin-plugin-dependency-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-project\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-project\2.1-SNAPSHOT\maven-it-plugin-project-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-project\target\maven-it-plugin-project-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-project\2.1-SNAPSHOT\maven-it-plugin-project-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-project-interpolation\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-project-interpolation\2.1-SNAPSHOT\maven-it-plugin-project-interpolation-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-project-interpolation\target\maven-it-plugin-project-interpolation-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-project-interpolation\2.1-SNAPSHOT\maven-it-plugin-project-interpolation-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-setter\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-setter\2.1-SNAPSHOT\maven-it-plugin-setter-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-setter\target\maven-it-plugin-setter-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-setter\2.1-SNAPSHOT\maven-it-plugin-setter-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-singleton-component\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-singleton-component\2.1-SNAPSHOT\maven-it-plugin-singleton-component-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-singleton-component\target\maven-it-plugin-singleton-component-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-singleton-component\2.1-SNAPSHOT\maven-it-plugin-singleton-component-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-site\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-site\2.1-SNAPSHOT\maven-it-plugin-site-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-site\target\maven-it-plugin-site-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-site\2.1-SNAPSHOT\maven-it-plugin-site-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-toolchain\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-toolchain\2.1-SNAPSHOT\maven-it-plugin-toolchain-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-toolchain\target\maven-it-plugin-toolchain-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-toolchain\2.1-SNAPSHOT\maven-it-plugin-toolchain-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-touch\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-touch\2.1-SNAPSHOT\maven-it-plugin-touch-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-touch\target\maven-it-plugin-touch-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-touch\2.1-SNAPSHOT\maven-it-plugin-touch-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-uses-properties\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-uses-properties\2.1-SNAPSHOT\maven-it-plugin-uses-properties-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-uses-properties\target\maven-it-plugin-uses-properties-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-uses-properties\2.1-SNAPSHOT\maven-it-plugin-uses-properties-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-uses-wagon\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-uses-wagon\2.1-SNAPSHOT\maven-it-plugin-uses-wagon-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-uses-wagon\target\maven-it-plugin-uses-wagon-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-uses-wagon\2.1-SNAPSHOT\maven-it-plugin-uses-wagon-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-all\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-all\2.1-SNAPSHOT\maven-it-plugin-all-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-all\target\maven-it-plugin-all-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-all\2.1-SNAPSHOT\maven-it-plugin-all-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-plexus-utils-11\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-plexus-utils-11\2.1-SNAPSHOT\maven-it-plugin-plexus-utils-11-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-plexus-utils-11\target\maven-it-plugin-plexus-utils-11-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-plexus-utils-11\2.1-SNAPSHOT\maven-it-plugin-plexus-utils-11-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-plexus-utils-new\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-plexus-utils-new\2.1-SNAPSHOT\maven-it-plugin-plexus-utils-new-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-plexus-utils-new\target\maven-it-plugin-plexus-utils-new-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-plexus-utils-new\2.1-SNAPSHOT\maven-it-plugin-plexus-utils-new-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-plexus-component-api\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-plexus-component-api\2.1-SNAPSHOT\maven-it-plugin-plexus-component-api-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-plexus-component-api\target\maven-it-plugin-plexus-component-api-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-plexus-component-api\2.1-SNAPSHOT\maven-it-plugin-plexus-component-api-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-log4j\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-log4j\2.1-SNAPSHOT\maven-it-plugin-log4j-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-log4j\target\maven-it-plugin-log4j-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-log4j\2.1-SNAPSHOT\maven-it-plugin-log4j-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-extension1\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-extension1\2.1-SNAPSHOT\maven-it-plugin-extension1-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-extension1\target\maven-it-plugin-extension1-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-extension1\2.1-SNAPSHOT\maven-it-plugin-extension1-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-extension2\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-extension2\2.1-SNAPSHOT\maven-it-plugin-extension2-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-extension2\target\maven-it-plugin-extension2-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-extension2\2.1-SNAPSHOT\maven-it-plugin-extension2-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-plexus-lifecycle\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-plexus-lifecycle\2.1-SNAPSHOT\maven-it-plugin-plexus-lifecycle-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-plexus-lifecycle\target\maven-it-plugin-plexus-lifecycle-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-plexus-lifecycle\2.1-SNAPSHOT\maven-it-plugin-plexus-lifecycle-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-settings\pom.xml under org\apache\maven\its\plugins\maven-it-plugin-settings\2.1-SNAPSHOT\maven-it-plugin-settings-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\maven-it-plugin-settings\target\maven-it-plugin-settings-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\maven-it-plugin-settings\2.1-SNAPSHOT\maven-it-plugin-settings-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\mng5805-extension\pom.xml under org\apache\maven\its\plugins\mng-5805-pkg-type-mojo-configuration-extension\2.1-SNAPSHOT\mng-5805-pkg-type-mojo-configuration-extension-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\mng5805-extension\target\mng-5805-pkg-type-mojo-configuration-extension-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\mng-5805-pkg-type-mojo-configuration-extension\2.1-SNAPSHOT\mng-5805-pkg-type-mojo-configuration-extension-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\mng5805-extension2\pom.xml under org\apache\maven\its\plugins\mng-5805-pkg-type-mojo-configuration-extension2\2.1-SNAPSHOT\mng-5805-pkg-type-mojo-configuration-extension2-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\mng5805-extension2\target\mng-5805-pkg-type-mojo-configuration-extension2-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\mng-5805-pkg-type-mojo-configuration-extension2\2.1-SNAPSHOT\mng-5805-pkg-type-mojo-configuration-extension2-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\mng5805-plugin\pom.xml under org\apache\maven\its\plugins\mng-5805-pkg-type-mojo-configuration-plugin\2.1-SNAPSHOT\mng-5805-pkg-type-mojo-configuration-plugin-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\mng5805-plugin\target\mng-5805-pkg-type-mojo-configuration-plugin-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\mng-5805-pkg-type-mojo-configuration-plugin\2.1-SNAPSHOT\mng-5805-pkg-type-mojo-configuration-plugin-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\mng5805-plugin-dep\pom.xml under org\apache\maven\its\plugins\mng-5805-pkg-type-mojo-configuration-plugin-dep\2.1-SNAPSHOT\mng-5805-pkg-type-mojo-configuration-plugin-dep-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\mng5805-plugin-dep\target\mng-5805-pkg-type-mojo-configuration-plugin-dep-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\mng-5805-pkg-type-mojo-configuration-plugin-dep\2.1-SNAPSHOT\mng-5805-pkg-type-mojo-configuration-plugin-dep-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\mng5958-extension\pom.xml under org\apache\maven\its\plugins\mng-5958-pkg-type-extension\2.1-SNAPSHOT\mng-5958-pkg-type-extension-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\mng5958-extension\target\mng-5958-pkg-type-extension-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\mng-5958-pkg-type-extension\2.1-SNAPSHOT\mng-5958-pkg-type-extension-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\mng6759-plugin-resolves-project-dependencies\pom.xml under org\apache\maven\its\plugins\mng-6759-resolves-project-dependencies-plugin\2.1-SNAPSHOT\mng-6759-resolves-project-dependencies-plugin-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-plugins\mng6759-plugin-resolves-project-dependencies\target\mng-6759-resolves-project-dependencies-plugin-2.1-SNAPSHOT.jar under org\apache\maven\its\plugins\mng-6759-resolves-project-dependencies-plugin\2.1-SNAPSHOT\mng-6759-resolves-project-dependencies-plugin-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-toolchain\pom.xml under org\apache\maven\its\core-it-toolchain\2.1-SNAPSHOT\core-it-toolchain-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-toolchain\target\core-it-toolchain-2.1-SNAPSHOT.jar under org\apache\maven\its\core-it-toolchain\2.1-SNAPSHOT\core-it-toolchain-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-wagon\pom.xml under org\apache\maven\its\core-it-wagon\2.1-SNAPSHOT\core-it-wagon-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-wagon\target\core-it-wagon-2.1-SNAPSHOT.jar under org\apache\maven\its\core-it-wagon\2.1-SNAPSHOT\core-it-wagon-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact core-it-support\core-it-support-artifacts\pom.xml under org\apache\maven\its\core-it-support-artifacts\2.1-SNAPSHOT\core-it-support-artifacts-2.1-SNAPSHOT.pom
[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
[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
[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 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
[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
[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\**\*' - excludes: null
[TASKS] Found 165 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 #11
[withMaven] Publishers: Pipeline Graph Publisher: 28 ms, Generated Artifacts Publisher: 6590 ms, Invoker Publisher: 4 ms, Junit Publisher: 14218 ms, Concordion Publisher: 5 ms, Dependencies Fingerprint Publisher: 120 ms, Findbugs Publisher: 2 ms, JGiven Publisher: 1 ms, Jacoco Publisher: 2 ms, SpotBugs Publisher: 1 ms, Open Task Scanner Publisher: 592 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-jdk12.zip
Zipped 6483 entries.
Archiving c:\mvn-it-0.tmp\core-it-suite-logs-windows-jdk12.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-jdk12.zip
Zipped 4 entries.
Archiving c:\mvn-it-0.tmp\core-it-suite-reports-windows-jdk12.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] echo
The authors of changes [rfscholte, khmarbaise].
[Pipeline] echo
Sending email ...
[Pipeline] emailext

Build unstable in Jenkins: Maven TLP » maven » mng-5668-poc #11

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/maven-box/job/maven/job/mng-5668-poc/11/

No changes.

64 tests failed.
FAILED:  org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.windows-jdk11 / Run ITs Windows Java 11 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.172 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.203 s
[INFO] Finished at: 2019-12-15T23:50:33-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.172 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.203 s
[INFO] Finished at: 2019-12-15T23:50:33-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-1.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.194 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.211 s
[INFO] Finished at: 2019-12-15T23:50:53-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-1.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.194 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.211 s
[INFO] Finished at: 2019-12-15T23:50:53-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.268 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.280 s
[INFO] Finished at: 2019-12-15T23:50:56-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.268 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.280 s
[INFO] Finished at: 2019-12-15T23:50:56-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


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

Error Message:
C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)

Stack Trace:
java.io.FileNotFoundException: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.039 s
[INFO] Finished at: 2019-12-15T23:52:34-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.039 s
[INFO] Finished at: 2019-12-15T23:52:34-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.331 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.355 s
[INFO] Finished at: 2019-12-15T23:51:56-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.331 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.355 s
[INFO] Finished at: 2019-12-15T23:51:56-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-0.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.177 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.187 s
[INFO] Finished at: 2019-12-15T23:52:17-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-0.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.177 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.187 s
[INFO] Finished at: 2019-12-15T23:52:17-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


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

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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.285 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.296 s
[INFO] Finished at: 2019-12-15T23:52:20-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.285 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.296 s
[INFO] Finished at: 2019-12-15T23:52:20-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


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

Error Message:
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)

Stack Trace:
java.io.FileNotFoundException: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.044 s
[INFO] Finished at: 2019-12-15T23:54:01-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.044 s
[INFO] Finished at: 2019-12-15T23:54:01-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


FAILED:  org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.windows-jdk7 / Run ITs Windows Java 7 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  1.745 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.778 s
[INFO] Finished at: 2019-12-15T23:52:15-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  1.745 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.778 s
[INFO] Finished at: 2019-12-15T23:52:15-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.windows-jdk7 / Run ITs Windows Java 7 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-1.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.140 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.155 s
[INFO] Finished at: 2019-12-15T23:52:36-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-1.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.140 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.155 s
[INFO] Finished at: 2019-12-15T23:52:36-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.windows-jdk7 / Run ITs Windows Java 7 / testitLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.299 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.311 s
[INFO] Finished at: 2019-12-15T23:52:40-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.299 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.311 s
[INFO] Finished at: 2019-12-15T23:52:40-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.windows-jdk7 / Run ITs Windows Java 7 / testit

Error Message:
C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)

Stack Trace:
java.io.FileNotFoundException: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.windows-jdk7 / Run ITs Windows Java 7 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.072 s
[INFO] Finished at: 2019-12-15T23:54:31-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.072 s
[INFO] Finished at: 2019-12-15T23:54:31-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


FAILED:  org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.windows-jdk12 / Run ITs Windows Java 12 / testit

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.180 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.204 s
[INFO] Finished at: 2019-12-15T23:53:44-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\consumer\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.180 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.204 s
[INFO] Finished at: 2019-12-15T23:53:44-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-5137\producer\pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.windows-jdk12 / Run ITs Windows Java 12 / testit

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-0.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.118 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.128 s
[INFO] Finished at: 2019-12-15T23:54:09-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\sub\target\classes
[INFO] [MAVEN-CORE-IT-LOG]   c:\mvn-it-0.tmp\it-local-repo\org\apache\maven\its\maven-core-it-support\1.0\maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.118 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.128 s
[INFO] Finished at: 2019-12-15T23:54:09-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4795\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.windows-jdk12 / Run ITs Windows Java 12 / testitLifecycle

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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.504 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.515 s
[INFO] Finished at: 2019-12-15T23:54:14-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.504 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.515 s
[INFO] Finished at: 2019-12-15T23:54:14-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.windows-jdk12 / Run ITs Windows Java 12 / testit

Error Message:
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)

Stack Trace:
java.io.FileNotFoundException: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4536\mod-a\target\touch.log (The system cannot find the file specified)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.windows-jdk12 / Run ITs Windows Java 12 / testit

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.058 s
[INFO] Finished at: 2019-12-15T23:56:10-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.058 s
[INFO] Finished at: 2019-12-15T23:56:10-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


FAILED:  org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.linux-jdk11 / Run ITs Linux Java 11 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.090 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.104 s
[INFO] Finished at: 2019-12-16T08:07:23Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.090 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.104 s
[INFO] Finished at: 2019-12-16T08:07:23Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.linux-jdk11 / Run ITs Linux Java 11 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.061 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.068 s
[INFO] Finished at: 2019-12-16T08:07:33Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.061 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.068 s
[INFO] Finished at: 2019-12-16T08:07:33Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk11 / Run ITs Linux Java 11 / testitLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.053 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.060 s
[INFO] Finished at: 2019-12-16T08:07:34Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.053 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.060 s
[INFO] Finished at: 2019-12-16T08:07:34Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.linux-jdk11 / Run ITs Linux Java 11 / testit

Error Message:
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)

Stack Trace:
java.io.FileNotFoundException: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.linux-jdk11 / Run ITs Linux Java 11 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.031 s
[INFO] Finished at: 2019-12-16T08:08:28Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.031 s
[INFO] Finished at: 2019-12-16T08:08:28Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


FAILED:  org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.linux-jdk7 / Run ITs Linux Java 7 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.091 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.110 s
[INFO] Finished at: 2019-12-16T08:07:50Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.091 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.110 s
[INFO] Finished at: 2019-12-16T08:07:50Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.linux-jdk7 / Run ITs Linux Java 7 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.066 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.076 s
[INFO] Finished at: 2019-12-16T08:08:02Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.066 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.076 s
[INFO] Finished at: 2019-12-16T08:08:02Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk7 / Run ITs Linux Java 7 / testitLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.056 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.065 s
[INFO] Finished at: 2019-12-16T08:08:04Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.056 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.065 s
[INFO] Finished at: 2019-12-16T08:08:04Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.linux-jdk7 / Run ITs Linux Java 7 / testit

Error Message:
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)

Stack Trace:
java.io.FileNotFoundException: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.linux-jdk7 / Run ITs Linux Java 7 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.038 s
[INFO] Finished at: 2019-12-16T08:09:21Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.038 s
[INFO] Finished at: 2019-12-16T08:09:21Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


FAILED:  org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.linux-jdk12 / Run ITs Linux Java 12 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.094 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.112 s
[INFO] Finished at: 2019-12-16T08:07:38Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.094 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.112 s
[INFO] Finished at: 2019-12-16T08:07:38Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.linux-jdk12 / Run ITs Linux Java 12 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.057 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.064 s
[INFO] Finished at: 2019-12-16T08:07:50Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.057 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.064 s
[INFO] Finished at: 2019-12-16T08:07:50Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk12 / Run ITs Linux Java 12 / testitLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.052 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.058 s
[INFO] Finished at: 2019-12-16T08:07:51Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.052 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.058 s
[INFO] Finished at: 2019-12-16T08:07:51Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.linux-jdk12 / Run ITs Linux Java 12 / testit

Error Message:
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)

Stack Trace:
java.io.FileNotFoundException: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.linux-jdk12 / Run ITs Linux Java 12 / testit

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.028 s
[INFO] Finished at: 2019-12-16T08:09:28Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.028 s
[INFO] Finished at: 2019-12-16T08:09:28Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.070 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.087 s
[INFO] Finished at: 2019-12-16T08:07:23Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer                     [jar]
[INFO] Maven Integration Test :: MNG-5137 :: Consumer                     [jar]
[INFO] Maven Integration Test :: MNG-5137                                 [pom]
[INFO] 
[INFO] -----------------< org.apache.maven.its.mng5137:test >------------------
[INFO] Building Maven Integration Test :: MNG-5137 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Producer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-artifact:2.1-SNAPSHOT:set (package) @ producer ---
[INFO] [MAVEN-CORE-IT-LOG] Setting main artifact file: pom.xml
[INFO] [MAVEN-CORE-IT-LOG] Set main artifact file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-5137 :: Consumer 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ consumer ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/compile.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/consumer/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-5137 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-5137 :: Producer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 :: Consumer ..... SKIPPED
[INFO] Maven Integration Test :: MNG-5137 ................. FAILURE [  0.070 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.087 s
[INFO] Finished at: 2019-12-16T08:07:23Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project test: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng5137:producer:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-5137/producer/pom.xml is producer-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit (MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :test

	at org.apache.maven.it.MavenITmng5137ReactorResolutionInForkedBuildTest.testit(MavenITmng5137ReactorResolutionInForkedBuildTest.java:58)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.051 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.058 s
[INFO] Finished at: 2019-12-16T08:07:31Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo process-sources
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795                                 [pom]
[INFO] Maven Integration Test :: MNG-4795 :: Sub                          [jar]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4795:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4795 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4795 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-dependency-resolution:2.1-SNAPSHOT:compile (resolve) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Dumping class path: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/compile-0.txt
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/sub/target/classes
[INFO] [MAVEN-CORE-IT-LOG]   /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4795 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4795 ................. FAILURE [  0.051 s]
[INFO] Maven Integration Test :: MNG-4795 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.058 s
[INFO] Finished at: 2019-12-16T08:07:31Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork-reactor) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4795:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4795/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit (MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)
    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:222)
    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.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.testit(MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest.java:55)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.059 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.066 s
[INFO] Finished at: 2019-12-16T08:07:32Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo test
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: http://repo1.maven.org/maven2/org/apache/maven/its/plugins/maven-it-plugin-log-file/maven-metadata.xml
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.059 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.066 s
[INFO] Finished at: 2019-12-16T08:07:32Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (fork) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitLifecycle(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:56)


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

Error Message:
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)

Stack Trace:
java.io.FileNotFoundException: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4536/mod-a/target/touch.log (No such file or directory)
	at org.apache.maven.it.MavenITmng4536RequiresNoProjectForkingMojoTest.testit(MavenITmng4536RequiresNoProjectForkingMojoTest.java:58)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.026 s
[INFO] Finished at: 2019-12-16T08:09:09Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo generate-sources
[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.mng4327:test >------------------
[INFO] Building Maven Integration Test :: MNG-4327 0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) > [foo]generate-sources @ test >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) < [foo]generate-sources @ test <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.026 s
[INFO] Finished at: 2019-12-16T08:09:09Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (fork) on project test: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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: Unexpected result, final name of executed project is test-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit (MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)
    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:222)
    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.MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.testit(MavenITmng4327ExcludeForkingMojoFromForkedLifecycleTest.java:54)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.049 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.118 s
[INFO] Finished at: 2019-12-15T23:50:56-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.049 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.118 s
[INFO] Finished at: 2019-12-15T23:50:56-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.031 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.054 s
[INFO] Finished at: 2019-12-15T23:56:15-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.031 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.054 s
[INFO] Finished at: 2019-12-15T23:56:15-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.057 s
[INFO] Finished at: 2019-12-15T23:56:37-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.057 s
[INFO] Finished at: 2019-12-15T23:56:37-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


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

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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.032 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.048 s
[INFO] Finished at: 2019-12-15T23:52:20-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.032 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.048 s
[INFO] Finished at: 2019-12-15T23:52:20-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.041 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.063 s
[INFO] Finished at: 2019-12-15T23:57:48-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.041 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.063 s
[INFO] Finished at: 2019-12-15T23:57:48-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


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

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.050 s
[INFO] Finished at: 2019-12-15T23:58:10-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.050 s
[INFO] Finished at: 2019-12-15T23:58:10-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.windows-jdk7 / Run ITs Windows Java 7 / testitCmdLine

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.041 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.064 s
[INFO] Finished at: 2019-12-15T23:52:40-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.041 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.064 s
[INFO] Finished at: 2019-12-15T23:52:40-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.windows-jdk7 / Run ITs Windows Java 7 / testitForkLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.027 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.051 s
[INFO] Finished at: 2019-12-15T23:58:42-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.027 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.051 s
[INFO] Finished at: 2019-12-15T23:58:42-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-1.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng0471CustomLifecycleTest.windows-jdk7 / Run ITs Windows Java 7 / testitMNG471

Error Message:
Exit code was non-zero: 1; command line and log = 
C:\mvn-it-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.056 s
[INFO] Finished at: 2019-12-15T23:59:06-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-1.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings C:\mvn-it-1.tmp\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-1.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.056 s
[INFO] Finished at: 2019-12-15T23:59:06-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor51.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.windows-jdk12 / Run ITs Windows Java 12 / testitCmdLine

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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.077 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.100 s
[INFO] Finished at: 2019-12-15T23:54:14-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-remote.xml -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\sub\target\log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.077 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.100 s
[INFO] Finished at: 2019-12-15T23:54:14-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4776\pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.windows-jdk12 / Run ITs Windows Java 12 / testitForkLifecycle

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-fork/2.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from central: file:target/null/org/apache/maven/its/plugins/maven-it-plugin-fork/2.1-SNAPSHOT/maven-metadata.xml
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.035 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.307 s
[INFO] Finished at: 2019-12-16T00:00:37-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] Downloading from apache-snapshots: http://repository.apache.org/snapshots/org/apache/maven/its/plugins/maven-it-plugin-fork/2.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from central: file:target/null/org/apache/maven/its/plugins/maven-it-plugin-fork/2.1-SNAPSHOT/maven-metadata.xml
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.035 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.307 s
[INFO] Finished at: 2019-12-16T00:00:37-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-1073\sub-1\pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng0471CustomLifecycleTest.windows-jdk12 / Run ITs Windows Java 12 / testitMNG471

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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.482 s
[INFO] Finished at: 2019-12-16T00:01:04-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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 -e --batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.482 s
[INFO] Finished at: 2019-12-16T00:01:04-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor56.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk11 / Run ITs Linux Java 11 / testitCmdLine

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.036 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.048 s
[INFO] Finished at: 2019-12-16T08:07:34Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.036 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.048 s
[INFO] Finished at: 2019-12-16T08:07:34Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.linux-jdk11 / Run ITs Linux Java 11 / testitForkLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.022 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.035 s
[INFO] Finished at: 2019-12-16T08:10:19Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.022 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.035 s
[INFO] Finished at: 2019-12-16T08:10:19Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng0471CustomLifecycleTest.linux-jdk11 / Run ITs Linux Java 11 / testitMNG471

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.031 s
[INFO] Finished at: 2019-12-16T08:10:33Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.031 s
[INFO] Finished at: 2019-12-16T08:10:33Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk7 / Run ITs Linux Java 7 / testitCmdLine

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.036 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.076 s
[INFO] Finished at: 2019-12-16T08:08:04Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.036 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.076 s
[INFO] Finished at: 2019-12-16T08:08:04Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.linux-jdk7 / Run ITs Linux Java 7 / testitForkLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.019 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.035 s
[INFO] Finished at: 2019-12-16T08:11:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.019 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.035 s
[INFO] Finished at: 2019-12-16T08:11:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:56)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng0471CustomLifecycleTest.linux-jdk7 / Run ITs Linux Java 7 / testitMNG471

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.028 s
[INFO] Finished at: 2019-12-16T08:11:53Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.028 s
[INFO] Finished at: 2019-12-16T08:11:53Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.invoke (Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:606)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


FAILED:  org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.linux-jdk12 / Run ITs Linux Java 12 / testitCmdLine

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.033 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.044 s
[INFO] Finished at: 2019-12-16T08:07:52Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.033 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.044 s
[INFO] Finished at: 2019-12-16T08:07:52Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


FAILED:  org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.linux-jdk12 / Run ITs Linux Java 12 / testitForkLifecycle

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.019 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.029 s
[INFO] Finished at: 2019-12-16T08:11:23Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.019 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.029 s
[INFO] Finished at: 2019-12-16T08:11:23Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


FAILED:  org.apache.maven.it.MavenITmng0471CustomLifecycleTest.linux-jdk12 / Run ITs Linux Java 12 / testitMNG471

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.027 s
[INFO] Finished at: 2019-12-16T08:11:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.027 s
[INFO] Finished at: 2019-12-16T08:11:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at jdk.internal.reflect.GeneratedMethodAccessor63.invoke (Unknown Source)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    at org.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:567)
    at junit.framework.TestCase.runTest (TestCase.java:176)
    at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest (AbstractMavenIntegrationTestCase.java:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.054 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.064 s
[INFO] Finished at: 2019-12-16T08:07:33Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.maven.its.mng4776:sub:pom:0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.its.plugins:maven-it-plugin-log-file is missing. @ line 44, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776                                 [pom]
[INFO] Maven Integration Test :: MNG-4776 :: Sub                          [pom]
[INFO] 
[INFO] ----------------< org.apache.maven.its.mng4776:parent >-----------------
[INFO] Building Maven Integration Test :: MNG-4776 0.1                    [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ parent >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Maven Integration Test :: MNG-4776 :: Sub 0.1
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-it-plugin-log-file:2.1-SNAPSHOT:reset (log) @ sub ---
[INFO] [MAVEN-CORE-IT-LOG] Resetting log file: /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/sub/target/log.txt
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-4776 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-4776 ................. FAILURE [  0.054 s]
[INFO] Maven Integration Test :: MNG-4776 :: Sub .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.064 s
[INFO] Finished at: 2019-12-16T08:07:33Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project parent: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng4776:parent:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-4776/pom.xml is parent-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine (MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)
    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:222)
    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.MavenITmng4776ForkedReactorPluginVersionResolutionTest.testitCmdLine(MavenITmng4776ForkedReactorPluginVersionResolutionTest.java:78)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.015 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.025 s
[INFO] Finished at: 2019-12-16T08:11:03Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator


Stack Trace:
org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1                        [jar]
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2                        [jar]
[INFO] Maven Integration Test :: MNG-1073                                 [pom]
[INFO] 
[INFO] --------------< org.apache.maven.its.mng1073:aggregator >---------------
[INFO] Building Maven Integration Test :: MNG-1073 0.1                    [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) > [foo]generate-sources @ aggregator >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) < [foo]generate-sources @ aggregator <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) @ aggregator ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Maven Integration Test :: MNG-1073 0.1:
[INFO] 
[INFO] Maven Integration Test :: MNG-1073 :: Sub-1 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 :: Sub-2 ........ SKIPPED
[INFO] Maven Integration Test :: MNG-1073 ................. FAILURE [  0.015 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.025 s
[INFO] Finished at: 2019-12-16T08:11:03Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork-lifecycle-aggregator (default-cli) on project aggregator: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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: Unexpected result, final name of executed project MavenProject: org.apache.maven.its.mng1073:sub-1:0.1 @ /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/mng-1073/sub-1/pom.xml is sub-1-0.1 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleAggregatorMojo.execute (ForkLifecycleAggregatorMojo.java:58)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
    at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
    at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle (MavenITmng1073AggregatorForksReactorTest.java:58)
    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:222)
    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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :aggregator

	at org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest.testitForkLifecycle(MavenITmng1073AggregatorForksReactorTest.java:58)


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

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.474 s
[INFO] Finished at: 2019-12-16T08:11:19Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes/settings.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/it-local-repo org.apache.maven.its.plugins:maven-it-plugin-fork:fork org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal
[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.it0027:maven-it-it0027 >-------------
[INFO] Building Maven Integration Test :: it0027 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) > [foo]generate-sources @ maven-it-it0027 >>>
[INFO] 
[INFO] <<< maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) < [foo]generate-sources @ maven-it-it0027 <<<
[INFO] 
[INFO] 
[INFO] --- maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) @ maven-it-it0027 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.474 s
[INFO] Finished at: 2019-12-16T08:11:19Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified'). -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork (default-cli) on project maven-it-it0027: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:267)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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: Unexpected result, final name of executed project is maven-it-it0027-1.0 (should be 'coreitified').
    at org.apache.maven.plugin.coreit.ForkLifecycleMojo.execute (ForkLifecycleMojo.java:59)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:262)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:244)
    at sun.reflect.GeneratedMethodAccessor58.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:247)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
    at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1260)
    at org.apache.maven.it.MavenITmng0471CustomLifecycleTest.testitMNG471 (MavenITmng0471CustomLifecycleTest.java:56)
    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:222)
    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.MavenITmng0471CustomLifecycleTest.testitMNG471(MavenITmng0471CustomLifecycleTest.java:56)




Build log:
[...truncated 85793 lines...]
[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
[TASKS] Scanning folder '/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test' 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/**/*' - excludes: null
[TASKS] Found 165 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 #10
[withMaven] Publishers: Pipeline Graph Publisher: 31 ms, Generated Artifacts Publisher: 64468 ms, Invoker Publisher: 8 ms, Junit Publisher: 512538 ms, Concordion Publisher: 11 ms, Dependencies Fingerprint Publisher: 2502 ms, Findbugs Publisher: 3 ms, JGiven Publisher: 3 ms, Jacoco Publisher: 3 ms, SpotBugs Publisher: 3 ms, Open Task Scanner Publisher: 12285 ms
[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
[TASKS] Scanning folder '/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test' 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/**/*' - excludes: null
[TASKS] Found 165 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 #10
[withMaven] Publishers: Pipeline Graph Publisher: 29 ms, Generated Artifacts Publisher: 67712 ms, Invoker Publisher: 7 ms, Junit Publisher: 814528 ms, Concordion Publisher: 7 ms, Dependencies Fingerprint Publisher: 2484 ms, Findbugs Publisher: 4 ms, JGiven Publisher: 3 ms, Jacoco Publisher: 4 ms, SpotBugs Publisher: 4 ms, Open Task Scanner Publisher: 12113 ms
[Pipeline] // withMaven
[Pipeline] // withMaven
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] zip
[Pipeline] zip
[Pipeline] zip
Writing zip file of /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes to /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-logs-linux-jdk11.zip
Writing zip file of /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes to /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-logs-linux-jdk7.zip
Writing zip file of /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/test-classes to /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite-logs-linux-jdk12.zip
Zipped 6478 entries.
Archiving /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-logs-linux-jdk11.zip
Zipped 6478 entries.
Archiving /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite-logs-linux-jdk12.zip
[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
[Pipeline] fileExists
[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
[Pipeline] zip
[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
Writing zip file of /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite/target/surefire-reports to /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite-reports-linux-jdk12.zip
Zipped 4 entries.
Archiving /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc@2/test/core-it-suite-reports-linux-jdk12.zip
[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
[Pipeline] fileExists
[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
[Pipeline] deleteDir
[Pipeline] zip
[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
Writing zip file of /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/surefire-reports to /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-reports-linux-jdk11.zip
[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
Zipped 4 entries.
Archiving /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-reports-linux-jdk11.zip
[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
[Pipeline] deleteDir
[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
[Pipeline] }
[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
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[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
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[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
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[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
[TASKS] Scanning folder '/home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test' 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/**/*' - excludes: null
[TASKS] Found 165 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 #10
[withMaven] Publishers: Pipeline Graph Publisher: 66 ms, Generated Artifacts Publisher: 69340 ms, Invoker Publisher: 9 ms, Junit Publisher: 1111884 ms, Concordion Publisher: 8 ms, Dependencies Fingerprint Publisher: 2512 ms, Findbugs Publisher: 3 ms, JGiven Publisher: 3 ms, Jacoco Publisher: 4 ms, SpotBugs Publisher: 4 ms, Open Task Scanner Publisher: 13084 ms
[Pipeline] // withMaven
[Pipeline] fileExists
[Pipeline] zip
Writing zip file of /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/test-classes to /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-logs-linux-jdk8.zip
Zipped 6480 entries.
Archiving /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-logs-linux-jdk8.zip
[Pipeline] fileExists
[Pipeline] zip
Writing zip file of /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/surefire-reports to /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-reports-linux-jdk8.zip
Zipped 4 entries.
Archiving /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-reports-linux-jdk8.zip
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Zipped 6478 entries.
Archiving /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-logs-linux-jdk7.zip
[Pipeline] fileExists
[Pipeline] zip
Writing zip file of /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite/target/surefire-reports to /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-reports-linux-jdk7.zip
Zipped 4 entries.
Archiving /home/jenkins/jenkins-slave/workspace/maven-box_maven_mng-5668-poc/test/core-it-suite-reports-linux-jdk7.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] echo
The authors of changes [].
[Pipeline] echo
Sending email ...
[Pipeline] emailext