• jmeter sampler maven项目排错记


    eclipse 创建的maven项目,引入jar包之后出现红色叹号,一直找不到原因,连main方法都无法运行,提示找不到类:

    错误: 找不到或无法加载主类 soapsampler.SoapSamplerGui

    百思不得其解,使用maven -X clean package  打了 个空包,啥类都没有打进去,比较无语

    D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler>mvn -X clean package
    Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-25T03:49:05+08:00)
    Maven home: D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..
    Java version: 1.8.0_162, vendor: Oracle Corporation
    Java home: C:Program FilesJavajdk1.8.0_162jre
    Default locale: zh_CN, platform encoding: GBK
    OS name: "windows 7", version: "6.1", 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.enterprise.inject.* < plexus.core
    [DEBUG]   Imported: javax.enterprise.util.* < 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.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 D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..conf
    settings.xml
    [DEBUG] Reading user settings from C:Usersdebing.xiao.m2settings.xml
    [DEBUG] Reading global toolchains from D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..con
    f	oolchains.xml
    [DEBUG] Reading user toolchains from C:Usersdebing.xiao.m2	oolchains.xml
    [DEBUG] Using local repository at C:Usersdebing.xiao.m2
    epository
    [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:Usersdebing.xiao.m2
    
    epository
    [INFO] Scanning for projects...
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central
    (https://repo.maven.apache.org/maven2).
    [DEBUG] Extension realms for project cn.x1:soapsampler:jar:0.0.1-SNAPSHOT: (none)
    [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
    [DEBUG] === REACTOR BUILD PLAN ================================================
    [DEBUG] Project: cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
    [DEBUG] Tasks:   [clean, package]
    [DEBUG] Style:   Regular
    [DEBUG] =======================================================================
    [INFO]
    [INFO] -------------------------< cn.x1:soapsampler >--------------------------
    [INFO] Building soapsampler 0.0.1-SNAPSHOT
    [INFO] --------------------------------[ jar ]---------------------------------
    [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-reso
    urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
    erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
    age, 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-reso
    urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
    erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
    age, 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 nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.s
    napshots (http://repository.apache.org/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.s
    napshots (https://repository.apache.org/snapshots).
    [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-reso
    urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
    erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
    age, 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-reso
    urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
    erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
    age, 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-reso
    urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
    erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
    age, 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-reso
    urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
    erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
    age, 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-reso
    urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
    erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
    age, 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-reso
    urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
    erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
    age, 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-reso
    urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
    erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
    age, 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:       cn.x1:soapsampler:0.0.1-SNAPSHOT
    [DEBUG] Dependencies (collect): []
    [DEBUG] Dependencies (resolve): [compile, runtime, test]
    [DEBUG] Repositories (dependencies): [nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/pub
    lic, default, releases)]
    [DEBUG] Repositories (plugins)     : [nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/pub
    lic, default, releases)]
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
    [DEBUG] Style:         Regular
    [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <directory default-value="${project.build.directory}"/>
      <excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaul
    tDirectories>
      <failOnError default-value="true">${maven.clean.failOnError}</failOnError>
      <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
      <outputDirectory default-value="${project.build.outputDirectory}"/>
      <reportDirectory default-value="${project.reporting.outputDirectory}"/>
      <retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
      <skip default-value="false">${clean.skip}</skip>
      <testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
      <verbose>${clean.verbose}</verbose>
    </configuration>
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resour
    ces)
    [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}</sup
    portMultiLineFiltering>
      <useBuildFilters default-value="true"/>
      <useDefaultDelimiters default-value="true"/>
    </configuration>
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.7.0: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}"/>
      <compilePath default-value="${project.compileClasspathElements}"/>
      <compileSourceRoots default-value="${project.compileSourceRoots}"/>
      <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
      <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</co
    mpilerReuseStrategy>
      <compilerVersion>1.8</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>
      <failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
      <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCo
    mpilerUse>
      <fork default-value="false">true</fork>
      <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations
    "/>
      <maxmem>${maven.compiler.maxmem}</maxmem>
      <meminitial>${maven.compiler.meminitial}</meminitial>
      <mojoExecution default-value="${mojoExecution}"/>
      <optimize default-value="false">${maven.compiler.optimize}</optimize>
      <outputDirectory default-value="${project.build.outputDirectory}"/>
      <parameters default-value="false">${maven.compiler.parameters}</parameters>
      <project default-value="${project}"/>
      <projectArtifact default-value="${project.artifact}"/>
      <release>${maven.compiler.release}</release>
      <session default-value="${session}"/>
      <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}</skipMultiT
    hreadWarning>
      <source default-value="1.5">1.8</source>
      <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
      <target default-value="1.5">1.8</target>
      <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIn
    crementalCompilation>
      <verbose default-value="false">true</verbose>
    </configuration>
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-te
    stResources)
    [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}</sup
    portMultiLineFiltering>
      <useBuildFilters default-value="true"/>
      <useDefaultDelimiters default-value="true"/>
    </configuration>
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-tes
    tCompile)
    [DEBUG] Style:         Regular
    [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <basedir default-value="${basedir}"/>
      <buildDirectory default-value="${project.build.directory}"/>
      <compilePath default-value="${project.compileClasspathElements}"/>
      <compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
      <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
      <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</co
    mpilerReuseStrategy>
      <compilerVersion>1.8</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>
      <failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
      <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCo
    mpilerUse>
      <fork default-value="false">true</fork>
      <generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/te
    st-annotations"/>
      <maxmem>${maven.compiler.maxmem}</maxmem>
      <meminitial>${maven.compiler.meminitial}</meminitial>
      <mojoExecution default-value="${mojoExecution}"/>
      <optimize default-value="false">${maven.compiler.optimize}</optimize>
      <outputDirectory default-value="${project.build.testOutputDirectory}"/>
      <parameters default-value="false">${maven.compiler.parameters}</parameters>
      <project default-value="${project}"/>
      <release>${maven.compiler.release}</release>
      <session default-value="${session}"/>
      <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}</skipMultiT
    hreadWarning>
      <source default-value="1.5">1.8</source>
      <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
      <target default-value="1.5">1.8</target>
      <testPath default-value="${project.testClasspathElements}"/>
      <testRelease>${maven.compiler.testRelease}</testRelease>
      <testSource>${maven.compiler.testSource}</testSource>
      <testTarget>${maven.compiler.testTarget}</testTarget>
      <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIn
    crementalCompilation>
      <verbose default-value="false">true</verbose>
    </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}</redirectTe
    stOutputToFile>
      <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}</useDefaultManifestFil
    e>
    </configuration>
    [DEBUG] =======================================================================
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for JBoss (h
    ttps://repository.jboss.org/nexus/content/repositories/thirdparty-releases/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for ow2-snap
    shot (http://repository.ow2.org/nexus/content/repositories/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.s
    napshots (http://people.apache.org/repo/m2-snapshot-repository).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for sonatype
    -nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for taglets
    (http://maven.geotoolkit.org/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.s
    napshots (https://repository.apache.org/snapshots/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jvnet-ne
    xus-releases (https://maven.java.net/content/repositories/releases/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jvnet-ne
    xus-snapshots (https://maven.java.net/content/repositories/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for unidata
    (https://artifacts.unidata.ucar.edu/content/repositories/unidata/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for unidata-
    3rdparty (https://artifacts.unidata.ucar.edu/content/repositories/unidata-3rdparty/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for mvmsearc
    h (http://www.mvnsearch.org/maven2/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for Oracle (
    http://download.oracle.com/maven).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for spy (htt
    p://files.couchbase.com/maven2/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for terracot
    ta-snapshots (http://www.terracotta.org/download/reflector/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for terracot
    ta-releases (http://www.terracotta.org/download/reflector/releases).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jboss-re
    leases (http://repository.jboss.org/nexus/content/groups/public-jboss).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for Java.net
     Maven 2 (http://download.java.net/maven/2).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for sonatype
    -nexus-snapshots (http://oss.sonatype.org/content/repositories/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for maven2-r
    epository.dev.java.net (http://download.java.net/maven/2).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for UCAR (ht
    tps://artifacts.unidata.ucar.edu/content/repositories/unidata-releases).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache-s
    napshots (http://people.apache.org/repo/m2-snapshot-repository).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache-i
    ncubator (http://people.apache.org/repo/m2-incubating-repository/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for codehaus
    -snapshots (http://snapshots.repository.codehaus.org).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central.
    snapshots (https://oss.sonatype.org/content/repositories/snapshots/).
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=3327520, ConflictMarker.markTime=10
    70400, ConflictMarker.nodeCount=448, ConflictIdSorter.graphTime=1540384, ConflictIdSorter.topsortTim
    e=879670, ConflictIdSorter.conflictIdCount=142, ConflictIdSorter.conflictIdCycleCount=0, ConflictRes
    olver.totalTime=29250617, ConflictResolver.conflictItemCount=360, DefaultDependencyCollector.collect
    Time=2920881910, DefaultDependencyCollector.transformTime=39009519}
    [DEBUG] cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
    [DEBUG]    org.apache.jmeter:ApacheJMeter_components:jar:4.0:compile
    [DEBUG]       org.apache.jmeter:jorphan:jar:4.0:compile
    [DEBUG]       org.apache.jmeter:ApacheJMeter_core:jar:4.0:compile
    [DEBUG]       org.ow2.asm:asm:jar:6.0:compile
    [DEBUG]       net.minidev:accessors-smart:jar:1.2:compile
    [DEBUG]       bsf:bsf:jar:2.4.0:compile
    [DEBUG]          commons-logging:commons-logging:jar:1.0.4:compile
    [DEBUG]       org.apache-extras.beanshell:bsh:jar:2.0b6:compile
    [DEBUG]       org.bouncycastle:bcmail-jdk15on:jar:1.49:compile
    [DEBUG]       org.bouncycastle:bcprov-jdk15on:jar:1.49:compile
    [DEBUG]       org.bouncycastle:bcpkix-jdk15on:jar:1.49:compile
    [DEBUG]       org.brotli:dec:jar:0.1.2:compile
    [DEBUG]       com.github.ben-manes.caffeine:caffeine:jar:2.6.1:compile
    [DEBUG]       commons-codec:commons-codec:jar:1.11:compile
    [DEBUG]       commons-collections:commons-collections:jar:3.2.2:compile
    [DEBUG]       org.apache.commons:commons-dbcp2:jar:2.2.0:compile
    [DEBUG]       commons-io:commons-io:jar:2.6:compile
    [DEBUG]       org.apache.commons:commons-jexl:jar:2.1.1:compile
    [DEBUG]       org.apache.commons:commons-jexl3:jar:3.1:compile
    [DEBUG]       org.apache.commons:commons-lang3:jar:3.7:compile
    [DEBUG]       org.apache.commons:commons-math3:jar:3.6.1:compile
    [DEBUG]       commons-net:commons-net:jar:3.6:compile
    [DEBUG]       org.apache.commons:commons-pool2:jar:2.5.0:compile
    [DEBUG]       dnsjava:dnsjava:jar:2.1.8:compile
    [DEBUG]       org.codehaus.groovy:groovy-all:jar:2.4.13:compile
    [DEBUG]       org.apache.httpcomponents:httpasyncclient:jar:4.1.3:compile
    [DEBUG]       org.apache.httpcomponents:httpclient:jar:4.5.5:compile
    [DEBUG]       org.apache.httpcomponents:httpmime:jar:4.5.5:compile
    [DEBUG]       org.apache.httpcomponents:httpcore:jar:4.4.9:compile
    [DEBUG]       org.apache.httpcomponents:httpcore-nio:jar:4.4.9:compile
    [DEBUG]       oro:oro:jar:2.0.8:compile
    [DEBUG]       jcharts:jcharts:jar:0.7.5:compile
    [DEBUG]       org.mozilla:rhino:jar:1.7.7.2:compile
    [DEBUG]       junit:junit:jar:4.12:compile
    [DEBUG]          org.hamcrest:hamcrest-core:jar:1.3:compile
    [DEBUG]       net.sf.jtidy:jtidy:jar:r938:compile
    [DEBUG]       org.apache.tika:tika-core:jar:1.17:compile
    [DEBUG]       org.apache.tika:tika-parsers:jar:1.17:compile
    [DEBUG]          org.gagravarr:vorbis-java-tika:jar:0.8:compile
    [DEBUG]          com.healthmarketscience.jackcess:jackcess:jar:2.1.8:compile
    [DEBUG]             commons-lang:commons-lang:jar:2.6:compile
    [DEBUG]          com.healthmarketscience.jackcess:jackcess-encrypt:jar:2.1.2:compile
    [DEBUG]          org.tallison:jmatio:jar:1.2:compile
    [DEBUG]          org.apache.james:apache-mime4j-core:jar:0.8.1:compile
    [DEBUG]          org.apache.james:apache-mime4j-dom:jar:0.8.1:compile
    [DEBUG]          org.apache.commons:commons-compress:jar:1.14:compile
    [DEBUG]          org.tukaani:xz:jar:1.6:compile
    [DEBUG]          org.apache.pdfbox:pdfbox:jar:2.0.8:compile
    [DEBUG]             org.apache.pdfbox:fontbox:jar:2.0.8:compile
    [DEBUG]          org.apache.pdfbox:pdfbox-tools:jar:2.0.8:compile
    [DEBUG]          org.apache.pdfbox:jempbox:jar:1.8.13:compile
    [DEBUG]          org.apache.poi:poi:jar:3.17:compile
    [DEBUG]             org.apache.commons:commons-collections4:jar:4.1:compile
    [DEBUG]          org.apache.poi:poi-scratchpad:jar:3.17:compile
    [DEBUG]          org.apache.poi:poi-ooxml:jar:3.17:compile
    [DEBUG]             org.apache.poi:poi-ooxml-schemas:jar:3.17:compile
    [DEBUG]                org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
    [DEBUG]             com.github.virtuald:curvesapi:jar:1.04:compile
    [DEBUG]          org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
    [DEBUG]          com.googlecode.mp4parser:isoparser:jar:1.1.18:compile
    [DEBUG]          com.drewnoakes:metadata-extractor:jar:2.10.1:compile
    [DEBUG]             com.adobe.xmp:xmpcore:jar:5.1.3:compile
    [DEBUG]          de.l3s.boilerpipe:boilerpipe:jar:1.1.0:compile
    [DEBUG]          com.rometools:rome:jar:1.5.1:compile
    [DEBUG]             com.rometools:rome-utils:jar:1.5.1:compile
    [DEBUG]          org.gagravarr:vorbis-java-core:jar:0.8:compile
    [DEBUG]          com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile
    [DEBUG]          org.codelibs:jhighlight:jar:1.0.2:compile
    [DEBUG]          com.pff:java-libpst:jar:0.8.1:compile
    [DEBUG]          com.github.junrar:junrar:jar:0.7:compile
    [DEBUG]          org.apache.cxf:cxf-rt-rs-client:jar:3.0.16:compile
    [DEBUG]             org.apache.cxf:cxf-rt-transports-http:jar:3.0.16:compile
    [DEBUG]             org.apache.cxf:cxf-core:jar:3.0.16:compile
    [DEBUG]                org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:compile
    [DEBUG]                   org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
    [DEBUG]                org.apache.ws.xmlschema:xmlschema-core:jar:2.2.2:compile
    [DEBUG]             org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.0.16:compile
    [DEBUG]                javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
    [DEBUG]                javax.annotation:javax.annotation-api:jar:1.2:compile
    [DEBUG]          org.apache.commons:commons-exec:jar:1.3:compile
    [DEBUG]          org.apache.opennlp:opennlp-tools:jar:1.8.3:compile
    [DEBUG]          com.googlecode.json-simple:json-simple:jar:1.1.1:compile
    [DEBUG]          com.tdunning:json:jar:1.8:compile
    [DEBUG]          com.google.code.gson:gson:jar:2.8.1:compile
    [DEBUG]          org.slf4j:jul-to-slf4j:jar:1.7.24:compile
    [DEBUG]          edu.ucar:netcdf4:jar:4.5.5:compile
    [DEBUG]             net.jcip:jcip-annotations:jar:1.0:compile
    [DEBUG]             net.java.dev.jna:jna:jar:4.1.0:compile
    [DEBUG]          edu.ucar:grib:jar:4.5.5:compile
    [DEBUG]             com.google.protobuf:protobuf-java:jar:2.5.0:compile
    [DEBUG]             org.jdom:jdom2:jar:2.0.4:compile
    [DEBUG]             org.itadaki:bzip2:jar:0.9.1:compile
    [DEBUG]          edu.ucar:cdm:jar:4.5.5:compile
    [DEBUG]             edu.ucar:udunits:jar:4.5.5:compile
    [DEBUG]             joda-time:joda-time:jar:2.2:compile
    [DEBUG]             org.quartz-scheduler:quartz:jar:2.2.0:compile
    [DEBUG]                c3p0:c3p0:jar:0.9.1.1:compile
    [DEBUG]             net.sf.ehcache:ehcache-core:jar:2.6.2:compile
    [DEBUG]             com.google.guava:guava:jar:17.0:compile
    [DEBUG]             com.beust:jcommander:jar:1.35:compile
    [DEBUG]          edu.ucar:httpservices:jar:4.5.5:compile
    [DEBUG]          org.apache.commons:commons-csv:jar:1.0:compile
    [DEBUG]          org.apache.sis.core:sis-utility:jar:0.6:compile
    [DEBUG]          org.apache.sis.storage:sis-netcdf:jar:0.6:compile
    [DEBUG]             org.apache.sis.storage:sis-storage:jar:0.6:compile
    [DEBUG]             org.apache.sis.core:sis-referencing:jar:0.6:compile
    [DEBUG]          org.apache.sis.core:sis-metadata:jar:0.6:compile
    [DEBUG]          org.opengis:geoapi:jar:3.0.0:compile
    [DEBUG]             javax.measure:jsr-275:jar:0.9.3:compile
    [DEBUG]          edu.usc.ir:sentiment-analysis-parser:jar:0.1:compile
    [DEBUG]          com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
    [DEBUG]       com.thoughtworks.xstream:xstream:jar:1.4.10:compile
    [DEBUG]       xmlpull:xmlpull:jar:1.1.3.1:compile
    [DEBUG]       xpp3:xpp3_min:jar:1.1.4c:compile
    [DEBUG]       xalan:xalan:jar:2.7.2:compile
    [DEBUG]       xalan:serializer:jar:2.7.2:compile
    [DEBUG]       xerces:xercesImpl:jar:2.11.0:compile
    [DEBUG]       xml-apis:xml-apis:jar:1.4.01:compile
    [DEBUG]       org.apache.xmlgraphics:xmlgraphics-commons:jar:2.2:compile
    [DEBUG]       javax.mail:mail:jar:1.5.0-b01:compile
    [DEBUG]          javax.activation:activation:jar:1.1:compile
    [DEBUG]       org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
    [DEBUG]       com.jayway.jsonpath:json-path:jar:2.4.0:compile
    [DEBUG]       net.minidev:json-smart:jar:2.3:compile
    [DEBUG]       org.jsoup:jsoup:jar:1.11.2:compile
    [DEBUG]       org.jodd:jodd-core:jar:4.1.4:compile
    [DEBUG]       org.jodd:jodd-lagarto:jar:4.1.4:compile
    [DEBUG]       org.jodd:jodd-log:jar:4.1.4:compile
    [DEBUG]       org.jodd:jodd-props:jar:4.1.4:compile
    [DEBUG]       org.mongodb:mongo-java-driver:jar:2.11.3:compile
    [DEBUG]       com.helger:ph-css:jar:6.0.0:compile
    [DEBUG]       com.helger:ph-commons:jar:9.0.0:compile
    [DEBUG]          com.google.code.findbugs:jsr305:jar:3.0.2:compile
    [DEBUG]       com.fifesoft:rsyntaxtextarea:jar:2.6.1:compile
    [DEBUG]       org.slf4j:slf4j-api:jar:1.7.25:compile
    [DEBUG]       org.slf4j:slf4j-ext:jar:1.7.25:compile
    [DEBUG]       org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
    [DEBUG]       org.apache.logging.log4j:log4j-api:jar:2.10.0:compile
    [DEBUG]       org.apache.logging.log4j:log4j-core:jar:2.10.0:compile
    [DEBUG]       org.apache.logging.log4j:log4j-slf4j-impl:jar:2.10.0:compile
    [DEBUG]       org.apache.logging.log4j:log4j-1.2-api:jar:2.10.0:compile
    [DEBUG]       org.freemarker:freemarker:jar:2.3.23:compile
    [INFO]
    [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ soapsampler ---
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=96648, ConflictMarker.markTime=6500
    2, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=68851, ConflictIdSorter.topsortTime=11974,
     ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.total
    Time=133853, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=57922201,
    DefaultDependencyCollector.transformTime=446891}
    [DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
    [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
    [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0:compile
    [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
    [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plug
    in:2.5
    [DEBUG]   Imported:  < maven.api
    [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
    [DEBUG]   Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
    [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0
    [DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm Cla
    ssRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLo
    ader@33909752]
    [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configur
    ator -->
    [DEBUG]   (f) directory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    arget
    [DEBUG]   (f) excludeDefaultDirectories = false
    [DEBUG]   (f) failOnError = true
    [DEBUG]   (f) followSymLinks = false
    [DEBUG]   (f) outputDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsam
    pler	argetclasses
    [DEBUG]   (f) reportDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsam
    pler	argetsite
    [DEBUG]   (f) retryOnError = true
    [DEBUG]   (f) skip = false
    [DEBUG]   (f) testOutputDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoa
    psampler	arget	est-classes
    [DEBUG] -- end configuration --
    [INFO] Deleting D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    arget	est-classes
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    soapsampler-0.0.1-SNAPSHOT.jar
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    maven-statusmaven-compiler-plugin	estCompiledefault-testCompileinputFiles.lst
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    argetmaven-statusmaven-compiler-plugin	estCompiledefault-testCompile
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    argetmaven-statusmaven-compiler-plugin	estCompile
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    maven-statusmaven-compiler-plugincompiledefault-compileinputFiles.lst
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    maven-statusmaven-compiler-plugincompiledefault-compilecreatedFiles.lst
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    argetmaven-statusmaven-compiler-plugincompiledefault-compile
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    argetmaven-statusmaven-compiler-plugincompile
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    argetmaven-statusmaven-compiler-plugin
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    argetmaven-status
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    maven-archiverpom.properties
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    argetmaven-archiver
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    argetgenerated-sourcesannotations
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    argetgenerated-sources
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    classesorg.codehaus.plexus.compiler.javac.JavacCompiler3652478033394110705arguments
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    classesMETA-INFmavencn.x1soapsamplerpom.xml
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    classesMETA-INFmavencn.x1soapsamplerpom.properties
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    argetclassesMETA-INFmavencn.x1soapsampler
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    argetclassesMETA-INFmavencn.x1
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    argetclassesMETA-INFmaven
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    classesMETA-INFMANIFEST.MF
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    argetclassesMETA-INF
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    classesjavac.bat
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    argetclasses
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    arget
    [DEBUG] Skipping non-existing directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspace
    soapsampler	argetclasses
    [DEBUG] Skipping non-existing directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspace
    soapsampler	arget	est-classes
    [DEBUG] Skipping non-existing directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspace
    soapsampler	argetsite
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ soapsampler ---
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for codehaus
    .snapshots (http://snapshots.repository.codehaus.org).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for snapshot
    s (http://snapshots.maven.codehaus.org/maven2).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central
    (http://repo1.maven.org/maven2).
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=197145, ConflictMarker.markTime=122
    735, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=131287, ConflictIdSorter.topsortTime=59
    016, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.
    totalTime=791147, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=3559
    13373, DefaultDependencyCollector.transformTime=1337251}
    [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 r
    ealm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launche
    r$AppClassLoader@33909752]
    [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic
    configurator -->
    [DEBUG]   (f) buildFilters = []
    [DEBUG]   (f) escapeWindowsPaths = true
    [DEBUG]   (s) includeEmptyDirs = false
    [DEBUG]   (s) outputDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsam
    pler	argetclasses
    [DEBUG]   (s) overwrite = false
    [DEBUG]   (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:	oolseclipse-jee-oxygen
    -2-win32-x86_64eclipseworkspacesoapsamplerpom.xml
    [DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: D:	ool
    seclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmain
    esources, PatternSet [in
    cludes: {}, excludes: {}]}}]
    [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@5a4ed68f
    [DEBUG]   (f) supportMultiLineFiltering = false
    [DEBUG]   (f) useBuildFilters = true
    [DEBUG]   (s) useDefaultDelimiters = true
    [DEBUG] -- end configuration --
    [DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:windows, env.USERDOMAIN_R
    OAMINGPROFILE=99BILL, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered
    Compilers, env.PROMPT=$P$G, env.WDIR=D:\, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class
    .path=C:Program FilesJavajdk1.8.0_162jrelib
    esources.jar;C:Program FilesJavajdk1.8.0_162jr
    elib
    t.jar;C:Program FilesJavajdk1.8.0_162jrelibsunrsasign.jar;C:Program FilesJavajdk1.8.
    0_162jrelibjsse.jar;C:Program FilesJavajdk1.8.0_162jrelibjce.jar;C:Program FilesJavajdk1
    .8.0_162jrelibcharsets.jar;C:Program FilesJavajdk1.8.0_162jrelibjfr.jar;C:Program FilesJa
    vajdk1.8.0_162jreclasses, env.COMPUTERNAME=SH4010301061179, env.ALLUSERSPROFILE=C:ProgramData, s
    un.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_162-
    b12, env.HOMEPATH=Usersdebing.xiao, user.name=debing.xiao, maven.build.version=Apache Maven 3.5.3
    (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-25T03:49:05+08:00), env.WINDOWS_TRACING_FLAGS=3,
    env.PATH=C:Program FilesJavajdk1.8.0_162in;C:ProgramDataOracleJavajavapath;d:Oracleora90
    bin;C:windowssystem32;C:windows;C:windowsSystem32Wbem;C:windowsSystem32WindowsPowerShellv1
    .0;C:Program FilesIntelWiFiin;C:Program FilesCommon FilesIntelWirelessCommon;C:Program
    FilesTortoiseSVNin;C:Program FilesGitcmd;D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3i
    n;D:	oolsgradle-4.7-bingradle-4.7in;D:	oolsandroid-sdk_r24.4.1-windowsandroid-sdk-windows	o
    ols;D:	oolsandroid-sdk_r24.4.1-windowsandroid-sdk-windowsplatform-tools;C:Program Files
    odejs
    ;C:Usersdebing.xiaoAppDataLocalProgramsPythonPython36Scripts;C:Usersdebing.xiaoAppDataL
    ocalProgramsPythonPython36;C:Usersdebing.xiaoAppDataLocalProgramsFiddler;D:debing.xiaoAp
    plication Data
    pm, user.language=zh, env.JVMCONFIG=.mvnjvm.config, env.WINDIR=C:windows, sun.boo
    t.library.path=C:Program FilesJavajdk1.8.0_162jrein, classworlds.conf=D:	oolsapache-maven-3.
    5.3-binapache-maven-3.5.3in..inm2.conf, java.version=1.8.0_162, env.PROCESSOR_IDENTIFIER=Inte
    l64 Family 6 Model 69 Stepping 1, GenuineIntel, user.timezone=, env.=A:=A:\, env.TEMP=C:UsersDEBIN
    G~1.XIAAppDataLocalTemp, sun.arch.data.model=64, env.EXEC_DIR=D:	oolseclipse-jee-oxygen-2-win32
    -x86_64eclipseworkspacesoapsampler, env.WINDOWS_TRACING_LOGFILE=C:BVTBinTestsinstallpackagecs
    ilogfile.log, java.endorsed.dirs=C:Program FilesJavajdk1.8.0_162jrelibendorsed, sun.cpu.isalis
    t=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=GBK, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.
    separator=\, java.specification.name=Java Platform API Specification, maven.conf=D:	oolsapache-mav
    en-3.5.3-binapache-maven-3.5.3in../conf, env.JAVACMD=C:Program FilesJavajdk1.8.0_162injava
    .exe, java.class.version=52.0, user.country=CN, env.GRADLE_HOME=D:	oolsgradle-4.7-bingradle-4.7,
    java.home=C:Program FilesJavajdk1.8.0_162jre, env.ANDROID_HOME=D:	oolsandroid-sdk_r24.4.1-wind
    owsandroid-sdk-windows, env.APPDATA=d:debing.xiaoApplication Data, env.PUBLIC=C:UsersPublic, ja
    va.vm.info=mixed mode, env.OS=Windows_NT, os.version=6.1, env.=::=::\, path.separator=;, java.vm.ver
    sion=25.162-b12, env.ASL.LOG=Destination=file, user.variant=, env.USERPROFILE=C:Usersdebing.xiao,
    env.JAVA_HOME=C:Program FilesJavajdk1.8.0_162, java.awt.printerjob=sun.awt.windows.WPrinterJob, e
    nv.TMP=C:UsersDEBING~1.XIAAppDataLocalTemp, env.PROGRAMFILES=C:Program Files, sun.io.unicode.e
    ncoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, sun.stdout.encoding=ms936, user.script=
    , user.home=C:Usersdebing.xiao, env.COMMONPROGRAMFILES=C:Program FilesCommon Files, env.=EXITCOD
    E=00000000, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, library.jansi.pat
    h=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..libjansi-native, java.library.path=C:P
    rogram FilesJavajdk1.8.0_162in;C:windowsSunJavain;C:windowssystem32;C:windows;C:Program
     FilesJavajdk1.8.0_162in;C:ProgramDataOracleJavajavapath;d:Oracleora90in;C:windowssyst
    em32;C:windows;C:windowsSystem32Wbem;C:windowsSystem32WindowsPowerShellv1.0;C:Program File
    sIntelWiFiin;C:Program FilesCommon FilesIntelWirelessCommon;C:Program FilesTortoiseSVN
    in;C:Program FilesGitcmd;D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in;D:	oolsgradle-4
    .7-bingradle-4.7in;D:	oolsandroid-sdk_r24.4.1-windowsandroid-sdk-windows	ools;D:	oolsandroi
    d-sdk_r24.4.1-windowsandroid-sdk-windowsplatform-tools;C:Program Files
    odejs;C:Usersdebing.xi
    aoAppDataLocalProgramsPythonPython36Scripts;C:Usersdebing.xiaoAppDataLocalProgramsPytho
    nPython36;C:Usersdebing.xiaoAppDataLocalProgramsFiddler;D:debing.xiaoApplication Data
    pm;
    ., env.NUMBER_OF_PROCESSORS=4, java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=
    C:Program Files (x86)Common Files, env.USERDNSDOMAIN=99BILL.COM, env.PSMODULEPATH=C:windowssyste
    m32WindowsPowerShellv1.0Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launch
    er.Launcher, env.MAVEN_CMD_LINE_ARGS=-X clean package, java.vm.vendor=Oracle Corporation, maven.home
    =D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in.., java.runtime.name=Java(TM) SE Runtime En
    vironment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X clean package, java
    .class.path=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..ootplexus-classworlds-2.5.2.
    jar, env.PROGRAMW6432=C:Program Files, maven.version=3.5.3, env.PROGRAMFILES(X86)=C:Program Files
    (x86), java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\SH-DC08R2-01
    , java.vm.specification.version=1.8, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:Pro
    gram FilesCommon Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, java.io.tmpdir=C:
    UsersDEBING~1.XIAAppDataLocalTemp\, env.PROCESSOR_REVISION=4501, java.vendor.url.bug=http://bug
    report.sun.com/bugreport/, maven.multiModuleProjectDirectory=D:	oolseclipse-jee-oxygen-2-win32-x86
    _64eclipseworkspacesoapsampler, env.PROGRAMDATA=C:ProgramData, env.COMSPEC=C:windowssystem32c
    md.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:Progr
    am FilesJavajdk1.8.0_162jrelibext;C:windowsSunJavalibext, env.=D:=D:	oolseclipse-jee-oxy
    gen-2-win32-x86_64eclipseworkspacesoapsampler, user.dir=D:	oolseclipse-jee-oxygen-2-win32-x86_6
    4eclipseworkspacesoapsampler, env.MAVEN_HOME=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3
    in.., env.LOCALAPPDATA=C:Usersdebing.xiaoAppDataLocal, line.separator=
    , env.CLASSWORLDS_JAR="D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..ootplexus-classwo
    rlds-2.5.2.jar", java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VB
    S;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.ERROR_CODE=0, env.USERNAME=debing.xiao, sun.stderr.encoding=ms93
    6, file.encoding=GBK, env.USERDOMAIN=99BILL, java.specification.version=1.8, env.=C:=C:WindowsSyst
    em32, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=D:	oolseclipse-jee-oxygen-2-win32-x86_64ecl
    ipseworkspacesoapsampler}
    [WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform
    dependent!
    [DEBUG] resource with targetPath null
    directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmain
    esource
    s
    excludes []
    includes []
    [DEBUG] ignoreDelta true
    [INFO] Copying 0 resource
    [DEBUG] no use filter components
    [INFO]
    [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ soapsampler ---
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for plexus.s
    napshots (https://oss.sonatype.org/content/repositories/plexus-snapshots).
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=347249, ConflictMarker.markTime=182
    605, ConflictMarker.nodeCount=118, ConflictIdSorter.graphTime=187309, ConflictIdSorter.topsortTime=7
    8259, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver
    .totalTime=966054, ConflictResolver.conflictItemCount=72, DefaultDependencyCollector.collectTime=791
    354520, DefaultDependencyCollector.transformTime=1876514}
    [DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0:
    [DEBUG]    org.apache.maven:maven-plugin-api:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-model:jar:3.0:compile
    [DEBUG]       org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
    [DEBUG]          org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
    [DEBUG]             org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
    [DEBUG]    org.apache.maven:maven-artifact:jar:3.0:compile
    [DEBUG]       org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
    [DEBUG]    org.apache.maven:maven-core:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-settings:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-settings-builder:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-model-builder:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-aether-provider:jar:3.0:runtime
    [DEBUG]       org.sonatype.aether:aether-impl:jar:1.7:compile
    [DEBUG]          org.sonatype.aether:aether-spi:jar:1.7:compile
    [DEBUG]       org.sonatype.aether:aether-api:jar:1.7:compile
    [DEBUG]       org.sonatype.aether:aether-util:jar:1.7:compile
    [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
    [DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
    [DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.6: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.shared:maven-shared-utils:jar:3.1.0:compile
    [DEBUG]       commons-io:commons-io:jar:2.5:compile
    [DEBUG]    org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
    [DEBUG]    org.codehaus.plexus:plexus-java:jar:0.9.2:compile
    [DEBUG]       org.ow2.asm:asm:jar:6.0_BETA:compile
    [DEBUG]       com.thoughtworks.qdox:qdox:jar:2.0-M7:compile
    [DEBUG]    org.codehaus.plexus:plexus-compiler-api:jar:2.8.2:compile
    [DEBUG]    org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2:compile
    [DEBUG]    org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2:runtime
    [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
    [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-p
    lugin:3.7.0
    [DEBUG]   Imported:  < maven.api
    [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
    [DEBUG]   Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0
    [DEBUG]   Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
    [DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
    [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.4
    [DEBUG]   Included: org.sonatype.aether:aether-util:jar:1.7
    [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
    [DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6
    [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
    [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
    [DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.1.0
    [DEBUG]   Included: commons-io:commons-io:jar:2.5
    [DEBUG]   Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
    [DEBUG]   Included: org.codehaus.plexus:plexus-java:jar:0.9.2
    [DEBUG]   Included: org.ow2.asm:asm:jar:6.0_BETA
    [DEBUG]   Included: com.thoughtworks.qdox:qdox:jar:2.0-M7
    [DEBUG]   Included: org.codehaus.plexus:plexus-compiler-api:jar:2.8.2
    [DEBUG]   Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2
    [DEBUG]   Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2
    [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile from plugin re
    alm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0, parent: sun.misc.Launche
    r$AppClassLoader@33909752]
    [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile' with basic c
    onfigurator -->
    [DEBUG]   (f) basedir = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler
    [DEBUG]   (f) buildDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamp
    ler	arget
    [DEBUG]   (f) compilePath = [D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsample
    r	argetclasses, C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_components4.0
    ApacheJMeter_components-4.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachejmeterjorphan4.0j
    orphan-4.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_core4.0ApacheJM
    eter_core-4.0.jar, C:Usersdebing.xiao.m2
    epositoryorgow2asmasm6.0asm-6.0.jar, C:Usersdeb
    ing.xiao.m2
    epository
    etminidevaccessors-smart1.2accessors-smart-1.2.jar, C:Usersdebing.xia
    o.m2
    epositorysfsf2.4.0sf-2.4.0.jar, C:Usersdebing.xiao.m2
    epositorycommons-loggingco
    mmons-logging1.0.4commons-logging-1.0.4.jar, C:Usersdebing.xiao.m2
    epositoryorgapache-extras
    eanshellsh2.0b6sh-2.0b6.jar, C:Usersdebing.xiao.m2
    epositoryorgouncycastlecmail-jdk1
    5on1.49cmail-jdk15on-1.49.jar, C:Usersdebing.xiao.m2
    epositoryorgouncycastlecprov-jdk15o
    n1.49cprov-jdk15on-1.49.jar, C:Usersdebing.xiao.m2
    epositoryorgouncycastlecpkix-jdk15on
    1.49cpkix-jdk15on-1.49.jar, C:Usersdebing.xiao.m2
    epositoryorgrotlidec.1.2dec-0.1.2.jar
    , C:Usersdebing.xiao.m2
    epositorycomgithuben-manescaffeinecaffeine2.6.1caffeine-2.6.1.ja
    r, C:Usersdebing.xiao.m2
    epositorycommons-codeccommons-codec1.11commons-codec-1.11.jar, C:U
    sersdebing.xiao.m2
    epositorycommons-collectionscommons-collections3.2.2commons-collections-3.
    2.2.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-dbcp22.2.0commons-dbcp2-2.
    2.0.jar, C:Usersdebing.xiao.m2
    epositorycommons-iocommons-io2.6commons-io-2.6.jar, C:Users
    debing.xiao.m2
    epositoryorgapachecommonscommons-jexl2.1.1commons-jexl-2.1.1.jar, C:Usersde
    bing.xiao.m2
    epositoryorgapachecommonscommons-jexl33.1commons-jexl3-3.1.jar, C:Usersdebing
    .xiao.m2
    epositoryorgapachecommonscommons-lang33.7commons-lang3-3.7.jar, C:Usersdebing.xia
    o.m2
    epositoryorgapachecommonscommons-math33.6.1commons-math3-3.6.1.jar, C:Usersdebing.xia
    o.m2
    epositorycommons-netcommons-net3.6commons-net-3.6.jar, C:Usersdebing.xiao.m2
    epositor
    yorgapachecommonscommons-pool22.5.0commons-pool2-2.5.0.jar, C:Usersdebing.xiao.m2
    epositor
    ydnsjavadnsjava2.1.8dnsjava-2.1.8.jar, C:Usersdebing.xiao.m2
    epositoryorgcodehausgroovyg
    roovy-all2.4.13groovy-all-2.4.13.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponent
    shttpasyncclient4.1.3httpasyncclient-4.1.3.jar, C:Usersdebing.xiao.m2
    epositoryorgapacheht
    tpcomponentshttpclient4.5.5httpclient-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryorgapacheh
    ttpcomponentshttpmime4.5.5httpmime-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttp
    componentshttpcore4.4.9httpcore-4.4.9.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcom
    ponentshttpcore-nio4.4.9httpcore-nio-4.4.9.jar, C:Usersdebing.xiao.m2
    epositoryorooro2.0.8
    oro-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryjchartsjcharts.7.5jcharts-0.7.5.jar, C:User
    sdebing.xiao.m2
    epositoryorgmozilla
    hino1.7.7.2
    hino-1.7.7.2.jar, C:Usersdebing.xiao.m2
    epositoryjunitjunit4.12junit-4.12.jar, C:Usersdebing.xiao.m2
    epositoryorghamcresthamcrest
    -core1.3hamcrest-core-1.3.jar, C:Usersdebing.xiao.m2
    epository
    etsfjtidyjtidy
    938jtidy-r
    938.jar, C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-core1.17	ika-core-1.17.jar, C:U
    sersdebing.xiao.m2
    epositoryorgapache	ika	ika-parsers1.17	ika-parsers-1.17.jar, C:Usersde
    bing.xiao.m2
    epositoryorggagravarrvorbis-java-tika.8vorbis-java-tika-0.8.jar, C:Usersdebin
    g.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess2.1.8jackcess-2.1.8.jar, C:Usersd
    ebing.xiao.m2
    epositorycommons-langcommons-lang2.6commons-lang-2.6.jar, C:Usersdebing.xiao.
    m2
    epositorycomhealthmarketsciencejackcessjackcess-encrypt2.1.2jackcess-encrypt-2.1.2.jar, C:
    Usersdebing.xiao.m2
    epositoryorg	allisonjmatio1.2jmatio-1.2.jar, C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-core.8.1apache-mime4j-core-0.8.1.jar, C:Usersdebing.xi
    ao.m2
    epositoryorgapachejamesapache-mime4j-dom.8.1apache-mime4j-dom-0.8.1.jar, C:Usersdeb
    ing.xiao.m2
    epositoryorgapachecommonscommons-compress1.14commons-compress-1.14.jar, C:Users
    debing.xiao.m2
    epositoryorg	ukaanixz1.6xz-1.6.jar, C:Usersdebing.xiao.m2
    epositoryorga
    pachepdfboxpdfbox2.0.8pdfbox-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxfo
    ntbox2.0.8fontbox-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox-tools2.
    0.8pdfbox-tools-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxjempbox1.8.13jem
    pbox-1.8.13.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi3.17poi-3.17.jar, C:Users
    debing.xiao.m2
    epositoryorgapachecommonscommons-collections44.1commons-collections4-4.1.jar,
     C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-scratchpad3.17poi-scratchpad-3.17.jar, C:
    Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml3.17poi-ooxml-3.17.jar, C:Usersdebing.x
    iao.m2
    epositoryorgapachepoipoi-ooxml-schemas3.17poi-ooxml-schemas-3.17.jar, C:Usersdebing
    .xiao.m2
    epositoryorgapachexmlbeansxmlbeans2.6.0xmlbeans-2.6.0.jar, C:Usersdebing.xiao.m2
    
    epositorycomgithubvirtualdcurvesapi1.04curvesapi-1.04.jar, C:Usersdebing.xiao.m2
    eposito
    ryorgccilcowan	agsoup	agsoup1.2.1	agsoup-1.2.1.jar, C:Usersdebing.xiao.m2
    epositorycomg
    ooglecodemp4parserisoparser1.1.18isoparser-1.1.18.jar, C:Usersdebing.xiao.m2
    epositorycomd
    rewnoakesmetadata-extractor2.10.1metadata-extractor-2.10.1.jar, C:Usersdebing.xiao.m2
    eposito
    rycomadobexmpxmpcore5.1.3xmpcore-5.1.3.jar, C:Usersdebing.xiao.m2
    epositorydel3soilerp
    ipeoilerpipe1.1.0oilerpipe-1.1.0.jar, C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome1.
    5.1
    ome-1.5.1.jar, C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome-utils1.5.1
    ome-utils-1.
    5.1.jar, C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-core.8vorbis-java-core-0.8
    .jar, C:Usersdebing.xiao.m2
    epositorycomgooglecodejuniversalchardetjuniversalchardet1.0.3j
    universalchardet-1.0.3.jar, C:Usersdebing.xiao.m2
    epositoryorgcodelibsjhighlight1.0.2jhighl
    ight-1.0.2.jar, C:Usersdebing.xiao.m2
    epositorycompffjava-libpst.8.1java-libpst-0.8.1.jar,
     C:Usersdebing.xiao.m2
    epositorycomgithubjunrarjunrar.7junrar-0.7.jar, C:Usersdebing.xi
    ao.m2
    epositoryorgapachecxfcxf-rt-rs-client3.0.16cxf-rt-rs-client-3.0.16.jar, C:Usersdebin
    g.xiao.m2
    epositoryorgapachecxfcxf-rt-transports-http3.0.16cxf-rt-transports-http-3.0.16.jar
    , C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-core3.0.16cxf-core-3.0.16.jar, C:Usersd
    ebing.xiao.m2
    epositoryorgcodehauswoodstoxwoodstox-core-asl4.4.1woodstox-core-asl-4.4.1.jar,
     C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxstax2-api3.1.4stax2-api-3.1.4.jar, C:U
    sersdebing.xiao.m2
    epositoryorgapachewsxmlschemaxmlschema-core2.2.2xmlschema-core-2.2.2.ja
    r, C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-frontend-jaxrs3.0.16cxf-rt-frontend-j
    axrs-3.0.16.jar, C:Usersdebing.xiao.m2
    epositoryjavaxws
    sjavax.ws.rs-api2.0.1javax.ws.rs-a
    pi-2.0.1.jar, C:Usersdebing.xiao.m2
    epositoryjavaxannotationjavax.annotation-api1.2javax.an
    notation-api-1.2.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-exec1.3common
    s-exec-1.3.jar, C:Usersdebing.xiao.m2
    epositoryorgapacheopennlpopennlp-tools1.8.3opennlp-t
    ools-1.8.3.jar, C:Usersdebing.xiao.m2
    epositorycomgooglecodejson-simplejson-simple1.1.1jso
    n-simple-1.1.1.jar, C:Usersdebing.xiao.m2
    epositorycom	dunningjson1.8json-1.8.jar, C:Users
    debing.xiao.m2
    epositorycomgooglecodegsongson2.8.1gson-2.8.1.jar, C:Usersdebing.xiao.m2
    
    epositoryorgslf4jjul-to-slf4j1.7.24jul-to-slf4j-1.7.24.jar, C:Usersdebing.xiao.m2
    eposito
    ryeduucar
    etcdf44.5.5
    etcdf4-4.5.5.jar, C:Usersdebing.xiao.m2
    epository
    etjcipjcip-annot
    ations1.0jcip-annotations-1.0.jar, C:Usersdebing.xiao.m2
    epository
    etjavadevjnajna4.1.0
    jna-4.1.0.jar, C:Usersdebing.xiao.m2
    epositoryeduucargrib4.5.5grib-4.5.5.jar, C:Usersdebi
    ng.xiao.m2
    epositorycomgoogleprotobufprotobuf-java2.5.0protobuf-java-2.5.0.jar, C:Usersdeb
    ing.xiao.m2
    epositoryorgjdomjdom22.0.4jdom2-2.0.4.jar, C:Usersdebing.xiao.m2
    epositoryor
    gitadakizip2.9.1zip2-0.9.1.jar, C:Usersdebing.xiao.m2
    epositoryeduucarcdm4.5.5cdm-4.
    5.5.jar, C:Usersdebing.xiao.m2
    epositoryeduucarudunits4.5.5udunits-4.5.5.jar, C:Usersdebi
    ng.xiao.m2
    epositoryjoda-timejoda-time2.2joda-time-2.2.jar, C:Usersdebing.xiao.m2
    epositor
    yorgquartz-schedulerquartz2.2.0quartz-2.2.0.jar, C:Usersdebing.xiao.m2
    epositoryc3p0c3p0
    0.9.1.1c3p0-0.9.1.1.jar, C:Usersdebing.xiao.m2
    epository
    etsfehcacheehcache-core2.6.2ehca
    che-core-2.6.2.jar, C:Usersdebing.xiao.m2
    epositorycomgoogleguavaguava17.0guava-17.0.jar,
    C:Usersdebing.xiao.m2
    epositorycomeustjcommander1.35jcommander-1.35.jar, C:Usersdebing.x
    iao.m2
    epositoryeduucarhttpservices4.5.5httpservices-4.5.5.jar, C:Usersdebing.xiao.m2
    epo
    sitoryorgapachecommonscommons-csv1.0commons-csv-1.0.jar, C:Usersdebing.xiao.m2
    epositoryo
    rgapachesiscoresis-utility.6sis-utility-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapac
    hesisstoragesis-netcdf.6sis-netcdf-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesis
    storagesis-storage.6sis-storage-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesiscor
    esis-referencing.6sis-referencing-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesisco
    resis-metadata.6sis-metadata-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgopengisgeoapi3.0
    .0geoapi-3.0.0.jar, C:Usersdebing.xiao.m2
    epositoryjavaxmeasurejsr-275.9.3jsr-275-0.9.3.j
    ar, C:Usersdebing.xiao.m2
    epositoryeduuscirsentiment-analysis-parser.1sentiment-analysis-
    parser-0.1.jar, C:Usersdebing.xiao.m2
    epositorycomfasterxmljacksoncorejackson-core2.9.2ja
    ckson-core-2.9.2.jar, C:Usersdebing.xiao.m2
    epositorycom	houghtworksxstreamxstream1.4.10xs
    tream-1.4.10.jar, C:Usersdebing.xiao.m2
    epositoryxmlpullxmlpull1.1.3.1xmlpull-1.1.3.1.jar, C
    :Usersdebing.xiao.m2
    epositoryxpp3xpp3_min1.1.4cxpp3_min-1.1.4c.jar, C:Usersdebing.xiao.m
    2
    epositoryxalanxalan2.7.2xalan-2.7.2.jar, C:Usersdebing.xiao.m2
    epositoryxalanserializer
    2.7.2serializer-2.7.2.jar, C:Usersdebing.xiao.m2
    epositoryxercesxercesImpl2.11.0xercesImpl
    -2.11.0.jar, C:Usersdebing.xiao.m2
    epositoryxml-apisxml-apis1.4.01xml-apis-1.4.01.jar, C:Us
    ersdebing.xiao.m2
    epositoryorgapachexmlgraphicsxmlgraphics-commons2.2xmlgraphics-commons-2.
    2.jar, C:Usersdebing.xiao.m2
    epositoryjavaxmailmail1.5.0-b01mail-1.5.0-b01.jar, C:Usersde
    bing.xiao.m2
    epositoryjavaxactivationactivation1.1activation-1.1.jar, C:Usersdebing.xiao.m
    2
    epositoryorgapachegeronimospecsgeronimo-jms_1.1_spec1.1.1geronimo-jms_1.1_spec-1.1.1.jar,
    C:Usersdebing.xiao.m2
    epositorycomjaywayjsonpathjson-path2.4.0json-path-2.4.0.jar, C:User
    sdebing.xiao.m2
    epository
    etminidevjson-smart2.3json-smart-2.3.jar, C:Usersdebing.xiao.m2
    
    epositoryorgjsoupjsoup1.11.2jsoup-1.11.2.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjo
    dd-core4.1.4jodd-core-4.1.4.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-lagarto4.1.4j
    odd-lagarto-4.1.4.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-log4.1.4jodd-log-4.1.4.ja
    r, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-props4.1.4jodd-props-4.1.4.jar, C:Usersdebi
    ng.xiao.m2
    epositoryorgmongodbmongo-java-driver2.11.3mongo-java-driver-2.11.3.jar, C:Usersd
    ebing.xiao.m2
    epositorycomhelgerph-css6.0.0ph-css-6.0.0.jar, C:Usersdebing.xiao.m2
    eposit
    orycomhelgerph-commons9.0.0ph-commons-9.0.0.jar, C:Usersdebing.xiao.m2
    epositorycomgoogle
    codefindbugsjsr3053.0.2jsr305-3.0.2.jar, C:Usersdebing.xiao.m2
    epositorycomfifesoft
    synt
    axtextarea2.6.1
    syntaxtextarea-2.6.1.jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-api
    1.7.25slf4j-api-1.7.25.jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-ext1.7.25slf4j-ex
    t-1.7.25.jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jjcl-over-slf4j1.7.25jcl-over-slf4j-1.7
    .25.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-api2.10.0log4j-api-2.1
    0.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-core2.10.0log4j-core-2
    .10.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-slf4j-impl2.10.0log4
    j-slf4j-impl-2.10.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-1.2-api
    2.10.0log4j-1.2-api-2.10.0.jar, C:Usersdebing.xiao.m2
    epositoryorgfreemarkerfreemarker2.3.2
    3freemarker-2.3.23.jar]
    [DEBUG]   (f) compileSourceRoots = [D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoa
    psamplersrcmainjava]
    [DEBUG]   (f) compilerId = javac
    [DEBUG]   (f) compilerVersion = 1.8
    [DEBUG]   (f) debug = true
    [DEBUG]   (f) failOnError = true
    [DEBUG]   (f) failOnWarning = false
    [DEBUG]   (f) forceJavacCompilerUse = false
    [DEBUG]   (f) fork = true
    [DEBUG]   (f) generatedSourcesDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspa
    cesoapsampler	argetgenerated-sourcesannotations
    [DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile {executio
    n: default-compile}
    [DEBUG]   (f) optimize = false
    [DEBUG]   (f) outputDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsam
    pler	argetclasses
    [DEBUG]   (f) parameters = false
    [DEBUG]   (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:	oolseclipse-jee-oxygen
    -2-win32-x86_64eclipseworkspacesoapsamplerpom.xml
    [DEBUG]   (f) projectArtifact = cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
    [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@5a4ed68f
    [DEBUG]   (f) showDeprecation = false
    [DEBUG]   (f) showWarnings = false
    [DEBUG]   (f) skipMultiThreadWarning = false
    [DEBUG]   (f) source = 1.8
    [DEBUG]   (f) staleMillis = 0
    [DEBUG]   (f) target = 1.8
    [DEBUG]   (f) useIncrementalCompilation = true
    [DEBUG]   (f) verbose = true
    [DEBUG] -- end configuration --
    [DEBUG] Using compiler 'javac'.
    [DEBUG] Adding D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgener
    ated-sourcesannotations to compile source roots:
      D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjava
    [DEBUG] New compile source roots:
      D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjava
      D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sources
    annotations
    [DEBUG] CompilerReuseStrategy: reuseCreated
    [DEBUG] useIncrementalCompilation enabled
    [DEBUG] Stale source detected: D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamp
    lersrcmainjavasoapsamplerT.java
    [DEBUG] Stale source detected: D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamp
    lersrcmainjavasoapsamplerSoapSamplerGui.java
    [DEBUG] Stale source detected: D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamp
    lersrcmainjavasoapsamplerSoapSampler.java
    [DEBUG] Stale source detected: D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamp
    lersrcmainjavasoapsamplerSoapUtils.java
    [INFO] Changes detected - recompiling the module!
    [DEBUG] Classpath:
    [DEBUG]  D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_components4.0ApacheJMe
    ter_components-4.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachejmeterjorphan4.0jorphan-4.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_core4.0ApacheJMeter_co
    re-4.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgow2asmasm6.0asm-6.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etminidevaccessors-smart1.2accessors-smart-1.2.jar
    
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorysfsf2.4.0sf-2.4.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-loggingcommons-logging1.0.4commons-logging-1
    .0.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapache-extraseanshellsh2.0b6sh-2.0b6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgouncycastlecmail-jdk15on1.49cmail-jdk15on-1.4
    9.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgouncycastlecprov-jdk15on1.49cprov-jdk15on-1.4
    9.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgouncycastlecpkix-jdk15on1.49cpkix-jdk15on-1.4
    9.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgrotlidec.1.2dec-0.1.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgithuben-manescaffeinecaffeine2.6.1caffeine-2
    .6.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-codeccommons-codec1.11commons-codec-1.11.jar
    
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-collectionscommons-collections3.2.2commons-c
    ollections-3.2.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-dbcp22.2.0commons-dbcp2-2.
    2.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-iocommons-io2.6commons-io-2.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-jexl2.1.1commons-jexl-2.1.
    1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-jexl33.1commons-jexl3-3.1.
    jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-lang33.7commons-lang3-3.7.
    jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-math33.6.1commons-math3-3.
    6.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-netcommons-net3.6commons-net-3.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-pool22.5.0commons-pool2-2.
    5.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorydnsjavadnsjava2.1.8dnsjava-2.1.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgcodehausgroovygroovy-all2.4.13groovy-all-2.4.13
    .jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpasyncclient4.1.3httpasy
    ncclient-4.1.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpclient4.5.5httpclient-4
    .5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpmime4.5.5httpmime-4.5.5
    .jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpcore4.4.9httpcore-4.4.9
    .jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpcore-nio4.4.9httpcore-n
    io-4.4.9.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorooro2.0.8oro-2.0.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjchartsjcharts.7.5jcharts-0.7.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgmozilla
    hino1.7.7.2
    hino-1.7.7.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjunitjunit4.12junit-4.12.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorghamcresthamcrest-core1.3hamcrest-core-1.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etsfjtidyjtidy
    938jtidy-r938.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-core1.17	ika-core-1.17.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-parsers1.17	ika-parsers-1.17.jar
    
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-tika.8vorbis-java-tika-0.8
    .jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess2.1.8jackces
    s-2.1.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-langcommons-lang2.6commons-lang-2.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess-encrypt2.1.2
    jackcess-encrypt-2.1.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorg	allisonjmatio1.2jmatio-1.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-core.8.1apache-mime4j
    -core-0.8.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-dom.8.1apache-mime4j-
    dom-0.8.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-compress1.14commons-compre
    ss-1.14.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorg	ukaanixz1.6xz-1.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox2.0.8pdfbox-2.0.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxfontbox2.0.8fontbox-2.0.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox-tools2.0.8pdfbox-tools-2.0.8
    .jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxjempbox1.8.13jempbox-1.8.13.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi3.17poi-3.17.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-collections44.1commons-col
    lections4-4.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-scratchpad3.17poi-scratchpad-3.17.
    jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml3.17poi-ooxml-3.17.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml-schemas3.17poi-ooxml-schemas
    -3.17.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachexmlbeansxmlbeans2.6.0xmlbeans-2.6.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgithubvirtualdcurvesapi1.04curvesapi-1.04.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgccilcowan	agsoup	agsoup1.2.1	agsoup-1.2.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgooglecodemp4parserisoparser1.1.18isoparser-1.1
    .18.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomdrewnoakesmetadata-extractor2.10.1metadata-extra
    ctor-2.10.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomadobexmpxmpcore5.1.3xmpcore-5.1.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorydel3soilerpipeoilerpipe1.1.0oilerpipe-1.1.0.jar
    
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome1.5.1
    ome-1.5.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome-utils1.5.1
    ome-utils-1.5.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-core.8vorbis-java-core-0.8
    .jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgooglecodejuniversalchardetjuniversalchardet1.0.
    3juniversalchardet-1.0.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgcodelibsjhighlight1.0.2jhighlight-1.0.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycompffjava-libpst.8.1java-libpst-0.8.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgithubjunrarjunrar.7junrar-0.7.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-rs-client3.0.16cxf-rt-rs-client
    -3.0.16.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-transports-http3.0.16cxf-rt-tra
    nsports-http-3.0.16.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-core3.0.16cxf-core-3.0.16.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxwoodstox-core-asl4.4.1woodstox-
    core-asl-4.4.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxstax2-api3.1.4stax2-api-3.1.4.j
    ar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachewsxmlschemaxmlschema-core2.2.2xmlschema-
    core-2.2.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-frontend-jaxrs3.0.16cxf-rt-fron
    tend-jaxrs-3.0.16.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjavaxws
    sjavax.ws.rs-api2.0.1javax.ws.rs-api-2.0.1
    .jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjavaxannotationjavax.annotation-api1.2javax.annotat
    ion-api-1.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-exec1.3commons-exec-1.3.ja
    r
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapacheopennlpopennlp-tools1.8.3opennlp-tools-1.
    8.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgooglecodejson-simplejson-simple1.1.1json-simpl
    e-1.1.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycom	dunningjson1.8json-1.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgooglecodegsongson2.8.1gson-2.8.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgslf4jjul-to-slf4j1.7.24jul-to-slf4j-1.7.24.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduucar
    etcdf44.5.5
    etcdf4-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etjcipjcip-annotations1.0jcip-annotations-1.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etjavadevjnajna4.1.0jna-4.1.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduucargrib4.5.5grib-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgoogleprotobufprotobuf-java2.5.0protobuf-java-2
    .5.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjdomjdom22.0.4jdom2-2.0.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgitadakizip2.9.1zip2-0.9.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduucarcdm4.5.5cdm-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduucarudunits4.5.5udunits-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjoda-timejoda-time2.2joda-time-2.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgquartz-schedulerquartz2.2.0quartz-2.2.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryc3p0c3p0.9.1.1c3p0-0.9.1.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etsfehcacheehcache-core2.6.2ehcache-core-2.6.2.ja
    r
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgoogleguavaguava17.0guava-17.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomeustjcommander1.35jcommander-1.35.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduucarhttpservices4.5.5httpservices-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-csv1.0commons-csv-1.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-utility.6sis-utility-0.6.jar
    
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachesisstoragesis-netcdf.6sis-netcdf-0.6.ja
    r
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachesisstoragesis-storage.6sis-storage-0.6.
    jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-referencing.6sis-referencing
    -0.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-metadata.6sis-metadata-0.6.j
    ar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgopengisgeoapi3.0.0geoapi-3.0.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjavaxmeasurejsr-275.9.3jsr-275-0.9.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduuscirsentiment-analysis-parser.1sentiment-anal
    ysis-parser-0.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomfasterxmljacksoncorejackson-core2.9.2jackson-c
    ore-2.9.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycom	houghtworksxstreamxstream1.4.10xstream-1.4.10.
    jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxmlpullxmlpull1.1.3.1xmlpull-1.1.3.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxpp3xpp3_min1.1.4cxpp3_min-1.1.4c.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxalanxalan2.7.2xalan-2.7.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxalanserializer2.7.2serializer-2.7.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxercesxercesImpl2.11.0xercesImpl-2.11.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxml-apisxml-apis1.4.01xml-apis-1.4.01.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachexmlgraphicsxmlgraphics-commons2.2xmlgraph
    ics-commons-2.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjavaxmailmail1.5.0-b01mail-1.5.0-b01.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjavaxactivationactivation1.1activation-1.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachegeronimospecsgeronimo-jms_1.1_spec1.1.1g
    eronimo-jms_1.1_spec-1.1.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomjaywayjsonpathjson-path2.4.0json-path-2.4.0.jar
    
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etminidevjson-smart2.3json-smart-2.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjsoupjsoup1.11.2jsoup-1.11.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-core4.1.4jodd-core-4.1.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-lagarto4.1.4jodd-lagarto-4.1.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-log4.1.4jodd-log-4.1.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-props4.1.4jodd-props-4.1.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgmongodbmongo-java-driver2.11.3mongo-java-driver-
    2.11.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomhelgerph-css6.0.0ph-css-6.0.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomhelgerph-commons9.0.0ph-commons-9.0.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgooglecodefindbugsjsr3053.0.2jsr305-3.0.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomfifesoft
    syntaxtextarea2.6.1
    syntaxtextarea-2.6.
    1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-api1.7.25slf4j-api-1.7.25.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-ext1.7.25slf4j-ext-1.7.25.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgslf4jjcl-over-slf4j1.7.25jcl-over-slf4j-1.7.25.j
    ar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-api2.10.0log4j-api-2.1
    0.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-core2.10.0log4j-core-2
    .10.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-slf4j-impl2.10.0log4j-
    slf4j-impl-2.10.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-1.2-api2.10.0log4j-1.2
    -api-2.10.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgfreemarkerfreemarker2.3.23freemarker-2.3.23.jar
    [DEBUG] Source roots:
    [DEBUG]  D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjava
    [DEBUG]  D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-s
    ourcesannotations
    [DEBUG] Command line options:
    [DEBUG] -d D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses -
    classpath D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses;C:
    Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_components4.0ApacheJMeter_compone
    nts-4.0.jar;C:Usersdebing.xiao.m2
    epositoryorgapachejmeterjorphan4.0jorphan-4.0.jar;C:Use
    rsdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_core4.0ApacheJMeter_core-4.0.jar;C:U
    sersdebing.xiao.m2
    epositoryorgow2asmasm6.0asm-6.0.jar;C:Usersdebing.xiao.m2
    epository
    netminidevaccessors-smart1.2accessors-smart-1.2.jar;C:Usersdebing.xiao.m2
    epositorysfsf
    2.4.0sf-2.4.0.jar;C:Usersdebing.xiao.m2
    epositorycommons-loggingcommons-logging1.0.4common
    s-logging-1.0.4.jar;C:Usersdebing.xiao.m2
    epositoryorgapache-extraseanshellsh2.0b6sh-2.
    0b6.jar;C:Usersdebing.xiao.m2
    epositoryorgouncycastlecmail-jdk15on1.49cmail-jdk15on-1.49
    .jar;C:Usersdebing.xiao.m2
    epositoryorgouncycastlecprov-jdk15on1.49cprov-jdk15on-1.49.ja
    r;C:Usersdebing.xiao.m2
    epositoryorgouncycastlecpkix-jdk15on1.49cpkix-jdk15on-1.49.jar;C
    :Usersdebing.xiao.m2
    epositoryorgrotlidec.1.2dec-0.1.2.jar;C:Usersdebing.xiao.m2
    epos
    itorycomgithuben-manescaffeinecaffeine2.6.1caffeine-2.6.1.jar;C:Usersdebing.xiao.m2
    epos
    itorycommons-codeccommons-codec1.11commons-codec-1.11.jar;C:Usersdebing.xiao.m2
    epositoryco
    mmons-collectionscommons-collections3.2.2commons-collections-3.2.2.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-dbcp22.2.0commons-dbcp2-2.2.0.jar;C:Usersdebing.xiao.m2
    e
    positorycommons-iocommons-io2.6commons-io-2.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapache
    commonscommons-jexl2.1.1commons-jexl-2.1.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapacheco
    mmonscommons-jexl33.1commons-jexl3-3.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommons
    commons-lang33.7commons-lang3-3.7.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscomm
    ons-math33.6.1commons-math3-3.6.1.jar;C:Usersdebing.xiao.m2
    epositorycommons-netcommons-net
    3.6commons-net-3.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-pool22.5.0c
    ommons-pool2-2.5.0.jar;C:Usersdebing.xiao.m2
    epositorydnsjavadnsjava2.1.8dnsjava-2.1.8.jar;C
    :Usersdebing.xiao.m2
    epositoryorgcodehausgroovygroovy-all2.4.13groovy-all-2.4.13.jar;C:Us
    ersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpasyncclient4.1.3httpasyncclient-4.1.3
    .jar;C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpclient4.5.5httpclient-4.5.5
    .jar;C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpmime4.5.5httpmime-4.5.5.jar
    ;C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpcore4.4.9httpcore-4.4.9.jar;C:
    Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpcore-nio4.4.9httpcore-nio-4.4.9.jar
    ;C:Usersdebing.xiao.m2
    epositoryorooro2.0.8oro-2.0.8.jar;C:Usersdebing.xiao.m2
    epository
    jchartsjcharts.7.5jcharts-0.7.5.jar;C:Usersdebing.xiao.m2
    epositoryorgmozilla
    hino1.7.7
    .2
    hino-1.7.7.2.jar;C:Usersdebing.xiao.m2
    epositoryjunitjunit4.12junit-4.12.jar;C:Usersde
    bing.xiao.m2
    epositoryorghamcresthamcrest-core1.3hamcrest-core-1.3.jar;C:Usersdebing.xiao.
    m2
    epository
    etsfjtidyjtidy
    938jtidy-r938.jar;C:Usersdebing.xiao.m2
    epositoryorgapache
    tika	ika-core1.17	ika-core-1.17.jar;C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-pars
    ers1.17	ika-parsers-1.17.jar;C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-tika.
    8vorbis-java-tika-0.8.jar;C:Usersdebing.xiao.m2
    epositorycomhealthmarketsciencejackcessjack
    cess2.1.8jackcess-2.1.8.jar;C:Usersdebing.xiao.m2
    epositorycommons-langcommons-lang2.6comm
    ons-lang-2.6.jar;C:Usersdebing.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess-encry
    pt2.1.2jackcess-encrypt-2.1.2.jar;C:Usersdebing.xiao.m2
    epositoryorg	allisonjmatio1.2jmat
    io-1.2.jar;C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-core.8.1apache-mime
    4j-core-0.8.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-dom.8.1apach
    e-mime4j-dom-0.8.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-compress1.14
    commons-compress-1.14.jar;C:Usersdebing.xiao.m2
    epositoryorg	ukaanixz1.6xz-1.6.jar;C:Users
    debing.xiao.m2
    epositoryorgapachepdfboxpdfbox2.0.8pdfbox-2.0.8.jar;C:Usersdebing.xiao.m2
    
    epositoryorgapachepdfboxfontbox2.0.8fontbox-2.0.8.jar;C:Usersdebing.xiao.m2
    epositoryor
    gapachepdfboxpdfbox-tools2.0.8pdfbox-tools-2.0.8.jar;C:Usersdebing.xiao.m2
    epositoryorgap
    achepdfboxjempbox1.8.13jempbox-1.8.13.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi
    3.17poi-3.17.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-collections44.1c
    ommons-collections4-4.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-scratchpad3.17p
    oi-scratchpad-3.17.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml3.17poi-ooxml-3
    .17.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml-schemas3.17poi-ooxml-schemas-
    3.17.jar;C:Usersdebing.xiao.m2
    epositoryorgapachexmlbeansxmlbeans2.6.0xmlbeans-2.6.0.jar;C
    :Usersdebing.xiao.m2
    epositorycomgithubvirtualdcurvesapi1.04curvesapi-1.04.jar;C:Usersde
    bing.xiao.m2
    epositoryorgccilcowan	agsoup	agsoup1.2.1	agsoup-1.2.1.jar;C:Usersdebing.xiao
    .m2
    epositorycomgooglecodemp4parserisoparser1.1.18isoparser-1.1.18.jar;C:Usersdebing.xiao
    .m2
    epositorycomdrewnoakesmetadata-extractor2.10.1metadata-extractor-2.10.1.jar;C:Usersdebin
    g.xiao.m2
    epositorycomadobexmpxmpcore5.1.3xmpcore-5.1.3.jar;C:Usersdebing.xiao.m2
    eposit
    orydel3soilerpipeoilerpipe1.1.0oilerpipe-1.1.0.jar;C:Usersdebing.xiao.m2
    epositorycom
    rometools
    ome1.5.1
    ome-1.5.1.jar;C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome-utils1.5
    .1
    ome-utils-1.5.1.jar;C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-core.8vorbi
    s-java-core-0.8.jar;C:Usersdebing.xiao.m2
    epositorycomgooglecodejuniversalchardetjuniversalc
    hardet1.0.3juniversalchardet-1.0.3.jar;C:Usersdebing.xiao.m2
    epositoryorgcodelibsjhighlight
    1.0.2jhighlight-1.0.2.jar;C:Usersdebing.xiao.m2
    epositorycompffjava-libpst.8.1java-libps
    t-0.8.1.jar;C:Usersdebing.xiao.m2
    epositorycomgithubjunrarjunrar.7junrar-0.7.jar;C:Users
    debing.xiao.m2
    epositoryorgapachecxfcxf-rt-rs-client3.0.16cxf-rt-rs-client-3.0.16.jar;C:Us
    ersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-transports-http3.0.16cxf-rt-transports-http-3
    .0.16.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-core3.0.16cxf-core-3.0.16.jar;C:
    Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxwoodstox-core-asl4.4.1woodstox-core-asl-4.4
    .1.jar;C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxstax2-api3.1.4stax2-api-3.1.4.jar
    ;C:Usersdebing.xiao.m2
    epositoryorgapachewsxmlschemaxmlschema-core2.2.2xmlschema-core-2.2
    .2.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-frontend-jaxrs3.0.16cxf-rt-fronte
    nd-jaxrs-3.0.16.jar;C:Usersdebing.xiao.m2
    epositoryjavaxws
    sjavax.ws.rs-api2.0.1javax.ws.r
    s-api-2.0.1.jar;C:Usersdebing.xiao.m2
    epositoryjavaxannotationjavax.annotation-api1.2javax.
    annotation-api-1.2.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-exec1.3commo
    ns-exec-1.3.jar;C:Usersdebing.xiao.m2
    epositoryorgapacheopennlpopennlp-tools1.8.3opennlp-t
    ools-1.8.3.jar;C:Usersdebing.xiao.m2
    epositorycomgooglecodejson-simplejson-simple1.1.1json
    -simple-1.1.1.jar;C:Usersdebing.xiao.m2
    epositorycom	dunningjson1.8json-1.8.jar;C:Usersde
    bing.xiao.m2
    epositorycomgooglecodegsongson2.8.1gson-2.8.1.jar;C:Usersdebing.xiao.m2
    ep
    ositoryorgslf4jjul-to-slf4j1.7.24jul-to-slf4j-1.7.24.jar;C:Usersdebing.xiao.m2
    epositoryed
    uucar
    etcdf44.5.5
    etcdf4-4.5.5.jar;C:Usersdebing.xiao.m2
    epository
    etjcipjcip-annotations
    1.0jcip-annotations-1.0.jar;C:Usersdebing.xiao.m2
    epository
    etjavadevjnajna4.1.0jna-4.1
    .0.jar;C:Usersdebing.xiao.m2
    epositoryeduucargrib4.5.5grib-4.5.5.jar;C:Usersdebing.xiao.
    m2
    epositorycomgoogleprotobufprotobuf-java2.5.0protobuf-java-2.5.0.jar;C:Usersdebing.xiao.
    m2
    epositoryorgjdomjdom22.0.4jdom2-2.0.4.jar;C:Usersdebing.xiao.m2
    epositoryorgitadaki
    zip2.9.1zip2-0.9.1.jar;C:Usersdebing.xiao.m2
    epositoryeduucarcdm4.5.5cdm-4.5.5.jar;C:U
    sersdebing.xiao.m2
    epositoryeduucarudunits4.5.5udunits-4.5.5.jar;C:Usersdebing.xiao.m2
    e
    positoryjoda-timejoda-time2.2joda-time-2.2.jar;C:Usersdebing.xiao.m2
    epositoryorgquartz-sc
    hedulerquartz2.2.0quartz-2.2.0.jar;C:Usersdebing.xiao.m2
    epositoryc3p0c3p0.9.1.1c3p0-0.9
    .1.1.jar;C:Usersdebing.xiao.m2
    epository
    etsfehcacheehcache-core2.6.2ehcache-core-2.6.2.ja
    r;C:Usersdebing.xiao.m2
    epositorycomgoogleguavaguava17.0guava-17.0.jar;C:Usersdebing.xia
    o.m2
    epositorycomeustjcommander1.35jcommander-1.35.jar;C:Usersdebing.xiao.m2
    epositorye
    duucarhttpservices4.5.5httpservices-4.5.5.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecom
    monscommons-csv1.0commons-csv-1.0.jar;C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis
    -utility.6sis-utility-0.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachesisstoragesis-netc
    df.6sis-netcdf-0.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachesisstoragesis-storage.6
    sis-storage-0.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-referencing.6sis
    -referencing-0.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-metadata.6sis-me
    tadata-0.6.jar;C:Usersdebing.xiao.m2
    epositoryorgopengisgeoapi3.0.0geoapi-3.0.0.jar;C:User
    sdebing.xiao.m2
    epositoryjavaxmeasurejsr-275.9.3jsr-275-0.9.3.jar;C:Usersdebing.xiao.m2
    repositoryeduuscirsentiment-analysis-parser.1sentiment-analysis-parser-0.1.jar;C:Usersdebin
    g.xiao.m2
    epositorycomfasterxmljacksoncorejackson-core2.9.2jackson-core-2.9.2.jar;C:Users
    debing.xiao.m2
    epositorycom	houghtworksxstreamxstream1.4.10xstream-1.4.10.jar;C:Usersdebin
    g.xiao.m2
    epositoryxmlpullxmlpull1.1.3.1xmlpull-1.1.3.1.jar;C:Usersdebing.xiao.m2
    epositor
    yxpp3xpp3_min1.1.4cxpp3_min-1.1.4c.jar;C:Usersdebing.xiao.m2
    epositoryxalanxalan2.7.2xal
    an-2.7.2.jar;C:Usersdebing.xiao.m2
    epositoryxalanserializer2.7.2serializer-2.7.2.jar;C:User
    sdebing.xiao.m2
    epositoryxercesxercesImpl2.11.0xercesImpl-2.11.0.jar;C:Usersdebing.xiao.m2
    
    epositoryxml-apisxml-apis1.4.01xml-apis-1.4.01.jar;C:Usersdebing.xiao.m2
    epositoryorgapa
    chexmlgraphicsxmlgraphics-commons2.2xmlgraphics-commons-2.2.jar;C:Usersdebing.xiao.m2
    eposit
    oryjavaxmailmail1.5.0-b01mail-1.5.0-b01.jar;C:Usersdebing.xiao.m2
    epositoryjavaxactivatio
    nactivation1.1activation-1.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachegeronimospecsge
    ronimo-jms_1.1_spec1.1.1geronimo-jms_1.1_spec-1.1.1.jar;C:Usersdebing.xiao.m2
    epositorycomja
    ywayjsonpathjson-path2.4.0json-path-2.4.0.jar;C:Usersdebing.xiao.m2
    epository
    etminidevjs
    on-smart2.3json-smart-2.3.jar;C:Usersdebing.xiao.m2
    epositoryorgjsoupjsoup1.11.2jsoup-1.1
    1.2.jar;C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-core4.1.4jodd-core-4.1.4.jar;C:Usersde
    bing.xiao.m2
    epositoryorgjoddjodd-lagarto4.1.4jodd-lagarto-4.1.4.jar;C:Usersdebing.xiao.m2
    
    epositoryorgjoddjodd-log4.1.4jodd-log-4.1.4.jar;C:Usersdebing.xiao.m2
    epositoryorgjodd
    jodd-props4.1.4jodd-props-4.1.4.jar;C:Usersdebing.xiao.m2
    epositoryorgmongodbmongo-java-dri
    ver2.11.3mongo-java-driver-2.11.3.jar;C:Usersdebing.xiao.m2
    epositorycomhelgerph-css6.0.0
    ph-css-6.0.0.jar;C:Usersdebing.xiao.m2
    epositorycomhelgerph-commons9.0.0ph-commons-9.0.0.ja
    r;C:Usersdebing.xiao.m2
    epositorycomgooglecodefindbugsjsr3053.0.2jsr305-3.0.2.jar;C:User
    sdebing.xiao.m2
    epositorycomfifesoft
    syntaxtextarea2.6.1
    syntaxtextarea-2.6.1.jar;C:Usersd
    ebing.xiao.m2
    epositoryorgslf4jslf4j-api1.7.25slf4j-api-1.7.25.jar;C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-ext1.7.25slf4j-ext-1.7.25.jar;C:Usersdebing.xiao.m2
    epositoryorgsl
    f4jjcl-over-slf4j1.7.25jcl-over-slf4j-1.7.25.jar;C:Usersdebing.xiao.m2
    epositoryorgapachel
    ogginglog4jlog4j-api2.10.0log4j-api-2.10.0.jar;C:Usersdebing.xiao.m2
    epositoryorgapachelo
    gginglog4jlog4j-core2.10.0log4j-core-2.10.0.jar;C:Usersdebing.xiao.m2
    epositoryorgapachel
    ogginglog4jlog4j-slf4j-impl2.10.0log4j-slf4j-impl-2.10.0.jar;C:Usersdebing.xiao.m2
    epository
    orgapachelogginglog4jlog4j-1.2-api2.10.0log4j-1.2-api-2.10.0.jar;C:Usersdebing.xiao.m2
    ep
    ositoryorgfreemarkerfreemarker2.3.23freemarker-2.3.23.jar; -sourcepath D:	oolseclipse-jee-oxy
    gen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjava;D:	oolseclipse-jee-oxygen-2-win32-x
    86_64eclipseworkspacesoapsampler	argetgenerated-sourcesannotations; D:	oolseclipse-jee-oxyge
    n-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java D:	ool
    seclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamp
    ler.java D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoap
    samplerT.java D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjav
    asoapsamplerSoapUtils.java -s D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsam
    pler	argetgenerated-sourcesannotations -g -verbose -nowarn -target 1.8 -source 1.8
    [WARNING] File encoding has not been set, using platform encoding GBK, i.e. build is platform depend
    ent!
    [DEBUG] incrementalBuildHelper#beforeRebuildExecution
    [INFO] Compiling 4 source files to D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoap
    sampler	argetclasses
    [DEBUG] incrementalBuildHelper#afterRebuildExecution
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ soapsampler ---
    [DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plug
    in realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Lau
    ncher$AppClassLoader@33909752]
    [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with ba
    sic configurator -->
    [DEBUG]   (f) buildFilters = []
    [DEBUG]   (f) escapeWindowsPaths = true
    [DEBUG]   (s) includeEmptyDirs = false
    [DEBUG]   (s) outputDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsam
    pler	arget	est-classes
    [DEBUG]   (s) overwrite = false
    [DEBUG]   (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:	oolseclipse-jee-oxygen
    -2-win32-x86_64eclipseworkspacesoapsamplerpom.xml
    [DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: D:	ool
    seclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrc	est
    esources, PatternSet [in
    cludes: {}, excludes: {}]}}]
    [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@5a4ed68f
    [DEBUG]   (f) supportMultiLineFiltering = false
    [DEBUG]   (f) useBuildFilters = true
    [DEBUG]   (s) useDefaultDelimiters = true
    [DEBUG] -- end configuration --
    [DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:windows, env.USERDOMAIN_R
    OAMINGPROFILE=99BILL, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered
    Compilers, env.PROMPT=$P$G, env.WDIR=D:\, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class
    .path=C:Program FilesJavajdk1.8.0_162jrelib
    esources.jar;C:Program FilesJavajdk1.8.0_162jr
    elib
    t.jar;C:Program FilesJavajdk1.8.0_162jrelibsunrsasign.jar;C:Program FilesJavajdk1.8.
    0_162jrelibjsse.jar;C:Program FilesJavajdk1.8.0_162jrelibjce.jar;C:Program FilesJavajdk1
    .8.0_162jrelibcharsets.jar;C:Program FilesJavajdk1.8.0_162jrelibjfr.jar;C:Program FilesJa
    vajdk1.8.0_162jreclasses, env.COMPUTERNAME=SH4010301061179, env.ALLUSERSPROFILE=C:ProgramData, s
    un.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_162-
    b12, env.HOMEPATH=Usersdebing.xiao, user.name=debing.xiao, maven.build.version=Apache Maven 3.5.3
    (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-25T03:49:05+08:00), env.WINDOWS_TRACING_FLAGS=3,
    env.PATH=C:Program FilesJavajdk1.8.0_162in;C:ProgramDataOracleJavajavapath;d:Oracleora90
    bin;C:windowssystem32;C:windows;C:windowsSystem32Wbem;C:windowsSystem32WindowsPowerShellv1
    .0;C:Program FilesIntelWiFiin;C:Program FilesCommon FilesIntelWirelessCommon;C:Program
    FilesTortoiseSVNin;C:Program FilesGitcmd;D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3i
    n;D:	oolsgradle-4.7-bingradle-4.7in;D:	oolsandroid-sdk_r24.4.1-windowsandroid-sdk-windows	o
    ols;D:	oolsandroid-sdk_r24.4.1-windowsandroid-sdk-windowsplatform-tools;C:Program Files
    odejs
    ;C:Usersdebing.xiaoAppDataLocalProgramsPythonPython36Scripts;C:Usersdebing.xiaoAppDataL
    ocalProgramsPythonPython36;C:Usersdebing.xiaoAppDataLocalProgramsFiddler;D:debing.xiaoAp
    plication Data
    pm, user.language=zh, env.JVMCONFIG=.mvnjvm.config, env.WINDIR=C:windows, sun.boo
    t.library.path=C:Program FilesJavajdk1.8.0_162jrein, classworlds.conf=D:	oolsapache-maven-3.
    5.3-binapache-maven-3.5.3in..inm2.conf, java.version=1.8.0_162, env.PROCESSOR_IDENTIFIER=Inte
    l64 Family 6 Model 69 Stepping 1, GenuineIntel, user.timezone=, env.=A:=A:\, env.TEMP=C:UsersDEBIN
    G~1.XIAAppDataLocalTemp, sun.arch.data.model=64, env.EXEC_DIR=D:	oolseclipse-jee-oxygen-2-win32
    -x86_64eclipseworkspacesoapsampler, env.WINDOWS_TRACING_LOGFILE=C:BVTBinTestsinstallpackagecs
    ilogfile.log, java.endorsed.dirs=C:Program FilesJavajdk1.8.0_162jrelibendorsed, sun.cpu.isalis
    t=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=GBK, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.
    separator=\, java.specification.name=Java Platform API Specification, maven.conf=D:	oolsapache-mav
    en-3.5.3-binapache-maven-3.5.3in../conf, env.JAVACMD=C:Program FilesJavajdk1.8.0_162injava
    .exe, java.class.version=52.0, user.country=CN, env.GRADLE_HOME=D:	oolsgradle-4.7-bingradle-4.7,
    java.home=C:Program FilesJavajdk1.8.0_162jre, env.ANDROID_HOME=D:	oolsandroid-sdk_r24.4.1-wind
    owsandroid-sdk-windows, env.APPDATA=d:debing.xiaoApplication Data, env.PUBLIC=C:UsersPublic, ja
    va.vm.info=mixed mode, env.OS=Windows_NT, os.version=6.1, env.=::=::\, path.separator=;, java.vm.ver
    sion=25.162-b12, env.ASL.LOG=Destination=file, user.variant=, env.USERPROFILE=C:Usersdebing.xiao,
    env.JAVA_HOME=C:Program FilesJavajdk1.8.0_162, java.awt.printerjob=sun.awt.windows.WPrinterJob, e
    nv.TMP=C:UsersDEBING~1.XIAAppDataLocalTemp, env.PROGRAMFILES=C:Program Files, sun.io.unicode.e
    ncoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, sun.stdout.encoding=ms936, user.script=
    , user.home=C:Usersdebing.xiao, env.COMMONPROGRAMFILES=C:Program FilesCommon Files, env.=EXITCOD
    E=00000000, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, library.jansi.pat
    h=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..libjansi-native, java.library.path=C:P
    rogram FilesJavajdk1.8.0_162in;C:windowsSunJavain;C:windowssystem32;C:windows;C:Program
     FilesJavajdk1.8.0_162in;C:ProgramDataOracleJavajavapath;d:Oracleora90in;C:windowssyst
    em32;C:windows;C:windowsSystem32Wbem;C:windowsSystem32WindowsPowerShellv1.0;C:Program File
    sIntelWiFiin;C:Program FilesCommon FilesIntelWirelessCommon;C:Program FilesTortoiseSVN
    in;C:Program FilesGitcmd;D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in;D:	oolsgradle-4
    .7-bingradle-4.7in;D:	oolsandroid-sdk_r24.4.1-windowsandroid-sdk-windows	ools;D:	oolsandroi
    d-sdk_r24.4.1-windowsandroid-sdk-windowsplatform-tools;C:Program Files
    odejs;C:Usersdebing.xi
    aoAppDataLocalProgramsPythonPython36Scripts;C:Usersdebing.xiaoAppDataLocalProgramsPytho
    nPython36;C:Usersdebing.xiaoAppDataLocalProgramsFiddler;D:debing.xiaoApplication Data
    pm;
    ., env.NUMBER_OF_PROCESSORS=4, java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=
    C:Program Files (x86)Common Files, env.USERDNSDOMAIN=99BILL.COM, env.PSMODULEPATH=C:windowssyste
    m32WindowsPowerShellv1.0Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launch
    er.Launcher, env.MAVEN_CMD_LINE_ARGS=-X clean package, java.vm.vendor=Oracle Corporation, maven.home
    =D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in.., java.runtime.name=Java(TM) SE Runtime En
    vironment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X clean package, java
    .class.path=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..ootplexus-classworlds-2.5.2.
    jar, env.PROGRAMW6432=C:Program Files, maven.version=3.5.3, env.PROGRAMFILES(X86)=C:Program Files
    (x86), java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\SH-DC08R2-01
    , java.vm.specification.version=1.8, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:Pro
    gram FilesCommon Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, java.io.tmpdir=C:
    UsersDEBING~1.XIAAppDataLocalTemp\, env.PROCESSOR_REVISION=4501, java.vendor.url.bug=http://bug
    report.sun.com/bugreport/, maven.multiModuleProjectDirectory=D:	oolseclipse-jee-oxygen-2-win32-x86
    _64eclipseworkspacesoapsampler, env.PROGRAMDATA=C:ProgramData, env.COMSPEC=C:windowssystem32c
    md.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:Progr
    am FilesJavajdk1.8.0_162jrelibext;C:windowsSunJavalibext, env.=D:=D:	oolseclipse-jee-oxy
    gen-2-win32-x86_64eclipseworkspacesoapsampler, user.dir=D:	oolseclipse-jee-oxygen-2-win32-x86_6
    4eclipseworkspacesoapsampler, env.MAVEN_HOME=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3
    in.., env.LOCALAPPDATA=C:Usersdebing.xiaoAppDataLocal, line.separator=
    , env.CLASSWORLDS_JAR="D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..ootplexus-classwo
    rlds-2.5.2.jar", java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VB
    S;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.ERROR_CODE=0, env.USERNAME=debing.xiao, sun.stderr.encoding=ms93
    6, file.encoding=GBK, env.USERDOMAIN=99BILL, java.specification.version=1.8, env.=C:=C:WindowsSyst
    em32, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=D:	oolseclipse-jee-oxygen-2-win32-x86_64ecl
    ipseworkspacesoapsampler}
    [WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform
    dependent!
    [DEBUG] resource with targetPath null
    directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrc	est
    esource
    s
    excludes []
    includes []
    [DEBUG] ignoreDelta true
    [INFO] Copying 0 resource
    [DEBUG] no use filter components
    [INFO]
    [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ soapsampler ---
    [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile from plugi
    n realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0, parent: sun.misc.Lau
    ncher$AppClassLoader@33909752]
    [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile' with bas
    ic configurator -->
    [DEBUG]   (f) basedir = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler
    [DEBUG]   (f) buildDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamp
    ler	arget
    [DEBUG]   (f) compilePath = [D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsample
    r	argetclasses, C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_components4.0
    ApacheJMeter_components-4.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachejmeterjorphan4.0j
    orphan-4.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_core4.0ApacheJM
    eter_core-4.0.jar, C:Usersdebing.xiao.m2
    epositoryorgow2asmasm6.0asm-6.0.jar, C:Usersdeb
    ing.xiao.m2
    epository
    etminidevaccessors-smart1.2accessors-smart-1.2.jar, C:Usersdebing.xia
    o.m2
    epositorysfsf2.4.0sf-2.4.0.jar, C:Usersdebing.xiao.m2
    epositorycommons-loggingco
    mmons-logging1.0.4commons-logging-1.0.4.jar, C:Usersdebing.xiao.m2
    epositoryorgapache-extras
    eanshellsh2.0b6sh-2.0b6.jar, C:Usersdebing.xiao.m2
    epositoryorgouncycastlecmail-jdk1
    5on1.49cmail-jdk15on-1.49.jar, C:Usersdebing.xiao.m2
    epositoryorgouncycastlecprov-jdk15o
    n1.49cprov-jdk15on-1.49.jar, C:Usersdebing.xiao.m2
    epositoryorgouncycastlecpkix-jdk15on
    1.49cpkix-jdk15on-1.49.jar, C:Usersdebing.xiao.m2
    epositoryorgrotlidec.1.2dec-0.1.2.jar
    , C:Usersdebing.xiao.m2
    epositorycomgithuben-manescaffeinecaffeine2.6.1caffeine-2.6.1.ja
    r, C:Usersdebing.xiao.m2
    epositorycommons-codeccommons-codec1.11commons-codec-1.11.jar, C:U
    sersdebing.xiao.m2
    epositorycommons-collectionscommons-collections3.2.2commons-collections-3.
    2.2.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-dbcp22.2.0commons-dbcp2-2.
    2.0.jar, C:Usersdebing.xiao.m2
    epositorycommons-iocommons-io2.6commons-io-2.6.jar, C:Users
    debing.xiao.m2
    epositoryorgapachecommonscommons-jexl2.1.1commons-jexl-2.1.1.jar, C:Usersde
    bing.xiao.m2
    epositoryorgapachecommonscommons-jexl33.1commons-jexl3-3.1.jar, C:Usersdebing
    .xiao.m2
    epositoryorgapachecommonscommons-lang33.7commons-lang3-3.7.jar, C:Usersdebing.xia
    o.m2
    epositoryorgapachecommonscommons-math33.6.1commons-math3-3.6.1.jar, C:Usersdebing.xia
    o.m2
    epositorycommons-netcommons-net3.6commons-net-3.6.jar, C:Usersdebing.xiao.m2
    epositor
    yorgapachecommonscommons-pool22.5.0commons-pool2-2.5.0.jar, C:Usersdebing.xiao.m2
    epositor
    ydnsjavadnsjava2.1.8dnsjava-2.1.8.jar, C:Usersdebing.xiao.m2
    epositoryorgcodehausgroovyg
    roovy-all2.4.13groovy-all-2.4.13.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponent
    shttpasyncclient4.1.3httpasyncclient-4.1.3.jar, C:Usersdebing.xiao.m2
    epositoryorgapacheht
    tpcomponentshttpclient4.5.5httpclient-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryorgapacheh
    ttpcomponentshttpmime4.5.5httpmime-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttp
    componentshttpcore4.4.9httpcore-4.4.9.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcom
    ponentshttpcore-nio4.4.9httpcore-nio-4.4.9.jar, C:Usersdebing.xiao.m2
    epositoryorooro2.0.8
    oro-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryjchartsjcharts.7.5jcharts-0.7.5.jar, C:User
    sdebing.xiao.m2
    epositoryorgmozilla
    hino1.7.7.2
    hino-1.7.7.2.jar, C:Usersdebing.xiao.m2
    epositoryjunitjunit4.12junit-4.12.jar, C:Usersdebing.xiao.m2
    epositoryorghamcresthamcrest
    -core1.3hamcrest-core-1.3.jar, C:Usersdebing.xiao.m2
    epository
    etsfjtidyjtidy
    938jtidy-r
    938.jar, C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-core1.17	ika-core-1.17.jar, C:U
    sersdebing.xiao.m2
    epositoryorgapache	ika	ika-parsers1.17	ika-parsers-1.17.jar, C:Usersde
    bing.xiao.m2
    epositoryorggagravarrvorbis-java-tika.8vorbis-java-tika-0.8.jar, C:Usersdebin
    g.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess2.1.8jackcess-2.1.8.jar, C:Usersd
    ebing.xiao.m2
    epositorycommons-langcommons-lang2.6commons-lang-2.6.jar, C:Usersdebing.xiao.
    m2
    epositorycomhealthmarketsciencejackcessjackcess-encrypt2.1.2jackcess-encrypt-2.1.2.jar, C:
    Usersdebing.xiao.m2
    epositoryorg	allisonjmatio1.2jmatio-1.2.jar, C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-core.8.1apache-mime4j-core-0.8.1.jar, C:Usersdebing.xi
    ao.m2
    epositoryorgapachejamesapache-mime4j-dom.8.1apache-mime4j-dom-0.8.1.jar, C:Usersdeb
    ing.xiao.m2
    epositoryorgapachecommonscommons-compress1.14commons-compress-1.14.jar, C:Users
    debing.xiao.m2
    epositoryorg	ukaanixz1.6xz-1.6.jar, C:Usersdebing.xiao.m2
    epositoryorga
    pachepdfboxpdfbox2.0.8pdfbox-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxfo
    ntbox2.0.8fontbox-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox-tools2.
    0.8pdfbox-tools-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxjempbox1.8.13jem
    pbox-1.8.13.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi3.17poi-3.17.jar, C:Users
    debing.xiao.m2
    epositoryorgapachecommonscommons-collections44.1commons-collections4-4.1.jar,
     C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-scratchpad3.17poi-scratchpad-3.17.jar, C:
    Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml3.17poi-ooxml-3.17.jar, C:Usersdebing.x
    iao.m2
    epositoryorgapachepoipoi-ooxml-schemas3.17poi-ooxml-schemas-3.17.jar, C:Usersdebing
    .xiao.m2
    epositoryorgapachexmlbeansxmlbeans2.6.0xmlbeans-2.6.0.jar, C:Usersdebing.xiao.m2
    
    epositorycomgithubvirtualdcurvesapi1.04curvesapi-1.04.jar, C:Usersdebing.xiao.m2
    eposito
    ryorgccilcowan	agsoup	agsoup1.2.1	agsoup-1.2.1.jar, C:Usersdebing.xiao.m2
    epositorycomg
    ooglecodemp4parserisoparser1.1.18isoparser-1.1.18.jar, C:Usersdebing.xiao.m2
    epositorycomd
    rewnoakesmetadata-extractor2.10.1metadata-extractor-2.10.1.jar, C:Usersdebing.xiao.m2
    eposito
    rycomadobexmpxmpcore5.1.3xmpcore-5.1.3.jar, C:Usersdebing.xiao.m2
    epositorydel3soilerp
    ipeoilerpipe1.1.0oilerpipe-1.1.0.jar, C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome1.
    5.1
    ome-1.5.1.jar, C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome-utils1.5.1
    ome-utils-1.
    5.1.jar, C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-core.8vorbis-java-core-0.8
    .jar, C:Usersdebing.xiao.m2
    epositorycomgooglecodejuniversalchardetjuniversalchardet1.0.3j
    universalchardet-1.0.3.jar, C:Usersdebing.xiao.m2
    epositoryorgcodelibsjhighlight1.0.2jhighl
    ight-1.0.2.jar, C:Usersdebing.xiao.m2
    epositorycompffjava-libpst.8.1java-libpst-0.8.1.jar,
     C:Usersdebing.xiao.m2
    epositorycomgithubjunrarjunrar.7junrar-0.7.jar, C:Usersdebing.xi
    ao.m2
    epositoryorgapachecxfcxf-rt-rs-client3.0.16cxf-rt-rs-client-3.0.16.jar, C:Usersdebin
    g.xiao.m2
    epositoryorgapachecxfcxf-rt-transports-http3.0.16cxf-rt-transports-http-3.0.16.jar
    , C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-core3.0.16cxf-core-3.0.16.jar, C:Usersd
    ebing.xiao.m2
    epositoryorgcodehauswoodstoxwoodstox-core-asl4.4.1woodstox-core-asl-4.4.1.jar,
     C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxstax2-api3.1.4stax2-api-3.1.4.jar, C:U
    sersdebing.xiao.m2
    epositoryorgapachewsxmlschemaxmlschema-core2.2.2xmlschema-core-2.2.2.ja
    r, C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-frontend-jaxrs3.0.16cxf-rt-frontend-j
    axrs-3.0.16.jar, C:Usersdebing.xiao.m2
    epositoryjavaxws
    sjavax.ws.rs-api2.0.1javax.ws.rs-a
    pi-2.0.1.jar, C:Usersdebing.xiao.m2
    epositoryjavaxannotationjavax.annotation-api1.2javax.an
    notation-api-1.2.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-exec1.3common
    s-exec-1.3.jar, C:Usersdebing.xiao.m2
    epositoryorgapacheopennlpopennlp-tools1.8.3opennlp-t
    ools-1.8.3.jar, C:Usersdebing.xiao.m2
    epositorycomgooglecodejson-simplejson-simple1.1.1jso
    n-simple-1.1.1.jar, C:Usersdebing.xiao.m2
    epositorycom	dunningjson1.8json-1.8.jar, C:Users
    debing.xiao.m2
    epositorycomgooglecodegsongson2.8.1gson-2.8.1.jar, C:Usersdebing.xiao.m2
    
    epositoryorgslf4jjul-to-slf4j1.7.24jul-to-slf4j-1.7.24.jar, C:Usersdebing.xiao.m2
    eposito
    ryeduucar
    etcdf44.5.5
    etcdf4-4.5.5.jar, C:Usersdebing.xiao.m2
    epository
    etjcipjcip-annot
    ations1.0jcip-annotations-1.0.jar, C:Usersdebing.xiao.m2
    epository
    etjavadevjnajna4.1.0
    jna-4.1.0.jar, C:Usersdebing.xiao.m2
    epositoryeduucargrib4.5.5grib-4.5.5.jar, C:Usersdebi
    ng.xiao.m2
    epositorycomgoogleprotobufprotobuf-java2.5.0protobuf-java-2.5.0.jar, C:Usersdeb
    ing.xiao.m2
    epositoryorgjdomjdom22.0.4jdom2-2.0.4.jar, C:Usersdebing.xiao.m2
    epositoryor
    gitadakizip2.9.1zip2-0.9.1.jar, C:Usersdebing.xiao.m2
    epositoryeduucarcdm4.5.5cdm-4.
    5.5.jar, C:Usersdebing.xiao.m2
    epositoryeduucarudunits4.5.5udunits-4.5.5.jar, C:Usersdebi
    ng.xiao.m2
    epositoryjoda-timejoda-time2.2joda-time-2.2.jar, C:Usersdebing.xiao.m2
    epositor
    yorgquartz-schedulerquartz2.2.0quartz-2.2.0.jar, C:Usersdebing.xiao.m2
    epositoryc3p0c3p0
    0.9.1.1c3p0-0.9.1.1.jar, C:Usersdebing.xiao.m2
    epository
    etsfehcacheehcache-core2.6.2ehca
    che-core-2.6.2.jar, C:Usersdebing.xiao.m2
    epositorycomgoogleguavaguava17.0guava-17.0.jar,
    C:Usersdebing.xiao.m2
    epositorycomeustjcommander1.35jcommander-1.35.jar, C:Usersdebing.x
    iao.m2
    epositoryeduucarhttpservices4.5.5httpservices-4.5.5.jar, C:Usersdebing.xiao.m2
    epo
    sitoryorgapachecommonscommons-csv1.0commons-csv-1.0.jar, C:Usersdebing.xiao.m2
    epositoryo
    rgapachesiscoresis-utility.6sis-utility-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapac
    hesisstoragesis-netcdf.6sis-netcdf-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesis
    storagesis-storage.6sis-storage-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesiscor
    esis-referencing.6sis-referencing-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesisco
    resis-metadata.6sis-metadata-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgopengisgeoapi3.0
    .0geoapi-3.0.0.jar, C:Usersdebing.xiao.m2
    epositoryjavaxmeasurejsr-275.9.3jsr-275-0.9.3.j
    ar, C:Usersdebing.xiao.m2
    epositoryeduuscirsentiment-analysis-parser.1sentiment-analysis-
    parser-0.1.jar, C:Usersdebing.xiao.m2
    epositorycomfasterxmljacksoncorejackson-core2.9.2ja
    ckson-core-2.9.2.jar, C:Usersdebing.xiao.m2
    epositorycom	houghtworksxstreamxstream1.4.10xs
    tream-1.4.10.jar, C:Usersdebing.xiao.m2
    epositoryxmlpullxmlpull1.1.3.1xmlpull-1.1.3.1.jar, C
    :Usersdebing.xiao.m2
    epositoryxpp3xpp3_min1.1.4cxpp3_min-1.1.4c.jar, C:Usersdebing.xiao.m
    2
    epositoryxalanxalan2.7.2xalan-2.7.2.jar, C:Usersdebing.xiao.m2
    epositoryxalanserializer
    2.7.2serializer-2.7.2.jar, C:Usersdebing.xiao.m2
    epositoryxercesxercesImpl2.11.0xercesImpl
    -2.11.0.jar, C:Usersdebing.xiao.m2
    epositoryxml-apisxml-apis1.4.01xml-apis-1.4.01.jar, C:Us
    ersdebing.xiao.m2
    epositoryorgapachexmlgraphicsxmlgraphics-commons2.2xmlgraphics-commons-2.
    2.jar, C:Usersdebing.xiao.m2
    epositoryjavaxmailmail1.5.0-b01mail-1.5.0-b01.jar, C:Usersde
    bing.xiao.m2
    epositoryjavaxactivationactivation1.1activation-1.1.jar, C:Usersdebing.xiao.m
    2
    epositoryorgapachegeronimospecsgeronimo-jms_1.1_spec1.1.1geronimo-jms_1.1_spec-1.1.1.jar,
    C:Usersdebing.xiao.m2
    epositorycomjaywayjsonpathjson-path2.4.0json-path-2.4.0.jar, C:User
    sdebing.xiao.m2
    epository
    etminidevjson-smart2.3json-smart-2.3.jar, C:Usersdebing.xiao.m2
    
    epositoryorgjsoupjsoup1.11.2jsoup-1.11.2.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjo
    dd-core4.1.4jodd-core-4.1.4.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-lagarto4.1.4j
    odd-lagarto-4.1.4.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-log4.1.4jodd-log-4.1.4.ja
    r, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-props4.1.4jodd-props-4.1.4.jar, C:Usersdebi
    ng.xiao.m2
    epositoryorgmongodbmongo-java-driver2.11.3mongo-java-driver-2.11.3.jar, C:Usersd
    ebing.xiao.m2
    epositorycomhelgerph-css6.0.0ph-css-6.0.0.jar, C:Usersdebing.xiao.m2
    eposit
    orycomhelgerph-commons9.0.0ph-commons-9.0.0.jar, C:Usersdebing.xiao.m2
    epositorycomgoogle
    codefindbugsjsr3053.0.2jsr305-3.0.2.jar, C:Usersdebing.xiao.m2
    epositorycomfifesoft
    synt
    axtextarea2.6.1
    syntaxtextarea-2.6.1.jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-api
    1.7.25slf4j-api-1.7.25.jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-ext1.7.25slf4j-ex
    t-1.7.25.jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jjcl-over-slf4j1.7.25jcl-over-slf4j-1.7
    .25.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-api2.10.0log4j-api-2.1
    0.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-core2.10.0log4j-core-2
    .10.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-slf4j-impl2.10.0log4
    j-slf4j-impl-2.10.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-1.2-api
    2.10.0log4j-1.2-api-2.10.0.jar, C:Usersdebing.xiao.m2
    epositoryorgfreemarkerfreemarker2.3.2
    3freemarker-2.3.23.jar]
    [DEBUG]   (f) compileSourceRoots = [D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoa
    psamplersrc	estjava]
    [DEBUG]   (f) compilerId = javac
    [DEBUG]   (f) compilerVersion = 1.8
    [DEBUG]   (f) debug = true
    [DEBUG]   (f) failOnError = true
    [DEBUG]   (f) failOnWarning = false
    [DEBUG]   (f) forceJavacCompilerUse = false
    [DEBUG]   (f) fork = true
    [DEBUG]   (f) generatedTestSourcesDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipsewor
    kspacesoapsampler	argetgenerated-test-sources	est-annotations
    [DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile {exec
    ution: default-testCompile}
    [DEBUG]   (f) optimize = false
    [DEBUG]   (f) outputDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsam
    pler	arget	est-classes
    [DEBUG]   (f) parameters = false
    [DEBUG]   (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:	oolseclipse-jee-oxygen
    -2-win32-x86_64eclipseworkspacesoapsamplerpom.xml
    [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@5a4ed68f
    [DEBUG]   (f) showDeprecation = false
    [DEBUG]   (f) showWarnings = false
    [DEBUG]   (f) skipMultiThreadWarning = false
    [DEBUG]   (f) source = 1.8
    [DEBUG]   (f) staleMillis = 0
    [DEBUG]   (f) target = 1.8
    [DEBUG]   (f) testPath = [D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	
    arget	est-classes, D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    classes, C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_components4.0ApacheJMe
    ter_components-4.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachejmeterjorphan4.0jorphan-4.
    0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_core4.0ApacheJMeter_core
    -4.0.jar, C:Usersdebing.xiao.m2
    epositoryorgow2asmasm6.0asm-6.0.jar, C:Usersdebing.xiao
    .m2
    epository
    etminidevaccessors-smart1.2accessors-smart-1.2.jar, C:Usersdebing.xiao.m2
    ep
    ositorysfsf2.4.0sf-2.4.0.jar, C:Usersdebing.xiao.m2
    epositorycommons-loggingcommons-log
    ging1.0.4commons-logging-1.0.4.jar, C:Usersdebing.xiao.m2
    epositoryorgapache-extraseanshel
    lsh2.0b6sh-2.0b6.jar, C:Usersdebing.xiao.m2
    epositoryorgouncycastlecmail-jdk15on1.49
    bcmail-jdk15on-1.49.jar, C:Usersdebing.xiao.m2
    epositoryorgouncycastlecprov-jdk15on1.49c
    prov-jdk15on-1.49.jar, C:Usersdebing.xiao.m2
    epositoryorgouncycastlecpkix-jdk15on1.49cpk
    ix-jdk15on-1.49.jar, C:Usersdebing.xiao.m2
    epositoryorgrotlidec.1.2dec-0.1.2.jar, C:User
    sdebing.xiao.m2
    epositorycomgithuben-manescaffeinecaffeine2.6.1caffeine-2.6.1.jar, C:Use
    rsdebing.xiao.m2
    epositorycommons-codeccommons-codec1.11commons-codec-1.11.jar, C:Usersdebi
    ng.xiao.m2
    epositorycommons-collectionscommons-collections3.2.2commons-collections-3.2.2.jar,
    C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-dbcp22.2.0commons-dbcp2-2.2.0.jar,
    C:Usersdebing.xiao.m2
    epositorycommons-iocommons-io2.6commons-io-2.6.jar, C:Usersdebing.xi
    ao.m2
    epositoryorgapachecommonscommons-jexl2.1.1commons-jexl-2.1.1.jar, C:Usersdebing.xiao
    .m2
    epositoryorgapachecommonscommons-jexl33.1commons-jexl3-3.1.jar, C:Usersdebing.xiao.m2
    
    epositoryorgapachecommonscommons-lang33.7commons-lang3-3.7.jar, C:Usersdebing.xiao.m2
    ep
    ositoryorgapachecommonscommons-math33.6.1commons-math3-3.6.1.jar, C:Usersdebing.xiao.m2
    ep
    ositorycommons-netcommons-net3.6commons-net-3.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapa
    checommonscommons-pool22.5.0commons-pool2-2.5.0.jar, C:Usersdebing.xiao.m2
    epositorydnsjava
    dnsjava2.1.8dnsjava-2.1.8.jar, C:Usersdebing.xiao.m2
    epositoryorgcodehausgroovygroovy-all
    2.4.13groovy-all-2.4.13.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpasy
    ncclient4.1.3httpasyncclient-4.1.3.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcompone
    ntshttpclient4.5.5httpclient-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcompon
    entshttpmime4.5.5httpmime-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponent
    shttpcore4.4.9httpcore-4.4.9.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentsh
    ttpcore-nio4.4.9httpcore-nio-4.4.9.jar, C:Usersdebing.xiao.m2
    epositoryorooro2.0.8oro-2.0.
    8.jar, C:Usersdebing.xiao.m2
    epositoryjchartsjcharts.7.5jcharts-0.7.5.jar, C:Usersdebing.
    xiao.m2
    epositoryorgmozilla
    hino1.7.7.2
    hino-1.7.7.2.jar, C:Usersdebing.xiao.m2
    epository
    junitjunit4.12junit-4.12.jar, C:Usersdebing.xiao.m2
    epositoryorghamcresthamcrest-core1.3
    hamcrest-core-1.3.jar, C:Usersdebing.xiao.m2
    epository
    etsfjtidyjtidy
    938jtidy-r938.jar,
    C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-core1.17	ika-core-1.17.jar, C:Usersdebi
    ng.xiao.m2
    epositoryorgapache	ika	ika-parsers1.17	ika-parsers-1.17.jar, C:Usersdebing.xiao
    .m2
    epositoryorggagravarrvorbis-java-tika.8vorbis-java-tika-0.8.jar, C:Usersdebing.xiao.m
    2
    epositorycomhealthmarketsciencejackcessjackcess2.1.8jackcess-2.1.8.jar, C:Usersdebing.xia
    o.m2
    epositorycommons-langcommons-lang2.6commons-lang-2.6.jar, C:Usersdebing.xiao.m2
    eposi
    torycomhealthmarketsciencejackcessjackcess-encrypt2.1.2jackcess-encrypt-2.1.2.jar, C:Usersde
    bing.xiao.m2
    epositoryorg	allisonjmatio1.2jmatio-1.2.jar, C:Usersdebing.xiao.m2
    epository
    orgapachejamesapache-mime4j-core.8.1apache-mime4j-core-0.8.1.jar, C:Usersdebing.xiao.m2
    e
    positoryorgapachejamesapache-mime4j-dom.8.1apache-mime4j-dom-0.8.1.jar, C:Usersdebing.xiao
    .m2
    epositoryorgapachecommonscommons-compress1.14commons-compress-1.14.jar, C:Usersdebing.x
    iao.m2
    epositoryorg	ukaanixz1.6xz-1.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdf
    boxpdfbox2.0.8pdfbox-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxfontbox2.0
    .8fontbox-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox-tools2.0.8pdfbo
    x-tools-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxjempbox1.8.13jempbox-1.8.
    13.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi3.17poi-3.17.jar, C:Usersdebing.xi
    ao.m2
    epositoryorgapachecommonscommons-collections44.1commons-collections4-4.1.jar, C:Users
    debing.xiao.m2
    epositoryorgapachepoipoi-scratchpad3.17poi-scratchpad-3.17.jar, C:Usersdeb
    ing.xiao.m2
    epositoryorgapachepoipoi-ooxml3.17poi-ooxml-3.17.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml-schemas3.17poi-ooxml-schemas-3.17.jar, C:Usersdebing.xiao.m2
    
    epositoryorgapachexmlbeansxmlbeans2.6.0xmlbeans-2.6.0.jar, C:Usersdebing.xiao.m2
    eposito
    rycomgithubvirtualdcurvesapi1.04curvesapi-1.04.jar, C:Usersdebing.xiao.m2
    epositoryorgcc
    ilcowan	agsoup	agsoup1.2.1	agsoup-1.2.1.jar, C:Usersdebing.xiao.m2
    epositorycomgooglecode
    mp4parserisoparser1.1.18isoparser-1.1.18.jar, C:Usersdebing.xiao.m2
    epositorycomdrewnoakes
    metadata-extractor2.10.1metadata-extractor-2.10.1.jar, C:Usersdebing.xiao.m2
    epositorycomad
    obexmpxmpcore5.1.3xmpcore-5.1.3.jar, C:Usersdebing.xiao.m2
    epositorydel3soilerpipeoile
    rpipe1.1.0oilerpipe-1.1.0.jar, C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome1.5.1
    ome-
    1.5.1.jar, C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome-utils1.5.1
    ome-utils-1.5.1.jar,
    C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-core.8vorbis-java-core-0.8.jar, C:
    Usersdebing.xiao.m2
    epositorycomgooglecodejuniversalchardetjuniversalchardet1.0.3juniversal
    chardet-1.0.3.jar, C:Usersdebing.xiao.m2
    epositoryorgcodelibsjhighlight1.0.2jhighlight-1.0.
    2.jar, C:Usersdebing.xiao.m2
    epositorycompffjava-libpst.8.1java-libpst-0.8.1.jar, C:Users
    debing.xiao.m2
    epositorycomgithubjunrarjunrar.7junrar-0.7.jar, C:Usersdebing.xiao.m2
    e
    positoryorgapachecxfcxf-rt-rs-client3.0.16cxf-rt-rs-client-3.0.16.jar, C:Usersdebing.xiao.m
    2
    epositoryorgapachecxfcxf-rt-transports-http3.0.16cxf-rt-transports-http-3.0.16.jar, C:User
    sdebing.xiao.m2
    epositoryorgapachecxfcxf-core3.0.16cxf-core-3.0.16.jar, C:Usersdebing.xia
    o.m2
    epositoryorgcodehauswoodstoxwoodstox-core-asl4.4.1woodstox-core-asl-4.4.1.jar, C:Users
    debing.xiao.m2
    epositoryorgcodehauswoodstoxstax2-api3.1.4stax2-api-3.1.4.jar, C:Usersdebi
    ng.xiao.m2
    epositoryorgapachewsxmlschemaxmlschema-core2.2.2xmlschema-core-2.2.2.jar, C:Use
    rsdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-frontend-jaxrs3.0.16cxf-rt-frontend-jaxrs-3.0.
    16.jar, C:Usersdebing.xiao.m2
    epositoryjavaxws
    sjavax.ws.rs-api2.0.1javax.ws.rs-api-2.0.1.
    jar, C:Usersdebing.xiao.m2
    epositoryjavaxannotationjavax.annotation-api1.2javax.annotation-
    api-1.2.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-exec1.3commons-exec-1.
    3.jar, C:Usersdebing.xiao.m2
    epositoryorgapacheopennlpopennlp-tools1.8.3opennlp-tools-1.8.
    3.jar, C:Usersdebing.xiao.m2
    epositorycomgooglecodejson-simplejson-simple1.1.1json-simple-
    1.1.1.jar, C:Usersdebing.xiao.m2
    epositorycom	dunningjson1.8json-1.8.jar, C:Usersdebing.x
    iao.m2
    epositorycomgooglecodegsongson2.8.1gson-2.8.1.jar, C:Usersdebing.xiao.m2
    eposito
    ryorgslf4jjul-to-slf4j1.7.24jul-to-slf4j-1.7.24.jar, C:Usersdebing.xiao.m2
    epositoryeduuc
    ar
    etcdf44.5.5
    etcdf4-4.5.5.jar, C:Usersdebing.xiao.m2
    epository
    etjcipjcip-annotations1.
    0jcip-annotations-1.0.jar, C:Usersdebing.xiao.m2
    epository
    etjavadevjnajna4.1.0jna-4.1.0
    .jar, C:Usersdebing.xiao.m2
    epositoryeduucargrib4.5.5grib-4.5.5.jar, C:Usersdebing.xiao.
    m2
    epositorycomgoogleprotobufprotobuf-java2.5.0protobuf-java-2.5.0.jar, C:Usersdebing.xiao
    .m2
    epositoryorgjdomjdom22.0.4jdom2-2.0.4.jar, C:Usersdebing.xiao.m2
    epositoryorgitadaki
    zip2.9.1zip2-0.9.1.jar, C:Usersdebing.xiao.m2
    epositoryeduucarcdm4.5.5cdm-4.5.5.jar,
    C:Usersdebing.xiao.m2
    epositoryeduucarudunits4.5.5udunits-4.5.5.jar, C:Usersdebing.xiao.
    m2
    epositoryjoda-timejoda-time2.2joda-time-2.2.jar, C:Usersdebing.xiao.m2
    epositoryorgqua
    rtz-schedulerquartz2.2.0quartz-2.2.0.jar, C:Usersdebing.xiao.m2
    epositoryc3p0c3p0.9.1.1c
    3p0-0.9.1.1.jar, C:Usersdebing.xiao.m2
    epository
    etsfehcacheehcache-core2.6.2ehcache-core-
    2.6.2.jar, C:Usersdebing.xiao.m2
    epositorycomgoogleguavaguava17.0guava-17.0.jar, C:Users
    debing.xiao.m2
    epositorycomeustjcommander1.35jcommander-1.35.jar, C:Usersdebing.xiao.m2
    epositoryeduucarhttpservices4.5.5httpservices-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryor
    gapachecommonscommons-csv1.0commons-csv-1.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapache
    siscoresis-utility.6sis-utility-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesisst
    oragesis-netcdf.6sis-netcdf-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesisstorage
    sis-storage.6sis-storage-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-ref
    erencing.6sis-referencing-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-me
    tadata.6sis-metadata-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgopengisgeoapi3.0.0geoapi
    -3.0.0.jar, C:Usersdebing.xiao.m2
    epositoryjavaxmeasurejsr-275.9.3jsr-275-0.9.3.jar, C:Us
    ersdebing.xiao.m2
    epositoryeduuscirsentiment-analysis-parser.1sentiment-analysis-parser-0.
    1.jar, C:Usersdebing.xiao.m2
    epositorycomfasterxmljacksoncorejackson-core2.9.2jackson-cor
    e-2.9.2.jar, C:Usersdebing.xiao.m2
    epositorycom	houghtworksxstreamxstream1.4.10xstream-1.4
    .10.jar, C:Usersdebing.xiao.m2
    epositoryxmlpullxmlpull1.1.3.1xmlpull-1.1.3.1.jar, C:Usersd
    ebing.xiao.m2
    epositoryxpp3xpp3_min1.1.4cxpp3_min-1.1.4c.jar, C:Usersdebing.xiao.m2
    eposit
    oryxalanxalan2.7.2xalan-2.7.2.jar, C:Usersdebing.xiao.m2
    epositoryxalanserializer2.7.2se
    rializer-2.7.2.jar, C:Usersdebing.xiao.m2
    epositoryxercesxercesImpl2.11.0xercesImpl-2.11.0.j
    ar, C:Usersdebing.xiao.m2
    epositoryxml-apisxml-apis1.4.01xml-apis-1.4.01.jar, C:Usersdebin
    g.xiao.m2
    epositoryorgapachexmlgraphicsxmlgraphics-commons2.2xmlgraphics-commons-2.2.jar, C:
    Usersdebing.xiao.m2
    epositoryjavaxmailmail1.5.0-b01mail-1.5.0-b01.jar, C:Usersdebing.xiao
    .m2
    epositoryjavaxactivationactivation1.1activation-1.1.jar, C:Usersdebing.xiao.m2
    eposit
    oryorgapachegeronimospecsgeronimo-jms_1.1_spec1.1.1geronimo-jms_1.1_spec-1.1.1.jar, C:Users
    debing.xiao.m2
    epositorycomjaywayjsonpathjson-path2.4.0json-path-2.4.0.jar, C:Usersdebing.
    xiao.m2
    epository
    etminidevjson-smart2.3json-smart-2.3.jar, C:Usersdebing.xiao.m2
    eposito
    ryorgjsoupjsoup1.11.2jsoup-1.11.2.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-core4
    .1.4jodd-core-4.1.4.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-lagarto4.1.4jodd-lagar
    to-4.1.4.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-log4.1.4jodd-log-4.1.4.jar, C:Use
    rsdebing.xiao.m2
    epositoryorgjoddjodd-props4.1.4jodd-props-4.1.4.jar, C:Usersdebing.xiao.
    m2
    epositoryorgmongodbmongo-java-driver2.11.3mongo-java-driver-2.11.3.jar, C:Usersdebing.xia
    o.m2
    epositorycomhelgerph-css6.0.0ph-css-6.0.0.jar, C:Usersdebing.xiao.m2
    epositorycomh
    elgerph-commons9.0.0ph-commons-9.0.0.jar, C:Usersdebing.xiao.m2
    epositorycomgooglecodefin
    dbugsjsr3053.0.2jsr305-3.0.2.jar, C:Usersdebing.xiao.m2
    epositorycomfifesoft
    syntaxtextare
    a2.6.1
    syntaxtextarea-2.6.1.jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-api1.7.25sl
    f4j-api-1.7.25.jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-ext1.7.25slf4j-ext-1.7.25.
    jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jjcl-over-slf4j1.7.25jcl-over-slf4j-1.7.25.jar,
    C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-api2.10.0log4j-api-2.10.0.jar,
    C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-core2.10.0log4j-core-2.10.0.jar
    , C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-slf4j-impl2.10.0log4j-slf4j-i
    mpl-2.10.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-1.2-api2.10.0lo
    g4j-1.2-api-2.10.0.jar, C:Usersdebing.xiao.m2
    epositoryorgfreemarkerfreemarker2.3.23freemar
    ker-2.3.23.jar]
    [DEBUG]   (f) useIncrementalCompilation = true
    [DEBUG]   (f) verbose = true
    [DEBUG] -- end configuration --
    [DEBUG] Using compiler 'javac'.
    [DEBUG] Adding D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgener
    ated-test-sources	est-annotations to test-compile source roots:
      D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrc	estjava
    [DEBUG] New test-compile source roots:
      D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrc	estjava
      D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-test-sou
    rces	est-annotations
    [DEBUG] CompilerReuseStrategy: reuseCreated
    [DEBUG] useIncrementalCompilation enabled
    [INFO] Nothing to compile - all classes are up to date
    [INFO]
    [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ soapsampler ---
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=254878, ConflictMarker.markTime=167
    637, ConflictMarker.nodeCount=132, ConflictIdSorter.graphTime=148821, ConflictIdSorter.topsortTime=4
    8752, ConflictIdSorter.conflictIdCount=27, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver
    .totalTime=1744371, ConflictResolver.conflictItemCount=77, DefaultDependencyCollector.collectTime=27
    7094208, DefaultDependencyCollector.transformTime=2399954}
    [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
    [DEBUG]    org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile
    [DEBUG]       org.apache.commons:commons-lang3:jar:3.1:compile
    [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
    [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
    [DEBUG]    org.apache.maven:maven-core:jar:2.0.9:compile
    [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-p
    lugin: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 real
    m ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4, parent: sun.misc.Launcher
    $AppClassLoader@33909752]
    [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test' with basic con
    figurator -->
    [DEBUG]   (s) basedir = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler
    [DEBUG]   (s) childDelegation = false
    [DEBUG]   (s) classesDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsa
    mpler	argetclasses
    [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/debing.xiao/.m2/repository/
       layout: default
    snapshots: [enabled => true, update => always]
     releases: [enabled => true, update => always]
    
    [DEBUG]   (f) parallelMavenExecution = false
    [DEBUG]   (s) perCoreThreadCount = true
    [DEBUG]   (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.p
    lugins:maven-surefire-plugin:maven-plugin:2.12.4:, org.apache.maven:maven-plugin-api=org.apache.mave
    n:maven-plugin-api:jar:2.0.9:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.sur
    efire:surefire-booter:jar:2.12.4:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.su
    refire:surefire-api:jar:2.12.4:compile, org.apache.maven.surefire:maven-surefire-common=org.apache.m
    aven.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-filters=org.apa
    che.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:ma
    ven-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.ap
    ache.maven:maven-artifact-manager:jar:2.0.9:compile, org.apache.maven:maven-plugin-registry=org.apac
    he.maven:maven-plugin-registry:jar:2.0.9:compile, org.codehaus.plexus:plexus-container-default=org.c
    odehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, org.apache.maven:maven-cor
    e=org.apache.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:mav
    en-reporting-api=org.apache.maven.reporting: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.m
    aven: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-toolchai
    n: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', impleme
    ntation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-sur
    efire-plugin:2.12.4:help'
    role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlug
    in', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test'
    ---
    [DEBUG]   (s) printSummary = true
    [DEBUG]   (s) projectArtifactMap = {org.apache.jmeter:ApacheJMeter_components=org.apache.jmeter:Apac
    heJMeter_components:jar:4.0:compile, org.apache.jmeter:jorphan=org.apache.jmeter:jorphan:jar:4.0:com
    pile, org.apache.jmeter:ApacheJMeter_core=org.apache.jmeter:ApacheJMeter_core:jar:4.0:compile, org.o
    w2.asm:asm=org.ow2.asm:asm:jar:6.0:compile, net.minidev:accessors-smart=net.minidev:accessors-smart:
    jar:1.2:compile, bsf:bsf=bsf:bsf:jar:2.4.0:compile, commons-logging:commons-logging=commons-logging:
    commons-logging:jar:1.0.4:compile, org.apache-extras.beanshell:bsh=org.apache-extras.beanshell:bsh:j
    ar:2.0b6:compile, org.bouncycastle:bcmail-jdk15on=org.bouncycastle:bcmail-jdk15on:jar:1.49:compile,
    org.bouncycastle:bcprov-jdk15on=org.bouncycastle:bcprov-jdk15on:jar:1.49:compile, org.bouncycastle:b
    cpkix-jdk15on=org.bouncycastle:bcpkix-jdk15on:jar:1.49:compile, org.brotli:dec=org.brotli:dec:jar:0.
    1.2:compile, com.github.ben-manes.caffeine:caffeine=com.github.ben-manes.caffeine:caffeine:jar:2.6.1
    :compile, commons-codec:commons-codec=commons-codec:commons-codec:jar:1.11:compile, commons-collecti
    ons:commons-collections=commons-collections:commons-collections:jar:3.2.2:compile, org.apache.common
    s:commons-dbcp2=org.apache.commons:commons-dbcp2:jar:2.2.0:compile, commons-io:commons-io=commons-io
    :commons-io:jar:2.6:compile, org.apache.commons:commons-jexl=org.apache.commons:commons-jexl:jar:2.1
    .1:compile, org.apache.commons:commons-jexl3=org.apache.commons:commons-jexl3:jar:3.1:compile, org.a
    pache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.7:compile, org.apache.commons:com
    mons-math3=org.apache.commons:commons-math3:jar:3.6.1:compile, commons-net:commons-net=commons-net:c
    ommons-net:jar:3.6:compile, org.apache.commons:commons-pool2=org.apache.commons:commons-pool2:jar:2.
    5.0:compile, dnsjava:dnsjava=dnsjava:dnsjava:jar:2.1.8:compile, org.codehaus.groovy:groovy-all=org.c
    odehaus.groovy:groovy-all:jar:2.4.13:compile, org.apache.httpcomponents:httpasyncclient=org.apache.h
    ttpcomponents:httpasyncclient:jar:4.1.3:compile, org.apache.httpcomponents:httpclient=org.apache.htt
    pcomponents:httpclient:jar:4.5.5:compile, org.apache.httpcomponents:httpmime=org.apache.httpcomponen
    ts:httpmime:jar:4.5.5:compile, org.apache.httpcomponents:httpcore=org.apache.httpcomponents:httpcore
    :jar:4.4.9:compile, org.apache.httpcomponents:httpcore-nio=org.apache.httpcomponents:httpcore-nio:ja
    r:4.4.9:compile, oro:oro=oro:oro:jar:2.0.8:compile, jcharts:jcharts=jcharts:jcharts:jar:0.7.5:compil
    e, org.mozilla:rhino=org.mozilla:rhino:jar:1.7.7.2:compile, junit:junit=junit:junit:jar:4.12:compile
    , org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, net.sf.jtidy:jtidy=net.sf.j
    tidy:jtidy:jar:r938:compile, org.apache.tika:tika-core=org.apache.tika:tika-core:jar:1.17:compile, o
    rg.apache.tika:tika-parsers=org.apache.tika:tika-parsers:jar:1.17:compile, org.gagravarr:vorbis-java
    -tika=org.gagravarr:vorbis-java-tika:jar:0.8:compile, com.healthmarketscience.jackcess:jackcess=com.
    healthmarketscience.jackcess:jackcess:jar:2.1.8:compile, commons-lang:commons-lang=commons-lang:comm
    ons-lang:jar:2.6:compile, com.healthmarketscience.jackcess:jackcess-encrypt=com.healthmarketscience.
    jackcess:jackcess-encrypt:jar:2.1.2:compile, org.tallison:jmatio=org.tallison:jmatio:jar:1.2:compile
    , org.apache.james:apache-mime4j-core=org.apache.james:apache-mime4j-core:jar:0.8.1:compile, org.apa
    che.james:apache-mime4j-dom=org.apache.james:apache-mime4j-dom:jar:0.8.1:compile, org.apache.commons
    :commons-compress=org.apache.commons:commons-compress:jar:1.14:compile, org.tukaani:xz=org.tukaani:x
    z:jar:1.6:compile, org.apache.pdfbox:pdfbox=org.apache.pdfbox:pdfbox:jar:2.0.8:compile, org.apache.p
    dfbox:fontbox=org.apache.pdfbox:fontbox:jar:2.0.8:compile, org.apache.pdfbox:pdfbox-tools=org.apache
    .pdfbox:pdfbox-tools:jar:2.0.8:compile, org.apache.pdfbox:jempbox=org.apache.pdfbox:jempbox:jar:1.8.
    13:compile, org.apache.poi:poi=org.apache.poi:poi:jar:3.17:compile, org.apache.commons:commons-colle
    ctions4=org.apache.commons:commons-collections4:jar:4.1:compile, org.apache.poi:poi-scratchpad=org.a
    pache.poi:poi-scratchpad:jar:3.17:compile, org.apache.poi:poi-ooxml=org.apache.poi:poi-ooxml:jar:3.1
    7:compile, org.apache.poi:poi-ooxml-schemas=org.apache.poi:poi-ooxml-schemas:jar:3.17:compile, org.a
    pache.xmlbeans:xmlbeans=org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile, com.github.virtuald:curvesap
    i=com.github.virtuald:curvesapi:jar:1.04:compile, org.ccil.cowan.tagsoup:tagsoup=org.ccil.cowan.tags
    oup:tagsoup:jar:1.2.1:compile, com.googlecode.mp4parser:isoparser=com.googlecode.mp4parser:isoparser
    :jar:1.1.18:compile, com.drewnoakes:metadata-extractor=com.drewnoakes:metadata-extractor:jar:2.10.1:
    compile, com.adobe.xmp:xmpcore=com.adobe.xmp:xmpcore:jar:5.1.3:compile, de.l3s.boilerpipe:boilerpipe
    =de.l3s.boilerpipe:boilerpipe:jar:1.1.0:compile, com.rometools:rome=com.rometools:rome:jar:1.5.1:com
    pile, com.rometools:rome-utils=com.rometools:rome-utils:jar:1.5.1:compile, org.gagravarr:vorbis-java
    -core=org.gagravarr:vorbis-java-core:jar:0.8:compile, com.googlecode.juniversalchardet:juniversalcha
    rdet=com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile, org.codelibs:jhighlight=o
    rg.codelibs:jhighlight:jar:1.0.2:compile, com.pff:java-libpst=com.pff:java-libpst:jar:0.8.1:compile,
     com.github.junrar:junrar=com.github.junrar:junrar:jar:0.7:compile, org.apache.cxf:cxf-rt-rs-client=
    org.apache.cxf:cxf-rt-rs-client:jar:3.0.16:compile, org.apache.cxf:cxf-rt-transports-http=org.apache
    .cxf:cxf-rt-transports-http:jar:3.0.16:compile, org.apache.cxf:cxf-core=org.apache.cxf:cxf-core:jar:
    3.0.16:compile, org.codehaus.woodstox:woodstox-core-asl=org.codehaus.woodstox:woodstox-core-asl:jar:
    4.4.1:compile, org.codehaus.woodstox:stax2-api=org.codehaus.woodstox:stax2-api:jar:3.1.4:compile, or
    g.apache.ws.xmlschema:xmlschema-core=org.apache.ws.xmlschema:xmlschema-core:jar:2.2.2:compile, org.a
    pache.cxf:cxf-rt-frontend-jaxrs=org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.0.16:compile, javax.ws.rs
    :javax.ws.rs-api=javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile, javax.annotation:javax.annotation-ap
    i=javax.annotation:javax.annotation-api:jar:1.2:compile, org.apache.commons:commons-exec=org.apache.
    commons:commons-exec:jar:1.3:compile, org.apache.opennlp:opennlp-tools=org.apache.opennlp:opennlp-to
    ols:jar:1.8.3:compile, com.googlecode.json-simple:json-simple=com.googlecode.json-simple:json-simple
    :jar:1.1.1:compile, com.tdunning:json=com.tdunning:json:jar:1.8:compile, com.google.code.gson:gson=c
    om.google.code.gson:gson:jar:2.8.1:compile, org.slf4j:jul-to-slf4j=org.slf4j:jul-to-slf4j:jar:1.7.24
    :compile, edu.ucar:netcdf4=edu.ucar:netcdf4:jar:4.5.5:compile, net.jcip:jcip-annotations=net.jcip:jc
    ip-annotations:jar:1.0:compile, net.java.dev.jna:jna=net.java.dev.jna:jna:jar:4.1.0:compile, edu.uca
    r:grib=edu.ucar:grib:jar:4.5.5:compile, com.google.protobuf:protobuf-java=com.google.protobuf:protob
    uf-java:jar:2.5.0:compile, org.jdom:jdom2=org.jdom:jdom2:jar:2.0.4:compile, org.itadaki:bzip2=org.it
    adaki:bzip2:jar:0.9.1:compile, edu.ucar:cdm=edu.ucar:cdm:jar:4.5.5:compile, edu.ucar:udunits=edu.uca
    r:udunits:jar:4.5.5:compile, joda-time:joda-time=joda-time:joda-time:jar:2.2:compile, org.quartz-sch
    eduler:quartz=org.quartz-scheduler:quartz:jar:2.2.0:compile, c3p0:c3p0=c3p0:c3p0:jar:0.9.1.1:compile
    , net.sf.ehcache:ehcache-core=net.sf.ehcache:ehcache-core:jar:2.6.2:compile, com.google.guava:guava=
    com.google.guava:guava:jar:17.0:compile, com.beust:jcommander=com.beust:jcommander:jar:1.35:compile,
     edu.ucar:httpservices=edu.ucar:httpservices:jar:4.5.5:compile, org.apache.commons:commons-csv=org.a
    pache.commons:commons-csv:jar:1.0:compile, org.apache.sis.core:sis-utility=org.apache.sis.core:sis-u
    tility:jar:0.6:compile, org.apache.sis.storage:sis-netcdf=org.apache.sis.storage:sis-netcdf:jar:0.6:
    compile, org.apache.sis.storage:sis-storage=org.apache.sis.storage:sis-storage:jar:0.6:compile, org.
    apache.sis.core:sis-referencing=org.apache.sis.core:sis-referencing:jar:0.6:compile, org.apache.sis.
    core:sis-metadata=org.apache.sis.core:sis-metadata:jar:0.6:compile, org.opengis:geoapi=org.opengis:g
    eoapi:jar:3.0.0:compile, javax.measure:jsr-275=javax.measure:jsr-275:jar:0.9.3:compile, edu.usc.ir:s
    entiment-analysis-parser=edu.usc.ir:sentiment-analysis-parser:jar:0.1:compile, com.fasterxml.jackson
    .core:jackson-core=com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile, com.thoughtworks.xstre
    am:xstream=com.thoughtworks.xstream:xstream:jar:1.4.10:compile, xmlpull:xmlpull=xmlpull:xmlpull:jar:
    1.1.3.1:compile, xpp3:xpp3_min=xpp3:xpp3_min:jar:1.1.4c:compile, xalan:xalan=xalan:xalan:jar:2.7.2:c
    ompile, xalan:serializer=xalan:serializer:jar:2.7.2:compile, xerces:xercesImpl=xerces:xercesImpl:jar
    :2.11.0:compile, xml-apis:xml-apis=xml-apis:xml-apis:jar:1.4.01:compile, org.apache.xmlgraphics:xmlg
    raphics-commons=org.apache.xmlgraphics:xmlgraphics-commons:jar:2.2:compile, javax.mail:mail=javax.ma
    il:mail:jar:1.5.0-b01:compile, javax.activation:activation=javax.activation:activation:jar:1.1:compi
    le, org.apache.geronimo.specs:geronimo-jms_1.1_spec=org.apache.geronimo.specs:geronimo-jms_1.1_spec:
    jar:1.1.1:compile, com.jayway.jsonpath:json-path=com.jayway.jsonpath:json-path:jar:2.4.0:compile, ne
    t.minidev:json-smart=net.minidev:json-smart:jar:2.3:compile, org.jsoup:jsoup=org.jsoup:jsoup:jar:1.1
    1.2:compile, org.jodd:jodd-core=org.jodd:jodd-core:jar:4.1.4:compile, org.jodd:jodd-lagarto=org.jodd
    :jodd-lagarto:jar:4.1.4:compile, org.jodd:jodd-log=org.jodd:jodd-log:jar:4.1.4:compile, org.jodd:jod
    d-props=org.jodd:jodd-props:jar:4.1.4:compile, org.mongodb:mongo-java-driver=org.mongodb:mongo-java-
    driver:jar:2.11.3:compile, com.helger:ph-css=com.helger:ph-css:jar:6.0.0:compile, com.helger:ph-comm
    ons=com.helger:ph-commons:jar:9.0.0:compile, com.google.code.findbugs:jsr305=com.google.code.findbug
    s:jsr305:jar:3.0.2:compile, com.fifesoft:rsyntaxtextarea=com.fifesoft:rsyntaxtextarea:jar:2.6.1:comp
    ile, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.7.25:compile, org.slf4j:slf4j-ext=org.slf4j:slf4j
    -ext:jar:1.7.25:compile, org.slf4j:jcl-over-slf4j=org.slf4j:jcl-over-slf4j:jar:1.7.25:compile, org.a
    pache.logging.log4j:log4j-api=org.apache.logging.log4j:log4j-api:jar:2.10.0:compile, org.apache.logg
    ing.log4j:log4j-core=org.apache.logging.log4j:log4j-core:jar:2.10.0:compile, org.apache.logging.log4
    j:log4j-slf4j-impl=org.apache.logging.log4j:log4j-slf4j-impl:jar:2.10.0:compile, org.apache.logging.
    log4j:log4j-1.2-api=org.apache.logging.log4j:log4j-1.2-api:jar:2.10.0:compile, org.freemarker:freema
    rker=org.freemarker:freemarker:jar:2.3.23:compile}
    [DEBUG]   (s) redirectTestOutputToFile = false
    [DEBUG]   (s) remoteRepositories = [      id: nexus-aliyun
          url: http://maven.aliyun.com/nexus/content/groups/public
       layout: default
    snapshots: [enabled => false, update => daily]
     releases: [enabled => true, update => never]
    ]
    [DEBUG]   (s) reportFormat = brief
    [DEBUG]   (s) reportsDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsa
    mpler	argetsurefire-reports
    [DEBUG]   (s) runOrder = filesystem
    [DEBUG]   (s) skip = false
    [DEBUG]   (s) skipTests = false
    [DEBUG]   (s) testClassesDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspaceso
    apsampler	arget	est-classes
    [DEBUG]   (s) testFailureIgnore = false
    [DEBUG]   (s) testNGArtifactName = org.testng:testng
    [DEBUG]   (s) testSourceDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoa
    psamplersrc	estjava
    [DEBUG]   (s) trimStackTrace = true
    [DEBUG]   (s) useFile = true
    [DEBUG]   (s) useManifestOnlyJar = true
    [DEBUG]   (s) useSystemClassLoader = true
    [DEBUG]   (s) useUnlimitedThreads = false
    [DEBUG]   (s) workingDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsa
    mpler
    [DEBUG]   (s) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:	oolseclipse-jee-oxygen
    -2-win32-x86_64eclipseworkspacesoapsamplerpom.xml
    [DEBUG]   (s) session = org.apache.maven.execution.MavenSession@5a4ed68f
    [DEBUG] -- end configuration --
    [INFO]
    [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ soapsampler ---
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=101780, ConflictMarker.markTime=628
    64, ConflictMarker.nodeCount=74, ConflictIdSorter.graphTime=74411, ConflictIdSorter.topsortTime=6286
    4, ConflictIdSorter.conflictIdCount=28, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.to
    talTime=908321, ConflictResolver.conflictItemCount=70, DefaultDependencyCollector.collectTime=598431
    90, DefaultDependencyCollector.transformTime=1250867}
    [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 ClassRe
    alm[plugin>org.apache.maven.plugins:maven-jar-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@3
    3909752]
    [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-jar-plugin:2.4:jar' with basic configurator
     -->
    [DEBUG]   (f) classesDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsa
    mpler	argetclasses
    [DEBUG]   (f) defaultManifestFile = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoa
    psampler	argetclassesMETA-INFMANIFEST.MF
    [DEBUG]   (f) finalName = soapsampler-0.0.1-SNAPSHOT
    [DEBUG]   (f) forceCreation = false
    [DEBUG]   (f) outputDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsam
    pler	arget
    [DEBUG]   (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:	oolseclipse-jee-oxygen
    -2-win32-x86_64eclipseworkspacesoapsamplerpom.xml
    [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@5a4ed68f
    [DEBUG]   (f) skipIfEmpty = false
    [DEBUG]   (f) useDefaultManifestFile = false
    [DEBUG] -- end configuration --
    [DEBUG] isUp2date: false (Destination D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspaces
    oapsampler	argetsoapsampler-0.0.1-SNAPSHOT.jar not found.)
    [INFO] Building jar: D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    soapsampler-0.0.1-SNAPSHOT.jar
    [DEBUG] adding directory META-INF/
    [DEBUG] adding entry META-INF/MANIFEST.MF
    [DEBUG] adding entry javac.bat
    [DEBUG] adding entry org.codehaus.plexus.compiler.javac.JavacCompiler2826412957348572010arguments
    [DEBUG] adding directory META-INF/maven/
    [DEBUG] adding directory META-INF/maven/cn.x1/
    [DEBUG] adding directory META-INF/maven/cn.x1/soapsampler/
    [DEBUG] adding entry META-INF/maven/cn.x1/soapsampler/pom.xml
    [DEBUG] adding entry META-INF/maven/cn.x1/soapsampler/pom.properties
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 17.187 s
    [INFO] Finished at: 2018-07-12T17:10:11+08:00
    [INFO] ------------------------------------------------------------------------
    
    D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler>
    View Code

    打开window-show view - problems发现有个包有问题:

    Archive for required library: 'C:/Users/debing.xiao/.m2/repository/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar' in project 'soapsampler' cannot be read or is not a valid ZIP file

    比较了一下这个jar包和jmeter lib目录下的jar包大小不一样,于是用jmeter lib中的包替换了这个,然后重新运行maven -X clean package ,还是报错:

    Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-25T03:49:05+08:00)
    Maven home: D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..
    Java version: 1.8.0_162, vendor: Oracle Corporation
    Java home: C:Program FilesJavajdk1.8.0_162jre
    Default locale: zh_CN, platform encoding: GBK
    OS name: "windows 7", version: "6.1", 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.enterprise.inject.* < plexus.core
    [DEBUG]   Imported: javax.enterprise.util.* < 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.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 D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..confsettings.xml
    [DEBUG] Reading user settings from C:Usersdebing.xiao.m2settings.xml
    [DEBUG] Reading global toolchains from D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..conf	oolchains.xml
    [DEBUG] Reading user toolchains from C:Usersdebing.xiao.m2	oolchains.xml
    [DEBUG] Using local repository at C:Usersdebing.xiao.m2
    epository
    [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:Usersdebing.xiao.m2
    epository
    [INFO] Scanning for projects...
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central (https://repo.maven.apache.org/maven2).
    [DEBUG] Extension realms for project cn.x1:soapsampler:jar:0.0.1-SNAPSHOT: (none)
    [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
    [DEBUG] === REACTOR BUILD PLAN ================================================
    [DEBUG] Project: cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
    [DEBUG] Tasks:   [clean, package]
    [DEBUG] Style:   Regular
    [DEBUG] =======================================================================
    [INFO] 
    [INFO] -------------------------< cn.x1:soapsampler >--------------------------
    [INFO] Building soapsampler 0.0.1-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] 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 nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (http://repository.apache.org/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (https://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] === PROJECT BUILD PLAN ================================================
    [DEBUG] Project:       cn.x1:soapsampler:0.0.1-SNAPSHOT
    [DEBUG] Dependencies (collect): []
    [DEBUG] Dependencies (resolve): [compile, runtime, test]
    [DEBUG] Repositories (dependencies): [nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public, default, releases)]
    [DEBUG] Repositories (plugins)     : [nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public, default, releases)]
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
    [DEBUG] Style:         Regular
    [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <directory default-value="${project.build.directory}"/>
      <excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
      <failOnError default-value="true">${maven.clean.failOnError}</failOnError>
      <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
      <outputDirectory default-value="${project.build.outputDirectory}"/>
      <reportDirectory default-value="${project.reporting.outputDirectory}"/>
      <retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
      <skip default-value="false">${clean.skip}</skip>
      <testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
      <verbose>${clean.verbose}</verbose>
    </configuration>
    [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.7.0: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}"/>
      <compilePath 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>1.8</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>
      <failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
      <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
      <fork default-value="false">true</fork>
      <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
      <maxmem>${maven.compiler.maxmem}</maxmem>
      <meminitial>${maven.compiler.meminitial}</meminitial>
      <mojoExecution default-value="${mojoExecution}"/>
      <optimize default-value="false">${maven.compiler.optimize}</optimize>
      <outputDirectory default-value="${project.build.outputDirectory}"/>
      <parameters default-value="false">${maven.compiler.parameters}</parameters>
      <project default-value="${project}"/>
      <projectArtifact default-value="${project.artifact}"/>
      <release>${maven.compiler.release}</release>
      <session default-value="${session}"/>
      <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">1.8</source>
      <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
      <target default-value="1.5">1.8</target>
      <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
      <verbose default-value="false">true</verbose>
    </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.7.0: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}"/>
      <compilePath default-value="${project.compileClasspathElements}"/>
      <compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
      <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
      <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
      <compilerVersion>1.8</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>
      <failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
      <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
      <fork default-value="false">true</fork>
      <generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
      <maxmem>${maven.compiler.maxmem}</maxmem>
      <meminitial>${maven.compiler.meminitial}</meminitial>
      <mojoExecution default-value="${mojoExecution}"/>
      <optimize default-value="false">${maven.compiler.optimize}</optimize>
      <outputDirectory default-value="${project.build.testOutputDirectory}"/>
      <parameters default-value="false">${maven.compiler.parameters}</parameters>
      <project default-value="${project}"/>
      <release>${maven.compiler.release}</release>
      <session default-value="${session}"/>
      <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">1.8</source>
      <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
      <target default-value="1.5">1.8</target>
      <testPath default-value="${project.testClasspathElements}"/>
      <testRelease>${maven.compiler.testRelease}</testRelease>
      <testSource>${maven.compiler.testSource}</testSource>
      <testTarget>${maven.compiler.testTarget}</testTarget>
      <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
      <verbose default-value="false">true</verbose>
    </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] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for JBoss (https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for ow2-snapshot (http://repository.ow2.org/nexus/content/repositories/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for taglets (http://maven.geotoolkit.org/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (https://repository.apache.org/snapshots/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jvnet-nexus-releases (https://maven.java.net/content/repositories/releases/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for unidata (https://artifacts.unidata.ucar.edu/content/repositories/unidata/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for unidata-3rdparty (https://artifacts.unidata.ucar.edu/content/repositories/unidata-3rdparty/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for mvmsearch (http://www.mvnsearch.org/maven2/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for Oracle (http://download.oracle.com/maven).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for spy (http://files.couchbase.com/maven2/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for terracotta-snapshots (http://www.terracotta.org/download/reflector/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for terracotta-releases (http://www.terracotta.org/download/reflector/releases).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jboss-releases (http://repository.jboss.org/nexus/content/groups/public-jboss).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for Java.net Maven 2 (http://download.java.net/maven/2).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for sonatype-nexus-snapshots (http://oss.sonatype.org/content/repositories/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for maven2-repository.dev.java.net (http://download.java.net/maven/2).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for UCAR (https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache-incubator (http://people.apache.org/repo/m2-incubating-repository/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for codehaus-snapshots (http://snapshots.repository.codehaus.org).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central.snapshots (https://oss.sonatype.org/content/repositories/snapshots/).
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=2464101, ConflictMarker.markTime=940823, ConflictMarker.nodeCount=448, ConflictIdSorter.graphTime=1329554, ConflictIdSorter.topsortTime=658576, ConflictIdSorter.conflictIdCount=142, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=19630274, ConflictResolver.conflictItemCount=360, DefaultDependencyCollector.collectTime=2834458330, DefaultDependencyCollector.transformTime=28261470}
    [DEBUG] cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
    [DEBUG]    org.apache.jmeter:ApacheJMeter_components:jar:4.0:compile
    [DEBUG]       org.apache.jmeter:jorphan:jar:4.0:compile
    [DEBUG]       org.apache.jmeter:ApacheJMeter_core:jar:4.0:compile
    [DEBUG]       org.ow2.asm:asm:jar:6.0:compile
    [DEBUG]       net.minidev:accessors-smart:jar:1.2:compile
    [DEBUG]       bsf:bsf:jar:2.4.0:compile
    [DEBUG]          commons-logging:commons-logging:jar:1.0.4:compile
    [DEBUG]       org.apache-extras.beanshell:bsh:jar:2.0b6:compile
    [DEBUG]       org.bouncycastle:bcmail-jdk15on:jar:1.49:compile
    [DEBUG]       org.bouncycastle:bcprov-jdk15on:jar:1.49:compile
    [DEBUG]       org.bouncycastle:bcpkix-jdk15on:jar:1.49:compile
    [DEBUG]       org.brotli:dec:jar:0.1.2:compile
    [DEBUG]       com.github.ben-manes.caffeine:caffeine:jar:2.6.1:compile
    [DEBUG]       commons-codec:commons-codec:jar:1.11:compile
    [DEBUG]       commons-collections:commons-collections:jar:3.2.2:compile
    [DEBUG]       org.apache.commons:commons-dbcp2:jar:2.2.0:compile
    [DEBUG]       commons-io:commons-io:jar:2.6:compile
    [DEBUG]       org.apache.commons:commons-jexl:jar:2.1.1:compile
    [DEBUG]       org.apache.commons:commons-jexl3:jar:3.1:compile
    [DEBUG]       org.apache.commons:commons-lang3:jar:3.7:compile
    [DEBUG]       org.apache.commons:commons-math3:jar:3.6.1:compile
    [DEBUG]       commons-net:commons-net:jar:3.6:compile
    [DEBUG]       org.apache.commons:commons-pool2:jar:2.5.0:compile
    [DEBUG]       dnsjava:dnsjava:jar:2.1.8:compile
    [DEBUG]       org.codehaus.groovy:groovy-all:jar:2.4.13:compile
    [DEBUG]       org.apache.httpcomponents:httpasyncclient:jar:4.1.3:compile
    [DEBUG]       org.apache.httpcomponents:httpclient:jar:4.5.5:compile
    [DEBUG]       org.apache.httpcomponents:httpmime:jar:4.5.5:compile
    [DEBUG]       org.apache.httpcomponents:httpcore:jar:4.4.9:compile
    [DEBUG]       org.apache.httpcomponents:httpcore-nio:jar:4.4.9:compile
    [DEBUG]       oro:oro:jar:2.0.8:compile
    [DEBUG]       jcharts:jcharts:jar:0.7.5:compile
    [DEBUG]       org.mozilla:rhino:jar:1.7.7.2:compile
    [DEBUG]       junit:junit:jar:4.12:compile
    [DEBUG]          org.hamcrest:hamcrest-core:jar:1.3:compile
    [DEBUG]       net.sf.jtidy:jtidy:jar:r938:compile
    [DEBUG]       org.apache.tika:tika-core:jar:1.17:compile
    [DEBUG]       org.apache.tika:tika-parsers:jar:1.17:compile
    [DEBUG]          org.gagravarr:vorbis-java-tika:jar:0.8:compile
    [DEBUG]          com.healthmarketscience.jackcess:jackcess:jar:2.1.8:compile
    [DEBUG]             commons-lang:commons-lang:jar:2.6:compile
    [DEBUG]          com.healthmarketscience.jackcess:jackcess-encrypt:jar:2.1.2:compile
    [DEBUG]          org.tallison:jmatio:jar:1.2:compile
    [DEBUG]          org.apache.james:apache-mime4j-core:jar:0.8.1:compile
    [DEBUG]          org.apache.james:apache-mime4j-dom:jar:0.8.1:compile
    [DEBUG]          org.apache.commons:commons-compress:jar:1.14:compile
    [DEBUG]          org.tukaani:xz:jar:1.6:compile
    [DEBUG]          org.apache.pdfbox:pdfbox:jar:2.0.8:compile
    [DEBUG]             org.apache.pdfbox:fontbox:jar:2.0.8:compile
    [DEBUG]          org.apache.pdfbox:pdfbox-tools:jar:2.0.8:compile
    [DEBUG]          org.apache.pdfbox:jempbox:jar:1.8.13:compile
    [DEBUG]          org.apache.poi:poi:jar:3.17:compile
    [DEBUG]             org.apache.commons:commons-collections4:jar:4.1:compile
    [DEBUG]          org.apache.poi:poi-scratchpad:jar:3.17:compile
    [DEBUG]          org.apache.poi:poi-ooxml:jar:3.17:compile
    [DEBUG]             org.apache.poi:poi-ooxml-schemas:jar:3.17:compile
    [DEBUG]                org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
    [DEBUG]             com.github.virtuald:curvesapi:jar:1.04:compile
    [DEBUG]          org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
    [DEBUG]          com.googlecode.mp4parser:isoparser:jar:1.1.18:compile
    [DEBUG]          com.drewnoakes:metadata-extractor:jar:2.10.1:compile
    [DEBUG]             com.adobe.xmp:xmpcore:jar:5.1.3:compile
    [DEBUG]          de.l3s.boilerpipe:boilerpipe:jar:1.1.0:compile
    [DEBUG]          com.rometools:rome:jar:1.5.1:compile
    [DEBUG]             com.rometools:rome-utils:jar:1.5.1:compile
    [DEBUG]          org.gagravarr:vorbis-java-core:jar:0.8:compile
    [DEBUG]          com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile
    [DEBUG]          org.codelibs:jhighlight:jar:1.0.2:compile
    [DEBUG]          com.pff:java-libpst:jar:0.8.1:compile
    [DEBUG]          com.github.junrar:junrar:jar:0.7:compile
    [DEBUG]          org.apache.cxf:cxf-rt-rs-client:jar:3.0.16:compile
    [DEBUG]             org.apache.cxf:cxf-rt-transports-http:jar:3.0.16:compile
    [DEBUG]             org.apache.cxf:cxf-core:jar:3.0.16:compile
    [DEBUG]                org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:compile
    [DEBUG]                   org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
    [DEBUG]                org.apache.ws.xmlschema:xmlschema-core:jar:2.2.2:compile
    [DEBUG]             org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.0.16:compile
    [DEBUG]                javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
    [DEBUG]                javax.annotation:javax.annotation-api:jar:1.2:compile
    [DEBUG]          org.apache.commons:commons-exec:jar:1.3:compile
    [DEBUG]          org.apache.opennlp:opennlp-tools:jar:1.8.3:compile
    [DEBUG]          com.googlecode.json-simple:json-simple:jar:1.1.1:compile
    [DEBUG]          com.tdunning:json:jar:1.8:compile
    [DEBUG]          com.google.code.gson:gson:jar:2.8.1:compile
    [DEBUG]          org.slf4j:jul-to-slf4j:jar:1.7.24:compile
    [DEBUG]          edu.ucar:netcdf4:jar:4.5.5:compile
    [DEBUG]             net.jcip:jcip-annotations:jar:1.0:compile
    [DEBUG]             net.java.dev.jna:jna:jar:4.1.0:compile
    [DEBUG]          edu.ucar:grib:jar:4.5.5:compile
    [DEBUG]             com.google.protobuf:protobuf-java:jar:2.5.0:compile
    [DEBUG]             org.jdom:jdom2:jar:2.0.4:compile
    [DEBUG]             org.itadaki:bzip2:jar:0.9.1:compile
    [DEBUG]          edu.ucar:cdm:jar:4.5.5:compile
    [DEBUG]             edu.ucar:udunits:jar:4.5.5:compile
    [DEBUG]             joda-time:joda-time:jar:2.2:compile
    [DEBUG]             org.quartz-scheduler:quartz:jar:2.2.0:compile
    [DEBUG]                c3p0:c3p0:jar:0.9.1.1:compile
    [DEBUG]             net.sf.ehcache:ehcache-core:jar:2.6.2:compile
    [DEBUG]             com.google.guava:guava:jar:17.0:compile
    [DEBUG]             com.beust:jcommander:jar:1.35:compile
    [DEBUG]          edu.ucar:httpservices:jar:4.5.5:compile
    [DEBUG]          org.apache.commons:commons-csv:jar:1.0:compile
    [DEBUG]          org.apache.sis.core:sis-utility:jar:0.6:compile
    [DEBUG]          org.apache.sis.storage:sis-netcdf:jar:0.6:compile
    [DEBUG]             org.apache.sis.storage:sis-storage:jar:0.6:compile
    [DEBUG]             org.apache.sis.core:sis-referencing:jar:0.6:compile
    [DEBUG]          org.apache.sis.core:sis-metadata:jar:0.6:compile
    [DEBUG]          org.opengis:geoapi:jar:3.0.0:compile
    [DEBUG]             javax.measure:jsr-275:jar:0.9.3:compile
    [DEBUG]          edu.usc.ir:sentiment-analysis-parser:jar:0.1:compile
    [DEBUG]          com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
    [DEBUG]       com.thoughtworks.xstream:xstream:jar:1.4.10:compile
    [DEBUG]       xmlpull:xmlpull:jar:1.1.3.1:compile
    [DEBUG]       xpp3:xpp3_min:jar:1.1.4c:compile
    [DEBUG]       xalan:xalan:jar:2.7.2:compile
    [DEBUG]       xalan:serializer:jar:2.7.2:compile
    [DEBUG]       xerces:xercesImpl:jar:2.11.0:compile
    [DEBUG]       xml-apis:xml-apis:jar:1.4.01:compile
    [DEBUG]       org.apache.xmlgraphics:xmlgraphics-commons:jar:2.2:compile
    [DEBUG]       javax.mail:mail:jar:1.5.0-b01:compile
    [DEBUG]          javax.activation:activation:jar:1.1:compile
    [DEBUG]       org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
    [DEBUG]       com.jayway.jsonpath:json-path:jar:2.4.0:compile
    [DEBUG]       net.minidev:json-smart:jar:2.3:compile
    [DEBUG]       org.jsoup:jsoup:jar:1.11.2:compile
    [DEBUG]       org.jodd:jodd-core:jar:4.1.4:compile
    [DEBUG]       org.jodd:jodd-lagarto:jar:4.1.4:compile
    [DEBUG]       org.jodd:jodd-log:jar:4.1.4:compile
    [DEBUG]       org.jodd:jodd-props:jar:4.1.4:compile
    [DEBUG]       org.mongodb:mongo-java-driver:jar:2.11.3:compile
    [DEBUG]       com.helger:ph-css:jar:6.0.0:compile
    [DEBUG]       com.helger:ph-commons:jar:9.0.0:compile
    [DEBUG]          com.google.code.findbugs:jsr305:jar:3.0.2:compile
    [DEBUG]       com.fifesoft:rsyntaxtextarea:jar:2.6.1:compile
    [DEBUG]       org.slf4j:slf4j-api:jar:1.7.25:compile
    [DEBUG]       org.slf4j:slf4j-ext:jar:1.7.25:compile
    [DEBUG]       org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
    [DEBUG]       org.apache.logging.log4j:log4j-api:jar:2.10.0:compile
    [DEBUG]       org.apache.logging.log4j:log4j-core:jar:2.10.0:compile
    [DEBUG]       org.apache.logging.log4j:log4j-slf4j-impl:jar:2.10.0:compile
    [DEBUG]       org.apache.logging.log4j:log4j-1.2-api:jar:2.10.0:compile
    [DEBUG]       org.freemarker:freemarker:jar:2.3.23:compile
    [INFO] 
    [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ soapsampler ---
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=292083, ConflictMarker.markTime=53884, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=154381, ConflictIdSorter.topsortTime=14967, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=258726, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=62475785, DefaultDependencyCollector.transformTime=876676}
    [DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
    [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
    [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0:compile
    [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
    [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
    [DEBUG]   Imported:  < maven.api
    [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
    [DEBUG]   Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
    [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0
    [DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@33909752]
    [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
    [DEBUG]   (f) directory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    [DEBUG]   (f) excludeDefaultDirectories = false
    [DEBUG]   (f) failOnError = true
    [DEBUG]   (f) followSymLinks = false
    [DEBUG]   (f) outputDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses
    [DEBUG]   (f) reportDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetsite
    [DEBUG]   (f) retryOnError = true
    [DEBUG]   (f) skip = false
    [DEBUG]   (f) testOutputDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget	est-classes
    [DEBUG] -- end configuration --
    [INFO] Deleting D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetmaven-statusmaven-compiler-plugincompiledefault-compileinputFiles.lst
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetmaven-statusmaven-compiler-plugincompiledefault-compilecreatedFiles.lst
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetmaven-statusmaven-compiler-plugincompiledefault-compile
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetmaven-statusmaven-compiler-plugincompile
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetmaven-statusmaven-compiler-plugin
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetmaven-status
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sourcesannotations
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sources
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclassesorg.codehaus.plexus.compiler.javac.JavacCompiler6976498994404318533arguments
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclassesjavac.bat
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    [DEBUG] Skipping non-existing directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses
    [DEBUG] Skipping non-existing directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget	est-classes
    [DEBUG] Skipping non-existing directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetsite
    [INFO] 
    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ soapsampler ---
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central (http://repo1.maven.org/maven2).
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=186454, ConflictMarker.markTime=94510, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=134709, ConflictIdSorter.topsortTime=50462, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=783449, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=361140927, DefaultDependencyCollector.transformTime=1286790}
    [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: sun.misc.Launcher$AppClassLoader@33909752]
    [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->
    [DEBUG]   (f) buildFilters = []
    [DEBUG]   (f) escapeWindowsPaths = true
    [DEBUG]   (s) includeEmptyDirs = false
    [DEBUG]   (s) outputDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses
    [DEBUG]   (s) overwrite = false
    [DEBUG]   (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplerpom.xml
    [DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmain
    esources, PatternSet [includes: {}, excludes: {}]}}]
    [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@13e9f2e2
    [DEBUG]   (f) supportMultiLineFiltering = false
    [DEBUG]   (f) useBuildFilters = true
    [DEBUG]   (s) useDefaultDelimiters = true
    [DEBUG] -- end configuration --
    [DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:windows, env.USERDOMAIN_ROAMINGPROFILE=99BILL, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.PROMPT=$P$G, env.WDIR=D:\, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class.path=C:Program FilesJavajdk1.8.0_162jrelib
    esources.jar;C:Program FilesJavajdk1.8.0_162jrelib
    t.jar;C:Program FilesJavajdk1.8.0_162jrelibsunrsasign.jar;C:Program FilesJavajdk1.8.0_162jrelibjsse.jar;C:Program FilesJavajdk1.8.0_162jrelibjce.jar;C:Program FilesJavajdk1.8.0_162jrelibcharsets.jar;C:Program FilesJavajdk1.8.0_162jrelibjfr.jar;C:Program FilesJavajdk1.8.0_162jreclasses, env.COMPUTERNAME=SH4010301061179, env.ALLUSERSPROFILE=C:ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_162-b12, env.HOMEPATH=Usersdebing.xiao, user.name=debing.xiao, maven.build.version=Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-25T03:49:05+08:00), env.WINDOWS_TRACING_FLAGS=3, env.PATH=C:Program FilesJavajdk1.8.0_162in;C:ProgramDataOracleJavajavapath;d:Oracleora90in;C:windowssystem32;C:windows;C:windowsSystem32Wbem;C:windowsSystem32WindowsPowerShellv1.0;C:Program FilesIntelWiFiin;C:Program FilesCommon FilesIntelWirelessCommon;C:Program FilesTortoiseSVNin;C:Program FilesGitcmd;D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in;D:	oolsgradle-4.7-bingradle-4.7in;D:	oolsandroid-sdk_r24.4.1-windowsandroid-sdk-windows	ools;D:	oolsandroid-sdk_r24.4.1-windowsandroid-sdk-windowsplatform-tools;C:Program Files
    odejs;C:Usersdebing.xiaoAppDataLocalProgramsPythonPython36Scripts;C:Usersdebing.xiaoAppDataLocalProgramsPythonPython36;C:Usersdebing.xiaoAppDataLocalProgramsFiddler;D:debing.xiaoApplication Data
    pm, user.language=zh, env.JVMCONFIG=.mvnjvm.config, env.WINDIR=C:windows, sun.boot.library.path=C:Program FilesJavajdk1.8.0_162jrein, classworlds.conf=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..inm2.conf, java.version=1.8.0_162, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 69 Stepping 1, GenuineIntel, user.timezone=, env.=A:=A:\, env.TEMP=C:UsersDEBING~1.XIAAppDataLocalTemp, sun.arch.data.model=64, env.EXEC_DIR=D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler, env.WINDOWS_TRACING_LOGFILE=C:BVTBinTestsinstallpackagecsilogfile.log, java.endorsed.dirs=C:Program FilesJavajdk1.8.0_162jrelibendorsed, sun.cpu.isalist=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=GBK, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.separator=\, java.specification.name=Java Platform API Specification, maven.conf=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in../conf, env.JAVACMD=C:Program FilesJavajdk1.8.0_162injava.exe, java.class.version=52.0, user.country=CN, env.GRADLE_HOME=D:	oolsgradle-4.7-bingradle-4.7, java.home=C:Program FilesJavajdk1.8.0_162jre, env.ANDROID_HOME=D:	oolsandroid-sdk_r24.4.1-windowsandroid-sdk-windows, env.APPDATA=d:debing.xiaoApplication Data, env.PUBLIC=C:UsersPublic, java.vm.info=mixed mode, env.OS=Windows_NT, os.version=6.1, env.=::=::\, path.separator=;, java.vm.version=25.162-b12, env.ASL.LOG=Destination=file, user.variant=, env.USERPROFILE=C:Usersdebing.xiao, env.JAVA_HOME=C:Program FilesJavajdk1.8.0_162, java.awt.printerjob=sun.awt.windows.WPrinterJob, env.TMP=C:UsersDEBING~1.XIAAppDataLocalTemp, env.PROGRAMFILES=C:Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, user.script=, user.home=C:Usersdebing.xiao, env.COMMONPROGRAMFILES=C:Program FilesCommon Files, env.=EXITCODE=00000001, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, library.jansi.path=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..libjansi-native, java.library.path=C:Program FilesJavajdk1.8.0_162in;C:windowsSunJavain;C:windowssystem32;C:windows;C:Program FilesJavajdk1.8.0_162in;C:ProgramDataOracleJavajavapath;d:Oracleora90in;C:windowssystem32;C:windows;C:windowsSystem32Wbem;C:windowsSystem32WindowsPowerShellv1.0;C:Program FilesIntelWiFiin;C:Program FilesCommon FilesIntelWirelessCommon;C:Program FilesTortoiseSVNin;C:Program FilesGitcmd;D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in;D:	oolsgradle-4.7-bingradle-4.7in;D:	oolsandroid-sdk_r24.4.1-windowsandroid-sdk-windows	ools;D:	oolsandroid-sdk_r24.4.1-windowsandroid-sdk-windowsplatform-tools;C:Program Files
    odejs;C:Usersdebing.xiaoAppDataLocalProgramsPythonPython36Scripts;C:Usersdebing.xiaoAppDataLocalProgramsPythonPython36;C:Usersdebing.xiaoAppDataLocalProgramsFiddler;D:debing.xiaoApplication Data
    pm;., env.NUMBER_OF_PROCESSORS=4, java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=C:Program Files (x86)Common Files, env.USERDNSDOMAIN=99BILL.COM, env.PSMODULEPATH=C:windowssystem32WindowsPowerShellv1.0Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.MAVEN_CMD_LINE_ARGS=-X clean package, java.vm.vendor=Oracle Corporation, maven.home=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in.., java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X clean package, java.class.path=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..ootplexus-classworlds-2.5.2.jar, env.PROGRAMW6432=C:Program Files, maven.version=3.5.3, env.PROGRAMFILES(X86)=C:Program Files (x86), java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\SH-DC08R2-01, java.vm.specification.version=1.8, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:Program FilesCommon Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, java.io.tmpdir=C:UsersDEBING~1.XIAAppDataLocalTemp\, env.PROCESSOR_REVISION=4501, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler, env.PROGRAMDATA=C:ProgramData, env.COMSPEC=C:windowssystem32cmd.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:Program FilesJavajdk1.8.0_162jrelibext;C:windowsSunJavalibext, env.=D:=D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler, user.dir=D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler, env.MAVEN_HOME=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in.., env.LOCALAPPDATA=C:Usersdebing.xiaoAppDataLocal, line.separator=
    , env.CLASSWORLDS_JAR="D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..ootplexus-classworlds-2.5.2.jar", java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.ERROR_CODE=0, env.USERNAME=debing.xiao, sun.stderr.encoding=ms936, file.encoding=GBK, env.USERDOMAIN=99BILL, java.specification.version=1.8, env.=C:=C:WindowsSystem32, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler}
    [WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform dependent!
    [DEBUG] resource with targetPath null
    directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmain
    esources
    excludes []
    includes []
    [DEBUG] ignoreDelta true
    [INFO] Copying 0 resource
    [DEBUG] no use filter components
    [INFO] 
    [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ soapsampler ---
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots).
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=230929, ConflictMarker.markTime=132998, ConflictMarker.nodeCount=118, ConflictIdSorter.graphTime=75266, ConflictIdSorter.topsortTime=76549, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1117014, ConflictResolver.conflictItemCount=72, DefaultDependencyCollector.collectTime=888857575, DefaultDependencyCollector.transformTime=1661408}
    [DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0:
    [DEBUG]    org.apache.maven:maven-plugin-api:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-model:jar:3.0:compile
    [DEBUG]       org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
    [DEBUG]          org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
    [DEBUG]             org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
    [DEBUG]    org.apache.maven:maven-artifact:jar:3.0:compile
    [DEBUG]       org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
    [DEBUG]    org.apache.maven:maven-core:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-settings:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-settings-builder:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-model-builder:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-aether-provider:jar:3.0:runtime
    [DEBUG]       org.sonatype.aether:aether-impl:jar:1.7:compile
    [DEBUG]          org.sonatype.aether:aether-spi:jar:1.7:compile
    [DEBUG]       org.sonatype.aether:aether-api:jar:1.7:compile
    [DEBUG]       org.sonatype.aether:aether-util:jar:1.7:compile
    [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
    [DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
    [DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.6: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.shared:maven-shared-utils:jar:3.1.0:compile
    [DEBUG]       commons-io:commons-io:jar:2.5:compile
    [DEBUG]    org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
    [DEBUG]    org.codehaus.plexus:plexus-java:jar:0.9.2:compile
    [DEBUG]       org.ow2.asm:asm:jar:6.0_BETA:compile
    [DEBUG]       com.thoughtworks.qdox:qdox:jar:2.0-M7:compile
    [DEBUG]    org.codehaus.plexus:plexus-compiler-api:jar:2.8.2:compile
    [DEBUG]    org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2:compile
    [DEBUG]    org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2:runtime
    [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
    [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
    [DEBUG]   Imported:  < maven.api
    [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
    [DEBUG]   Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0
    [DEBUG]   Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
    [DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
    [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.4
    [DEBUG]   Included: org.sonatype.aether:aether-util:jar:1.7
    [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
    [DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6
    [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
    [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
    [DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.1.0
    [DEBUG]   Included: commons-io:commons-io:jar:2.5
    [DEBUG]   Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
    [DEBUG]   Included: org.codehaus.plexus:plexus-java:jar:0.9.2
    [DEBUG]   Included: org.ow2.asm:asm:jar:6.0_BETA
    [DEBUG]   Included: com.thoughtworks.qdox:qdox:jar:2.0-M7
    [DEBUG]   Included: org.codehaus.plexus:plexus-compiler-api:jar:2.8.2
    [DEBUG]   Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2
    [DEBUG]   Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2
    [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0, parent: sun.misc.Launcher$AppClassLoader@33909752]
    [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile' with basic configurator -->
    [DEBUG]   (f) basedir = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler
    [DEBUG]   (f) buildDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    [DEBUG]   (f) compilePath = [D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses, C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_components4.0ApacheJMeter_components-4.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachejmeterjorphan4.0jorphan-4.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_core4.0ApacheJMeter_core-4.0.jar, C:Usersdebing.xiao.m2
    epositoryorgow2asmasm6.0asm-6.0.jar, C:Usersdebing.xiao.m2
    epository
    etminidevaccessors-smart1.2accessors-smart-1.2.jar, C:Usersdebing.xiao.m2
    epositorysfsf2.4.0sf-2.4.0.jar, C:Usersdebing.xiao.m2
    epositorycommons-loggingcommons-logging1.0.4commons-logging-1.0.4.jar, C:Usersdebing.xiao.m2
    epositoryorgapache-extraseanshellsh2.0b6sh-2.0b6.jar, C:Usersdebing.xiao.m2
    epositoryorgouncycastlecmail-jdk15on1.49cmail-jdk15on-1.49.jar, C:Usersdebing.xiao.m2
    epositoryorgouncycastlecprov-jdk15on1.49cprov-jdk15on-1.49.jar, C:Usersdebing.xiao.m2
    epositoryorgouncycastlecpkix-jdk15on1.49cpkix-jdk15on-1.49.jar, C:Usersdebing.xiao.m2
    epositoryorgrotlidec.1.2dec-0.1.2.jar, C:Usersdebing.xiao.m2
    epositorycomgithuben-manescaffeinecaffeine2.6.1caffeine-2.6.1.jar, C:Usersdebing.xiao.m2
    epositorycommons-codeccommons-codec1.11commons-codec-1.11.jar, C:Usersdebing.xiao.m2
    epositorycommons-collectionscommons-collections3.2.2commons-collections-3.2.2.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-dbcp22.2.0commons-dbcp2-2.2.0.jar, C:Usersdebing.xiao.m2
    epositorycommons-iocommons-io2.6commons-io-2.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-jexl2.1.1commons-jexl-2.1.1.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-jexl33.1commons-jexl3-3.1.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-lang33.7commons-lang3-3.7.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-math33.6.1commons-math3-3.6.1.jar, C:Usersdebing.xiao.m2
    epositorycommons-netcommons-net3.6commons-net-3.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-pool22.5.0commons-pool2-2.5.0.jar, C:Usersdebing.xiao.m2
    epositorydnsjavadnsjava2.1.8dnsjava-2.1.8.jar, C:Usersdebing.xiao.m2
    epositoryorgcodehausgroovygroovy-all2.4.13groovy-all-2.4.13.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpasyncclient4.1.3httpasyncclient-4.1.3.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpclient4.5.5httpclient-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpmime4.5.5httpmime-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpcore4.4.9httpcore-4.4.9.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpcore-nio4.4.9httpcore-nio-4.4.9.jar, C:Usersdebing.xiao.m2
    epositoryorooro2.0.8oro-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryjchartsjcharts.7.5jcharts-0.7.5.jar, C:Usersdebing.xiao.m2
    epositoryorgmozilla
    hino1.7.7.2
    hino-1.7.7.2.jar, C:Usersdebing.xiao.m2
    epositoryjunitjunit4.12junit-4.12.jar, C:Usersdebing.xiao.m2
    epositoryorghamcresthamcrest-core1.3hamcrest-core-1.3.jar, C:Usersdebing.xiao.m2
    epository
    etsfjtidyjtidy
    938jtidy-r938.jar, C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-core1.17	ika-core-1.17.jar, C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-parsers1.17	ika-parsers-1.17.jar, C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-tika.8vorbis-java-tika-0.8.jar, C:Usersdebing.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess2.1.8jackcess-2.1.8.jar, C:Usersdebing.xiao.m2
    epositorycommons-langcommons-lang2.6commons-lang-2.6.jar, C:Usersdebing.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess-encrypt2.1.2jackcess-encrypt-2.1.2.jar, C:Usersdebing.xiao.m2
    epositoryorg	allisonjmatio1.2jmatio-1.2.jar, C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-core.8.1apache-mime4j-core-0.8.1.jar, C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-dom.8.1apache-mime4j-dom-0.8.1.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-compress1.14commons-compress-1.14.jar, C:Usersdebing.xiao.m2
    epositoryorg	ukaanixz1.6xz-1.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox2.0.8pdfbox-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxfontbox2.0.8fontbox-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox-tools2.0.8pdfbox-tools-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxjempbox1.8.13jempbox-1.8.13.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi3.17poi-3.17.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-collections44.1commons-collections4-4.1.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-scratchpad3.17poi-scratchpad-3.17.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml3.17poi-ooxml-3.17.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml-schemas3.17poi-ooxml-schemas-3.17.jar, C:Usersdebing.xiao.m2
    epositoryorgapachexmlbeansxmlbeans2.6.0xmlbeans-2.6.0.jar, C:Usersdebing.xiao.m2
    epositorycomgithubvirtualdcurvesapi1.04curvesapi-1.04.jar, C:Usersdebing.xiao.m2
    epositoryorgccilcowan	agsoup	agsoup1.2.1	agsoup-1.2.1.jar, C:Usersdebing.xiao.m2
    epositorycomgooglecodemp4parserisoparser1.1.18isoparser-1.1.18.jar, C:Usersdebing.xiao.m2
    epositorycomdrewnoakesmetadata-extractor2.10.1metadata-extractor-2.10.1.jar, C:Usersdebing.xiao.m2
    epositorycomadobexmpxmpcore5.1.3xmpcore-5.1.3.jar, C:Usersdebing.xiao.m2
    epositorydel3soilerpipeoilerpipe1.1.0oilerpipe-1.1.0.jar, C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome1.5.1
    ome-1.5.1.jar, C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome-utils1.5.1
    ome-utils-1.5.1.jar, C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-core.8vorbis-java-core-0.8.jar, C:Usersdebing.xiao.m2
    epositorycomgooglecodejuniversalchardetjuniversalchardet1.0.3juniversalchardet-1.0.3.jar, C:Usersdebing.xiao.m2
    epositoryorgcodelibsjhighlight1.0.2jhighlight-1.0.2.jar, C:Usersdebing.xiao.m2
    epositorycompffjava-libpst.8.1java-libpst-0.8.1.jar, C:Usersdebing.xiao.m2
    epositorycomgithubjunrarjunrar.7junrar-0.7.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-rs-client3.0.16cxf-rt-rs-client-3.0.16.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-transports-http3.0.16cxf-rt-transports-http-3.0.16.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-core3.0.16cxf-core-3.0.16.jar, C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxwoodstox-core-asl4.4.1woodstox-core-asl-4.4.1.jar, C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxstax2-api3.1.4stax2-api-3.1.4.jar, C:Usersdebing.xiao.m2
    epositoryorgapachewsxmlschemaxmlschema-core2.2.2xmlschema-core-2.2.2.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-frontend-jaxrs3.0.16cxf-rt-frontend-jaxrs-3.0.16.jar, C:Usersdebing.xiao.m2
    epositoryjavaxws
    sjavax.ws.rs-api2.0.1javax.ws.rs-api-2.0.1.jar, C:Usersdebing.xiao.m2
    epositoryjavaxannotationjavax.annotation-api1.2javax.annotation-api-1.2.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-exec1.3commons-exec-1.3.jar, C:Usersdebing.xiao.m2
    epositoryorgapacheopennlpopennlp-tools1.8.3opennlp-tools-1.8.3.jar, C:Usersdebing.xiao.m2
    epositorycomgooglecodejson-simplejson-simple1.1.1json-simple-1.1.1.jar, C:Usersdebing.xiao.m2
    epositorycom	dunningjson1.8json-1.8.jar, C:Usersdebing.xiao.m2
    epositorycomgooglecodegsongson2.8.1gson-2.8.1.jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jjul-to-slf4j1.7.24jul-to-slf4j-1.7.24.jar, C:Usersdebing.xiao.m2
    epositoryeduucar
    etcdf44.5.5
    etcdf4-4.5.5.jar, C:Usersdebing.xiao.m2
    epository
    etjcipjcip-annotations1.0jcip-annotations-1.0.jar, C:Usersdebing.xiao.m2
    epository
    etjavadevjnajna4.1.0jna-4.1.0.jar, C:Usersdebing.xiao.m2
    epositoryeduucargrib4.5.5grib-4.5.5.jar, C:Usersdebing.xiao.m2
    epositorycomgoogleprotobufprotobuf-java2.5.0protobuf-java-2.5.0.jar, C:Usersdebing.xiao.m2
    epositoryorgjdomjdom22.0.4jdom2-2.0.4.jar, C:Usersdebing.xiao.m2
    epositoryorgitadakizip2.9.1zip2-0.9.1.jar, C:Usersdebing.xiao.m2
    epositoryeduucarcdm4.5.5cdm-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryeduucarudunits4.5.5udunits-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryjoda-timejoda-time2.2joda-time-2.2.jar, C:Usersdebing.xiao.m2
    epositoryorgquartz-schedulerquartz2.2.0quartz-2.2.0.jar, C:Usersdebing.xiao.m2
    epositoryc3p0c3p0.9.1.1c3p0-0.9.1.1.jar, C:Usersdebing.xiao.m2
    epository
    etsfehcacheehcache-core2.6.2ehcache-core-2.6.2.jar, C:Usersdebing.xiao.m2
    epositorycomgoogleguavaguava17.0guava-17.0.jar, C:Usersdebing.xiao.m2
    epositorycomeustjcommander1.35jcommander-1.35.jar, C:Usersdebing.xiao.m2
    epositoryeduucarhttpservices4.5.5httpservices-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-csv1.0commons-csv-1.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-utility.6sis-utility-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesisstoragesis-netcdf.6sis-netcdf-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesisstoragesis-storage.6sis-storage-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-referencing.6sis-referencing-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-metadata.6sis-metadata-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgopengisgeoapi3.0.0geoapi-3.0.0.jar, C:Usersdebing.xiao.m2
    epositoryjavaxmeasurejsr-275.9.3jsr-275-0.9.3.jar, C:Usersdebing.xiao.m2
    epositoryeduuscirsentiment-analysis-parser.1sentiment-analysis-parser-0.1.jar, C:Usersdebing.xiao.m2
    epositorycomfasterxmljacksoncorejackson-core2.9.2jackson-core-2.9.2.jar, C:Usersdebing.xiao.m2
    epositorycom	houghtworksxstreamxstream1.4.10xstream-1.4.10.jar, C:Usersdebing.xiao.m2
    epositoryxmlpullxmlpull1.1.3.1xmlpull-1.1.3.1.jar, C:Usersdebing.xiao.m2
    epositoryxpp3xpp3_min1.1.4cxpp3_min-1.1.4c.jar, C:Usersdebing.xiao.m2
    epositoryxalanxalan2.7.2xalan-2.7.2.jar, C:Usersdebing.xiao.m2
    epositoryxalanserializer2.7.2serializer-2.7.2.jar, C:Usersdebing.xiao.m2
    epositoryxercesxercesImpl2.11.0xercesImpl-2.11.0.jar, C:Usersdebing.xiao.m2
    epositoryxml-apisxml-apis1.4.01xml-apis-1.4.01.jar, C:Usersdebing.xiao.m2
    epositoryorgapachexmlgraphicsxmlgraphics-commons2.2xmlgraphics-commons-2.2.jar, C:Usersdebing.xiao.m2
    epositoryjavaxmailmail1.5.0-b01mail-1.5.0-b01.jar, C:Usersdebing.xiao.m2
    epositoryjavaxactivationactivation1.1activation-1.1.jar, C:Usersdebing.xiao.m2
    epositoryorgapachegeronimospecsgeronimo-jms_1.1_spec1.1.1geronimo-jms_1.1_spec-1.1.1.jar, C:Usersdebing.xiao.m2
    epositorycomjaywayjsonpathjson-path2.4.0json-path-2.4.0.jar, C:Usersdebing.xiao.m2
    epository
    etminidevjson-smart2.3json-smart-2.3.jar, C:Usersdebing.xiao.m2
    epositoryorgjsoupjsoup1.11.2jsoup-1.11.2.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-core4.1.4jodd-core-4.1.4.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-lagarto4.1.4jodd-lagarto-4.1.4.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-log4.1.4jodd-log-4.1.4.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-props4.1.4jodd-props-4.1.4.jar, C:Usersdebing.xiao.m2
    epositoryorgmongodbmongo-java-driver2.11.3mongo-java-driver-2.11.3.jar, C:Usersdebing.xiao.m2
    epositorycomhelgerph-css6.0.0ph-css-6.0.0.jar, C:Usersdebing.xiao.m2
    epositorycomhelgerph-commons9.0.0ph-commons-9.0.0.jar, C:Usersdebing.xiao.m2
    epositorycomgooglecodefindbugsjsr3053.0.2jsr305-3.0.2.jar, C:Usersdebing.xiao.m2
    epositorycomfifesoft
    syntaxtextarea2.6.1
    syntaxtextarea-2.6.1.jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-api1.7.25slf4j-api-1.7.25.jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-ext1.7.25slf4j-ext-1.7.25.jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jjcl-over-slf4j1.7.25jcl-over-slf4j-1.7.25.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-api2.10.0log4j-api-2.10.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-core2.10.0log4j-core-2.10.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-slf4j-impl2.10.0log4j-slf4j-impl-2.10.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-1.2-api2.10.0log4j-1.2-api-2.10.0.jar, C:Usersdebing.xiao.m2
    epositoryorgfreemarkerfreemarker2.3.23freemarker-2.3.23.jar]
    [DEBUG]   (f) compileSourceRoots = [D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjava]
    [DEBUG]   (f) compilerId = javac
    [DEBUG]   (f) compilerVersion = 1.8
    [DEBUG]   (f) debug = true
    [DEBUG]   (f) failOnError = true
    [DEBUG]   (f) failOnWarning = false
    [DEBUG]   (f) forceJavacCompilerUse = false
    [DEBUG]   (f) fork = true
    [DEBUG]   (f) generatedSourcesDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sourcesannotations
    [DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile {execution: default-compile}
    [DEBUG]   (f) optimize = false
    [DEBUG]   (f) outputDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses
    [DEBUG]   (f) parameters = false
    [DEBUG]   (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplerpom.xml
    [DEBUG]   (f) projectArtifact = cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
    [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@13e9f2e2
    [DEBUG]   (f) showDeprecation = false
    [DEBUG]   (f) showWarnings = false
    [DEBUG]   (f) skipMultiThreadWarning = false
    [DEBUG]   (f) source = 1.8
    [DEBUG]   (f) staleMillis = 0
    [DEBUG]   (f) target = 1.8
    [DEBUG]   (f) useIncrementalCompilation = true
    [DEBUG]   (f) verbose = true
    [DEBUG] -- end configuration --
    [DEBUG] Using compiler 'javac'.
    [DEBUG] Adding D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sourcesannotations to compile source roots:
      D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjava
    [DEBUG] New compile source roots:
      D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjava
      D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sourcesannotations
    [DEBUG] CompilerReuseStrategy: reuseCreated
    [DEBUG] useIncrementalCompilation enabled
    [DEBUG] Stale source detected: D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerT.java
    [DEBUG] Stale source detected: D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java
    [DEBUG] Stale source detected: D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSampler.java
    [DEBUG] Stale source detected: D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java
    [INFO] Changes detected - recompiling the module!
    [DEBUG] Classpath:
    [DEBUG]  D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_components4.0ApacheJMeter_components-4.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachejmeterjorphan4.0jorphan-4.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_core4.0ApacheJMeter_core-4.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgow2asmasm6.0asm-6.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etminidevaccessors-smart1.2accessors-smart-1.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorysfsf2.4.0sf-2.4.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-loggingcommons-logging1.0.4commons-logging-1.0.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapache-extraseanshellsh2.0b6sh-2.0b6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgouncycastlecmail-jdk15on1.49cmail-jdk15on-1.49.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgouncycastlecprov-jdk15on1.49cprov-jdk15on-1.49.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgouncycastlecpkix-jdk15on1.49cpkix-jdk15on-1.49.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgrotlidec.1.2dec-0.1.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgithuben-manescaffeinecaffeine2.6.1caffeine-2.6.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-codeccommons-codec1.11commons-codec-1.11.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-collectionscommons-collections3.2.2commons-collections-3.2.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-dbcp22.2.0commons-dbcp2-2.2.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-iocommons-io2.6commons-io-2.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-jexl2.1.1commons-jexl-2.1.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-jexl33.1commons-jexl3-3.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-lang33.7commons-lang3-3.7.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-math33.6.1commons-math3-3.6.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-netcommons-net3.6commons-net-3.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-pool22.5.0commons-pool2-2.5.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorydnsjavadnsjava2.1.8dnsjava-2.1.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgcodehausgroovygroovy-all2.4.13groovy-all-2.4.13.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpasyncclient4.1.3httpasyncclient-4.1.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpclient4.5.5httpclient-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpmime4.5.5httpmime-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpcore4.4.9httpcore-4.4.9.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpcore-nio4.4.9httpcore-nio-4.4.9.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorooro2.0.8oro-2.0.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjchartsjcharts.7.5jcharts-0.7.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgmozilla
    hino1.7.7.2
    hino-1.7.7.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjunitjunit4.12junit-4.12.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorghamcresthamcrest-core1.3hamcrest-core-1.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etsfjtidyjtidy
    938jtidy-r938.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-core1.17	ika-core-1.17.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-parsers1.17	ika-parsers-1.17.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-tika.8vorbis-java-tika-0.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess2.1.8jackcess-2.1.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-langcommons-lang2.6commons-lang-2.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess-encrypt2.1.2jackcess-encrypt-2.1.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorg	allisonjmatio1.2jmatio-1.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-core.8.1apache-mime4j-core-0.8.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-dom.8.1apache-mime4j-dom-0.8.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-compress1.14commons-compress-1.14.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorg	ukaanixz1.6xz-1.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox2.0.8pdfbox-2.0.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxfontbox2.0.8fontbox-2.0.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox-tools2.0.8pdfbox-tools-2.0.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxjempbox1.8.13jempbox-1.8.13.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi3.17poi-3.17.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-collections44.1commons-collections4-4.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-scratchpad3.17poi-scratchpad-3.17.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml3.17poi-ooxml-3.17.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml-schemas3.17poi-ooxml-schemas-3.17.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachexmlbeansxmlbeans2.6.0xmlbeans-2.6.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgithubvirtualdcurvesapi1.04curvesapi-1.04.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgccilcowan	agsoup	agsoup1.2.1	agsoup-1.2.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgooglecodemp4parserisoparser1.1.18isoparser-1.1.18.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomdrewnoakesmetadata-extractor2.10.1metadata-extractor-2.10.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomadobexmpxmpcore5.1.3xmpcore-5.1.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorydel3soilerpipeoilerpipe1.1.0oilerpipe-1.1.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome1.5.1
    ome-1.5.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome-utils1.5.1
    ome-utils-1.5.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-core.8vorbis-java-core-0.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgooglecodejuniversalchardetjuniversalchardet1.0.3juniversalchardet-1.0.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgcodelibsjhighlight1.0.2jhighlight-1.0.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycompffjava-libpst.8.1java-libpst-0.8.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgithubjunrarjunrar.7junrar-0.7.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-rs-client3.0.16cxf-rt-rs-client-3.0.16.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-transports-http3.0.16cxf-rt-transports-http-3.0.16.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-core3.0.16cxf-core-3.0.16.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxwoodstox-core-asl4.4.1woodstox-core-asl-4.4.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxstax2-api3.1.4stax2-api-3.1.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachewsxmlschemaxmlschema-core2.2.2xmlschema-core-2.2.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-frontend-jaxrs3.0.16cxf-rt-frontend-jaxrs-3.0.16.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjavaxws
    sjavax.ws.rs-api2.0.1javax.ws.rs-api-2.0.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjavaxannotationjavax.annotation-api1.2javax.annotation-api-1.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-exec1.3commons-exec-1.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapacheopennlpopennlp-tools1.8.3opennlp-tools-1.8.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgooglecodejson-simplejson-simple1.1.1json-simple-1.1.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycom	dunningjson1.8json-1.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgooglecodegsongson2.8.1gson-2.8.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgslf4jjul-to-slf4j1.7.24jul-to-slf4j-1.7.24.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduucar
    etcdf44.5.5
    etcdf4-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etjcipjcip-annotations1.0jcip-annotations-1.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etjavadevjnajna4.1.0jna-4.1.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduucargrib4.5.5grib-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgoogleprotobufprotobuf-java2.5.0protobuf-java-2.5.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjdomjdom22.0.4jdom2-2.0.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgitadakizip2.9.1zip2-0.9.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduucarcdm4.5.5cdm-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduucarudunits4.5.5udunits-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjoda-timejoda-time2.2joda-time-2.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgquartz-schedulerquartz2.2.0quartz-2.2.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryc3p0c3p0.9.1.1c3p0-0.9.1.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etsfehcacheehcache-core2.6.2ehcache-core-2.6.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgoogleguavaguava17.0guava-17.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomeustjcommander1.35jcommander-1.35.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduucarhttpservices4.5.5httpservices-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-csv1.0commons-csv-1.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-utility.6sis-utility-0.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachesisstoragesis-netcdf.6sis-netcdf-0.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachesisstoragesis-storage.6sis-storage-0.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-referencing.6sis-referencing-0.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-metadata.6sis-metadata-0.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgopengisgeoapi3.0.0geoapi-3.0.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjavaxmeasurejsr-275.9.3jsr-275-0.9.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduuscirsentiment-analysis-parser.1sentiment-analysis-parser-0.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomfasterxmljacksoncorejackson-core2.9.2jackson-core-2.9.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycom	houghtworksxstreamxstream1.4.10xstream-1.4.10.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxmlpullxmlpull1.1.3.1xmlpull-1.1.3.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxpp3xpp3_min1.1.4cxpp3_min-1.1.4c.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxalanxalan2.7.2xalan-2.7.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxalanserializer2.7.2serializer-2.7.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxercesxercesImpl2.11.0xercesImpl-2.11.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxml-apisxml-apis1.4.01xml-apis-1.4.01.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachexmlgraphicsxmlgraphics-commons2.2xmlgraphics-commons-2.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjavaxmailmail1.5.0-b01mail-1.5.0-b01.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjavaxactivationactivation1.1activation-1.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachegeronimospecsgeronimo-jms_1.1_spec1.1.1geronimo-jms_1.1_spec-1.1.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomjaywayjsonpathjson-path2.4.0json-path-2.4.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etminidevjson-smart2.3json-smart-2.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjsoupjsoup1.11.2jsoup-1.11.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-core4.1.4jodd-core-4.1.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-lagarto4.1.4jodd-lagarto-4.1.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-log4.1.4jodd-log-4.1.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-props4.1.4jodd-props-4.1.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgmongodbmongo-java-driver2.11.3mongo-java-driver-2.11.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomhelgerph-css6.0.0ph-css-6.0.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomhelgerph-commons9.0.0ph-commons-9.0.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgooglecodefindbugsjsr3053.0.2jsr305-3.0.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomfifesoft
    syntaxtextarea2.6.1
    syntaxtextarea-2.6.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-api1.7.25slf4j-api-1.7.25.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-ext1.7.25slf4j-ext-1.7.25.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgslf4jjcl-over-slf4j1.7.25jcl-over-slf4j-1.7.25.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-api2.10.0log4j-api-2.10.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-core2.10.0log4j-core-2.10.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-slf4j-impl2.10.0log4j-slf4j-impl-2.10.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-1.2-api2.10.0log4j-1.2-api-2.10.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgfreemarkerfreemarker2.3.23freemarker-2.3.23.jar
    [DEBUG] Source roots:
    [DEBUG]  D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjava
    [DEBUG]  D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sourcesannotations
    [DEBUG] Command line options:
    [DEBUG] -d D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses -classpath D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses;C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_components4.0ApacheJMeter_components-4.0.jar;C:Usersdebing.xiao.m2
    epositoryorgapachejmeterjorphan4.0jorphan-4.0.jar;C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_core4.0ApacheJMeter_core-4.0.jar;C:Usersdebing.xiao.m2
    epositoryorgow2asmasm6.0asm-6.0.jar;C:Usersdebing.xiao.m2
    epository
    etminidevaccessors-smart1.2accessors-smart-1.2.jar;C:Usersdebing.xiao.m2
    epositorysfsf2.4.0sf-2.4.0.jar;C:Usersdebing.xiao.m2
    epositorycommons-loggingcommons-logging1.0.4commons-logging-1.0.4.jar;C:Usersdebing.xiao.m2
    epositoryorgapache-extraseanshellsh2.0b6sh-2.0b6.jar;C:Usersdebing.xiao.m2
    epositoryorgouncycastlecmail-jdk15on1.49cmail-jdk15on-1.49.jar;C:Usersdebing.xiao.m2
    epositoryorgouncycastlecprov-jdk15on1.49cprov-jdk15on-1.49.jar;C:Usersdebing.xiao.m2
    epositoryorgouncycastlecpkix-jdk15on1.49cpkix-jdk15on-1.49.jar;C:Usersdebing.xiao.m2
    epositoryorgrotlidec.1.2dec-0.1.2.jar;C:Usersdebing.xiao.m2
    epositorycomgithuben-manescaffeinecaffeine2.6.1caffeine-2.6.1.jar;C:Usersdebing.xiao.m2
    epositorycommons-codeccommons-codec1.11commons-codec-1.11.jar;C:Usersdebing.xiao.m2
    epositorycommons-collectionscommons-collections3.2.2commons-collections-3.2.2.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-dbcp22.2.0commons-dbcp2-2.2.0.jar;C:Usersdebing.xiao.m2
    epositorycommons-iocommons-io2.6commons-io-2.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-jexl2.1.1commons-jexl-2.1.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-jexl33.1commons-jexl3-3.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-lang33.7commons-lang3-3.7.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-math33.6.1commons-math3-3.6.1.jar;C:Usersdebing.xiao.m2
    epositorycommons-netcommons-net3.6commons-net-3.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-pool22.5.0commons-pool2-2.5.0.jar;C:Usersdebing.xiao.m2
    epositorydnsjavadnsjava2.1.8dnsjava-2.1.8.jar;C:Usersdebing.xiao.m2
    epositoryorgcodehausgroovygroovy-all2.4.13groovy-all-2.4.13.jar;C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpasyncclient4.1.3httpasyncclient-4.1.3.jar;C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpclient4.5.5httpclient-4.5.5.jar;C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpmime4.5.5httpmime-4.5.5.jar;C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpcore4.4.9httpcore-4.4.9.jar;C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpcore-nio4.4.9httpcore-nio-4.4.9.jar;C:Usersdebing.xiao.m2
    epositoryorooro2.0.8oro-2.0.8.jar;C:Usersdebing.xiao.m2
    epositoryjchartsjcharts.7.5jcharts-0.7.5.jar;C:Usersdebing.xiao.m2
    epositoryorgmozilla
    hino1.7.7.2
    hino-1.7.7.2.jar;C:Usersdebing.xiao.m2
    epositoryjunitjunit4.12junit-4.12.jar;C:Usersdebing.xiao.m2
    epositoryorghamcresthamcrest-core1.3hamcrest-core-1.3.jar;C:Usersdebing.xiao.m2
    epository
    etsfjtidyjtidy
    938jtidy-r938.jar;C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-core1.17	ika-core-1.17.jar;C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-parsers1.17	ika-parsers-1.17.jar;C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-tika.8vorbis-java-tika-0.8.jar;C:Usersdebing.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess2.1.8jackcess-2.1.8.jar;C:Usersdebing.xiao.m2
    epositorycommons-langcommons-lang2.6commons-lang-2.6.jar;C:Usersdebing.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess-encrypt2.1.2jackcess-encrypt-2.1.2.jar;C:Usersdebing.xiao.m2
    epositoryorg	allisonjmatio1.2jmatio-1.2.jar;C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-core.8.1apache-mime4j-core-0.8.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-dom.8.1apache-mime4j-dom-0.8.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-compress1.14commons-compress-1.14.jar;C:Usersdebing.xiao.m2
    epositoryorg	ukaanixz1.6xz-1.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox2.0.8pdfbox-2.0.8.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxfontbox2.0.8fontbox-2.0.8.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox-tools2.0.8pdfbox-tools-2.0.8.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxjempbox1.8.13jempbox-1.8.13.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi3.17poi-3.17.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-collections44.1commons-collections4-4.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-scratchpad3.17poi-scratchpad-3.17.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml3.17poi-ooxml-3.17.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml-schemas3.17poi-ooxml-schemas-3.17.jar;C:Usersdebing.xiao.m2
    epositoryorgapachexmlbeansxmlbeans2.6.0xmlbeans-2.6.0.jar;C:Usersdebing.xiao.m2
    epositorycomgithubvirtualdcurvesapi1.04curvesapi-1.04.jar;C:Usersdebing.xiao.m2
    epositoryorgccilcowan	agsoup	agsoup1.2.1	agsoup-1.2.1.jar;C:Usersdebing.xiao.m2
    epositorycomgooglecodemp4parserisoparser1.1.18isoparser-1.1.18.jar;C:Usersdebing.xiao.m2
    epositorycomdrewnoakesmetadata-extractor2.10.1metadata-extractor-2.10.1.jar;C:Usersdebing.xiao.m2
    epositorycomadobexmpxmpcore5.1.3xmpcore-5.1.3.jar;C:Usersdebing.xiao.m2
    epositorydel3soilerpipeoilerpipe1.1.0oilerpipe-1.1.0.jar;C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome1.5.1
    ome-1.5.1.jar;C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome-utils1.5.1
    ome-utils-1.5.1.jar;C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-core.8vorbis-java-core-0.8.jar;C:Usersdebing.xiao.m2
    epositorycomgooglecodejuniversalchardetjuniversalchardet1.0.3juniversalchardet-1.0.3.jar;C:Usersdebing.xiao.m2
    epositoryorgcodelibsjhighlight1.0.2jhighlight-1.0.2.jar;C:Usersdebing.xiao.m2
    epositorycompffjava-libpst.8.1java-libpst-0.8.1.jar;C:Usersdebing.xiao.m2
    epositorycomgithubjunrarjunrar.7junrar-0.7.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-rs-client3.0.16cxf-rt-rs-client-3.0.16.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-transports-http3.0.16cxf-rt-transports-http-3.0.16.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-core3.0.16cxf-core-3.0.16.jar;C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxwoodstox-core-asl4.4.1woodstox-core-asl-4.4.1.jar;C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxstax2-api3.1.4stax2-api-3.1.4.jar;C:Usersdebing.xiao.m2
    epositoryorgapachewsxmlschemaxmlschema-core2.2.2xmlschema-core-2.2.2.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-frontend-jaxrs3.0.16cxf-rt-frontend-jaxrs-3.0.16.jar;C:Usersdebing.xiao.m2
    epositoryjavaxws
    sjavax.ws.rs-api2.0.1javax.ws.rs-api-2.0.1.jar;C:Usersdebing.xiao.m2
    epositoryjavaxannotationjavax.annotation-api1.2javax.annotation-api-1.2.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-exec1.3commons-exec-1.3.jar;C:Usersdebing.xiao.m2
    epositoryorgapacheopennlpopennlp-tools1.8.3opennlp-tools-1.8.3.jar;C:Usersdebing.xiao.m2
    epositorycomgooglecodejson-simplejson-simple1.1.1json-simple-1.1.1.jar;C:Usersdebing.xiao.m2
    epositorycom	dunningjson1.8json-1.8.jar;C:Usersdebing.xiao.m2
    epositorycomgooglecodegsongson2.8.1gson-2.8.1.jar;C:Usersdebing.xiao.m2
    epositoryorgslf4jjul-to-slf4j1.7.24jul-to-slf4j-1.7.24.jar;C:Usersdebing.xiao.m2
    epositoryeduucar
    etcdf44.5.5
    etcdf4-4.5.5.jar;C:Usersdebing.xiao.m2
    epository
    etjcipjcip-annotations1.0jcip-annotations-1.0.jar;C:Usersdebing.xiao.m2
    epository
    etjavadevjnajna4.1.0jna-4.1.0.jar;C:Usersdebing.xiao.m2
    epositoryeduucargrib4.5.5grib-4.5.5.jar;C:Usersdebing.xiao.m2
    epositorycomgoogleprotobufprotobuf-java2.5.0protobuf-java-2.5.0.jar;C:Usersdebing.xiao.m2
    epositoryorgjdomjdom22.0.4jdom2-2.0.4.jar;C:Usersdebing.xiao.m2
    epositoryorgitadakizip2.9.1zip2-0.9.1.jar;C:Usersdebing.xiao.m2
    epositoryeduucarcdm4.5.5cdm-4.5.5.jar;C:Usersdebing.xiao.m2
    epositoryeduucarudunits4.5.5udunits-4.5.5.jar;C:Usersdebing.xiao.m2
    epositoryjoda-timejoda-time2.2joda-time-2.2.jar;C:Usersdebing.xiao.m2
    epositoryorgquartz-schedulerquartz2.2.0quartz-2.2.0.jar;C:Usersdebing.xiao.m2
    epositoryc3p0c3p0.9.1.1c3p0-0.9.1.1.jar;C:Usersdebing.xiao.m2
    epository
    etsfehcacheehcache-core2.6.2ehcache-core-2.6.2.jar;C:Usersdebing.xiao.m2
    epositorycomgoogleguavaguava17.0guava-17.0.jar;C:Usersdebing.xiao.m2
    epositorycomeustjcommander1.35jcommander-1.35.jar;C:Usersdebing.xiao.m2
    epositoryeduucarhttpservices4.5.5httpservices-4.5.5.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-csv1.0commons-csv-1.0.jar;C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-utility.6sis-utility-0.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachesisstoragesis-netcdf.6sis-netcdf-0.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachesisstoragesis-storage.6sis-storage-0.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-referencing.6sis-referencing-0.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-metadata.6sis-metadata-0.6.jar;C:Usersdebing.xiao.m2
    epositoryorgopengisgeoapi3.0.0geoapi-3.0.0.jar;C:Usersdebing.xiao.m2
    epositoryjavaxmeasurejsr-275.9.3jsr-275-0.9.3.jar;C:Usersdebing.xiao.m2
    epositoryeduuscirsentiment-analysis-parser.1sentiment-analysis-parser-0.1.jar;C:Usersdebing.xiao.m2
    epositorycomfasterxmljacksoncorejackson-core2.9.2jackson-core-2.9.2.jar;C:Usersdebing.xiao.m2
    epositorycom	houghtworksxstreamxstream1.4.10xstream-1.4.10.jar;C:Usersdebing.xiao.m2
    epositoryxmlpullxmlpull1.1.3.1xmlpull-1.1.3.1.jar;C:Usersdebing.xiao.m2
    epositoryxpp3xpp3_min1.1.4cxpp3_min-1.1.4c.jar;C:Usersdebing.xiao.m2
    epositoryxalanxalan2.7.2xalan-2.7.2.jar;C:Usersdebing.xiao.m2
    epositoryxalanserializer2.7.2serializer-2.7.2.jar;C:Usersdebing.xiao.m2
    epositoryxercesxercesImpl2.11.0xercesImpl-2.11.0.jar;C:Usersdebing.xiao.m2
    epositoryxml-apisxml-apis1.4.01xml-apis-1.4.01.jar;C:Usersdebing.xiao.m2
    epositoryorgapachexmlgraphicsxmlgraphics-commons2.2xmlgraphics-commons-2.2.jar;C:Usersdebing.xiao.m2
    epositoryjavaxmailmail1.5.0-b01mail-1.5.0-b01.jar;C:Usersdebing.xiao.m2
    epositoryjavaxactivationactivation1.1activation-1.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachegeronimospecsgeronimo-jms_1.1_spec1.1.1geronimo-jms_1.1_spec-1.1.1.jar;C:Usersdebing.xiao.m2
    epositorycomjaywayjsonpathjson-path2.4.0json-path-2.4.0.jar;C:Usersdebing.xiao.m2
    epository
    etminidevjson-smart2.3json-smart-2.3.jar;C:Usersdebing.xiao.m2
    epositoryorgjsoupjsoup1.11.2jsoup-1.11.2.jar;C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-core4.1.4jodd-core-4.1.4.jar;C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-lagarto4.1.4jodd-lagarto-4.1.4.jar;C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-log4.1.4jodd-log-4.1.4.jar;C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-props4.1.4jodd-props-4.1.4.jar;C:Usersdebing.xiao.m2
    epositoryorgmongodbmongo-java-driver2.11.3mongo-java-driver-2.11.3.jar;C:Usersdebing.xiao.m2
    epositorycomhelgerph-css6.0.0ph-css-6.0.0.jar;C:Usersdebing.xiao.m2
    epositorycomhelgerph-commons9.0.0ph-commons-9.0.0.jar;C:Usersdebing.xiao.m2
    epositorycomgooglecodefindbugsjsr3053.0.2jsr305-3.0.2.jar;C:Usersdebing.xiao.m2
    epositorycomfifesoft
    syntaxtextarea2.6.1
    syntaxtextarea-2.6.1.jar;C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-api1.7.25slf4j-api-1.7.25.jar;C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-ext1.7.25slf4j-ext-1.7.25.jar;C:Usersdebing.xiao.m2
    epositoryorgslf4jjcl-over-slf4j1.7.25jcl-over-slf4j-1.7.25.jar;C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-api2.10.0log4j-api-2.10.0.jar;C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-core2.10.0log4j-core-2.10.0.jar;C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-slf4j-impl2.10.0log4j-slf4j-impl-2.10.0.jar;C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-1.2-api2.10.0log4j-1.2-api-2.10.0.jar;C:Usersdebing.xiao.m2
    epositoryorgfreemarkerfreemarker2.3.23freemarker-2.3.23.jar; -sourcepath D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjava;D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sourcesannotations; D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSampler.java D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerT.java D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java -s D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sourcesannotations -g -verbose -nowarn -target 1.8 -source 1.8
    [WARNING] File encoding has not been set, using platform encoding GBK, i.e. build is platform dependent!
    [DEBUG] incrementalBuildHelper#beforeRebuildExecution
    [INFO] Compiling 4 source files to D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses
    [DEBUG] incrementalBuildHelper#afterRebuildExecution
    [INFO] [解析开始时间 RegularFileObject[D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java]]
    [INFO] [解析已完成, 用时 46 毫秒]
    [INFO] [解析开始时间 RegularFileObject[D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSampler.java]]
    [INFO] [解析已完成, 用时 4 毫秒]
    [INFO] [解析开始时间 RegularFileObject[D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerT.java]]
    [INFO] [解析已完成, 用时 1 毫秒]
    [INFO] [解析开始时间 RegularFileObject[D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java]]
    [INFO] [解析已完成, 用时 4 毫秒]
    [INFO] [共 1818 毫秒]
    [INFO] -------------------------------------------------------------
    [ERROR] COMPILATION ERROR : 
    [INFO] -------------------------------------------------------------
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[46,43] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[47,63] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[47,69] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[47,76] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[48,69] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[50,81] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[53,74] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[53,85] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[55,81] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[56,35] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[56,90] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[57,48] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[57,94] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[58,49] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[58,92] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[59,91] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[60,99] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[83,68] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[99,48] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[125,73] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[130,84] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[130,92] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[131,55] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[138,47] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[168,24] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[168,31] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[168,42] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java:[24,52] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java:[25,32] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java:[46,62] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java:[72,28] 错误: 编码GBK的不可映射字符
    [INFO] 31 errors 
    [INFO] -------------------------------------------------------------
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 9.823 s
    [INFO] Finished at: 2018-07-12T17:19:19+08:00
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project soapsampler: Compilation failure: Compilation failure: 
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[46,43] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[47,63] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[47,69] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[47,76] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[48,69] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[50,81] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[53,74] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[53,85] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[55,81] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[56,35] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[56,90] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[57,48] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[57,94] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[58,49] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[58,92] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[59,91] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[60,99] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[83,68] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[99,48] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[125,73] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[130,84] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[130,92] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[131,55] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[138,47] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[168,24] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[168,31] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[168,42] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java:[24,52] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java:[25,32] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java:[46,62] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java:[72,28] 错误: 编码GBK的不可映射字符
    [ERROR] -> [Help 1]
    org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project soapsampler: Compilation failure
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
        at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
        at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
        at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
        at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
        at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
        at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
        at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke (Method.java:498)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
    Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
        at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1161)
        at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:168)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
        at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
        at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
        at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
        at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
        at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
        at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
        at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke (Method.java:498)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
    [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
    View Code

    在pom 配置中添加编码

    <build>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <version>3.7.0</version>
                    <configuration>
                        <verbose>true</verbose>
                        <fork>true</fork>
                        <compilerVersion>1.8</compilerVersion>
                        <source>1.8</source>
                        <target>1.8</target>
                        <!--添加这个 --><encoding>UTF-8</encoding>
                    </configuration>
                </plugin>
            </plugins>
        </build>
    View Code

    <encoding>UTF-8</encoding>

    再次执行maven -X clean package,又报错了

    Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-25T03:49:05+08:00)
    Maven home: D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..
    Java version: 1.8.0_162, vendor: Oracle Corporation
    Java home: C:Program FilesJavajdk1.8.0_162jre
    Default locale: zh_CN, platform encoding: GBK
    OS name: "windows 7", version: "6.1", 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.enterprise.inject.* < plexus.core
    [DEBUG]   Imported: javax.enterprise.util.* < 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.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 D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..confsettings.xml
    [DEBUG] Reading user settings from C:Usersdebing.xiao.m2settings.xml
    [DEBUG] Reading global toolchains from D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..conf	oolchains.xml
    [DEBUG] Reading user toolchains from C:Usersdebing.xiao.m2	oolchains.xml
    [DEBUG] Using local repository at C:Usersdebing.xiao.m2
    epository
    [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:Usersdebing.xiao.m2
    epository
    [INFO] Scanning for projects...
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central (https://repo.maven.apache.org/maven2).
    [DEBUG] Extension realms for project cn.x1:soapsampler:jar:0.0.1-SNAPSHOT: (none)
    [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
    [DEBUG] === REACTOR BUILD PLAN ================================================
    [DEBUG] Project: cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
    [DEBUG] Tasks:   [clean, package]
    [DEBUG] Style:   Regular
    [DEBUG] =======================================================================
    [INFO] 
    [INFO] -------------------------< cn.x1:soapsampler >--------------------------
    [INFO] Building soapsampler 0.0.1-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] 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 nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (http://repository.apache.org/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (https://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] === PROJECT BUILD PLAN ================================================
    [DEBUG] Project:       cn.x1:soapsampler:0.0.1-SNAPSHOT
    [DEBUG] Dependencies (collect): []
    [DEBUG] Dependencies (resolve): [compile, runtime, test]
    [DEBUG] Repositories (dependencies): [nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public, default, releases)]
    [DEBUG] Repositories (plugins)     : [nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public, default, releases)]
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
    [DEBUG] Style:         Regular
    [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <directory default-value="${project.build.directory}"/>
      <excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
      <failOnError default-value="true">${maven.clean.failOnError}</failOnError>
      <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
      <outputDirectory default-value="${project.build.outputDirectory}"/>
      <reportDirectory default-value="${project.reporting.outputDirectory}"/>
      <retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
      <skip default-value="false">${clean.skip}</skip>
      <testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
      <verbose>${clean.verbose}</verbose>
    </configuration>
    [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.7.0: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}"/>
      <compilePath 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>1.8</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>
      <failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
      <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
      <fork default-value="false">true</fork>
      <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
      <maxmem>${maven.compiler.maxmem}</maxmem>
      <meminitial>${maven.compiler.meminitial}</meminitial>
      <mojoExecution default-value="${mojoExecution}"/>
      <optimize default-value="false">${maven.compiler.optimize}</optimize>
      <outputDirectory default-value="${project.build.outputDirectory}"/>
      <parameters default-value="false">${maven.compiler.parameters}</parameters>
      <project default-value="${project}"/>
      <projectArtifact default-value="${project.artifact}"/>
      <release>${maven.compiler.release}</release>
      <session default-value="${session}"/>
      <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">1.8</source>
      <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
      <target default-value="1.5">1.8</target>
      <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
      <verbose default-value="false">true</verbose>
    </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.7.0: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}"/>
      <compilePath default-value="${project.compileClasspathElements}"/>
      <compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
      <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
      <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
      <compilerVersion>1.8</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>
      <failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
      <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
      <fork default-value="false">true</fork>
      <generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
      <maxmem>${maven.compiler.maxmem}</maxmem>
      <meminitial>${maven.compiler.meminitial}</meminitial>
      <mojoExecution default-value="${mojoExecution}"/>
      <optimize default-value="false">${maven.compiler.optimize}</optimize>
      <outputDirectory default-value="${project.build.testOutputDirectory}"/>
      <parameters default-value="false">${maven.compiler.parameters}</parameters>
      <project default-value="${project}"/>
      <release>${maven.compiler.release}</release>
      <session default-value="${session}"/>
      <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">1.8</source>
      <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
      <target default-value="1.5">1.8</target>
      <testPath default-value="${project.testClasspathElements}"/>
      <testRelease>${maven.compiler.testRelease}</testRelease>
      <testSource>${maven.compiler.testSource}</testSource>
      <testTarget>${maven.compiler.testTarget}</testTarget>
      <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
      <verbose default-value="false">true</verbose>
    </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] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for JBoss (https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for ow2-snapshot (http://repository.ow2.org/nexus/content/repositories/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for taglets (http://maven.geotoolkit.org/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (https://repository.apache.org/snapshots/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jvnet-nexus-releases (https://maven.java.net/content/repositories/releases/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for unidata (https://artifacts.unidata.ucar.edu/content/repositories/unidata/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for unidata-3rdparty (https://artifacts.unidata.ucar.edu/content/repositories/unidata-3rdparty/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for mvmsearch (http://www.mvnsearch.org/maven2/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for Oracle (http://download.oracle.com/maven).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for spy (http://files.couchbase.com/maven2/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for terracotta-snapshots (http://www.terracotta.org/download/reflector/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for terracotta-releases (http://www.terracotta.org/download/reflector/releases).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jboss-releases (http://repository.jboss.org/nexus/content/groups/public-jboss).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for Java.net Maven 2 (http://download.java.net/maven/2).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for sonatype-nexus-snapshots (http://oss.sonatype.org/content/repositories/snapshots).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for maven2-repository.dev.java.net (http://download.java.net/maven/2).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for UCAR (https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache-incubator (http://people.apache.org/repo/m2-incubating-repository/).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for codehaus-snapshots (http://snapshots.repository.codehaus.org).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central.snapshots (https://oss.sonatype.org/content/repositories/snapshots/).
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=2179716, ConflictMarker.markTime=1079381, ConflictMarker.nodeCount=448, ConflictIdSorter.graphTime=1290211, ConflictIdSorter.topsortTime=785587, ConflictIdSorter.conflictIdCount=142, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=36897798, ConflictResolver.conflictItemCount=360, DefaultDependencyCollector.collectTime=3303019871, DefaultDependencyCollector.transformTime=44303787}
    [DEBUG] cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
    [DEBUG]    org.apache.jmeter:ApacheJMeter_components:jar:4.0:compile
    [DEBUG]       org.apache.jmeter:jorphan:jar:4.0:compile
    [DEBUG]       org.apache.jmeter:ApacheJMeter_core:jar:4.0:compile
    [DEBUG]       org.ow2.asm:asm:jar:6.0:compile
    [DEBUG]       net.minidev:accessors-smart:jar:1.2:compile
    [DEBUG]       bsf:bsf:jar:2.4.0:compile
    [DEBUG]          commons-logging:commons-logging:jar:1.0.4:compile
    [DEBUG]       org.apache-extras.beanshell:bsh:jar:2.0b6:compile
    [DEBUG]       org.bouncycastle:bcmail-jdk15on:jar:1.49:compile
    [DEBUG]       org.bouncycastle:bcprov-jdk15on:jar:1.49:compile
    [DEBUG]       org.bouncycastle:bcpkix-jdk15on:jar:1.49:compile
    [DEBUG]       org.brotli:dec:jar:0.1.2:compile
    [DEBUG]       com.github.ben-manes.caffeine:caffeine:jar:2.6.1:compile
    [DEBUG]       commons-codec:commons-codec:jar:1.11:compile
    [DEBUG]       commons-collections:commons-collections:jar:3.2.2:compile
    [DEBUG]       org.apache.commons:commons-dbcp2:jar:2.2.0:compile
    [DEBUG]       commons-io:commons-io:jar:2.6:compile
    [DEBUG]       org.apache.commons:commons-jexl:jar:2.1.1:compile
    [DEBUG]       org.apache.commons:commons-jexl3:jar:3.1:compile
    [DEBUG]       org.apache.commons:commons-lang3:jar:3.7:compile
    [DEBUG]       org.apache.commons:commons-math3:jar:3.6.1:compile
    [DEBUG]       commons-net:commons-net:jar:3.6:compile
    [DEBUG]       org.apache.commons:commons-pool2:jar:2.5.0:compile
    [DEBUG]       dnsjava:dnsjava:jar:2.1.8:compile
    [DEBUG]       org.codehaus.groovy:groovy-all:jar:2.4.13:compile
    [DEBUG]       org.apache.httpcomponents:httpasyncclient:jar:4.1.3:compile
    [DEBUG]       org.apache.httpcomponents:httpclient:jar:4.5.5:compile
    [DEBUG]       org.apache.httpcomponents:httpmime:jar:4.5.5:compile
    [DEBUG]       org.apache.httpcomponents:httpcore:jar:4.4.9:compile
    [DEBUG]       org.apache.httpcomponents:httpcore-nio:jar:4.4.9:compile
    [DEBUG]       oro:oro:jar:2.0.8:compile
    [DEBUG]       jcharts:jcharts:jar:0.7.5:compile
    [DEBUG]       org.mozilla:rhino:jar:1.7.7.2:compile
    [DEBUG]       junit:junit:jar:4.12:compile
    [DEBUG]          org.hamcrest:hamcrest-core:jar:1.3:compile
    [DEBUG]       net.sf.jtidy:jtidy:jar:r938:compile
    [DEBUG]       org.apache.tika:tika-core:jar:1.17:compile
    [DEBUG]       org.apache.tika:tika-parsers:jar:1.17:compile
    [DEBUG]          org.gagravarr:vorbis-java-tika:jar:0.8:compile
    [DEBUG]          com.healthmarketscience.jackcess:jackcess:jar:2.1.8:compile
    [DEBUG]             commons-lang:commons-lang:jar:2.6:compile
    [DEBUG]          com.healthmarketscience.jackcess:jackcess-encrypt:jar:2.1.2:compile
    [DEBUG]          org.tallison:jmatio:jar:1.2:compile
    [DEBUG]          org.apache.james:apache-mime4j-core:jar:0.8.1:compile
    [DEBUG]          org.apache.james:apache-mime4j-dom:jar:0.8.1:compile
    [DEBUG]          org.apache.commons:commons-compress:jar:1.14:compile
    [DEBUG]          org.tukaani:xz:jar:1.6:compile
    [DEBUG]          org.apache.pdfbox:pdfbox:jar:2.0.8:compile
    [DEBUG]             org.apache.pdfbox:fontbox:jar:2.0.8:compile
    [DEBUG]          org.apache.pdfbox:pdfbox-tools:jar:2.0.8:compile
    [DEBUG]          org.apache.pdfbox:jempbox:jar:1.8.13:compile
    [DEBUG]          org.apache.poi:poi:jar:3.17:compile
    [DEBUG]             org.apache.commons:commons-collections4:jar:4.1:compile
    [DEBUG]          org.apache.poi:poi-scratchpad:jar:3.17:compile
    [DEBUG]          org.apache.poi:poi-ooxml:jar:3.17:compile
    [DEBUG]             org.apache.poi:poi-ooxml-schemas:jar:3.17:compile
    [DEBUG]                org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
    [DEBUG]             com.github.virtuald:curvesapi:jar:1.04:compile
    [DEBUG]          org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
    [DEBUG]          com.googlecode.mp4parser:isoparser:jar:1.1.18:compile
    [DEBUG]          com.drewnoakes:metadata-extractor:jar:2.10.1:compile
    [DEBUG]             com.adobe.xmp:xmpcore:jar:5.1.3:compile
    [DEBUG]          de.l3s.boilerpipe:boilerpipe:jar:1.1.0:compile
    [DEBUG]          com.rometools:rome:jar:1.5.1:compile
    [DEBUG]             com.rometools:rome-utils:jar:1.5.1:compile
    [DEBUG]          org.gagravarr:vorbis-java-core:jar:0.8:compile
    [DEBUG]          com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile
    [DEBUG]          org.codelibs:jhighlight:jar:1.0.2:compile
    [DEBUG]          com.pff:java-libpst:jar:0.8.1:compile
    [DEBUG]          com.github.junrar:junrar:jar:0.7:compile
    [DEBUG]          org.apache.cxf:cxf-rt-rs-client:jar:3.0.16:compile
    [DEBUG]             org.apache.cxf:cxf-rt-transports-http:jar:3.0.16:compile
    [DEBUG]             org.apache.cxf:cxf-core:jar:3.0.16:compile
    [DEBUG]                org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:compile
    [DEBUG]                   org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
    [DEBUG]                org.apache.ws.xmlschema:xmlschema-core:jar:2.2.2:compile
    [DEBUG]             org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.0.16:compile
    [DEBUG]                javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
    [DEBUG]                javax.annotation:javax.annotation-api:jar:1.2:compile
    [DEBUG]          org.apache.commons:commons-exec:jar:1.3:compile
    [DEBUG]          org.apache.opennlp:opennlp-tools:jar:1.8.3:compile
    [DEBUG]          com.googlecode.json-simple:json-simple:jar:1.1.1:compile
    [DEBUG]          com.tdunning:json:jar:1.8:compile
    [DEBUG]          com.google.code.gson:gson:jar:2.8.1:compile
    [DEBUG]          org.slf4j:jul-to-slf4j:jar:1.7.24:compile
    [DEBUG]          edu.ucar:netcdf4:jar:4.5.5:compile
    [DEBUG]             net.jcip:jcip-annotations:jar:1.0:compile
    [DEBUG]             net.java.dev.jna:jna:jar:4.1.0:compile
    [DEBUG]          edu.ucar:grib:jar:4.5.5:compile
    [DEBUG]             com.google.protobuf:protobuf-java:jar:2.5.0:compile
    [DEBUG]             org.jdom:jdom2:jar:2.0.4:compile
    [DEBUG]             org.itadaki:bzip2:jar:0.9.1:compile
    [DEBUG]          edu.ucar:cdm:jar:4.5.5:compile
    [DEBUG]             edu.ucar:udunits:jar:4.5.5:compile
    [DEBUG]             joda-time:joda-time:jar:2.2:compile
    [DEBUG]             org.quartz-scheduler:quartz:jar:2.2.0:compile
    [DEBUG]                c3p0:c3p0:jar:0.9.1.1:compile
    [DEBUG]             net.sf.ehcache:ehcache-core:jar:2.6.2:compile
    [DEBUG]             com.google.guava:guava:jar:17.0:compile
    [DEBUG]             com.beust:jcommander:jar:1.35:compile
    [DEBUG]          edu.ucar:httpservices:jar:4.5.5:compile
    [DEBUG]          org.apache.commons:commons-csv:jar:1.0:compile
    [DEBUG]          org.apache.sis.core:sis-utility:jar:0.6:compile
    [DEBUG]          org.apache.sis.storage:sis-netcdf:jar:0.6:compile
    [DEBUG]             org.apache.sis.storage:sis-storage:jar:0.6:compile
    [DEBUG]             org.apache.sis.core:sis-referencing:jar:0.6:compile
    [DEBUG]          org.apache.sis.core:sis-metadata:jar:0.6:compile
    [DEBUG]          org.opengis:geoapi:jar:3.0.0:compile
    [DEBUG]             javax.measure:jsr-275:jar:0.9.3:compile
    [DEBUG]          edu.usc.ir:sentiment-analysis-parser:jar:0.1:compile
    [DEBUG]          com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
    [DEBUG]       com.thoughtworks.xstream:xstream:jar:1.4.10:compile
    [DEBUG]       xmlpull:xmlpull:jar:1.1.3.1:compile
    [DEBUG]       xpp3:xpp3_min:jar:1.1.4c:compile
    [DEBUG]       xalan:xalan:jar:2.7.2:compile
    [DEBUG]       xalan:serializer:jar:2.7.2:compile
    [DEBUG]       xerces:xercesImpl:jar:2.11.0:compile
    [DEBUG]       xml-apis:xml-apis:jar:1.4.01:compile
    [DEBUG]       org.apache.xmlgraphics:xmlgraphics-commons:jar:2.2:compile
    [DEBUG]       javax.mail:mail:jar:1.5.0-b01:compile
    [DEBUG]          javax.activation:activation:jar:1.1:compile
    [DEBUG]       org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
    [DEBUG]       com.jayway.jsonpath:json-path:jar:2.4.0:compile
    [DEBUG]       net.minidev:json-smart:jar:2.3:compile
    [DEBUG]       org.jsoup:jsoup:jar:1.11.2:compile
    [DEBUG]       org.jodd:jodd-core:jar:4.1.4:compile
    [DEBUG]       org.jodd:jodd-lagarto:jar:4.1.4:compile
    [DEBUG]       org.jodd:jodd-log:jar:4.1.4:compile
    [DEBUG]       org.jodd:jodd-props:jar:4.1.4:compile
    [DEBUG]       org.mongodb:mongo-java-driver:jar:2.11.3:compile
    [DEBUG]       com.helger:ph-css:jar:6.0.0:compile
    [DEBUG]       com.helger:ph-commons:jar:9.0.0:compile
    [DEBUG]          com.google.code.findbugs:jsr305:jar:3.0.2:compile
    [DEBUG]       com.fifesoft:rsyntaxtextarea:jar:2.6.1:compile
    [DEBUG]       org.slf4j:slf4j-api:jar:1.7.25:compile
    [DEBUG]       org.slf4j:slf4j-ext:jar:1.7.25:compile
    [DEBUG]       org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
    [DEBUG]       org.apache.logging.log4j:log4j-api:jar:2.10.0:compile
    [DEBUG]       org.apache.logging.log4j:log4j-core:jar:2.10.0:compile
    [DEBUG]       org.apache.logging.log4j:log4j-slf4j-impl:jar:2.10.0:compile
    [DEBUG]       org.apache.logging.log4j:log4j-1.2-api:jar:2.10.0:compile
    [DEBUG]       org.freemarker:freemarker:jar:2.3.23:compile
    [INFO] 
    [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ soapsampler ---
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=60298, ConflictMarker.markTime=100070, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=8981, ConflictIdSorter.topsortTime=11118, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=148821, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=56193225, DefaultDependencyCollector.transformTime=402416}
    [DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
    [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
    [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0:compile
    [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
    [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
    [DEBUG]   Imported:  < maven.api
    [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
    [DEBUG]   Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
    [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0
    [DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@33909752]
    [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
    [DEBUG]   (f) directory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    [DEBUG]   (f) excludeDefaultDirectories = false
    [DEBUG]   (f) failOnError = true
    [DEBUG]   (f) followSymLinks = false
    [DEBUG]   (f) outputDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses
    [DEBUG]   (f) reportDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetsite
    [DEBUG]   (f) retryOnError = true
    [DEBUG]   (f) skip = false
    [DEBUG]   (f) testOutputDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget	est-classes
    [DEBUG] -- end configuration --
    [INFO] Deleting D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget	est-classes
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetmaven-statusmaven-compiler-plugincompiledefault-compileinputFiles.lst
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetmaven-statusmaven-compiler-plugincompiledefault-compilecreatedFiles.lst
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetmaven-statusmaven-compiler-plugincompiledefault-compile
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetmaven-statusmaven-compiler-plugincompile
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetmaven-statusmaven-compiler-plugin
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetmaven-status
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sourcesannotations
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sources
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclassesorg.codehaus.plexus.compiler.javac.JavacCompiler5873083136273162769arguments
    [INFO] Deleting file D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclassesjavac.bat
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses
    [INFO] Deleting directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    [DEBUG] Skipping non-existing directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses
    [DEBUG] Skipping non-existing directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget	est-classes
    [DEBUG] Skipping non-existing directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetsite
    [INFO] 
    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ soapsampler ---
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2).
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central (http://repo1.maven.org/maven2).
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=231357, ConflictMarker.markTime=104346, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=169775, ConflictIdSorter.topsortTime=45331, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=824931, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=355811165, DefaultDependencyCollector.transformTime=1412945}
    [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: sun.misc.Launcher$AppClassLoader@33909752]
    [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->
    [DEBUG]   (f) buildFilters = []
    [DEBUG]   (f) escapeWindowsPaths = true
    [DEBUG]   (s) includeEmptyDirs = false
    [DEBUG]   (s) outputDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses
    [DEBUG]   (s) overwrite = false
    [DEBUG]   (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplerpom.xml
    [DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmain
    esources, PatternSet [includes: {}, excludes: {}]}}]
    [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@13e9f2e2
    [DEBUG]   (f) supportMultiLineFiltering = false
    [DEBUG]   (f) useBuildFilters = true
    [DEBUG]   (s) useDefaultDelimiters = true
    [DEBUG] -- end configuration --
    [DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:windows, env.USERDOMAIN_ROAMINGPROFILE=99BILL, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.PROMPT=$P$G, env.WDIR=D:\, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class.path=C:Program FilesJavajdk1.8.0_162jrelib
    esources.jar;C:Program FilesJavajdk1.8.0_162jrelib
    t.jar;C:Program FilesJavajdk1.8.0_162jrelibsunrsasign.jar;C:Program FilesJavajdk1.8.0_162jrelibjsse.jar;C:Program FilesJavajdk1.8.0_162jrelibjce.jar;C:Program FilesJavajdk1.8.0_162jrelibcharsets.jar;C:Program FilesJavajdk1.8.0_162jrelibjfr.jar;C:Program FilesJavajdk1.8.0_162jreclasses, env.COMPUTERNAME=SH4010301061179, env.ALLUSERSPROFILE=C:ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_162-b12, env.HOMEPATH=Usersdebing.xiao, user.name=debing.xiao, maven.build.version=Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-25T03:49:05+08:00), env.WINDOWS_TRACING_FLAGS=3, env.PATH=C:Program FilesJavajdk1.8.0_162in;C:ProgramDataOracleJavajavapath;d:Oracleora90in;C:windowssystem32;C:windows;C:windowsSystem32Wbem;C:windowsSystem32WindowsPowerShellv1.0;C:Program FilesIntelWiFiin;C:Program FilesCommon FilesIntelWirelessCommon;C:Program FilesTortoiseSVNin;C:Program FilesGitcmd;D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in;D:	oolsgradle-4.7-bingradle-4.7in;D:	oolsandroid-sdk_r24.4.1-windowsandroid-sdk-windows	ools;D:	oolsandroid-sdk_r24.4.1-windowsandroid-sdk-windowsplatform-tools;C:Program Files
    odejs;C:Usersdebing.xiaoAppDataLocalProgramsPythonPython36Scripts;C:Usersdebing.xiaoAppDataLocalProgramsPythonPython36;C:Usersdebing.xiaoAppDataLocalProgramsFiddler;D:debing.xiaoApplication Data
    pm, user.language=zh, env.JVMCONFIG=.mvnjvm.config, env.WINDIR=C:windows, sun.boot.library.path=C:Program FilesJavajdk1.8.0_162jrein, classworlds.conf=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..inm2.conf, java.version=1.8.0_162, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 69 Stepping 1, GenuineIntel, user.timezone=, env.=A:=A:\, env.TEMP=C:UsersDEBING~1.XIAAppDataLocalTemp, sun.arch.data.model=64, env.EXEC_DIR=D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler, env.WINDOWS_TRACING_LOGFILE=C:BVTBinTestsinstallpackagecsilogfile.log, java.endorsed.dirs=C:Program FilesJavajdk1.8.0_162jrelibendorsed, sun.cpu.isalist=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=GBK, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.separator=\, java.specification.name=Java Platform API Specification, maven.conf=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in../conf, env.JAVACMD=C:Program FilesJavajdk1.8.0_162injava.exe, java.class.version=52.0, user.country=CN, env.GRADLE_HOME=D:	oolsgradle-4.7-bingradle-4.7, java.home=C:Program FilesJavajdk1.8.0_162jre, env.ANDROID_HOME=D:	oolsandroid-sdk_r24.4.1-windowsandroid-sdk-windows, env.APPDATA=d:debing.xiaoApplication Data, env.PUBLIC=C:UsersPublic, java.vm.info=mixed mode, env.OS=Windows_NT, os.version=6.1, env.=::=::\, path.separator=;, java.vm.version=25.162-b12, env.ASL.LOG=Destination=file, user.variant=, env.USERPROFILE=C:Usersdebing.xiao, env.JAVA_HOME=C:Program FilesJavajdk1.8.0_162, java.awt.printerjob=sun.awt.windows.WPrinterJob, env.TMP=C:UsersDEBING~1.XIAAppDataLocalTemp, env.PROGRAMFILES=C:Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, user.script=, user.home=C:Usersdebing.xiao, env.COMMONPROGRAMFILES=C:Program FilesCommon Files, env.=EXITCODE=00000001, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, library.jansi.path=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..libjansi-native, java.library.path=C:Program FilesJavajdk1.8.0_162in;C:windowsSunJavain;C:windowssystem32;C:windows;C:Program FilesJavajdk1.8.0_162in;C:ProgramDataOracleJavajavapath;d:Oracleora90in;C:windowssystem32;C:windows;C:windowsSystem32Wbem;C:windowsSystem32WindowsPowerShellv1.0;C:Program FilesIntelWiFiin;C:Program FilesCommon FilesIntelWirelessCommon;C:Program FilesTortoiseSVNin;C:Program FilesGitcmd;D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in;D:	oolsgradle-4.7-bingradle-4.7in;D:	oolsandroid-sdk_r24.4.1-windowsandroid-sdk-windows	ools;D:	oolsandroid-sdk_r24.4.1-windowsandroid-sdk-windowsplatform-tools;C:Program Files
    odejs;C:Usersdebing.xiaoAppDataLocalProgramsPythonPython36Scripts;C:Usersdebing.xiaoAppDataLocalProgramsPythonPython36;C:Usersdebing.xiaoAppDataLocalProgramsFiddler;D:debing.xiaoApplication Data
    pm;., env.NUMBER_OF_PROCESSORS=4, java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=C:Program Files (x86)Common Files, env.USERDNSDOMAIN=99BILL.COM, env.PSMODULEPATH=C:windowssystem32WindowsPowerShellv1.0Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.MAVEN_CMD_LINE_ARGS=-X clean package, java.vm.vendor=Oracle Corporation, maven.home=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in.., java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X clean package, java.class.path=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..ootplexus-classworlds-2.5.2.jar, env.PROGRAMW6432=C:Program Files, maven.version=3.5.3, env.PROGRAMFILES(X86)=C:Program Files (x86), java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\SH-DC08R2-01, java.vm.specification.version=1.8, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:Program FilesCommon Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, java.io.tmpdir=C:UsersDEBING~1.XIAAppDataLocalTemp\, env.PROCESSOR_REVISION=4501, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler, env.PROGRAMDATA=C:ProgramData, env.COMSPEC=C:windowssystem32cmd.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:Program FilesJavajdk1.8.0_162jrelibext;C:windowsSunJavalibext, env.=D:=D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler, user.dir=D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler, env.MAVEN_HOME=D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in.., env.LOCALAPPDATA=C:Usersdebing.xiaoAppDataLocal, line.separator=
    , env.CLASSWORLDS_JAR="D:	oolsapache-maven-3.5.3-binapache-maven-3.5.3in..ootplexus-classworlds-2.5.2.jar", java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.ERROR_CODE=0, env.USERNAME=debing.xiao, sun.stderr.encoding=ms936, file.encoding=GBK, env.USERDOMAIN=99BILL, java.specification.version=1.8, env.=C:=C:WindowsSystem32, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler}
    [WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform dependent!
    [DEBUG] resource with targetPath null
    directory D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmain
    esources
    excludes []
    includes []
    [DEBUG] ignoreDelta true
    [INFO] Copying 0 resource
    [DEBUG] no use filter components
    [INFO] 
    [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ soapsampler ---
    [DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots).
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=429358, ConflictMarker.markTime=198428, ConflictMarker.nodeCount=118, ConflictIdSorter.graphTime=256161, ConflictIdSorter.topsortTime=75265, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=981022, ConflictResolver.conflictItemCount=72, DefaultDependencyCollector.collectTime=837768316, DefaultDependencyCollector.transformTime=1966748}
    [DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0:
    [DEBUG]    org.apache.maven:maven-plugin-api:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-model:jar:3.0:compile
    [DEBUG]       org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
    [DEBUG]          org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
    [DEBUG]             org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
    [DEBUG]    org.apache.maven:maven-artifact:jar:3.0:compile
    [DEBUG]       org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
    [DEBUG]    org.apache.maven:maven-core:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-settings:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-settings-builder:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-model-builder:jar:3.0:compile
    [DEBUG]       org.apache.maven:maven-aether-provider:jar:3.0:runtime
    [DEBUG]       org.sonatype.aether:aether-impl:jar:1.7:compile
    [DEBUG]          org.sonatype.aether:aether-spi:jar:1.7:compile
    [DEBUG]       org.sonatype.aether:aether-api:jar:1.7:compile
    [DEBUG]       org.sonatype.aether:aether-util:jar:1.7:compile
    [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
    [DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
    [DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.6: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.shared:maven-shared-utils:jar:3.1.0:compile
    [DEBUG]       commons-io:commons-io:jar:2.5:compile
    [DEBUG]    org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
    [DEBUG]    org.codehaus.plexus:plexus-java:jar:0.9.2:compile
    [DEBUG]       org.ow2.asm:asm:jar:6.0_BETA:compile
    [DEBUG]       com.thoughtworks.qdox:qdox:jar:2.0-M7:compile
    [DEBUG]    org.codehaus.plexus:plexus-compiler-api:jar:2.8.2:compile
    [DEBUG]    org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2:compile
    [DEBUG]    org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2:runtime
    [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
    [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
    [DEBUG]   Imported:  < maven.api
    [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
    [DEBUG]   Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0
    [DEBUG]   Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
    [DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
    [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.4
    [DEBUG]   Included: org.sonatype.aether:aether-util:jar:1.7
    [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
    [DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6
    [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
    [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
    [DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.1.0
    [DEBUG]   Included: commons-io:commons-io:jar:2.5
    [DEBUG]   Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
    [DEBUG]   Included: org.codehaus.plexus:plexus-java:jar:0.9.2
    [DEBUG]   Included: org.ow2.asm:asm:jar:6.0_BETA
    [DEBUG]   Included: com.thoughtworks.qdox:qdox:jar:2.0-M7
    [DEBUG]   Included: org.codehaus.plexus:plexus-compiler-api:jar:2.8.2
    [DEBUG]   Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2
    [DEBUG]   Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2
    [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0, parent: sun.misc.Launcher$AppClassLoader@33909752]
    [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile' with basic configurator -->
    [DEBUG]   (f) basedir = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler
    [DEBUG]   (f) buildDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	arget
    [DEBUG]   (f) compilePath = [D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses, C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_components4.0ApacheJMeter_components-4.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachejmeterjorphan4.0jorphan-4.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_core4.0ApacheJMeter_core-4.0.jar, C:Usersdebing.xiao.m2
    epositoryorgow2asmasm6.0asm-6.0.jar, C:Usersdebing.xiao.m2
    epository
    etminidevaccessors-smart1.2accessors-smart-1.2.jar, C:Usersdebing.xiao.m2
    epositorysfsf2.4.0sf-2.4.0.jar, C:Usersdebing.xiao.m2
    epositorycommons-loggingcommons-logging1.0.4commons-logging-1.0.4.jar, C:Usersdebing.xiao.m2
    epositoryorgapache-extraseanshellsh2.0b6sh-2.0b6.jar, C:Usersdebing.xiao.m2
    epositoryorgouncycastlecmail-jdk15on1.49cmail-jdk15on-1.49.jar, C:Usersdebing.xiao.m2
    epositoryorgouncycastlecprov-jdk15on1.49cprov-jdk15on-1.49.jar, C:Usersdebing.xiao.m2
    epositoryorgouncycastlecpkix-jdk15on1.49cpkix-jdk15on-1.49.jar, C:Usersdebing.xiao.m2
    epositoryorgrotlidec.1.2dec-0.1.2.jar, C:Usersdebing.xiao.m2
    epositorycomgithuben-manescaffeinecaffeine2.6.1caffeine-2.6.1.jar, C:Usersdebing.xiao.m2
    epositorycommons-codeccommons-codec1.11commons-codec-1.11.jar, C:Usersdebing.xiao.m2
    epositorycommons-collectionscommons-collections3.2.2commons-collections-3.2.2.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-dbcp22.2.0commons-dbcp2-2.2.0.jar, C:Usersdebing.xiao.m2
    epositorycommons-iocommons-io2.6commons-io-2.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-jexl2.1.1commons-jexl-2.1.1.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-jexl33.1commons-jexl3-3.1.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-lang33.7commons-lang3-3.7.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-math33.6.1commons-math3-3.6.1.jar, C:Usersdebing.xiao.m2
    epositorycommons-netcommons-net3.6commons-net-3.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-pool22.5.0commons-pool2-2.5.0.jar, C:Usersdebing.xiao.m2
    epositorydnsjavadnsjava2.1.8dnsjava-2.1.8.jar, C:Usersdebing.xiao.m2
    epositoryorgcodehausgroovygroovy-all2.4.13groovy-all-2.4.13.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpasyncclient4.1.3httpasyncclient-4.1.3.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpclient4.5.5httpclient-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpmime4.5.5httpmime-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpcore4.4.9httpcore-4.4.9.jar, C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpcore-nio4.4.9httpcore-nio-4.4.9.jar, C:Usersdebing.xiao.m2
    epositoryorooro2.0.8oro-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryjchartsjcharts.7.5jcharts-0.7.5.jar, C:Usersdebing.xiao.m2
    epositoryorgmozilla
    hino1.7.7.2
    hino-1.7.7.2.jar, C:Usersdebing.xiao.m2
    epositoryjunitjunit4.12junit-4.12.jar, C:Usersdebing.xiao.m2
    epositoryorghamcresthamcrest-core1.3hamcrest-core-1.3.jar, C:Usersdebing.xiao.m2
    epository
    etsfjtidyjtidy
    938jtidy-r938.jar, C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-core1.17	ika-core-1.17.jar, C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-parsers1.17	ika-parsers-1.17.jar, C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-tika.8vorbis-java-tika-0.8.jar, C:Usersdebing.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess2.1.8jackcess-2.1.8.jar, C:Usersdebing.xiao.m2
    epositorycommons-langcommons-lang2.6commons-lang-2.6.jar, C:Usersdebing.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess-encrypt2.1.2jackcess-encrypt-2.1.2.jar, C:Usersdebing.xiao.m2
    epositoryorg	allisonjmatio1.2jmatio-1.2.jar, C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-core.8.1apache-mime4j-core-0.8.1.jar, C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-dom.8.1apache-mime4j-dom-0.8.1.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-compress1.14commons-compress-1.14.jar, C:Usersdebing.xiao.m2
    epositoryorg	ukaanixz1.6xz-1.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox2.0.8pdfbox-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxfontbox2.0.8fontbox-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox-tools2.0.8pdfbox-tools-2.0.8.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxjempbox1.8.13jempbox-1.8.13.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi3.17poi-3.17.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-collections44.1commons-collections4-4.1.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-scratchpad3.17poi-scratchpad-3.17.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml3.17poi-ooxml-3.17.jar, C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml-schemas3.17poi-ooxml-schemas-3.17.jar, C:Usersdebing.xiao.m2
    epositoryorgapachexmlbeansxmlbeans2.6.0xmlbeans-2.6.0.jar, C:Usersdebing.xiao.m2
    epositorycomgithubvirtualdcurvesapi1.04curvesapi-1.04.jar, C:Usersdebing.xiao.m2
    epositoryorgccilcowan	agsoup	agsoup1.2.1	agsoup-1.2.1.jar, C:Usersdebing.xiao.m2
    epositorycomgooglecodemp4parserisoparser1.1.18isoparser-1.1.18.jar, C:Usersdebing.xiao.m2
    epositorycomdrewnoakesmetadata-extractor2.10.1metadata-extractor-2.10.1.jar, C:Usersdebing.xiao.m2
    epositorycomadobexmpxmpcore5.1.3xmpcore-5.1.3.jar, C:Usersdebing.xiao.m2
    epositorydel3soilerpipeoilerpipe1.1.0oilerpipe-1.1.0.jar, C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome1.5.1
    ome-1.5.1.jar, C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome-utils1.5.1
    ome-utils-1.5.1.jar, C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-core.8vorbis-java-core-0.8.jar, C:Usersdebing.xiao.m2
    epositorycomgooglecodejuniversalchardetjuniversalchardet1.0.3juniversalchardet-1.0.3.jar, C:Usersdebing.xiao.m2
    epositoryorgcodelibsjhighlight1.0.2jhighlight-1.0.2.jar, C:Usersdebing.xiao.m2
    epositorycompffjava-libpst.8.1java-libpst-0.8.1.jar, C:Usersdebing.xiao.m2
    epositorycomgithubjunrarjunrar.7junrar-0.7.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-rs-client3.0.16cxf-rt-rs-client-3.0.16.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-transports-http3.0.16cxf-rt-transports-http-3.0.16.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-core3.0.16cxf-core-3.0.16.jar, C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxwoodstox-core-asl4.4.1woodstox-core-asl-4.4.1.jar, C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxstax2-api3.1.4stax2-api-3.1.4.jar, C:Usersdebing.xiao.m2
    epositoryorgapachewsxmlschemaxmlschema-core2.2.2xmlschema-core-2.2.2.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-frontend-jaxrs3.0.16cxf-rt-frontend-jaxrs-3.0.16.jar, C:Usersdebing.xiao.m2
    epositoryjavaxws
    sjavax.ws.rs-api2.0.1javax.ws.rs-api-2.0.1.jar, C:Usersdebing.xiao.m2
    epositoryjavaxannotationjavax.annotation-api1.2javax.annotation-api-1.2.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-exec1.3commons-exec-1.3.jar, C:Usersdebing.xiao.m2
    epositoryorgapacheopennlpopennlp-tools1.8.3opennlp-tools-1.8.3.jar, C:Usersdebing.xiao.m2
    epositorycomgooglecodejson-simplejson-simple1.1.1json-simple-1.1.1.jar, C:Usersdebing.xiao.m2
    epositorycom	dunningjson1.8json-1.8.jar, C:Usersdebing.xiao.m2
    epositorycomgooglecodegsongson2.8.1gson-2.8.1.jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jjul-to-slf4j1.7.24jul-to-slf4j-1.7.24.jar, C:Usersdebing.xiao.m2
    epositoryeduucar
    etcdf44.5.5
    etcdf4-4.5.5.jar, C:Usersdebing.xiao.m2
    epository
    etjcipjcip-annotations1.0jcip-annotations-1.0.jar, C:Usersdebing.xiao.m2
    epository
    etjavadevjnajna4.1.0jna-4.1.0.jar, C:Usersdebing.xiao.m2
    epositoryeduucargrib4.5.5grib-4.5.5.jar, C:Usersdebing.xiao.m2
    epositorycomgoogleprotobufprotobuf-java2.5.0protobuf-java-2.5.0.jar, C:Usersdebing.xiao.m2
    epositoryorgjdomjdom22.0.4jdom2-2.0.4.jar, C:Usersdebing.xiao.m2
    epositoryorgitadakizip2.9.1zip2-0.9.1.jar, C:Usersdebing.xiao.m2
    epositoryeduucarcdm4.5.5cdm-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryeduucarudunits4.5.5udunits-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryjoda-timejoda-time2.2joda-time-2.2.jar, C:Usersdebing.xiao.m2
    epositoryorgquartz-schedulerquartz2.2.0quartz-2.2.0.jar, C:Usersdebing.xiao.m2
    epositoryc3p0c3p0.9.1.1c3p0-0.9.1.1.jar, C:Usersdebing.xiao.m2
    epository
    etsfehcacheehcache-core2.6.2ehcache-core-2.6.2.jar, C:Usersdebing.xiao.m2
    epositorycomgoogleguavaguava17.0guava-17.0.jar, C:Usersdebing.xiao.m2
    epositorycomeustjcommander1.35jcommander-1.35.jar, C:Usersdebing.xiao.m2
    epositoryeduucarhttpservices4.5.5httpservices-4.5.5.jar, C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-csv1.0commons-csv-1.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-utility.6sis-utility-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesisstoragesis-netcdf.6sis-netcdf-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesisstoragesis-storage.6sis-storage-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-referencing.6sis-referencing-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-metadata.6sis-metadata-0.6.jar, C:Usersdebing.xiao.m2
    epositoryorgopengisgeoapi3.0.0geoapi-3.0.0.jar, C:Usersdebing.xiao.m2
    epositoryjavaxmeasurejsr-275.9.3jsr-275-0.9.3.jar, C:Usersdebing.xiao.m2
    epositoryeduuscirsentiment-analysis-parser.1sentiment-analysis-parser-0.1.jar, C:Usersdebing.xiao.m2
    epositorycomfasterxmljacksoncorejackson-core2.9.2jackson-core-2.9.2.jar, C:Usersdebing.xiao.m2
    epositorycom	houghtworksxstreamxstream1.4.10xstream-1.4.10.jar, C:Usersdebing.xiao.m2
    epositoryxmlpullxmlpull1.1.3.1xmlpull-1.1.3.1.jar, C:Usersdebing.xiao.m2
    epositoryxpp3xpp3_min1.1.4cxpp3_min-1.1.4c.jar, C:Usersdebing.xiao.m2
    epositoryxalanxalan2.7.2xalan-2.7.2.jar, C:Usersdebing.xiao.m2
    epositoryxalanserializer2.7.2serializer-2.7.2.jar, C:Usersdebing.xiao.m2
    epositoryxercesxercesImpl2.11.0xercesImpl-2.11.0.jar, C:Usersdebing.xiao.m2
    epositoryxml-apisxml-apis1.4.01xml-apis-1.4.01.jar, C:Usersdebing.xiao.m2
    epositoryorgapachexmlgraphicsxmlgraphics-commons2.2xmlgraphics-commons-2.2.jar, C:Usersdebing.xiao.m2
    epositoryjavaxmailmail1.5.0-b01mail-1.5.0-b01.jar, C:Usersdebing.xiao.m2
    epositoryjavaxactivationactivation1.1activation-1.1.jar, C:Usersdebing.xiao.m2
    epositoryorgapachegeronimospecsgeronimo-jms_1.1_spec1.1.1geronimo-jms_1.1_spec-1.1.1.jar, C:Usersdebing.xiao.m2
    epositorycomjaywayjsonpathjson-path2.4.0json-path-2.4.0.jar, C:Usersdebing.xiao.m2
    epository
    etminidevjson-smart2.3json-smart-2.3.jar, C:Usersdebing.xiao.m2
    epositoryorgjsoupjsoup1.11.2jsoup-1.11.2.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-core4.1.4jodd-core-4.1.4.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-lagarto4.1.4jodd-lagarto-4.1.4.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-log4.1.4jodd-log-4.1.4.jar, C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-props4.1.4jodd-props-4.1.4.jar, C:Usersdebing.xiao.m2
    epositoryorgmongodbmongo-java-driver2.11.3mongo-java-driver-2.11.3.jar, C:Usersdebing.xiao.m2
    epositorycomhelgerph-css6.0.0ph-css-6.0.0.jar, C:Usersdebing.xiao.m2
    epositorycomhelgerph-commons9.0.0ph-commons-9.0.0.jar, C:Usersdebing.xiao.m2
    epositorycomgooglecodefindbugsjsr3053.0.2jsr305-3.0.2.jar, C:Usersdebing.xiao.m2
    epositorycomfifesoft
    syntaxtextarea2.6.1
    syntaxtextarea-2.6.1.jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-api1.7.25slf4j-api-1.7.25.jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-ext1.7.25slf4j-ext-1.7.25.jar, C:Usersdebing.xiao.m2
    epositoryorgslf4jjcl-over-slf4j1.7.25jcl-over-slf4j-1.7.25.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-api2.10.0log4j-api-2.10.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-core2.10.0log4j-core-2.10.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-slf4j-impl2.10.0log4j-slf4j-impl-2.10.0.jar, C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-1.2-api2.10.0log4j-1.2-api-2.10.0.jar, C:Usersdebing.xiao.m2
    epositoryorgfreemarkerfreemarker2.3.23freemarker-2.3.23.jar]
    [DEBUG]   (f) compileSourceRoots = [D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjava]
    [DEBUG]   (f) compilerId = javac
    [DEBUG]   (f) compilerVersion = 1.8
    [DEBUG]   (f) debug = true
    [DEBUG]   (f) failOnError = true
    [DEBUG]   (f) failOnWarning = false
    [DEBUG]   (f) forceJavacCompilerUse = false
    [DEBUG]   (f) fork = true
    [DEBUG]   (f) generatedSourcesDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sourcesannotations
    [DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile {execution: default-compile}
    [DEBUG]   (f) optimize = false
    [DEBUG]   (f) outputDirectory = D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses
    [DEBUG]   (f) parameters = false
    [DEBUG]   (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplerpom.xml
    [DEBUG]   (f) projectArtifact = cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
    [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@13e9f2e2
    [DEBUG]   (f) showDeprecation = false
    [DEBUG]   (f) showWarnings = false
    [DEBUG]   (f) skipMultiThreadWarning = false
    [DEBUG]   (f) source = 1.8
    [DEBUG]   (f) staleMillis = 0
    [DEBUG]   (f) target = 1.8
    [DEBUG]   (f) useIncrementalCompilation = true
    [DEBUG]   (f) verbose = true
    [DEBUG] -- end configuration --
    [DEBUG] Using compiler 'javac'.
    [DEBUG] Adding D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sourcesannotations to compile source roots:
      D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjava
    [DEBUG] New compile source roots:
      D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjava
      D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sourcesannotations
    [DEBUG] CompilerReuseStrategy: reuseCreated
    [DEBUG] useIncrementalCompilation enabled
    [DEBUG] Stale source detected: D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerT.java
    [DEBUG] Stale source detected: D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java
    [DEBUG] Stale source detected: D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSampler.java
    [DEBUG] Stale source detected: D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java
    [INFO] Changes detected - recompiling the module!
    [DEBUG] Classpath:
    [DEBUG]  D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_components4.0ApacheJMeter_components-4.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachejmeterjorphan4.0jorphan-4.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_core4.0ApacheJMeter_core-4.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgow2asmasm6.0asm-6.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etminidevaccessors-smart1.2accessors-smart-1.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorysfsf2.4.0sf-2.4.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-loggingcommons-logging1.0.4commons-logging-1.0.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapache-extraseanshellsh2.0b6sh-2.0b6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgouncycastlecmail-jdk15on1.49cmail-jdk15on-1.49.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgouncycastlecprov-jdk15on1.49cprov-jdk15on-1.49.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgouncycastlecpkix-jdk15on1.49cpkix-jdk15on-1.49.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgrotlidec.1.2dec-0.1.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgithuben-manescaffeinecaffeine2.6.1caffeine-2.6.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-codeccommons-codec1.11commons-codec-1.11.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-collectionscommons-collections3.2.2commons-collections-3.2.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-dbcp22.2.0commons-dbcp2-2.2.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-iocommons-io2.6commons-io-2.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-jexl2.1.1commons-jexl-2.1.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-jexl33.1commons-jexl3-3.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-lang33.7commons-lang3-3.7.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-math33.6.1commons-math3-3.6.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-netcommons-net3.6commons-net-3.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-pool22.5.0commons-pool2-2.5.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorydnsjavadnsjava2.1.8dnsjava-2.1.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgcodehausgroovygroovy-all2.4.13groovy-all-2.4.13.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpasyncclient4.1.3httpasyncclient-4.1.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpclient4.5.5httpclient-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpmime4.5.5httpmime-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpcore4.4.9httpcore-4.4.9.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpcore-nio4.4.9httpcore-nio-4.4.9.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorooro2.0.8oro-2.0.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjchartsjcharts.7.5jcharts-0.7.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgmozilla
    hino1.7.7.2
    hino-1.7.7.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjunitjunit4.12junit-4.12.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorghamcresthamcrest-core1.3hamcrest-core-1.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etsfjtidyjtidy
    938jtidy-r938.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-core1.17	ika-core-1.17.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-parsers1.17	ika-parsers-1.17.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-tika.8vorbis-java-tika-0.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess2.1.8jackcess-2.1.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycommons-langcommons-lang2.6commons-lang-2.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess-encrypt2.1.2jackcess-encrypt-2.1.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorg	allisonjmatio1.2jmatio-1.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-core.8.1apache-mime4j-core-0.8.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-dom.8.1apache-mime4j-dom-0.8.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-compress1.14commons-compress-1.14.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorg	ukaanixz1.6xz-1.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox2.0.8pdfbox-2.0.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxfontbox2.0.8fontbox-2.0.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox-tools2.0.8pdfbox-tools-2.0.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxjempbox1.8.13jempbox-1.8.13.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi3.17poi-3.17.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-collections44.1commons-collections4-4.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-scratchpad3.17poi-scratchpad-3.17.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml3.17poi-ooxml-3.17.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml-schemas3.17poi-ooxml-schemas-3.17.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachexmlbeansxmlbeans2.6.0xmlbeans-2.6.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgithubvirtualdcurvesapi1.04curvesapi-1.04.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgccilcowan	agsoup	agsoup1.2.1	agsoup-1.2.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgooglecodemp4parserisoparser1.1.18isoparser-1.1.18.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomdrewnoakesmetadata-extractor2.10.1metadata-extractor-2.10.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomadobexmpxmpcore5.1.3xmpcore-5.1.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorydel3soilerpipeoilerpipe1.1.0oilerpipe-1.1.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome1.5.1
    ome-1.5.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome-utils1.5.1
    ome-utils-1.5.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-core.8vorbis-java-core-0.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgooglecodejuniversalchardetjuniversalchardet1.0.3juniversalchardet-1.0.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgcodelibsjhighlight1.0.2jhighlight-1.0.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycompffjava-libpst.8.1java-libpst-0.8.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgithubjunrarjunrar.7junrar-0.7.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-rs-client3.0.16cxf-rt-rs-client-3.0.16.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-transports-http3.0.16cxf-rt-transports-http-3.0.16.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-core3.0.16cxf-core-3.0.16.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxwoodstox-core-asl4.4.1woodstox-core-asl-4.4.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxstax2-api3.1.4stax2-api-3.1.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachewsxmlschemaxmlschema-core2.2.2xmlschema-core-2.2.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-frontend-jaxrs3.0.16cxf-rt-frontend-jaxrs-3.0.16.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjavaxws
    sjavax.ws.rs-api2.0.1javax.ws.rs-api-2.0.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjavaxannotationjavax.annotation-api1.2javax.annotation-api-1.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-exec1.3commons-exec-1.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapacheopennlpopennlp-tools1.8.3opennlp-tools-1.8.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgooglecodejson-simplejson-simple1.1.1json-simple-1.1.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycom	dunningjson1.8json-1.8.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgooglecodegsongson2.8.1gson-2.8.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgslf4jjul-to-slf4j1.7.24jul-to-slf4j-1.7.24.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduucar
    etcdf44.5.5
    etcdf4-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etjcipjcip-annotations1.0jcip-annotations-1.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etjavadevjnajna4.1.0jna-4.1.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduucargrib4.5.5grib-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgoogleprotobufprotobuf-java2.5.0protobuf-java-2.5.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjdomjdom22.0.4jdom2-2.0.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgitadakizip2.9.1zip2-0.9.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduucarcdm4.5.5cdm-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduucarudunits4.5.5udunits-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjoda-timejoda-time2.2joda-time-2.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgquartz-schedulerquartz2.2.0quartz-2.2.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryc3p0c3p0.9.1.1c3p0-0.9.1.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etsfehcacheehcache-core2.6.2ehcache-core-2.6.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgoogleguavaguava17.0guava-17.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomeustjcommander1.35jcommander-1.35.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduucarhttpservices4.5.5httpservices-4.5.5.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-csv1.0commons-csv-1.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-utility.6sis-utility-0.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachesisstoragesis-netcdf.6sis-netcdf-0.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachesisstoragesis-storage.6sis-storage-0.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-referencing.6sis-referencing-0.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-metadata.6sis-metadata-0.6.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgopengisgeoapi3.0.0geoapi-3.0.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjavaxmeasurejsr-275.9.3jsr-275-0.9.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryeduuscirsentiment-analysis-parser.1sentiment-analysis-parser-0.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomfasterxmljacksoncorejackson-core2.9.2jackson-core-2.9.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycom	houghtworksxstreamxstream1.4.10xstream-1.4.10.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxmlpullxmlpull1.1.3.1xmlpull-1.1.3.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxpp3xpp3_min1.1.4cxpp3_min-1.1.4c.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxalanxalan2.7.2xalan-2.7.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxalanserializer2.7.2serializer-2.7.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxercesxercesImpl2.11.0xercesImpl-2.11.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryxml-apisxml-apis1.4.01xml-apis-1.4.01.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachexmlgraphicsxmlgraphics-commons2.2xmlgraphics-commons-2.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjavaxmailmail1.5.0-b01mail-1.5.0-b01.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryjavaxactivationactivation1.1activation-1.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachegeronimospecsgeronimo-jms_1.1_spec1.1.1geronimo-jms_1.1_spec-1.1.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomjaywayjsonpathjson-path2.4.0json-path-2.4.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epository
    etminidevjson-smart2.3json-smart-2.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjsoupjsoup1.11.2jsoup-1.11.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-core4.1.4jodd-core-4.1.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-lagarto4.1.4jodd-lagarto-4.1.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-log4.1.4jodd-log-4.1.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-props4.1.4jodd-props-4.1.4.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgmongodbmongo-java-driver2.11.3mongo-java-driver-2.11.3.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomhelgerph-css6.0.0ph-css-6.0.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomhelgerph-commons9.0.0ph-commons-9.0.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomgooglecodefindbugsjsr3053.0.2jsr305-3.0.2.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositorycomfifesoft
    syntaxtextarea2.6.1
    syntaxtextarea-2.6.1.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-api1.7.25slf4j-api-1.7.25.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-ext1.7.25slf4j-ext-1.7.25.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgslf4jjcl-over-slf4j1.7.25jcl-over-slf4j-1.7.25.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-api2.10.0log4j-api-2.10.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-core2.10.0log4j-core-2.10.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-slf4j-impl2.10.0log4j-slf4j-impl-2.10.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-1.2-api2.10.0log4j-1.2-api-2.10.0.jar
    [DEBUG]  C:Usersdebing.xiao.m2
    epositoryorgfreemarkerfreemarker2.3.23freemarker-2.3.23.jar
    [DEBUG] Source roots:
    [DEBUG]  D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjava
    [DEBUG]  D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sourcesannotations
    [DEBUG] Command line options:
    [DEBUG] -d D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses -classpath D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses;C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_components4.0ApacheJMeter_components-4.0.jar;C:Usersdebing.xiao.m2
    epositoryorgapachejmeterjorphan4.0jorphan-4.0.jar;C:Usersdebing.xiao.m2
    epositoryorgapachejmeterApacheJMeter_core4.0ApacheJMeter_core-4.0.jar;C:Usersdebing.xiao.m2
    epositoryorgow2asmasm6.0asm-6.0.jar;C:Usersdebing.xiao.m2
    epository
    etminidevaccessors-smart1.2accessors-smart-1.2.jar;C:Usersdebing.xiao.m2
    epositorysfsf2.4.0sf-2.4.0.jar;C:Usersdebing.xiao.m2
    epositorycommons-loggingcommons-logging1.0.4commons-logging-1.0.4.jar;C:Usersdebing.xiao.m2
    epositoryorgapache-extraseanshellsh2.0b6sh-2.0b6.jar;C:Usersdebing.xiao.m2
    epositoryorgouncycastlecmail-jdk15on1.49cmail-jdk15on-1.49.jar;C:Usersdebing.xiao.m2
    epositoryorgouncycastlecprov-jdk15on1.49cprov-jdk15on-1.49.jar;C:Usersdebing.xiao.m2
    epositoryorgouncycastlecpkix-jdk15on1.49cpkix-jdk15on-1.49.jar;C:Usersdebing.xiao.m2
    epositoryorgrotlidec.1.2dec-0.1.2.jar;C:Usersdebing.xiao.m2
    epositorycomgithuben-manescaffeinecaffeine2.6.1caffeine-2.6.1.jar;C:Usersdebing.xiao.m2
    epositorycommons-codeccommons-codec1.11commons-codec-1.11.jar;C:Usersdebing.xiao.m2
    epositorycommons-collectionscommons-collections3.2.2commons-collections-3.2.2.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-dbcp22.2.0commons-dbcp2-2.2.0.jar;C:Usersdebing.xiao.m2
    epositorycommons-iocommons-io2.6commons-io-2.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-jexl2.1.1commons-jexl-2.1.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-jexl33.1commons-jexl3-3.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-lang33.7commons-lang3-3.7.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-math33.6.1commons-math3-3.6.1.jar;C:Usersdebing.xiao.m2
    epositorycommons-netcommons-net3.6commons-net-3.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-pool22.5.0commons-pool2-2.5.0.jar;C:Usersdebing.xiao.m2
    epositorydnsjavadnsjava2.1.8dnsjava-2.1.8.jar;C:Usersdebing.xiao.m2
    epositoryorgcodehausgroovygroovy-all2.4.13groovy-all-2.4.13.jar;C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpasyncclient4.1.3httpasyncclient-4.1.3.jar;C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpclient4.5.5httpclient-4.5.5.jar;C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpmime4.5.5httpmime-4.5.5.jar;C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpcore4.4.9httpcore-4.4.9.jar;C:Usersdebing.xiao.m2
    epositoryorgapachehttpcomponentshttpcore-nio4.4.9httpcore-nio-4.4.9.jar;C:Usersdebing.xiao.m2
    epositoryorooro2.0.8oro-2.0.8.jar;C:Usersdebing.xiao.m2
    epositoryjchartsjcharts.7.5jcharts-0.7.5.jar;C:Usersdebing.xiao.m2
    epositoryorgmozilla
    hino1.7.7.2
    hino-1.7.7.2.jar;C:Usersdebing.xiao.m2
    epositoryjunitjunit4.12junit-4.12.jar;C:Usersdebing.xiao.m2
    epositoryorghamcresthamcrest-core1.3hamcrest-core-1.3.jar;C:Usersdebing.xiao.m2
    epository
    etsfjtidyjtidy
    938jtidy-r938.jar;C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-core1.17	ika-core-1.17.jar;C:Usersdebing.xiao.m2
    epositoryorgapache	ika	ika-parsers1.17	ika-parsers-1.17.jar;C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-tika.8vorbis-java-tika-0.8.jar;C:Usersdebing.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess2.1.8jackcess-2.1.8.jar;C:Usersdebing.xiao.m2
    epositorycommons-langcommons-lang2.6commons-lang-2.6.jar;C:Usersdebing.xiao.m2
    epositorycomhealthmarketsciencejackcessjackcess-encrypt2.1.2jackcess-encrypt-2.1.2.jar;C:Usersdebing.xiao.m2
    epositoryorg	allisonjmatio1.2jmatio-1.2.jar;C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-core.8.1apache-mime4j-core-0.8.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachejamesapache-mime4j-dom.8.1apache-mime4j-dom-0.8.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-compress1.14commons-compress-1.14.jar;C:Usersdebing.xiao.m2
    epositoryorg	ukaanixz1.6xz-1.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox2.0.8pdfbox-2.0.8.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxfontbox2.0.8fontbox-2.0.8.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxpdfbox-tools2.0.8pdfbox-tools-2.0.8.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepdfboxjempbox1.8.13jempbox-1.8.13.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi3.17poi-3.17.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-collections44.1commons-collections4-4.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-scratchpad3.17poi-scratchpad-3.17.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml3.17poi-ooxml-3.17.jar;C:Usersdebing.xiao.m2
    epositoryorgapachepoipoi-ooxml-schemas3.17poi-ooxml-schemas-3.17.jar;C:Usersdebing.xiao.m2
    epositoryorgapachexmlbeansxmlbeans2.6.0xmlbeans-2.6.0.jar;C:Usersdebing.xiao.m2
    epositorycomgithubvirtualdcurvesapi1.04curvesapi-1.04.jar;C:Usersdebing.xiao.m2
    epositoryorgccilcowan	agsoup	agsoup1.2.1	agsoup-1.2.1.jar;C:Usersdebing.xiao.m2
    epositorycomgooglecodemp4parserisoparser1.1.18isoparser-1.1.18.jar;C:Usersdebing.xiao.m2
    epositorycomdrewnoakesmetadata-extractor2.10.1metadata-extractor-2.10.1.jar;C:Usersdebing.xiao.m2
    epositorycomadobexmpxmpcore5.1.3xmpcore-5.1.3.jar;C:Usersdebing.xiao.m2
    epositorydel3soilerpipeoilerpipe1.1.0oilerpipe-1.1.0.jar;C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome1.5.1
    ome-1.5.1.jar;C:Usersdebing.xiao.m2
    epositorycom
    ometools
    ome-utils1.5.1
    ome-utils-1.5.1.jar;C:Usersdebing.xiao.m2
    epositoryorggagravarrvorbis-java-core.8vorbis-java-core-0.8.jar;C:Usersdebing.xiao.m2
    epositorycomgooglecodejuniversalchardetjuniversalchardet1.0.3juniversalchardet-1.0.3.jar;C:Usersdebing.xiao.m2
    epositoryorgcodelibsjhighlight1.0.2jhighlight-1.0.2.jar;C:Usersdebing.xiao.m2
    epositorycompffjava-libpst.8.1java-libpst-0.8.1.jar;C:Usersdebing.xiao.m2
    epositorycomgithubjunrarjunrar.7junrar-0.7.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-rs-client3.0.16cxf-rt-rs-client-3.0.16.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-transports-http3.0.16cxf-rt-transports-http-3.0.16.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-core3.0.16cxf-core-3.0.16.jar;C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxwoodstox-core-asl4.4.1woodstox-core-asl-4.4.1.jar;C:Usersdebing.xiao.m2
    epositoryorgcodehauswoodstoxstax2-api3.1.4stax2-api-3.1.4.jar;C:Usersdebing.xiao.m2
    epositoryorgapachewsxmlschemaxmlschema-core2.2.2xmlschema-core-2.2.2.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecxfcxf-rt-frontend-jaxrs3.0.16cxf-rt-frontend-jaxrs-3.0.16.jar;C:Usersdebing.xiao.m2
    epositoryjavaxws
    sjavax.ws.rs-api2.0.1javax.ws.rs-api-2.0.1.jar;C:Usersdebing.xiao.m2
    epositoryjavaxannotationjavax.annotation-api1.2javax.annotation-api-1.2.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-exec1.3commons-exec-1.3.jar;C:Usersdebing.xiao.m2
    epositoryorgapacheopennlpopennlp-tools1.8.3opennlp-tools-1.8.3.jar;C:Usersdebing.xiao.m2
    epositorycomgooglecodejson-simplejson-simple1.1.1json-simple-1.1.1.jar;C:Usersdebing.xiao.m2
    epositorycom	dunningjson1.8json-1.8.jar;C:Usersdebing.xiao.m2
    epositorycomgooglecodegsongson2.8.1gson-2.8.1.jar;C:Usersdebing.xiao.m2
    epositoryorgslf4jjul-to-slf4j1.7.24jul-to-slf4j-1.7.24.jar;C:Usersdebing.xiao.m2
    epositoryeduucar
    etcdf44.5.5
    etcdf4-4.5.5.jar;C:Usersdebing.xiao.m2
    epository
    etjcipjcip-annotations1.0jcip-annotations-1.0.jar;C:Usersdebing.xiao.m2
    epository
    etjavadevjnajna4.1.0jna-4.1.0.jar;C:Usersdebing.xiao.m2
    epositoryeduucargrib4.5.5grib-4.5.5.jar;C:Usersdebing.xiao.m2
    epositorycomgoogleprotobufprotobuf-java2.5.0protobuf-java-2.5.0.jar;C:Usersdebing.xiao.m2
    epositoryorgjdomjdom22.0.4jdom2-2.0.4.jar;C:Usersdebing.xiao.m2
    epositoryorgitadakizip2.9.1zip2-0.9.1.jar;C:Usersdebing.xiao.m2
    epositoryeduucarcdm4.5.5cdm-4.5.5.jar;C:Usersdebing.xiao.m2
    epositoryeduucarudunits4.5.5udunits-4.5.5.jar;C:Usersdebing.xiao.m2
    epositoryjoda-timejoda-time2.2joda-time-2.2.jar;C:Usersdebing.xiao.m2
    epositoryorgquartz-schedulerquartz2.2.0quartz-2.2.0.jar;C:Usersdebing.xiao.m2
    epositoryc3p0c3p0.9.1.1c3p0-0.9.1.1.jar;C:Usersdebing.xiao.m2
    epository
    etsfehcacheehcache-core2.6.2ehcache-core-2.6.2.jar;C:Usersdebing.xiao.m2
    epositorycomgoogleguavaguava17.0guava-17.0.jar;C:Usersdebing.xiao.m2
    epositorycomeustjcommander1.35jcommander-1.35.jar;C:Usersdebing.xiao.m2
    epositoryeduucarhttpservices4.5.5httpservices-4.5.5.jar;C:Usersdebing.xiao.m2
    epositoryorgapachecommonscommons-csv1.0commons-csv-1.0.jar;C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-utility.6sis-utility-0.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachesisstoragesis-netcdf.6sis-netcdf-0.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachesisstoragesis-storage.6sis-storage-0.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-referencing.6sis-referencing-0.6.jar;C:Usersdebing.xiao.m2
    epositoryorgapachesiscoresis-metadata.6sis-metadata-0.6.jar;C:Usersdebing.xiao.m2
    epositoryorgopengisgeoapi3.0.0geoapi-3.0.0.jar;C:Usersdebing.xiao.m2
    epositoryjavaxmeasurejsr-275.9.3jsr-275-0.9.3.jar;C:Usersdebing.xiao.m2
    epositoryeduuscirsentiment-analysis-parser.1sentiment-analysis-parser-0.1.jar;C:Usersdebing.xiao.m2
    epositorycomfasterxmljacksoncorejackson-core2.9.2jackson-core-2.9.2.jar;C:Usersdebing.xiao.m2
    epositorycom	houghtworksxstreamxstream1.4.10xstream-1.4.10.jar;C:Usersdebing.xiao.m2
    epositoryxmlpullxmlpull1.1.3.1xmlpull-1.1.3.1.jar;C:Usersdebing.xiao.m2
    epositoryxpp3xpp3_min1.1.4cxpp3_min-1.1.4c.jar;C:Usersdebing.xiao.m2
    epositoryxalanxalan2.7.2xalan-2.7.2.jar;C:Usersdebing.xiao.m2
    epositoryxalanserializer2.7.2serializer-2.7.2.jar;C:Usersdebing.xiao.m2
    epositoryxercesxercesImpl2.11.0xercesImpl-2.11.0.jar;C:Usersdebing.xiao.m2
    epositoryxml-apisxml-apis1.4.01xml-apis-1.4.01.jar;C:Usersdebing.xiao.m2
    epositoryorgapachexmlgraphicsxmlgraphics-commons2.2xmlgraphics-commons-2.2.jar;C:Usersdebing.xiao.m2
    epositoryjavaxmailmail1.5.0-b01mail-1.5.0-b01.jar;C:Usersdebing.xiao.m2
    epositoryjavaxactivationactivation1.1activation-1.1.jar;C:Usersdebing.xiao.m2
    epositoryorgapachegeronimospecsgeronimo-jms_1.1_spec1.1.1geronimo-jms_1.1_spec-1.1.1.jar;C:Usersdebing.xiao.m2
    epositorycomjaywayjsonpathjson-path2.4.0json-path-2.4.0.jar;C:Usersdebing.xiao.m2
    epository
    etminidevjson-smart2.3json-smart-2.3.jar;C:Usersdebing.xiao.m2
    epositoryorgjsoupjsoup1.11.2jsoup-1.11.2.jar;C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-core4.1.4jodd-core-4.1.4.jar;C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-lagarto4.1.4jodd-lagarto-4.1.4.jar;C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-log4.1.4jodd-log-4.1.4.jar;C:Usersdebing.xiao.m2
    epositoryorgjoddjodd-props4.1.4jodd-props-4.1.4.jar;C:Usersdebing.xiao.m2
    epositoryorgmongodbmongo-java-driver2.11.3mongo-java-driver-2.11.3.jar;C:Usersdebing.xiao.m2
    epositorycomhelgerph-css6.0.0ph-css-6.0.0.jar;C:Usersdebing.xiao.m2
    epositorycomhelgerph-commons9.0.0ph-commons-9.0.0.jar;C:Usersdebing.xiao.m2
    epositorycomgooglecodefindbugsjsr3053.0.2jsr305-3.0.2.jar;C:Usersdebing.xiao.m2
    epositorycomfifesoft
    syntaxtextarea2.6.1
    syntaxtextarea-2.6.1.jar;C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-api1.7.25slf4j-api-1.7.25.jar;C:Usersdebing.xiao.m2
    epositoryorgslf4jslf4j-ext1.7.25slf4j-ext-1.7.25.jar;C:Usersdebing.xiao.m2
    epositoryorgslf4jjcl-over-slf4j1.7.25jcl-over-slf4j-1.7.25.jar;C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-api2.10.0log4j-api-2.10.0.jar;C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-core2.10.0log4j-core-2.10.0.jar;C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-slf4j-impl2.10.0log4j-slf4j-impl-2.10.0.jar;C:Usersdebing.xiao.m2
    epositoryorgapachelogginglog4jlog4j-1.2-api2.10.0log4j-1.2-api-2.10.0.jar;C:Usersdebing.xiao.m2
    epositoryorgfreemarkerfreemarker2.3.23freemarker-2.3.23.jar; -sourcepath D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjava;D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sourcesannotations; D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSampler.java D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerT.java D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java -s D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetgenerated-sourcesannotations -g -verbose -nowarn -target 1.8 -source 1.8
    [WARNING] File encoding has not been set, using platform encoding GBK, i.e. build is platform dependent!
    [DEBUG] incrementalBuildHelper#beforeRebuildExecution
    [INFO] Compiling 4 source files to D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsampler	argetclasses
    [DEBUG] incrementalBuildHelper#afterRebuildExecution
    [INFO] [解析开始时间 RegularFileObject[D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java]]
    [INFO] [解析已完成, 用时 52 毫秒]
    [INFO] [解析开始时间 RegularFileObject[D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSampler.java]]
    [INFO] [解析已完成, 用时 6 毫秒]
    [INFO] [解析开始时间 RegularFileObject[D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerT.java]]
    [INFO] [解析已完成, 用时 0 毫秒]
    [INFO] [解析开始时间 RegularFileObject[D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java]]
    [INFO] [解析已完成, 用时 7 毫秒]
    [INFO] [共 1818 毫秒]
    [INFO] -------------------------------------------------------------
    [ERROR] COMPILATION ERROR : 
    [INFO] -------------------------------------------------------------
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[46,43] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[47,63] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[47,69] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[47,76] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[48,69] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[50,81] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[53,74] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[53,85] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[55,81] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[56,35] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[56,90] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[57,48] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[57,94] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[58,49] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[58,92] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[59,91] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[60,99] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[83,68] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[99,48] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[125,73] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[130,84] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[130,92] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[131,55] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[138,47] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[168,24] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[168,31] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[168,42] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java:[24,52] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java:[25,32] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java:[46,62] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java:[72,28] 错误: 编码GBK的不可映射字符
    [INFO] 31 errors 
    [INFO] -------------------------------------------------------------
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 10.339 s
    [INFO] Finished at: 2018-07-12T17:25:40+08:00
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project soapsampler: Compilation failure: Compilation failure: 
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[46,43] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[47,63] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[47,69] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[47,76] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[48,69] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[50,81] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[53,74] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[53,85] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[55,81] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[56,35] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[56,90] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[57,48] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[57,94] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[58,49] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[58,92] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[59,91] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[60,99] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[83,68] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[99,48] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[125,73] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[130,84] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[130,92] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[131,55] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[138,47] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[168,24] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[168,31] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapSamplerGui.java:[168,42] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java:[24,52] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java:[25,32] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java:[46,62] 错误: 编码GBK的不可映射字符
    [ERROR] D:	oolseclipse-jee-oxygen-2-win32-x86_64eclipseworkspacesoapsamplersrcmainjavasoapsamplerSoapUtils.java:[72,28] 错误: 编码GBK的不可映射字符
    [ERROR] -> [Help 1]
    org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project soapsampler: Compilation failure
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
        at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
        at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
        at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
        at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
        at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
        at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
        at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke (Method.java:498)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
    Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
        at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1161)
        at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:168)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
        at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
        at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
        at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
        at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
        at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
        at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
        at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke (Method.java:498)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
    [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
    View Code

    貌似还是编码问题哈,继续搞。。。

    在pom中加下面的配置

    <properties>  
            <!-- 文件拷贝时的编码 -->  
            <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>  
            <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>  
            <!-- 编译时的编码 -->  
            <maven.compiler.encoding>UTF-8</maven.compiler.encoding>  
        </properties>  
    View Code

    再次执行maven -X clean package

    我嚓,竟然好了,class被打到jar包里面去了

  • 相关阅读:
    研究动态扩容数据库解决方案
    研究分布式唯一ID生成,看完这篇就够
    聊聊心跳机制及netty心跳实现
    聊聊微服务熔断降级Hystrix
    聊聊ReentrantLock的内部实现
    Python迭代器和生成器
    Flask容器化部署原理与实现
    WSGI到底是什么?
    Tensorflow基础
    Python字典 你必须知道的用法系列
  • 原文地址:https://www.cnblogs.com/xiaodebing/p/9300977.html
Copyright © 2020-2023  润新知