here is the output of mvn verify -X
===============
PS C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests> mvn verify -X
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: C:\Users\RRegner\Downloads\apache-maven-3.8.6
Java version: 11.0.16.1, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk-11.0.16.1
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: javax.annotation.* < plexus.core
[DEBUG] Imported: javax.annotation.security.* < plexus.core
[DEBUG] Imported: javax.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.eclipse.aether.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG] Imported: org.eclipse.aether.version < plexus.core
[DEBUG] Imported: org.fusesource.jansi.* < plexus.core
[DEBUG] Imported: org.slf4j.* < plexus.core
[DEBUG] Imported: org.slf4j.event.* < plexus.core
[DEBUG] Imported: org.slf4j.helpers.* < plexus.core
[DEBUG] Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo project
[DEBUG] Reading global settings from C:\Users\RRegner\Downloads\apache-maven-3.8.6\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\RRegner\.m2\settings.xml
[DEBUG] Reading global toolchains from C:\Users\RRegner\Downloads\apache-maven-3.8.6\conf\toolchains.xml
[DEBUG] Reading user toolchains from C:\Users\RRegner\.m2\toolchains.xml
[DEBUG] Using local repository at C:\Users\RRegner\.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\RRegner\.m2\repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project com.company.test:bonita-process-test:jar:1.0.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.company.test:bonita-process-test:jar:1.0.0-SNAPSHOT
[DEBUG] Tasks: [verify]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ----------------< com.company.test:bonita-process-test >----------------
[INFO] Building Bonita process test 1.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-
test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-
test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-
test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-
test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-
test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-
test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-
test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-
test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-
test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: com.company.test:bonita-process-test:1.0.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<projectArtifact default-value="${project.artifact}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skipMain>${maven.main.skip}</skipMain>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">${maven.compiler.source}</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">${maven.compiler.target}</target>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
<mavenSession default-value="${session}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.testResources}"/>
<session default-value="${session}"/>
<skip>${maven.test.skip}</skip>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.testClasspathElements}"/>
<compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution>${mojoExecution}</mojoExecution>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skip>${maven.test.skip}</skip>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">${maven.compiler.source}</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">${maven.compiler.target}</target>
<testSource>${maven.compiler.testSource}</testSource>
<testTarget>${maven.compiler.testTarget}</testTarget>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
<mavenSession default-value="${session}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<argLine>${argLine}</argLine>
<basedir default-value="${basedir}"/>
<childDelegation default-value="false">${childDelegation}</childDelegation>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<excludedGroups>${excludedGroups}</excludedGroups>
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<jvm>${jvm}</jvm>
<localRepository default-value="${localRepository}"/>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<pluginDescriptor default-value="${plugin}"/>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
<runOrder default-value="filesystem"/>
<skip default-value="false">${maven.test.skip}</skip>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipTests default-value="false">${skipTests}</skipTests>
<test>${test}</test>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
<threadCount>${threadCount}</threadCount>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useFile default-value="true">${surefire.useFile}</useFile>
<useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
<useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
<useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
<workingDirectory>${basedir}</workingDirectory>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<finalName default-value="${project.build.finalName}">${jar.finalName}</finalName>
<forceCreation default-value="false">${jar.forceCreation}</forceCreation>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
<useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:integration-test (default)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<additionalClasspathElements>${maven.test.additionalClasspath}</additionalClasspathElements>
<argLine>${argLine}</argLine>
<basedir default-value="${basedir}"/>
<childDelegation default-value="false">${childDelegation}</childDelegation>
<classpathDependencyExcludes>${maven.test.dependency.excludes}</classpathDependencyExcludes>
<debugForkedProcess>${maven.failsafe.debug}</debugForkedProcess>
<defaultClassesDirectory default-value="${project.build.outputDirectory}"/>
<dependenciesToScan>${dependenciesToScan}</dependenciesToScan>
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<encoding default-value="${project.reporting.outputEncoding}">${encoding}</encoding>
<excludedGroups>${excludedGroups}</excludedGroups>
<excludesFile>${failsafe.excludesFile}</excludesFile>
<failIfNoSpecifiedTests>${it.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkCount default-value="1">${forkCount}</forkCount>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessExitTimeoutInSeconds default-value="30">${failsafe.exitTimeout}</forkedProcessExitTimeoutInSeconds>
<forkedProcessTimeoutInSeconds>${failsafe.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<includesFile>${failsafe.includesFile}</includesFile>
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<junitPlatformArtifactName default-value="org.junit.platform:junit-platform-engine">${junitPlatformArtifactName}</junitPlatformArtifactName>
<jvm>${jvm}</jvm>
<localRepository default-value="${localRepository}"/>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<parallelOptimized default-value="true">${parallelOptimized}</parallelOptimized>
<parallelTestsTimeoutForcedInSeconds>${failsafe.parallel.forcedTimeout}</parallelTestsTimeoutForcedInSeconds>
<parallelTestsTimeoutInSeconds>${failsafe.parallel.timeout}</parallelTestsTimeoutInSeconds>
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<pluginDescriptor default-value="${plugin}"/>
<printSummary default-value="true">${failsafe.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<projectBuildDirectory default-value="${project.build.directory}"/>
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
<reportFormat default-value="brief">${failsafe.reportFormat}</reportFormat>
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
<reportsDirectory default-value="${project.build.directory}/failsafe-reports"/>
<rerunFailingTestsCount default-value="0">${failsafe.rerunFailingTestsCount}</rerunFailingTestsCount>
<reuseForks default-value="true">${reuseForks}</reuseForks>
<runOrder default-value="filesystem">${failsafe.runOrder}</runOrder>
<shutdown default-value="testset">${failsafe.shutdown}</shutdown>
<skip default-value="false">${maven.test.skip}</skip>
<skipAfterFailureCount default-value="0">${failsafe.skipAfterFailureCount}</skipAfterFailureCount>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipITs>${skipITs}</skipITs>
<skipTests default-value="false">${skipTests}</skipTests>
<suiteXmlFiles>${failsafe.suiteXmlFiles}</suiteXmlFiles>
<summaryFile default-value="${project.build.directory}/failsafe-reports/failsafe-summary.xml"/>
<tempDir default-value="surefire">${tempDir}</tempDir>
<test>${it.test}</test>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
<threadCount>${threadCount}</threadCount>
<threadCountClasses default-value="0">${threadCountClasses}</threadCountClasses>
<threadCountMethods default-value="0">${threadCountMethods}</threadCountMethods>
<threadCountSuites default-value="0">${threadCountSuites}</threadCountSuites>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useFile default-value="true">${failsafe.useFile}</useFile>
<useManifestOnlyJar default-value="true">${failsafe.useManifestOnlyJar}</useManifestOnlyJar>
<useSystemClassLoader default-value="true">${failsafe.useSystemClassLoader}</useSystemClassLoader>
<useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
<workingDirectory>${basedir}</workingDirectory>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<encoding default-value="${project.reporting.outputEncoding}">${encoding}</encoding>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<reportsDirectory default-value="${project.build.directory}/failsafe-reports"/>
<skip default-value="false">${maven.test.skip}</skip>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipITs>${skipITs}</skipITs>
<skipTests>${skipTests}</skipTests>
<summaryFile default-value="${project.build.directory}/failsafe-reports/failsafe-summary.xml"/>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
<session default-value="${session}"/>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Resolving artifact com.bonitasoft:bonita-test-toolkit:pom:1.0.1 from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARNING] The POM for com.bonitasoft:bonita-test-toolkit:jar:1.0.1 is missing, no dependency information available
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=400500, ConflictMarker.markTime=291400, ConflictMarker.nodeCount=20, ConflictIdSorter.graphTime=243900, ConflictIdSorter.topsortTime=188900, ConflictIdSorter.conflict
IdCount=14, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2629300, ConflictResolver.conflictItemCount=19, DefaultDependencyCollector.collectTime=37204000, DefaultDependencyCollector.transformTime=4965300}
[DEBUG] com.company.test:bonita-process-test:jar:1.0.0-SNAPSHOT
[DEBUG] com.bonitasoft:bonita-test-toolkit:jar:1.0.1:test
[DEBUG] org.junit.jupiter:junit-jupiter-engine:jar:5.9.1:test
[DEBUG] org.junit.platform:junit-platform-engine:jar:1.9.1:test (version managed from 1.9.1)
[DEBUG] org.opentest4j:opentest4j:jar:1.2.0:test
[DEBUG] org.junit.platform:junit-platform-commons:jar:1.9.1:test (version managed from 1.9.1)
[DEBUG] org.junit.jupiter:junit-jupiter-api:jar:5.9.1:test (version managed from 5.9.1)
[DEBUG] org.apiguardian:apiguardian-api:jar:1.1.2:test
[DEBUG] org.assertj:assertj-core:jar:3.23.1:test
[DEBUG] net.bytebuddy:byte-buddy:jar:1.12.10:test
[DEBUG] org.awaitility:awaitility:jar:4.2.0:test
[DEBUG] org.hamcrest:hamcrest:jar:2.1:test
[DEBUG] ch.qos.logback:logback-classic:jar:1.2.10:test
[DEBUG] ch.qos.logback:logback-core:jar:1.2.10:test
[DEBUG] org.slf4j:slf4j-api:jar:1.7.32:test
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bonita-process-test ---
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for central (http://repo1.maven.org/maven2).
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=128300, ConflictMarker.markTime=62100, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=62300, ConflictIdSorter.topsortTime=15600, ConflictIdSorter.conflictIdC
ount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2127100, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=68756100, DefaultDependencyCollector.transformTime=2469300}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.1:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.13:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.1
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoade
r@2cdf8d8a]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: com.company.test:bonita-process-test:1.0.0-SNAPSHOT @ C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\main\resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4c59e45e
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {env.NUMBER_OF_PROCESSORS=20, env.USERPROFILE=C:\Users\RRegner, java.specification.version=11, sun.cpu.isalist=amd64, sun.arch.data.model=64, env.PROGRAMW6432=C:\Program Files, java.vendor.url=https://openj
dk.java.net/, env.OS=Windows_NT, sun.boot.library.path=C:\Program Files\Java\jdk-11.0.16.1\bin, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher verify -X, env.SYSTEMROOT=C:\Windows, jdk.debug=release, maven.vers
ion=3.8.6, java.specification.vendor=Oracle Corporation, java.version.date=2022-08-18, java.home=C:\Program Files\Java\jdk-11.0.16.1, java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Cor
poration, env.LOCALAPPDATA=C:\Users\RRegner\AppData\Local, env.USERDOMAIN_ROAMINGPROFILE=OAS, maven-install-plugin.version=3.0.0-M1, user.script=, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=11.0.
16.1+1-LTS-1, env.PATH=C:\Program Files\Java\jdk-11.0.16.1\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\RSA SecurID Token Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\S
ystem32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\k6\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Users\RRegner\Downloads\apache-maven-3.8.6\bin;C:\Users\RRegner\Downloads\a
pache-groovy-sdk-4.0.12\groovy-4.0.12\bin;C:\Users\RRegner\Downloads\opencsv-5.7.1.jar;C:\Program Files\Git\cmd;C:\Users\RRegner\AppData\Local\Microsoft\WindowsApps;;C:\Users\RRegner\AppData\Local\Programs\Microsoft VS Code\bin, m
aven-dependency-plugin.version=3.2.0, env.PUBLIC=C:\Users\Public, env.EXEC_DIR=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, file.encoding=Cp1252, java.vendor.ver
sion=18.9, env.COMPUTERNAME=MDH-10011051, env.HOMEPATH=\Users\RRegner, env.APPDATA=C:\Users\RRegner\AppData\Roaming, java.io.tmpdir=C:\Users\RRegner\AppData\Local\Temp\, java.version=11.0.16.1, java.vm.specification.name=Java Virt
ual Machine Specification, java.awt.printerjob=sun.awt.windows.WPrinterJob, java.library.path=C:\Program Files\Java\jdk-11.0.16.1\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Java\jdk-11.0.16.1\bin;C
:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\RSA SecurID Token Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\
Program Files\k6\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Users\RRegner\Downloads\apache-maven-3.8.6\bin;C:\Users\RRegner\Downloads\apache-groovy-sdk-4.0.12\groovy-4.0.12\bin;C:\Users\RRegner\Downl
oads\opencsv-5.7.1.jar;C:\Program Files\Git\cmd;C:\Users\RRegner\AppData\Local\Microsoft\WindowsApps;;C:\Users\RRegner\AppData\Local\Programs\Microsoft VS Code\bin;., java.vendor=Oracle Corporation, env.ERROR_CODE=0, classworlds.c
onf=C:\Users\RRegner\Downloads\apache-maven-3.8.6\bin\m2.conf, sun.io.unicode.encoding=UnicodeLittle, sun.desktop=windows, user.timezone=, os.name=Windows 10, java.vm.specification.version=11, junit.version=5.9.1, env.=::=::\, mav
en.compiler.source=11, user.home=C:\Users\RRegner, env.ALLUSERSPROFILE=C:\ProgramData, env.SESSIONNAME=Console, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, env.IDEA_INITIAL_DIRECTORY=C:\Program Files\JetBrains\IntelliJ
IDEA 2022.3.1\bin, path.separator=;, os.version=10.0, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL, java.vm.name=Java HotSpot(TM
) 64-Bit Server VM, env.USERNAME=RRegner, os.arch=amd64, maven.multiModuleProjectDirectory=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests, env.MAVEN_PROJECTBASEDIR=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\t
ests, java.vm.info=mixed mode, env.FPS_BROWSER_USER_PROFILE_STRING=Default, env.TEMP=C:\Users\RRegner\AppData\Local\Temp, java.class.version=55.0, awt.toolkit=sun.awt.windows.WToolkit, sun.jnu.encoding=Cp1252, env.TERMINAL_EMULATO
R=JetBrains-JediTerm, env.FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, maven.build.version=Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63), maven.home=C:\Users\RRegner\Downloads\apache-maven-3.8.6, sun.stderr.en
coding=cp437, env.JAVA_HOME=C:\Program Files\Java\jdk-11.0.16.1, env.PROGRAMFILES=C:\Program Files, file.separator=\, java.vm.compressedOopsMode=Zero based, env.CLASSWORLDS_JAR="C:\Users\RRegner\Downloads\apache-maven-3.8.6\boot\p
lexus-classworlds-2.6.0.jar", line.separator=
, sun.stdout.encoding=cp437, env.PROMPT=$P$G, env.PROCESSOR_REVISION=9a03, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 154 Stepping 3, GenuineIntel, env.PROGRAMDATA=C:\ProgramData, user.name=RRegner, env.DRIVERDATA=C:\Windows\
System32\Drivers\DriverData, bonita-test-toolkit.version=1.0.1, env.TERM_SESSION_ID=da75445b-a176-4d91-bd77-7c535b357354, env.SYSTEMDRIVE=C:, env.JVMCONFIG=\.mvn\jvm.config, env.PROGRAMFILES(X86)=C:\Program Files (x86), env.PROCES
SOR_LEVEL=6, env.HOMEDRIVE=C:, env.PSMODULEPATH=C:\Users\RRegner\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules, env.TMP=C:\Users\RRegner\AppData\L
ocal\Temp, project.reporting.outputEncoding=UTF-8, sun.os.patch.level=, assertj-core.version=3.23.1, maven.compiler.target=11, env.LOGONSERVER=\\OET-DVR-DC01, awaitility.version=4.2.0, library.jansi.path=C:\Users\RRegner\Downloads
\apache-maven-3.8.6\lib\jansi-native, env.WINDIR=C:\Windows, env.USERDNSDOMAIN=OAS.DHMH.LOCAL, java.class.path=C:\Users\RRegner\Downloads\apache-maven-3.8.6\boot\plexus-classworlds-2.6.0.jar, java.vm.vendor=Oracle Corporation, env
.PROCESSOR_ARCHITECTURE=AMD64, user.variant=, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.__INTELLIJ_COMMAND_HISTFILE__=C:\Users\RRegner\AppData\Local\JetBrains\IntelliJIdea2022.3\terminal\history\workspace-history,
maven.conf=C:\Users\RRegner\Downloads\apache-maven-3.8.6/conf, logback.version=1.2.10, sun.java.launcher=SUN_STANDARD, user.country=US, env.USERDOMAIN=OAS, env.COMSPEC=C:\Windows\system32\cmd.exe, sun.cpu.endian=little, user.langu
age=en, env.JAVACMD=C:\Program Files\Java\jdk-11.0.16.1\bin\java.exe, env.MAVEN_HOME=C:\Users\RRegner\Downloads\apache-maven-3.8.6, env.WDIR=C:\, env.=C:=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests, java.runtime.nam
e=Java(TM) SE Runtime Environment, project.build.sourceEncoding=UTF-8, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.ZES_ENABLE_SYSMAN=1, env.MAVEN_CMD_LINE_ARGS=verify -X, java.vendor.url.bug=https://bugrep
ort.java.com/bugreport/, maven-failsafe-plugin.version=2.22.2, user.dir=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests, java.vm.version=11.0.16.1+1-LTS-1}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\main\resources
excludes []
includes []
[INFO] skip non existing resourceDirectory C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\main\resources
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ bonita-process-test ---
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository).
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=221700, ConflictMarker.markTime=142100, ConflictMarker.nodeCount=160, ConflictIdSorter.graphTime=238200, ConflictIdSorter.topsortTime=35900, ConflictIdSorter.conflict
IdCount=43, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=871800, ConflictResolver.conflictItemCount=63, DefaultDependencyCollector.collectTime=108551800, DefaultDependencyCollector.transformTime=1528600}
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.1
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-toolchain:jar:1.0:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:0.1:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG] org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile (version managed from default)
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.2:runtime
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.2:compile
[DEBUG] org.apache.xbean:xbean-reflect:jar:3.4:compile
[DEBUG] log4j:log4j:jar:1.2.12:compile
[DEBUG] commons-logging:commons-logging-api:jar:1.1:compile
[DEBUG] com.google.collections:google-collections:jar:1.0:compile
[DEBUG] junit:junit:jar:3.8.2:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
[DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.1
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:0.1
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG] Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.2
[DEBUG] Included: org.apache.xbean:xbean-reflect:jar:3.4
[DEBUG] Included: log4j:log4j:jar:1.2.12
[DEBUG] Included: commons-logging:commons-logging-api:jar:1.1
[DEBUG] Included: com.google.collections:google-collections:jar:1.0
[DEBUG] Included: junit:junit:jar:3.8.2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@2c
df8d8a]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:compile' with basic configurator -->
[DEBUG] (f) basedir = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests
[DEBUG] (f) buildDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target
[DEBUG] (f) classpathElements = [C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes]
[DEBUG] (f) compileSourceRoots = [C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\main\java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = false
[DEBUG] (f) generatedSourcesDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\generated-sources\annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: default-compile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes
[DEBUG] (f) projectArtifact = com.company.test:bonita-process-test:jar:1.0.0-SNAPSHOT
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 11
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 11
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = false
[DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@4c59e45e
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4c59e45e
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bonita-process-test ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: jdk.internal.loader.ClassLoaders$AppClassL
oader@2cdf8d8a]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: com.company.test:bonita-process-test:1.0.0-SNAPSHOT @ C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4c59e45e
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {env.NUMBER_OF_PROCESSORS=20, env.USERPROFILE=C:\Users\RRegner, java.specification.version=11, sun.cpu.isalist=amd64, sun.arch.data.model=64, env.PROGRAMW6432=C:\Program Files, java.vendor.url=https://openj
dk.java.net/, env.OS=Windows_NT, sun.boot.library.path=C:\Program Files\Java\jdk-11.0.16.1\bin, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher verify -X, env.SYSTEMROOT=C:\Windows, jdk.debug=release, maven.vers
ion=3.8.6, java.specification.vendor=Oracle Corporation, java.version.date=2022-08-18, java.home=C:\Program Files\Java\jdk-11.0.16.1, java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Cor
poration, env.LOCALAPPDATA=C:\Users\RRegner\AppData\Local, env.USERDOMAIN_ROAMINGPROFILE=OAS, maven-install-plugin.version=3.0.0-M1, user.script=, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=11.0.
16.1+1-LTS-1, env.PATH=C:\Program Files\Java\jdk-11.0.16.1\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\RSA SecurID Token Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\S
ystem32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\k6\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Users\RRegner\Downloads\apache-maven-3.8.6\bin;C:\Users\RRegner\Downloads\a
pache-groovy-sdk-4.0.12\groovy-4.0.12\bin;C:\Users\RRegner\Downloads\opencsv-5.7.1.jar;C:\Program Files\Git\cmd;C:\Users\RRegner\AppData\Local\Microsoft\WindowsApps;;C:\Users\RRegner\AppData\Local\Programs\Microsoft VS Code\bin, m
aven-dependency-plugin.version=3.2.0, env.PUBLIC=C:\Users\Public, env.EXEC_DIR=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, file.encoding=Cp1252, java.vendor.ver
sion=18.9, env.COMPUTERNAME=MDH-10011051, env.HOMEPATH=\Users\RRegner, env.APPDATA=C:\Users\RRegner\AppData\Roaming, java.io.tmpdir=C:\Users\RRegner\AppData\Local\Temp\, java.version=11.0.16.1, java.vm.specification.name=Java Virt
ual Machine Specification, java.awt.printerjob=sun.awt.windows.WPrinterJob, java.library.path=C:\Program Files\Java\jdk-11.0.16.1\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Java\jdk-11.0.16.1\bin;C
:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\RSA SecurID Token Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\
Program Files\k6\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\nodejs\;C:\Users\RRegner\Downloads\apache-maven-3.8.6\bin;C:\Users\RRegner\Downloads\apache-groovy-sdk-4.0.12\groovy-4.0.12\bin;C:\Users\RRegner\Downl
oads\opencsv-5.7.1.jar;C:\Program Files\Git\cmd;C:\Users\RRegner\AppData\Local\Microsoft\WindowsApps;;C:\Users\RRegner\AppData\Local\Programs\Microsoft VS Code\bin;., java.vendor=Oracle Corporation, env.ERROR_CODE=0, classworlds.c
onf=C:\Users\RRegner\Downloads\apache-maven-3.8.6\bin\m2.conf, sun.io.unicode.encoding=UnicodeLittle, sun.desktop=windows, user.timezone=, os.name=Windows 10, java.vm.specification.version=11, junit.version=5.9.1, env.=::=::\, mav
en.compiler.source=11, user.home=C:\Users\RRegner, env.ALLUSERSPROFILE=C:\ProgramData, env.SESSIONNAME=Console, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, env.IDEA_INITIAL_DIRECTORY=C:\Program Files\JetBrains\IntelliJ
IDEA 2022.3.1\bin, path.separator=;, os.version=10.0, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL, java.vm.name=Java HotSpot(TM
) 64-Bit Server VM, env.USERNAME=RRegner, os.arch=amd64, maven.multiModuleProjectDirectory=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests, env.MAVEN_PROJECTBASEDIR=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\t
ests, java.vm.info=mixed mode, env.FPS_BROWSER_USER_PROFILE_STRING=Default, env.TEMP=C:\Users\RRegner\AppData\Local\Temp, java.class.version=55.0, awt.toolkit=sun.awt.windows.WToolkit, sun.jnu.encoding=Cp1252, env.TERMINAL_EMULATO
R=JetBrains-JediTerm, env.FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, maven.build.version=Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63), maven.home=C:\Users\RRegner\Downloads\apache-maven-3.8.6, sun.stderr.en
coding=cp437, env.JAVA_HOME=C:\Program Files\Java\jdk-11.0.16.1, env.PROGRAMFILES=C:\Program Files, file.separator=\, java.vm.compressedOopsMode=Zero based, env.CLASSWORLDS_JAR="C:\Users\RRegner\Downloads\apache-maven-3.8.6\boot\p
lexus-classworlds-2.6.0.jar", line.separator=
, sun.stdout.encoding=cp437, env.PROMPT=$P$G, env.PROCESSOR_REVISION=9a03, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 154 Stepping 3, GenuineIntel, env.PROGRAMDATA=C:\ProgramData, user.name=RRegner, env.DRIVERDATA=C:\Windows\
System32\Drivers\DriverData, bonita-test-toolkit.version=1.0.1, env.TERM_SESSION_ID=da75445b-a176-4d91-bd77-7c535b357354, env.SYSTEMDRIVE=C:, env.JVMCONFIG=\.mvn\jvm.config, env.PROGRAMFILES(X86)=C:\Program Files (x86), env.PROCES
SOR_LEVEL=6, env.HOMEDRIVE=C:, env.PSMODULEPATH=C:\Users\RRegner\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules, env.TMP=C:\Users\RRegner\AppData\L
ocal\Temp, project.reporting.outputEncoding=UTF-8, sun.os.patch.level=, assertj-core.version=3.23.1, maven.compiler.target=11, env.LOGONSERVER=\\OET-DVR-DC01, awaitility.version=4.2.0, library.jansi.path=C:\Users\RRegner\Downloads
\apache-maven-3.8.6\lib\jansi-native, env.WINDIR=C:\Windows, env.USERDNSDOMAIN=OAS.DHMH.LOCAL, java.class.path=C:\Users\RRegner\Downloads\apache-maven-3.8.6\boot\plexus-classworlds-2.6.0.jar, java.vm.vendor=Oracle Corporation, env
.PROCESSOR_ARCHITECTURE=AMD64, user.variant=, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.__INTELLIJ_COMMAND_HISTFILE__=C:\Users\RRegner\AppData\Local\JetBrains\IntelliJIdea2022.3\terminal\history\workspace-history,
maven.conf=C:\Users\RRegner\Downloads\apache-maven-3.8.6/conf, logback.version=1.2.10, sun.java.launcher=SUN_STANDARD, user.country=US, env.USERDOMAIN=OAS, env.COMSPEC=C:\Windows\system32\cmd.exe, sun.cpu.endian=little, user.langu
age=en, env.JAVACMD=C:\Program Files\Java\jdk-11.0.16.1\bin\java.exe, env.MAVEN_HOME=C:\Users\RRegner\Downloads\apache-maven-3.8.6, env.WDIR=C:\, env.=C:=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests, java.runtime.nam
e=Java(TM) SE Runtime Environment, project.build.sourceEncoding=UTF-8, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.ZES_ENABLE_SYSMAN=1, env.MAVEN_CMD_LINE_ARGS=verify -X, java.vendor.url.bug=https://bugrep
ort.java.com/bugreport/, maven-failsafe-plugin.version=2.22.2, user.dir=C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests, java.vm.version=11.0.16.1+1-LTS-1}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 2 resources
[DEBUG] file FcOrder.json has a filtered file extension
[DEBUG] copy C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\resources\contracts\FcOrder.json to C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes\contracts\FcOrder.json
[DEBUG] file logback.xml has a filtered file extension
[DEBUG] copy C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\resources\logback.xml to C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes\logback.xml
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ bonita-process-test ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoade
r@2cdf8d8a]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile' with basic configurator -->
[DEBUG] (f) basedir = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests
[DEBUG] (f) buildDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target
[DEBUG] (f) classpathElements = [C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes, C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes, C:\Users\RRegner\.m2\repository\com\boni
tasoft\bonita-test-toolkit\1.0.1\bonita-test-toolkit-1.0.1.jar, C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.9.1\junit-jupiter-engine-5.9.1.jar, C:\Users\RRegner\.m2\repository\org\junit\platform\junit-
platform-engine\1.9.1\junit-platform-engine-1.9.1.jar, C:\Users\RRegner\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar, C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-commons\1.9.1\junit-pla
tform-commons-1.9.1.jar, C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.9.1\junit-jupiter-api-5.9.1.jar, C:\Users\RRegner\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar, C:\Us
ers\RRegner\.m2\repository\org\assertj\assertj-core\3.23.1\assertj-core-3.23.1.jar, C:\Users\RRegner\.m2\repository\net\bytebuddy\byte-buddy\1.12.10\byte-buddy-1.12.10.jar, C:\Users\RRegner\.m2\repository\org\awaitility\awaitility
\4.2.0\awaitility-4.2.0.jar, C:\Users\RRegner\.m2\repository\org\hamcrest\hamcrest\2.1\hamcrest-2.1.jar, C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-classic\1.2.10\logback-classic-1.2.10.jar, C:\Users\RRegner\.m2\reposi
tory\ch\qos\logback\logback-core\1.2.10\logback-core-1.2.10.jar, C:\Users\RRegner\.m2\repository\org\slf4j\slf4j-api\1.7.32\slf4j-api-1.7.32.jar]
[DEBUG] (f) compileSourceRoots = [C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = false
[DEBUG] (f) generatedTestSourcesDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\generated-test-sources\test-annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile {execution: default-testCompile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 11
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 11
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = false
[DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@4c59e45e
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4c59e45e
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\java]
[DEBUG] Classpath: [C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes
C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes
C:\Users\RRegner\.m2\repository\com\bonitasoft\bonita-test-toolkit\1.0.1\bonita-test-toolkit-1.0.1.jar
C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.9.1\junit-jupiter-engine-5.9.1.jar
C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-engine\1.9.1\junit-platform-engine-1.9.1.jar
C:\Users\RRegner\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar
C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-commons\1.9.1\junit-platform-commons-1.9.1.jar
C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.9.1\junit-jupiter-api-5.9.1.jar
C:\Users\RRegner\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar
C:\Users\RRegner\.m2\repository\org\assertj\assertj-core\3.23.1\assertj-core-3.23.1.jar
C:\Users\RRegner\.m2\repository\net\bytebuddy\byte-buddy\1.12.10\byte-buddy-1.12.10.jar
C:\Users\RRegner\.m2\repository\org\awaitility\awaitility\4.2.0\awaitility-4.2.0.jar
C:\Users\RRegner\.m2\repository\org\hamcrest\hamcrest\2.1\hamcrest-2.1.jar
C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-classic\1.2.10\logback-classic-1.2.10.jar
C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-core\1.2.10\logback-core-1.2.10.jar
C:\Users\RRegner\.m2\repository\org\slf4j\slf4j-api\1.7.32\slf4j-api-1.7.32.jar]
[DEBUG] Output directory: C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[DEBUG] Stale source detected: C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\java\com\company\test\_WOMS_ProcessIT.java
[INFO] Changes detected - recompiling the module!
[DEBUG] Classpath:
[DEBUG] C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes
[DEBUG] C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes
[DEBUG] C:\Users\RRegner\.m2\repository\com\bonitasoft\bonita-test-toolkit\1.0.1\bonita-test-toolkit-1.0.1.jar
[DEBUG] C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.9.1\junit-jupiter-engine-5.9.1.jar
[DEBUG] C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-engine\1.9.1\junit-platform-engine-1.9.1.jar
[DEBUG] C:\Users\RRegner\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar
[DEBUG] C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-commons\1.9.1\junit-platform-commons-1.9.1.jar
[DEBUG] C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.9.1\junit-jupiter-api-5.9.1.jar
[DEBUG] C:\Users\RRegner\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar
[DEBUG] C:\Users\RRegner\.m2\repository\org\assertj\assertj-core\3.23.1\assertj-core-3.23.1.jar
[DEBUG] C:\Users\RRegner\.m2\repository\net\bytebuddy\byte-buddy\1.12.10\byte-buddy-1.12.10.jar
[DEBUG] C:\Users\RRegner\.m2\repository\org\awaitility\awaitility\4.2.0\awaitility-4.2.0.jar
[DEBUG] C:\Users\RRegner\.m2\repository\org\hamcrest\hamcrest\2.1\hamcrest-2.1.jar
[DEBUG] C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-classic\1.2.10\logback-classic-1.2.10.jar
[DEBUG] C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-core\1.2.10\logback-core-1.2.10.jar
[DEBUG] C:\Users\RRegner\.m2\repository\org\slf4j\slf4j-api\1.7.32\slf4j-api-1.7.32.jar
[DEBUG] Source roots:
[DEBUG] C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\java
[DEBUG] Command line options:
[DEBUG] -d C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes -classpath C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes;C:\BonitaStudioSubscription-2021.2-u4\workspace\wo
ms\tests\target\classes;C:\Users\RRegner\.m2\repository\com\bonitasoft\bonita-test-toolkit\1.0.1\bonita-test-toolkit-1.0.1.jar;C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.9.1\junit-jupiter-engine-5.9.1
.jar;C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-engine\1.9.1\junit-platform-engine-1.9.1.jar;C:\Users\RRegner\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar;C:\Users\RRegner\.m2\reposito
ry\org\junit\platform\junit-platform-commons\1.9.1\junit-platform-commons-1.9.1.jar;C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.9.1\junit-jupiter-api-5.9.1.jar;C:\Users\RRegner\.m2\repository\org\apiguard
ian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar;C:\Users\RRegner\.m2\repository\org\assertj\assertj-core\3.23.1\assertj-core-3.23.1.jar;C:\Users\RRegner\.m2\repository\net\bytebuddy\byte-buddy\1.12.10\byte-buddy-1.12.10.jar;C:
\Users\RRegner\.m2\repository\org\awaitility\awaitility\4.2.0\awaitility-4.2.0.jar;C:\Users\RRegner\.m2\repository\org\hamcrest\hamcrest\2.1\hamcrest-2.1.jar;C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-classic\1.2.10\lo
gback-classic-1.2.10.jar;C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-core\1.2.10\logback-core-1.2.10.jar;C:\Users\RRegner\.m2\repository\org\slf4j\slf4j-api\1.7.32\slf4j-api-1.7.32.jar; -sourcepath C:\BonitaStudioSubscr
iption-2021.2-u4\workspace\woms\tests\src\test\java; -s C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\generated-test-sources\test-annotations -g -nowarn -target 11 -source 11 -encoding UTF-8
[DEBUG] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 1 source file to C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes
[DEBUG] incrementalBuildHelper#afterRebuildExecution
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bonita-process-test ---
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=275300, ConflictMarker.markTime=82100, ConflictMarker.nodeCount=132, ConflictIdSorter.graphTime=140000, ConflictIdSorter.topsortTime=25500, ConflictIdSorter.conflictI
dCount=27, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=380900, ConflictResolver.conflictItemCount=77, DefaultDependencyCollector.collectTime=26833400, DefaultDependencyCollector.transformTime=922700}
[DEBUG] org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.12.4:compile (version managed from default)
[DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile
[DEBUG] org.apache.commons:commons-lang3:jar:3.1:compile (version managed from default)
[DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile (version managed from default)
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:test (scope managed from default) (version managed from default)
[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile (exclusions managed from default)
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-toolchain:jar:2.0.9:compile
[DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG] Included: org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4
[DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.12.4
[DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.12.4
[DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.12.4
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.1
[DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.3
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.8
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9
[DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4, parent: jdk.internal.loader.ClassLoaders$AppClassLoader
@2cdf8d8a]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test' with basic configurator -->
[DEBUG] (s) basedir = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests
[DEBUG] (s) childDelegation = false
[DEBUG] (s) classesDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes
[DEBUG] (s) disableXmlReport = false
[DEBUG] (s) enableAssertions = true
[DEBUG] (s) forkMode = once
[DEBUG] (s) junitArtifactName = junit:junit
[DEBUG] (s) localRepository = id: local
url: file:///C:/Users/RRegner/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
blocked: false
[DEBUG] (f) parallelMavenExecution = false
[DEBUG] (s) perCoreThreadCount = true
[DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.12.4:, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.0.9:c
ompile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.12.4:compile, org.apache.maven.sur
efire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile, org.apache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.1:compile, org.apache.maven.shared:maven-common-artifact-filte
rs=org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:3.0.8:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.0
.9:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.0.9:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.0.9:compile, org.apache.maven:maven-profile=org.apache.maven:maven-
profile:jar:2.0.9:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.0.9:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.0.9:compile, org.apache.maven:maven-plug
in-registry=org.apache.maven:maven-plugin-registry:jar:2.0.9:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, org.apache.maven:maven-core=org.apac
he.maven:maven-core:jar:2.0.9:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.report
ing:maven-reporting-api:jar:2.0.9:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.0.9:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:
jar:2.0.9:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.0.9:compile, classworlds:classworlds=class
worlds:classworlds:jar:1.1:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.0.9:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations
:jar:3.1:compile}
[DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:help'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test'
---
[DEBUG] (s) printSummary = true
[DEBUG] (s) projectArtifactMap = {com.bonitasoft:bonita-test-toolkit=com.bonitasoft:bonita-test-toolkit:jar:1.0.1:test, org.junit.jupiter:junit-jupiter-engine=org.junit.jupiter:junit-jupiter-engine:jar:5.9.1:test, org.junit.plat
form:junit-platform-engine=org.junit.platform:junit-platform-engine:jar:1.9.1:test, org.opentest4j:opentest4j=org.opentest4j:opentest4j:jar:1.2.0:test, org.junit.platform:junit-platform-commons=org.junit.platform:junit-platform-co
mmons:jar:1.9.1:test, org.junit.jupiter:junit-jupiter-api=org.junit.jupiter:junit-jupiter-api:jar:5.9.1:test, org.apiguardian:apiguardian-api=org.apiguardian:apiguardian-api:jar:1.1.2:test, org.assertj:assertj-core=org.assertj:ass
ertj-core:jar:3.23.1:test, net.bytebuddy:byte-buddy=net.bytebuddy:byte-buddy:jar:1.12.10:test, org.awaitility:awaitility=org.awaitility:awaitility:jar:4.2.0:test, org.hamcrest:hamcrest=org.hamcrest:hamcrest:jar:2.1:test, ch.qos.lo
gback:logback-classic=ch.qos.logback:logback-classic:jar:1.2.10:test, ch.qos.logback:logback-core=ch.qos.logback:logback-core:jar:1.2.10:test, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.7.32:test}
[DEBUG] (s) redirectTestOutputToFile = false
[DEBUG] (s) remoteRepositories = [ id: central
url: https://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => never]
blocked: false
]
[DEBUG] (s) reportFormat = brief
[DEBUG] (s) reportsDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\surefire-reports
[DEBUG] (s) runOrder = filesystem
[DEBUG] (s) skip = false
[DEBUG] (s) skipTests = false
[DEBUG] (s) testClassesDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes
[DEBUG] (s) testFailureIgnore = false
[DEBUG] (s) testNGArtifactName = org.testng:testng
[DEBUG] (s) testSourceDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\java
[DEBUG] (s) trimStackTrace = true
[DEBUG] (s) useFile = true
[DEBUG] (s) useManifestOnlyJar = true
[DEBUG] (s) useSystemClassLoader = true
[DEBUG] (s) useUnlimitedThreads = false
[DEBUG] (s) workingDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests
[DEBUG] (s) project = MavenProject: com.company.test:bonita-process-test:1.0.0-SNAPSHOT @ C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\pom.xml
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@4c59e45e
[DEBUG] -- end configuration --
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ bonita-process-test ---
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=84600, ConflictMarker.markTime=25500, ConflictMarker.nodeCount=74, ConflictIdSorter.graphTime=51200, ConflictIdSorter.topsortTime=17600, ConflictIdSorter.conflictIdCo
unt=28, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=764200, ConflictResolver.conflictItemCount=70, DefaultDependencyCollector.collectTime=16865000, DefaultDependencyCollector.transformTime=965400}
[DEBUG] org.apache.maven.plugins:maven-jar-plugin:jar:2.4
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:runtime
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-archiver:jar:2.5:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.1:compile
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.0.2:compile
[DEBUG] commons-lang:commons-lang:jar:2.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4
[DEBUG] Included: org.apache.maven.plugins:maven-jar-plugin:jar:2.4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.apache.maven:maven-archiver:jar:2.5
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.15
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.1
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.0.2
[DEBUG] Included: commons-lang:commons-lang:jar:2.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-jar-plugin:2.4:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-jar-plugin:2.4, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@2cdf8d8a]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-jar-plugin:2.4:jar' with basic configurator -->
[DEBUG] (f) classesDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes
[DEBUG] (f) defaultManifestFile = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes\META-INF\MANIFEST.MF
[DEBUG] (f) finalName = bonita-process-test-1.0.0-SNAPSHOT
[DEBUG] (f) forceCreation = false
[DEBUG] (f) outputDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target
[DEBUG] (f) project = MavenProject: com.company.test:bonita-process-test:1.0.0-SNAPSHOT @ C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4c59e45e
[DEBUG] (f) skipIfEmpty = false
[DEBUG] (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[DEBUG] isUp2date: true
[DEBUG] Archive C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\bonita-process-test-1.0.0-SNAPSHOT.jar is uptodate.
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.2:integration-test (default) @ bonita-process-test ---
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for ow2-snapshot (http://repository.ow2.org/nexus/content/repositories/snapshots).
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=95200, ConflictMarker.markTime=31100, ConflictMarker.nodeCount=114, ConflictIdSorter.graphTime=34300, ConflictIdSorter.topsortTime=19600, ConflictIdSorter.conflictIdC
ount=37, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=516200, ConflictResolver.conflictItemCount=79, DefaultDependencyCollector.collectTime=35763000, DefaultDependencyCollector.transformTime=719900}
[DEBUG] org.apache.maven.plugins:maven-failsafe-plugin:jar:2.22.2
[DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile (version managed from default)
[DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:compile (scope managed from default) (version managed from default)
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.22.2:compile (version managed from default)
[DEBUG] org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile (version managed from default)
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile (version managed from default)
[DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile (version managed from default)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.15:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile (version managed from default)
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:4.12:compile (version managed from default)
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile
[DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile (version managed from default)
[DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile (version managed from default)
[DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile (version managed from default)
[DEBUG] org.apache.maven:maven-core:jar:2.2.1:compile (version managed from default) (exclusions managed from default)
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.6:runtime
[DEBUG] org.slf4j:slf4j-api:jar:1.5.6:runtime
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile (version managed from default)
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.2.1:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven:maven-toolchain:jar:2.2.1:compile (version managed from default)
[DEBUG] org.codehaus.plexus:plexus-java:jar:0.9.10:compile (version managed from default)
[DEBUG] org.ow2.asm:asm:jar:6.2:compile
[DEBUG] com.thoughtworks.qdox:qdox:jar:2.0-M8:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2
[DEBUG] Included: org.apache.maven.plugins:maven-failsafe-plugin:jar:2.22.2
[DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.22.2
[DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2
[DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.22.2
[DEBUG] Included: org.apache.maven.surefire:surefire-logger-api:jar:2.22.2
[DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.22.2
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.15
[DEBUG] Included: junit:junit:jar:4.12
[DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.3
[DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
[DEBUG] Included: org.slf4j:slf4j-jdk14:jar:1.5.6
[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.5.6
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.codehaus.plexus:plexus-java:jar:0.9.10
[DEBUG] Included: org.ow2.asm:asm:jar:6.2
[DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0-M8
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:integration-test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$Ap
pClassLoader@2cdf8d8a]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:integration-test' with basic configurator -->
[DEBUG] (s) additionalClasspathElements = []
[DEBUG] (s) basedir = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests
[DEBUG] (s) childDelegation = false
[DEBUG] (s) classpathDependencyExcludes = []
[DEBUG] (s) defaultClassesDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\classes
[DEBUG] (s) dependenciesToScan = []
[DEBUG] (s) disableXmlReport = false
[DEBUG] (s) enableAssertions = true
[DEBUG] (s) encoding = UTF-8
[DEBUG] (f) forkCount = 1
[DEBUG] (s) forkMode = once
[DEBUG] (s) forkedProcessExitTimeoutInSeconds = 30
[DEBUG] (s) junitArtifactName = junit:junit
[DEBUG] (s) junitPlatformArtifactName = org.junit.platform:junit-platform-engine
[DEBUG] (s) localRepository = id: local
url: file:///C:/Users/RRegner/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
blocked: false
[DEBUG] (f) parallelMavenExecution = false
[DEBUG] (s) parallelOptimized = true
[DEBUG] (s) perCoreThreadCount = true
[DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-failsafe-plugin=org.apache.maven.plugins:maven-failsafe-plugin:maven-plugin:2.22.2:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven
-surefire-common:jar:2.22.2:compile, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.2.1:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotati
ons:jar:3.5.2:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api=org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compil
e, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.2.1:compile, org.codehaus.plexus:plexus-utils=org.cod
ehaus.plexus:plexus-utils:jar:1.5.15:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-d
efault:jar:1.0-alpha-9-stable-1:compile, junit:junit=junit:junit:jar:4.12:compile, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.2.1:comp
ile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.2.1:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:mave
n-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent=backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-regist
ry:jar:2.2.1:compile, org.codehaus.plexus:plexus-interpolation=org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.2.1:compile, org.apache.maven:maven-core=org
.apache.maven:maven-core:jar:2.2.1:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile, org.slf4j:slf4j-jdk14=org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, or
g.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j=org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:3.0:co
mpile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.2.1:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile, org.apache.maven:
maven-monitor=org.apache.maven:maven-monitor:jar:2.2.1:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.sonatype.plexus:plexus-sec-dispatcher=org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile,
org.sonatype.plexus:plexus-cipher=org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java=org.codehaus.plexus:plexus-j
ava:jar:0.9.10:compile, org.ow2.asm:asm=org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox=com.thoughtworks.qdox:qdox:jar:2.0-M8:compile}
[DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.failsafe.HelpMojo', role hint: 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:help'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.failsafe.IntegrationTestMojo', role hint: 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:integration-test'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.failsafe.VerifyMojo', role hint: 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify'
---
[DEBUG] (s) printSummary = true
[DEBUG] (s) projectArtifactMap = {com.bonitasoft:bonita-test-toolkit=com.bonitasoft:bonita-test-toolkit:jar:1.0.1:test, org.junit.jupiter:junit-jupiter-engine=org.junit.jupiter:junit-jupiter-engine:jar:5.9.1:test, org.junit.plat
form:junit-platform-engine=org.junit.platform:junit-platform-engine:jar:1.9.1:test, org.opentest4j:opentest4j=org.opentest4j:opentest4j:jar:1.2.0:test, org.junit.platform:junit-platform-commons=org.junit.platform:junit-platform-co
mmons:jar:1.9.1:test, org.junit.jupiter:junit-jupiter-api=org.junit.jupiter:junit-jupiter-api:jar:5.9.1:test, org.apiguardian:apiguardian-api=org.apiguardian:apiguardian-api:jar:1.1.2:test, org.assertj:assertj-core=org.assertj:ass
ertj-core:jar:3.23.1:test, net.bytebuddy:byte-buddy=net.bytebuddy:byte-buddy:jar:1.12.10:test, org.awaitility:awaitility=org.awaitility:awaitility:jar:4.2.0:test, org.hamcrest:hamcrest=org.hamcrest:hamcrest:jar:2.1:test, ch.qos.lo
gback:logback-classic=ch.qos.logback:logback-classic:jar:1.2.10:test, ch.qos.logback:logback-core=ch.qos.logback:logback-core:jar:1.2.10:test, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.7.32:test}
[DEBUG] (s) projectBuildDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target
[DEBUG] (s) redirectTestOutputToFile = false
[DEBUG] (s) remoteRepositories = [ id: central
url: https://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => never]
blocked: false
]
[DEBUG] (s) reportFormat = brief
[DEBUG] (s) reportsDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports
[DEBUG] (f) rerunFailingTestsCount = 0
[DEBUG] (f) reuseForks = true
[DEBUG] (s) runOrder = filesystem
[DEBUG] (f) shutdown = testset
[DEBUG] (s) skip = false
[DEBUG] (f) skipAfterFailureCount = 0
[DEBUG] (s) skipTests = false
[DEBUG] (s) suiteXmlFiles = []
[DEBUG] (s) summaryFile = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports\failsafe-summary.xml
[DEBUG] (s) tempDir = surefire
[DEBUG] (s) testClassesDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes
[DEBUG] (s) testNGArtifactName = org.testng:testng
[DEBUG] (s) testSourceDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\src\test\java
[DEBUG] (s) threadCountClasses = 0
[DEBUG] (s) threadCountMethods = 0
[DEBUG] (s) threadCountSuites = 0
[DEBUG] (s) trimStackTrace = true
[DEBUG] (s) useFile = true
[DEBUG] (s) useManifestOnlyJar = true
[DEBUG] (s) useSystemClassLoader = true
[DEBUG] (s) useUnlimitedThreads = false
[DEBUG] (s) workingDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests
[DEBUG] (s) project = MavenProject: com.company.test:bonita-process-test:1.0.0-SNAPSHOT @ C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\pom.xml
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@4c59e45e
[DEBUG] -- end configuration --
[DEBUG] Failsafe report directory: C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports
[DEBUG] Setting system property [basedir]=[C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests]
[DEBUG] Setting system property [user.dir]=[C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests]
[DEBUG] Setting system property [localRepository]=[C:\Users\RRegner\.m2\repository]
[DEBUG] dummy:dummy:jar:1.0 (selected for null)
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile (selected for compile)
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.22.2:compile (selected for compile)
[DEBUG] org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile (selected for compile)
[DEBUG] Adding to failsafe booter test classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-booter\2.22.2\surefire-booter-2.22.2.jar Scope: compile
[DEBUG] Adding to failsafe booter test classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-api\2.22.2\surefire-api-2.22.2.jar Scope: compile
[DEBUG] Adding to failsafe booter test classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-logger-api\2.22.2\surefire-logger-api-2.22.2.jar Scope: compile
[DEBUG] Using JVM: C:\Program Files\Java\jdk-11.0.16.1\bin\java with Java version 11
[DEBUG] dummy:dummy:jar:1.0 (selected for null)
[DEBUG] org.apache.maven.surefire:surefire-junit-platform:jar:2.22.2:test (selected for test)
[DEBUG] org.junit.platform:junit-platform-launcher:jar:1.3.1:test (selected for test)
[DEBUG] org.apiguardian:apiguardian-api:jar:1.0.0:test (selected for test)
[DEBUG] org.junit.platform:junit-platform-engine:jar:1.3.1:test (selected for test)
[DEBUG] org.junit.platform:junit-platform-commons:jar:1.3.1:test (selected for test)
[DEBUG] org.opentest4j:opentest4j:jar:1.1.1:test (selected for test)
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.22.2:test (selected for test)
[DEBUG] org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:test (selected for test)
[DEBUG] Adding to failsafe test classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-junit-platform\2.22.2\surefire-junit-platform-2.22.2.jar Scope: test
[DEBUG] Adding to failsafe test classpath: C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-launcher\1.3.1\junit-platform-launcher-1.3.1.jar Scope: test
[DEBUG] Adding to failsafe test classpath: C:\Users\RRegner\.m2\repository\org\apiguardian\apiguardian-api\1.0.0\apiguardian-api-1.0.0.jar Scope: test
[DEBUG] Adding to failsafe test classpath: C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-engine\1.3.1\junit-platform-engine-1.3.1.jar Scope: test
[DEBUG] Adding to failsafe test classpath: C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-commons\1.3.1\junit-platform-commons-1.3.1.jar Scope: test
[DEBUG] Adding to failsafe test classpath: C:\Users\RRegner\.m2\repository\org\opentest4j\opentest4j\1.1.1\opentest4j-1.1.1.jar Scope: test
[DEBUG] Adding to failsafe test classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-api\2.22.2\surefire-api-2.22.2.jar Scope: test
[DEBUG] Adding to failsafe test classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-logger-api\2.22.2\surefire-logger-api-2.22.2.jar Scope: test
[DEBUG] Removed artifact org.junit.platform:junit-platform-engine:jar:1.3.1:test from provider. Already appears in test classpath.
[DEBUG] Removed artifact org.opentest4j:opentest4j:jar:1.1.1:test from provider. Already appears in test classpath.
[DEBUG] Removed artifact org.junit.platform:junit-platform-commons:jar:1.3.1:test from provider. Already appears in test classpath.
[DEBUG] Removed artifact org.apiguardian:apiguardian-api:jar:1.0.0:test from provider. Already appears in test classpath.
[DEBUG] test classpath: C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\bonita-process-test-1.0.0-SNAPSHOT.jar C:\Users\RRegner\.m
2\repository\com\bonitasoft\bonita-test-toolkit\1.0.1\bonita-test-toolkit-1.0.1.jar C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.9.1\junit-jupiter-engine-5.9.1.jar C:\Users\RRegner\.m2\repository\org\
junit\platform\junit-platform-engine\1.9.1\junit-platform-engine-1.9.1.jar C:\Users\RRegner\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-co
mmons\1.9.1\junit-platform-commons-1.9.1.jar C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.9.1\junit-jupiter-api-5.9.1.jar C:\Users\RRegner\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian
-api-1.1.2.jar C:\Users\RRegner\.m2\repository\org\assertj\assertj-core\3.23.1\assertj-core-3.23.1.jar C:\Users\RRegner\.m2\repository\net\bytebuddy\byte-buddy\1.12.10\byte-buddy-1.12.10.jar C:\Users\RRegner\.m2\repository\org\
awaitility\awaitility\4.2.0\awaitility-4.2.0.jar C:\Users\RRegner\.m2\repository\org\hamcrest\hamcrest\2.1\hamcrest-2.1.jar C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-classic\1.2.10\logback-classic-1.2.10.jar C:\Use
rs\RRegner\.m2\repository\ch\qos\logback\logback-core\1.2.10\logback-core-1.2.10.jar C:\Users\RRegner\.m2\repository\org\slf4j\slf4j-api\1.7.32\slf4j-api-1.7.32.jar
[DEBUG] provider classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-junit-platform\2.22.2\surefire-junit-platform-2.22.2.jar C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-launcher\1
.3.1\junit-platform-launcher-1.3.1.jar C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-api\2.22.2\surefire-api-2.22.2.jar C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-logger-api\2.22.2\su
refire-logger-api-2.22.2.jar
[DEBUG] test(compact) classpath: test-classes bonita-process-test-1.0.0-SNAPSHOT.jar bonita-test-toolkit-1.0.1.jar junit-jupiter-engine-5.9.1.jar junit-platform-engine-1.9.1.jar opentest4j-1.2.0.jar junit-platform-commons-1
.9.1.jar junit-jupiter-api-5.9.1.jar apiguardian-api-1.1.2.jar assertj-core-3.23.1.jar byte-buddy-1.12.10.jar awaitility-4.2.0.jar hamcrest-2.1.jar logback-classic-1.2.10.jar logback-core-1.2.10.jar slf4j-api-1.7.32.jar
[DEBUG] provider(compact) classpath: surefire-junit-platform-2.22.2.jar junit-platform-launcher-1.3.1.jar surefire-api-2.22.2.jar surefire-logger-api-2.22.2.jar
[DEBUG] in-process classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-junit-platform\2.22.2\surefire-junit-platform-2.22.2.jar C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-launcher
\1.3.1\junit-platform-launcher-1.3.1.jar C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-api\2.22.2\surefire-api-2.22.2.jar C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-logger-api\2.22.2\
surefire-logger-api-2.22.2.jar C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\maven-surefire-common\2.22.2\maven-surefire-common-2.22.2.jar
[DEBUG] in-process(compact) classpath: surefire-junit-platform-2.22.2.jar junit-platform-launcher-1.3.1.jar surefire-api-2.22.2.jar surefire-logger-api-2.22.2.jar maven-surefire-common-2.22.2.jar
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[DEBUG] Determined Maven Process ID 17476
[DEBUG] boot classpath: C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-booter\2.22.2\surefire-booter-2.22.2.jar C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-api\2.22.2\surefire-api-2.22.
2.jar C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-logger-api\2.22.2\surefire-logger-api-2.22.2.jar C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes C:\BonitaStudioSubscriptio
n-2021.2-u4\workspace\woms\tests\target\bonita-process-test-1.0.0-SNAPSHOT.jar C:\Users\RRegner\.m2\repository\com\bonitasoft\bonita-test-toolkit\1.0.1\bonita-test-toolkit-1.0.1.jar C:\Users\RRegner\.m2\repository\org\junit\jupi
ter\junit-jupiter-engine\5.9.1\junit-jupiter-engine-5.9.1.jar C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-engine\1.9.1\junit-platform-engine-1.9.1.jar C:\Users\RRegner\.m2\repository\org\opentest4j\opentest
4j\1.2.0\opentest4j-1.2.0.jar C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-commons\1.9.1\junit-platform-commons-1.9.1.jar C:\Users\RRegner\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.9.1\junit-jupit
er-api-5.9.1.jar C:\Users\RRegner\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar C:\Users\RRegner\.m2\repository\org\assertj\assertj-core\3.23.1\assertj-core-3.23.1.jar C:\Users\RRegner\.m2\repos
itory\net\bytebuddy\byte-buddy\1.12.10\byte-buddy-1.12.10.jar C:\Users\RRegner\.m2\repository\org\awaitility\awaitility\4.2.0\awaitility-4.2.0.jar C:\Users\RRegner\.m2\repository\org\hamcrest\hamcrest\2.1\hamcrest-2.1.jar C:\Us
ers\RRegner\.m2\repository\ch\qos\logback\logback-classic\1.2.10\logback-classic-1.2.10.jar C:\Users\RRegner\.m2\repository\ch\qos\logback\logback-core\1.2.10\logback-core-1.2.10.jar C:\Users\RRegner\.m2\repository\org\slf4j\slf
4j-api\1.7.32\slf4j-api-1.7.32.jar C:\Users\RRegner\.m2\repository\org\apache\maven\surefire\surefire-junit-platform\2.22.2\surefire-junit-platform-2.22.2.jar C:\Users\RRegner\.m2\repository\org\junit\platform\junit-platform-lau
ncher\1.3.1\junit-platform-launcher-1.3.1.jar
[DEBUG] boot(compact) classpath: surefire-booter-2.22.2.jar surefire-api-2.22.2.jar surefire-logger-api-2.22.2.jar test-classes bonita-process-test-1.0.0-SNAPSHOT.jar bonita-test-toolkit-1.0.1.jar junit-jupiter-engine-5.9.1
.jar junit-platform-engine-1.9.1.jar opentest4j-1.2.0.jar junit-platform-commons-1.9.1.jar junit-jupiter-api-5.9.1.jar apiguardian-api-1.1.2.jar assertj-core-3.23.1.jar byte-buddy-1.12.10.jar awaitility-4.2.0.jar hamcrest
-2.1.jar logback-classic-1.2.10.jar logback-core-1.2.10.jar slf4j-api-1.7.32.jar surefire-junit-platform-2.22.2.jar junit-platform-launcher-1.3.1.jar
[DEBUG] Forking command line: cmd.exe /X /C ""C:\Program Files\Java\jdk-11.0.16.1\bin\java" -jar C:\Users\RRegner\AppData\Local\Temp\surefire13746678632954271248\surefirebooter421656032304125644.jar C:\Users\RRegner\AppData\Local\
Temp\surefire13746678632954271248 2023-08-15T14-38-57_697-jvmRun1 surefire11105960774378120891tmp surefire_012569137341742569638tmp"
[INFO] Running com.company.bonita.test._WOMSOrderIT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 s <<< FAILURE! - in com.company.bonita.test._WOMSOrderIT
[ERROR] com.company.bonita.test._WOMSOrderIT Time elapsed: 0.003 s <<< ERROR!
java.lang.NoClassDefFoundError: org/bonitasoft/web/client/exception/NotFoundException
Caused by: java.lang.ClassNotFoundException: org.bonitasoft.web.client.exception.NotFoundException
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] _WOMSOrderIT » NoClassDefFound org/bonitasoft/web/client/exception/NotFoundExc...
[INFO]
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default) @ bonita-process-test ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoad
er@2cdf8d8a]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify' with basic configurator -->
[DEBUG] (s) basedir = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests
[DEBUG] (f) encoding = UTF-8
[DEBUG] (s) reportsDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports
[DEBUG] (s) skip = false
[DEBUG] (f) summaryFile = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports\failsafe-summary.xml
[DEBUG] (s) testClassesDirectory = C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\test-classes
[DEBUG] (s) testFailureIgnore = false
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4c59e45e
[DEBUG] -- end configuration --
[DEBUG] Failsafe report directory: C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.013 s
[INFO] Finished at: 2023-08-15T14:38:59-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default) on project bonita-process-test: There are test failures.
[ERROR]
[ERROR] Please refer to C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default) on project bonita-process-test: There are test failures.
Please refer to C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.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 org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
Please refer to C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests\target\failsafe-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:289)
at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:161)
at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.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 org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
PS C:\BonitaStudioSubscription-2021.2-u4\workspace\woms\tests>