首页 > 代码库 > IDEA Maven项目 编译的问题

IDEA Maven项目 编译的问题

 

 

 

IDEA中,点击项目的maven插件的 compile:

技术分享

出现:

[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project j360-deliver: Compilation failure: Compilation failure:
[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/hystrix/HystrixService.java:[24,67] -source 1.5 中不支持 diamond 运算符
[ERROR] (请使用 -source 7 或更高版本以启用 diamond 运算符)
[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/hystrix/HystrixService.java:[30,38] -source 1.5 中不支持 multi-catch 语句
[ERROR] (请使用 -source 7 或更高版本以启用 multi-catch 语句)
[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/service/ExpressServiceImpl.java:[47,46] -source 1.5 中不支持 diamond 运算符
[ERROR] (请使用 -source 7 或更高版本以启用 diamond 运算符)

 

为什么竟然是 1.5 。。

打开Project Structure, 竟然真的有 1.5

技术分享

 

这个好像不是我设置的。 没办法,手动改吧。 改为 1.8。 发现有提示:

技术分享

 

重新 mvn clean compile , 结果还是一样的, 说明手动修改无效。。

难道的cache 原因?  重启IDEA, 而且是 invalidate cache 模式, 无效。

打开Project Structure, 竟然又变成了 1.5 。。。

 

好吧, 我通过命令行加 调试 看看, mvn -X clean compile:

结果发现,确实某个地方被设置成了 1.5 :

[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null][DEBUG] Extension realms for project me.j360.boot.microservice:j360-deliver:jar:1.0-SNAPSHOT: (none)[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null][DEBUG] Extension realms for project me.j360.boot.microservice:j360-order:jar:1.0-SNAPSHOT: (none)[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null][DEBUG] Extension realms for project me.j360.boot.microservice:j360-profile:jar:1.0-SNAPSHOT: (none)[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null][DEBUG] Extension realms for project me.j360.boot.microservice:testaaa:jar:1.0-SNAPSHOT: (none)[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null][WARNING][WARNING] Some problems were encountered while building the effective model for me.j360.boot.microservice:j360-deliver:jar:1.0-SNAPSHOT[WARNING] build.plugins.plugin.version for org.apache.maven.plugins:maven-surefire-plugin is missing. @ me.j360.boot.microservice:j360-deliver:[unknown-version], E:\ws\git\cloud\j360-microservice\j360-deliver\pom.xml, line 112, column 21[WARNING] build.plugins.plugin.version for org.apache.maven.plugins:maven-war-plugin is missing. @ me.j360.boot.microservice:j360-deliver:[unknown-version], E:\ws\git\cloud\j360-microservice\j360-deliver\pom.xml, line 119, column 21[WARNING][WARNING] Some problems were encountered while building the effective model for me.j360.boot.microservice:j360-order:jar:1.0-SNAPSHOT[WARNING] build.plugins.plugin.version for org.apache.maven.plugins:maven-surefire-plugin is missing. @ me.j360.boot.microservice:j360-order:[unknown-version], E:\ws\git\cloud\j360-microservice\j360-order\pom.xml, line 98, column 21[WARNING] build.plugins.plugin.version for org.apache.maven.plugins:maven-war-plugin is missing. @ me.j360.boot.microservice:j360-order:[unknown-version], E:\ws\git\cloud\j360-microservice\j360-order\pom.xml, line 105, column 21[WARNING][WARNING] Some problems were encountered while building the effective model for me.j360.boot.microservice:j360-profile:jar:1.0-SNAPSHOT[WARNING] build.plugins.plugin.version for org.apache.maven.plugins:maven-surefire-plugin is missing. @ me.j360.boot.microservice:j360-profile:[unknown-version], E:\ws\git\cloud\j360-microservice\j360-profile\pom.xml, line 61, column 21[WARNING] build.plugins.plugin.version for org.apache.maven.plugins:maven-war-plugin is missing. @ me.j360.boot.microservice:j360-profile:[unknown-version], E:\ws\git\cloud\j360-microservice\j360-profile\pom.xml, line 68, column 21[WARNING][WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.[WARNING][WARNING] For this reason, future Maven versions might no longer support building such malformed projects.[WARNING][INFO] ------------------------------------------------------------------------[INFO] Reactor Build Order:[INFO][INFO] j360-microservice[INFO] j360-deliver[INFO] j360-order[INFO] j360-profile[INFO] testaaa[DEBUG] === REACTOR BUILD PLAN ================================================[DEBUG] Project: me.j360.boot.microservice:j360-microservice:pom:1.0-SNAPSHOT[DEBUG] Tasks:   [clean, compile][DEBUG] Style:   Regular[DEBUG] -----------------------------------------------------------------------[DEBUG] Project: me.j360.boot.microservice:j360-deliver:jar:1.0-SNAPSHOT[DEBUG] Tasks:   [clean, compile][DEBUG] Style:   Regular[DEBUG] -----------------------------------------------------------------------[DEBUG] Project: me.j360.boot.microservice:j360-order:jar:1.0-SNAPSHOT[DEBUG] Tasks:   [clean, compile][DEBUG] Style:   Regular[DEBUG] -----------------------------------------------------------------------[DEBUG] Project: me.j360.boot.microservice:j360-profile:jar:1.0-SNAPSHOT[DEBUG] Tasks:   [clean, compile][DEBUG] Style:   Regular[DEBUG] -----------------------------------------------------------------------[DEBUG] Project: me.j360.boot.microservice:testaaa:jar:1.0-SNAPSHOT[DEBUG] Tasks:   [clean, compile][DEBUG] Style:   Regular[DEBUG] =======================================================================[INFO][INFO] ------------------------------------------------------------------------[INFO] Building j360-microservice 1.0-SNAPSHOT[INFO] ------------------------------------------------------------------------[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] 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:       me.j360.boot.microservice:j360-microservice:1.0-SNAPSHOT[DEBUG] Dependencies (collect): [][DEBUG] Dependencies (resolve): [][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=http://www.mamicode.com/"${project.build.directory}"/>  <excludeDefaultDirectories default-value=http://www.mamicode.com/"false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>  <failOnError default-value=http://www.mamicode.com/"true">${maven.clean.failOnError}</failOnError>  <followSymLinks default-value=http://www.mamicode.com/"false">${clean.followSymLinks}</followSymLinks>  <outputDirectory default-value=http://www.mamicode.com/"${project.build.outputDirectory}"/>  <reportDirectory default-value=http://www.mamicode.com/"${project.reporting.outputDirectory}"/>  <retryOnError default-value=http://www.mamicode.com/"true">${maven.clean.retryOnError}</retryOnError>  <skip default-value=http://www.mamicode.com/"false">${clean.skip}</skip>  <testOutputDirectory default-value=http://www.mamicode.com/"${project.build.testOutputDirectory}"/>  <verbose>${clean.verbose}</verbose></configuration>[DEBUG] =======================================================================[INFO][INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j360-microservice ---[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] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=1, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2,ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=29, DefaultDependencyCollector.transformTime=5}[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@53f336eb][DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean with basic configurator -->[DEBUG]   (f) directory = E:\ws\git\cloud\j360-microservice\target[DEBUG]   (f) excludeDefaultDirectories = false[DEBUG]   (f) failOnError = true[DEBUG]   (f) followSymLinks = false[DEBUG]   (f) outputDirectory = E:\ws\git\cloud\j360-microservice\target\classes[DEBUG]   (f) reportDirectory = E:\ws\git\cloud\j360-microservice\target\site[DEBUG]   (f) retryOnError = true[DEBUG]   (f) skip = false[DEBUG]   (f) testOutputDirectory = E:\ws\git\cloud\j360-microservice\target\test-classes[DEBUG] -- end configuration --[DEBUG] Skipping non-existing directory E:\ws\git\cloud\j360-microservice\target[DEBUG] Skipping non-existing directory E:\ws\git\cloud\j360-microservice\target\classes[DEBUG] Skipping non-existing directory E:\ws\git\cloud\j360-microservice\target\test-classes[DEBUG] Skipping non-existing directory E:\ws\git\cloud\j360-microservice\target\site[INFO][INFO] ------------------------------------------------------------------------[INFO] Building j360-deliver 1.0-SNAPSHOT[INFO] ------------------------------------------------------------------------[DEBUG] Could not find metadata org.apache.maven.plugins:maven-war-plugin/maven-metadata.xml in local (C:\Users\Administrator\.m2\repository)[DEBUG] Skipped remote request for org.apache.maven.plugins:maven-war-plugin/maven-metadata.xml, locally cached metadata up-to-date.[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (https://repository.apache.org/snapshots).[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-war-plugin to 3.1.0 from repository nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public, default, releases)[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 spring-ext (http://repo.spring.io/ext-release-local/).[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for spring-milestones (http://repo.spring.io/milestone).[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for spring-snapshots (http://repo.spring.io/snapshot).[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:       me.j360.boot.microservice:j360-deliver:1.0-SNAPSHOT[DEBUG] Dependencies (collect): [][DEBUG] Dependencies (resolve): [compile][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=http://www.mamicode.com/"${project.build.directory}"/>  <excludeDefaultDirectories default-value=http://www.mamicode.com/"false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>  <failOnError default-value=http://www.mamicode.com/"true">${maven.clean.failOnError}</failOnError>  <followSymLinks default-value=http://www.mamicode.com/"false">${clean.followSymLinks}</followSymLinks>  <outputDirectory default-value=http://www.mamicode.com/"${project.build.outputDirectory}"/>  <reportDirectory default-value=http://www.mamicode.com/"${project.reporting.outputDirectory}"/>  <retryOnError default-value=http://www.mamicode.com/"true">${maven.clean.retryOnError}</retryOnError>  <skip default-value=http://www.mamicode.com/"false">${clean.skip}</skip>  <testOutputDirectory default-value=http://www.mamicode.com/"${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=http://www.mamicode.com/"${project.build.filters}"/>  <encoding default-value=http://www.mamicode.com/"${project.build.sourceEncoding}">${encoding}</encoding>  <escapeString>${maven.resources.escapeString}</escapeString>  <escapeWindowsPaths default-value=http://www.mamicode.com/"true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>  <includeEmptyDirs default-value=http://www.mamicode.com/"false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>  <outputDirectory default-value=http://www.mamicode.com/"${project.build.outputDirectory}"/>  <overwrite default-value=http://www.mamicode.com/"false">${maven.resources.overwrite}</overwrite>  <project default-value=http://www.mamicode.com/"${project}"/>  <resources default-value=http://www.mamicode.com/"${project.resources}"/>  <session default-value=http://www.mamicode.com/"${session}"/>  <supportMultiLineFiltering default-value=http://www.mamicode.com/"false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>  <useBuildFilters default-value=http://www.mamicode.com/"true"/>  <useDefaultDelimiters default-value=http://www.mamicode.com/"true"/></configuration>[DEBUG] -----------------------------------------------------------------------[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)[DEBUG] Style:         Regular[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?><configuration>  <basedir default-value=http://www.mamicode.com/"${basedir}"/>  <buildDirectory default-value=http://www.mamicode.com/"${project.build.directory}"/>  <classpathElements default-value=http://www.mamicode.com/"${project.compileClasspathElements}"/>  <compileSourceRoots default-value=http://www.mamicode.com/"${project.compileSourceRoots}"/>  <compilerId default-value=http://www.mamicode.com/"javac">${maven.compiler.compilerId}</compilerId>  <compilerReuseStrategy default-value=http://www.mamicode.com/"${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>  <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>  <debug default-value=http://www.mamicode.com/"true">${maven.compiler.debug}</debug>  <debuglevel>${maven.compiler.debuglevel}</debuglevel>  <encoding default-value=http://www.mamicode.com/"${project.build.sourceEncoding}">${encoding}</encoding>  <executable>${maven.compiler.executable}</executable>  <failOnError default-value=http://www.mamicode.com/"true">${maven.compiler.failOnError}</failOnError>  <forceJavacCompilerUse default-value=http://www.mamicode.com/"false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>  <fork default-value=http://www.mamicode.com/"false">${maven.compiler.fork}</fork>  <generatedSourcesDirectory default-value=http://www.mamicode.com/"${project.build.directory}/generated-sources/annotations"/>  <maxmem>${maven.compiler.maxmem}</maxmem>  <meminitial>${maven.compiler.meminitial}</meminitial>  <mojoExecution>${mojoExecution}</mojoExecution>  <optimize default-value=http://www.mamicode.com/"false">${maven.compiler.optimize}</optimize>  <outputDirectory default-value=http://www.mamicode.com/"${project.build.outputDirectory}"/>  <projectArtifact default-value=http://www.mamicode.com/"${project.artifact}"/>  <showDeprecation default-value=http://www.mamicode.com/"false">${maven.compiler.showDeprecation}</showDeprecation>  <showWarnings default-value=http://www.mamicode.com/"false">${maven.compiler.showWarnings}</showWarnings>  <skipMain>${maven.main.skip}</skipMain>  <skipMultiThreadWarning default-value=http://www.mamicode.com/"false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>  <source default-value=http://www.mamicode.com/"1.5">${maven.compiler.source}</source>  <staleMillis default-value=http://www.mamicode.com/"0">${lastModGranularityMs}</staleMillis>  <target default-value=http://www.mamicode.com/"1.5">${maven.compiler.target}</target>  <useIncrementalCompilation default-value=http://www.mamicode.com/"true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>  <verbose default-value=http://www.mamicode.com/"false">${maven.compiler.verbose}</verbose>  <mavenSession default-value=http://www.mamicode.com/"${session}"/>  <session default-value=http://www.mamicode.com/"${session}"/></configuration>[DEBUG] =======================================================================[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] Could not find metadata com.netflix.rxjava:rxjava-core/maven-metadata.xml in local (C:\Users\Administrator\.m2\repository)[DEBUG] Skipped remote request for com.netflix.rxjava:rxjava-core/maven-metadata.xml, locally cached metadata up-to-date.[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] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=143, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=62, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=7, ConflictResolver.conflictItemCount=120, DefaultDependencyCollector.collectTime=540, DefaultDependencyCollector.transformTime=7}[DEBUG] me.j360.boot.microservice:j360-deliver:jar:1.0-SNAPSHOT[DEBUG]    org.springframework.boot:spring-boot-starter-web:jar:1.3.5.RELEASE:compile[DEBUG]       org.springframework.boot:spring-boot-starter:jar:1.3.5.RELEASE:compile (version managed from 1.3.5.RELEASE) (optionality managed from false) (exclusions managed)[DEBUG]          org.springframework.boot:spring-boot-starter-logging:jar:1.3.5.RELEASE:compile (version managed from 1.3.5.RELEASE) (optionalitymanaged from false)[DEBUG]             ch.qos.logback:logback-classic:jar:1.1.7:compile (version managed from 1.1.7) (optionality managed from false)[DEBUG]                ch.qos.logback:logback-core:jar:1.1.7:compile (version managed from 1.1.7) (optionality managed from false)[DEBUG]             org.slf4j:jcl-over-slf4j:jar:1.7.21:compile (version managed from 1.7.21) (optionality managed from false)[DEBUG]             org.slf4j:jul-to-slf4j:jar:1.7.21:compile (version managed from 1.7.21) (optionality managed from false)[DEBUG]             org.slf4j:log4j-over-slf4j:jar:1.7.21:compile (version managed from 1.7.21) (optionality managed from false)[DEBUG]          org.yaml:snakeyaml:jar:1.16:runtime (version managed from 1.16) (optionality managed from false)[DEBUG]       org.springframework.boot:spring-boot-starter-tomcat:jar:1.3.5.RELEASE:compile (version managed from 1.3.5.RELEASE) (optionality managed from false)[DEBUG]          org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:8.0.33:compile (version managed from 8.0.33) (optionality managed from false)[DEBUG]          org.apache.tomcat.embed:tomcat-embed-websocket:jar:8.0.33:compile (version managed from 8.0.33) (optionality managed from false)[DEBUG]       org.springframework.boot:spring-boot-starter-validation:jar:1.3.5.RELEASE:compile (version managed from 1.3.5.RELEASE) (optionalitymanaged from false)[DEBUG]          org.hibernate:hibernate-validator:jar:5.2.4.Final:compile (version managed from 5.2.4.Final) (optionality managed from false)[DEBUG]             javax.validation:validation-api:jar:1.1.0.Final:compile[DEBUG]             org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile (version managed from 3.2.1.Final) (optionality managed from false)[DEBUG]             com.fasterxml:classmate:jar:1.1.0:compile[DEBUG]       com.fasterxml.jackson.core:jackson-databind:jar:2.6.6:compile (version managed from 2.6.6) (optionality managed from false)[DEBUG]          com.fasterxml.jackson.core:jackson-annotations:jar:2.6.6:compile (version managed from 2.6.0) (optionality managed from false)[DEBUG]          com.fasterxml.jackson.core:jackson-core:jar:2.6.6:compile (version managed from 2.6.6) (optionality managed from false)[DEBUG]       org.springframework:spring-web:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]       org.springframework:spring-webmvc:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]          org.springframework:spring-expression:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]    com.netflix.hystrix:hystrix-core:jar:1.3.9:compile[DEBUG]       com.netflix.rxjava:rxjava-core:jar:0.14.11:compile[DEBUG]       org.slf4j:slf4j-api:jar:1.7.21:compile (version managed from 1.7.0) (optionality managed from false)[DEBUG]       com.netflix.archaius:archaius-core:jar:0.4.1:compile[DEBUG]          commons-configuration:commons-configuration:jar:1.8:compile[DEBUG]             commons-lang:commons-lang:jar:2.6:compile[DEBUG]       com.google.code.findbugs:jsr305:jar:2.0.0:compile[DEBUG]    org.springframework:spring-jms:jar:4.2.6.RELEASE:compile[DEBUG]       org.springframework:spring-aop:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]          aopalliance:aopalliance:jar:1.0:compile[DEBUG]       org.springframework:spring-beans:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]       org.springframework:spring-context:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]       org.springframework:spring-core:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]          commons-logging:commons-logging:jar:1.2:compile[DEBUG]       org.springframework:spring-messaging:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]       org.springframework:spring-tx:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]    org.apache.activemq:activemq-broker:jar:5.12.3:compile[DEBUG]       org.apache.activemq:activemq-client:jar:5.12.3:compile (version managed from 5.12.3) (optionality managed from false)[DEBUG]          org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile[DEBUG]          org.fusesource.hawtbuf:hawtbuf:jar:1.11:compile[DEBUG]          org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile[DEBUG]       org.apache.activemq:activemq-openwire-legacy:jar:5.12.3:compile (version managed from 5.12.3) (optionality managed from false)[DEBUG]    org.apache.tomcat.embed:tomcat-embed-jasper:jar:8.0.33:provided[DEBUG]       org.apache.tomcat.embed:tomcat-embed-core:jar:8.0.33:compile (version managed from 8.0.33) (optionality managed from false)[DEBUG]       org.apache.tomcat.embed:tomcat-embed-el:jar:8.0.33:compile (version managed from 8.0.33) (optionality managed from false)[DEBUG]       org.eclipse.jdt.core.compiler:ecj:jar:4.5:provided[DEBUG]    javax.servlet:jstl:jar:1.2:compile[DEBUG]    org.springframework.boot:spring-boot-starter-aop:jar:1.3.5.RELEASE:compile[DEBUG]       org.aspectj:aspectjweaver:jar:1.8.9:compile (version managed from 1.8.9) (optionality managed from false)[DEBUG]    org.springframework.boot:spring-boot-starter-test:jar:1.3.5.RELEASE:test (exclusions managed)[DEBUG]       junit:junit:jar:4.12:test (version managed from 4.12) (optionality managed from false)[DEBUG]       org.mockito:mockito-core:jar:1.10.19:test (version managed from 1.10.19) (optionality managed from false)[DEBUG]          org.objenesis:objenesis:jar:2.1:test[DEBUG]       org.hamcrest:hamcrest-core:jar:1.3:test (version managed from 1.3) (optionality managed from false)[DEBUG]       org.hamcrest:hamcrest-library:jar:1.3:test (version managed from 1.3) (optionality managed from false)[DEBUG]       org.springframework:spring-test:jar:4.2.6.RELEASE:test (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]    org.springframework.boot:spring-boot-devtools:jar:1.3.5.RELEASE:compile[DEBUG]       org.springframework.boot:spring-boot:jar:1.3.5.RELEASE:compile (version managed from 1.3.5.RELEASE) (optionality managed from false)[DEBUG]       org.springframework.boot:spring-boot-autoconfigure:jar:1.3.5.RELEASE:compile (version managed from 1.3.5.RELEASE) (optionality managed from false)[INFO][INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j360-deliver ---[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@53f336eb][DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean with basic configurator -->[DEBUG]   (f) directory = E:\ws\git\cloud\j360-microservice\j360-deliver\target[DEBUG]   (f) excludeDefaultDirectories = false[DEBUG]   (f) failOnError = true[DEBUG]   (f) followSymLinks = false[DEBUG]   (f) outputDirectory = E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes[DEBUG]   (f) reportDirectory = E:\ws\git\cloud\j360-microservice\j360-deliver\target\site[DEBUG]   (f) retryOnError = true[DEBUG]   (f) skip = false[DEBUG]   (f) testOutputDirectory = E:\ws\git\cloud\j360-microservice\j360-deliver\target\test-classes[DEBUG] -- end configuration --[INFO] Deleting E:\ws\git\cloud\j360-microservice\j360-deliver\target[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\maven-status\maven-compiler-plugin\compile\default-compile\inputFiles.lst[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\maven-status\maven-compiler-plugin\compile\default-compile\createdFiles.lst[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\maven-status\maven-compiler-plugin\compile\default-compile[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\maven-status\maven-compiler-plugin\compile[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\maven-status\maven-compiler-plugin[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\maven-status[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js\jsviews.min.js[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js\jsrender.min.js[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js\jquery-2.1.1.js[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js\j360admin.js[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.woff2[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.woff[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.ttf[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.svg[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.eot[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\FontAwesome.otf[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.woff2[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.woff[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.ttf[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.svg[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.eot[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\css\font-awesome.min.css[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\css\font-awesome.css[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\css[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\logback-spring.xml[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\application.properties[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target[DEBUG] Skipping non-existing directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes[DEBUG] Skipping non-existing directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\test-classes[DEBUG] Skipping non-existing directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\site[INFO][INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ j360-deliver ---[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=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=99, DefaultDependencyCollector.transformTime=2}[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@53f336eb][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 = E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes[DEBUG]   (s) overwrite = false[DEBUG]   (f) project = MavenProject: me.j360.boot.microservice:j360-deliver:1.0-SNAPSHOT @ E:\ws\git\cloud\j360-microservice\j360-deliver\pom.xml[DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources, PatternSet [includes: {}, excludes: {}]}}][DEBUG]   (f) session = org.apache.maven.execution.MavenSession@414d0eec[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, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.PROMPT=$P$G, env.WDIR=E:\, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class.path=D:\Program Files\Java\jdk7\jre\lib\resources.jar;D:\Program Files\Java\jdk7\jre\lib\rt.jar;D:\Program Files\Java\jdk7\jre\lib\sunrsasign.jar;D:\Program Files\Java\jdk7\jre\lib\jsse.jar;D:\Program Files\Java\jdk7\jre\lib\jce.jar;D:\Program Files\Java\jdk7\jre\lib\charsets.jar;D:\Program Files\Java\jdk7\jre\lib\jfr.jar;D:\Program Files\Java\jdk7\jre\classes, env.COMPUTERNAME=BF-20170628QOEI, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.7.0_80-b15, env.HOMEPATH=\Users\Administrator, user.name=Administrator, maven.build.version=Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-04T03:39:06+08:00), env.WINDOWS_TRACING_FLAGS=3, env.PATH=C:\Program Files (x86)\Common Files\NetSarang;.;D:\Program Files\Java\jdk7\bin;SystemRoot%\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;d:\Program Files\Git\cmd;C:\windows\system32\;D:\Program Files\nodejs\;D:\tool\maven\apache-maven-3.5.0\bin;D:\Program Files\TortoiseSVN\bin;C:\Users\Administrator\AppData\Roaming\npm;C:\Users\Administrator\AppData\Local\atom\bin, user.language=zh, env.JVMCONFIG=\.mvn\jvm.config, env.WINDIR=C:\Windows, sun.boot.library.path=D:\Program Files\Java\jdk7\jre\bin, classworlds.conf=D:\tool\maven\apache-maven-3.5.0\bin..\bin\m2.conf, java.version=1.7.0_80, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 94 Stepping 3, GenuineIntel, env.ERLANG_HOME=d:\Program Files\erl9.0, user.timezone=Asia/Shanghai, env.TEMP=C:\Users\ADMINI~1\AppData\Local\Temp, sun.arch.data.model=64, env.EXEC_DIR=E:\ws\git\cloud\j360-microservice, env.WINDOWS_TRACING_LOGFILE=C:\BVTBin\Tests\installpackage\csilogfile.log, java.endorsed.dirs=D:\Program Files\Java\jdk7\jre\lib\endorsed, 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:\tool\maven\apache-maven-3.5.0\bin\../conf, env.JAVACMD=D:\Program Files\Java\jdk7\bin\java.exe, java.class.version=51.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=CN, java.home=D:\Program Files\Java\jdk7\jre, env.APPDATA=C:\Users\Administrator\AppData\Roaming, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, env.OS=Windows_NT, os.version=6.1, path.separator=;, java.vm.version=24.80-b11, user.variant=, env.USERPROFILE=C:\Users\Administrator, env.JAVA_HOME=D:\Program Files\Java\jdk7, java.awt.printerjob=sun.awt.windows.WPrinterJob, env.TMP=C:\Users\ADMINI~1\AppData\Local\Temp, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, user.script=, env.JAVA_HOME2=D:\program\Java\jdk8, user.home=C:\Users\Administrator, env.JENKINS_HOME=E:\ws\jenkins, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.=EXITCODE=00000001, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, env.M2_HOME=D:\tool\maven\apache-maven-3.5.0, library.jansi.path=D:\tool\maven\apache-maven-3.5.0\bin\..\lib\jansi-native\windows64, java.library.path=D:\Program Files\Java\jdk7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;.;D:\Program Files\Java\jdk7\bin;SystemRoot%\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;d:\Program Files\Git\cmd;C:\windows\system32\;D:\Program Files\nodejs\;D:\tool\maven\apache-maven-3.5.0\bin;D:\Program Files\TortoiseSVN\bin;C:\UsersAdministrator\AppData\Roaming\npm;C:\Users\Administrator\AppData\Local\atom\bin;., env.NUMBER_OF_PROCESSORS=4, java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.PSMODULEPATH=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.MAVEN_CMD_LINE_ARGS=-X  clean compile, java.vm.vendor=Oracle Corporation, maven.home=D:\tool\maven\apache-maven-3.5.0\bin\.., env.=E:=E:\ws\git\cloud\j360-microservice, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X clean compile, java.class.path=D:\tool\maven\apache-maven-3.5.0\bin\..\boot\plexus-classworlds-2.5.2.jar, env.PROGRAMW6432=C:\Program Files, maven.version=3.5.0, env.PROGRAMFILES(X86)=C:\Program Files (x86), java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\BF-20170628QOEI, java.vm.specification.version=1.7, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, java.io.tmpdir=C:\UsersADMINI~1\AppData\Local\Temp\, env.PROCESSOR_REVISION=5e03, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=E:\ws\git\cloud\j360-microservice, env.PROGRAMDATA=http://www.mamicode.com/C:/ProgramData, env.COMSPEC=C:/Windows/system32/cmd.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=D:\Program Files\Java\jdk7\jre\lib\ext;C:\Windows\Sun\Java\lib\ext, env.MAVEN_HOME=D:\tool\maven\apache-maven-3.5.0\bin\.., env.LOCALAPPDATA=http://www.mamicode.com/C:/Users/Administrator/AppData/Local, user.dir=E:/ws/git/cloud/j360-microservice, line.separator=, env.CLASSWORLDS_JAR="D:\tool\maven\apache-maven-3.5.0\bin\..\boot\plexus-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=Administrator, file.encoding=GBK, env.USERDOMAIN=BF-20170628QOEI, java.specification.version=1.7, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=E:\ws\git\cloud\j360-microservice, env.VBOX_MSI_INSTALL_PATH=D:\Program Files\Oracle\VirtualBox\}[WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform dependent![DEBUG] resource with targetPath nulldirectory E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resourcesexcludes []includes [][DEBUG] ignoreDelta true[INFO] Copying 19 resources[DEBUG] file application.properties has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\application.properties to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\application.properties[DEBUG] file logback-spring.xml has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\logback-spring.xml to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\logback-spring.xml[DEBUG] file font-awesome.css has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\font-awesome\css\font-awesome.css to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\css\font-awesome.css[DEBUG] file font-awesome.min.css has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\font-awesome\css\font-awesome.min.css to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\css\font-awesome.min.css[DEBUG] file fontawesome-webfont.eot has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\font-awesome\fonts\fontawesome-webfont.eot to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.eot[DEBUG] file fontawesome-webfont.svg has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\font-awesome\fonts\fontawesome-webfont.svg to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.svg[DEBUG] file fontawesome-webfont.ttf has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\font-awesome\fonts\fontawesome-webfont.ttf to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.ttf[DEBUG] file fontawesome-webfont.woff has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\font-awesome\fonts\fontawesome-webfont.woff to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.woff[DEBUG] file fontawesome-webfont.woff2 has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\font-awesome\fonts\fontawesome-webfont.woff2 to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.woff2[DEBUG] file FontAwesome.otf has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\font-awesome\fonts\FontAwesome.otf to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\FontAwesome.otf[DEBUG] file glyphicons-halflings-regular.eot has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\fonts\glyphicons-halflings-regular.eot to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.eot[DEBUG] file glyphicons-halflings-regular.svg has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\fonts\glyphicons-halflings-regular.svg to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.svg[DEBUG] file glyphicons-halflings-regular.ttf has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\fonts\glyphicons-halflings-regular.ttf to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.ttf[DEBUG] file glyphicons-halflings-regular.woff has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\fonts\glyphicons-halflings-regular.woff to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.woff[DEBUG] file glyphicons-halflings-regular.woff2 has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\fonts\glyphicons-halflings-regular.woff2 to E:\ws\git\cloudj360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.woff2[DEBUG] file j360admin.js has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\js\j360admin.js to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js\j360admin.js[DEBUG] file jquery-2.1.1.js has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\js\jquery-2.1.1.js to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js\jquery-2.1.1.js[DEBUG] file jsrender.min.js has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\js\jsrender.min.js to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js\jsrender.min.js[DEBUG] file jsviews.min.js has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\js\jsviews.min.js to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js\jsviews.min.js[DEBUG] no use filter components[INFO][INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ j360-deliver ---[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=0, ConflictMarker.markTime=1, ConflictMarker.nodeCount=160, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=43, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4, ConflictResolver.conflictItemCount=63, DefaultDependencyCollector.collectTime=187, DefaultDependencyCollector.transformTime=5}[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.1:[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.9:compile[DEBUG]    org.apache.maven:maven-artifact:jar:2.0.9:compile[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.5.1:compile[DEBUG]    org.apache.maven:maven-core:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-settings:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-profile:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-model:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-project:jar:2.0.9:compile[DEBUG]          org.apache.maven:maven-plugin-registry:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-monitor:jar:2.0.9:compile[DEBUG]    org.apache.maven:maven-toolchain:jar:1.0:compile[DEBUG]    org.apache.maven.shared:maven-shared-utils:jar:0.1:compile[DEBUG]       com.google.code.findbugs:jsr305:jar:2.0.1:compile[DEBUG]    org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile[DEBUG]    org.codehaus.plexus:plexus-compiler-api:jar:2.2:compile[DEBUG]    org.codehaus.plexus:plexus-compiler-manager:jar:2.2:compile[DEBUG]    org.codehaus.plexus:plexus-compiler-javac:jar:2.2:runtime[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.2.2:compile[DEBUG]       org.apache.xbean:xbean-reflect:jar:3.4:compile[DEBUG]          log4j:log4j:jar:1.2.12:compile[DEBUG]          commons-logging:commons-logging-api:jar:1.1:compile[DEBUG]       com.google.collections:google-collections:jar:1.0:compile[DEBUG]       junit:junit:jar:3.8.2:compile[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1[DEBUG]   Imported:  < maven.api[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1[DEBUG]   Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.1[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:1.5.1[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:0.1[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.1[DEBUG]   Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-api:jar:2.2[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.2[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.2[DEBUG]   Included: org.apache.xbean:xbean-reflect:jar:3.4[DEBUG]   Included: log4j:log4j:jar:1.2.12[DEBUG]   Included: commons-logging:commons-logging-api:jar:1.1[DEBUG]   Included: com.google.collections:google-collections:jar:1.0[DEBUG]   Included: junit:junit:jar:3.8.2[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@53f336eb][DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile with basic configurator -->[DEBUG]   (f) basedir = E:\ws\git\cloud\j360-microservice\j360-deliver[DEBUG]   (f) buildDirectory = E:\ws\git\cloud\j360-microservice\j360-deliver\target[DEBUG]   (f) classpathElements = [E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.3.5.RELEASE\spring-boot-starter-web-1.3.5.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter\1.3.5.RELEASE\spring-boot-starter-1.3.5.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.3.5.RELEASE\spring-boot-starter-logging-1.3.5.RELEASE.jar, C:\Users\Administrator\.m2\repository\ch\qos\logback\logback-classic\1.1.7\logback-classic-1.1.7.jar, C:\Users\Administrator\.m2\repository\ch\qos\logback\logback-core\1.1.7\logback-core-1.1.7.jar, C:\Users\Administrator\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.21\jcl-over-slf4j-1.7.21.jar, C:\Users\Administrator\.m2\repository\org\slf4j\jul-to-slf4j\1.7.21\jul-to-slf4j-1.7.21.jar, C:\Users\Administrator\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.21\log4j-over-slf4j-1.7.21.jar, C:Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.3.5.RELEASE\spring-boot-starter-tomcat-1.3.5.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-logging-juli\8.0.33\tomcat-embed-logging-juli-8.0.33.jar, C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.0.33\tomcat-embed-websocket-8.0.33.jar, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-validation\1.3.5.RELEASE\spring-boot-starter-validation-1.3.5.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\hibernate\hibernate-validator\5.2.4.Final\hibernate-validator-5.2.4.Final.jar, C:\Users\Administrator\.m2\repository\javaxvalidation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar, C:\Users\Administrator\.m2\repository\org\jboss\logging\jboss-logging\3.3.0.Final\jboss-logging-3.3.0.Final.jar, C:\Users\Administrator\.m2\repository\com\fasterxml\classmate\1.1.0\classmate-1.1.0.jar, C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.6.6\jackson-databind-2.6.6.jar, C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.6.6\jackson-annotations-2.6.6.jar, C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.6.6\jackson-core-2.6.6.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-web\4.2.6.RELEASE\spring-web-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-webmvc\4.2.6.RELEASE\spring-webmvc-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-expression\4.2.6.RELEASE\spring-expression-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\com\netflix\hystrix\hystrix-core\1.3.9\hystrix-core-1.3.9.jar, C:\Users\Administrator\.m2\repository\com\netflix\rxjava\rxjava-core\0.14.11\rxjava-core-0.14.11.jar, C:\Users\Administrator\.m2\repository\org\slf4j\slf4j-api\1.7.21\slf4j-api-1.7.21.jar, C:\Users\Administrator\.m2\repository\com\netflix\archaius\archaius-core\0.4.1\archaius-core-0.4.1.jar, C:\Users\Administrator\.m2\repository\commons-configuration\commons-configuration\1.8\commons-configuration-1.8.jar, C:\Users\Administrator\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar, C:\Users\Administrator\.m2\repository\com\google\code\findbugs\jsr305\2.0.0\jsr305-2.0.0.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-jms\4.2.6.RELEASE\spring-jms-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-aop\4.2.6.RELEASE\spring-aop-4.2.6.RELEASE.jar,C:\Users\Administrator\.m2\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-beans\4.2.6.RELEASE\spring-beans-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-context\4.2.6.RELEASE\spring-context-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-core\4.2.6.RELEASE\spring-core-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-messaging\4.2.6.RELEASE\spring-messaging-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-tx\4.2.6.RELEASE\spring-tx-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-broker\5.12.3\activemq-broker-5.12.3.jar, C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-client\5.12.3\activemq-client-5.12.3.jar, C:\Users\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar, C:\Users\Administrator\.m2\repository\org\fusesource\hawtbuf\hawtbuf\1.11\hawtbuf-1.11.jar, C:\Users\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-j2ee-management_1.1_spec\1.0.1geronimo-j2ee-management_1.1_spec-1.0.1.jar, C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-openwire-legacy\5.12.3\activemq-openwire-legacy-5.12.3.jar, C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-jasper\8.0.33\tomcat-embed-jasper-8.0.33.jar, C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.0.33\tomcat-embed-core-8.0.33.jar, C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.0.33\tomcat-embed-el-8.0.33.jar, C:\Users\Administrator\.m2\repository\org\eclipse\jdt\core\compiler\ecj\4.5\ecj-4.5.jar, C:\Users\Administrator\.m2\repository\javax\servlet\jstl\1.2\jstl-1.2.jar, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-aop\1.3.5.RELEASE\spring-boot-starter-aop-1.3.5.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\aspectj\aspectjweaver\1.8.9\aspectjweaver-1.8.9.jar, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-devtools\1.3.5.RELEASE\spring-boot-devtools-1.3.5.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot\1.3.5.RELEASE\spring-boot-1.3.5.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.3.5.RELEASE\spring-boot-autoconfigure-1.3.5.RELEASE.jar][DEBUG]   (f) compileSourceRoots = [E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java][DEBUG]   (f) compilerId = javac[DEBUG]   (f) debug = true[DEBUG]   (f) failOnError = true[DEBUG]   (f) forceJavacCompilerUse = false[DEBUG]   (f) fork = false[DEBUG]   (f) generatedSourcesDirectory = E:\ws\git\cloud\j360-microservice\j360-deliver\target\generated-sources\annotations[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: default-compile}[DEBUG]   (f) optimize = false[DEBUG]   (f) outputDirectory = E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes[DEBUG]   (f) projectArtifact = me.j360.boot.microservice:j360-deliver:jar:1.0-SNAPSHOT[DEBUG]   (f) showDeprecation = false[DEBUG]   (f) showWarnings = false[DEBUG]   (f) skipMultiThreadWarning = false[DEBUG]   (f) source = 1.5[DEBUG]   (f) staleMillis = 0[DEBUG]   (f) target = 1.5[DEBUG]   (f) useIncrementalCompilation = true[DEBUG]   (f) verbose = false[DEBUG]   (f) mavenSession = org.apache.maven.execution.MavenSession@414d0eec[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@414d0eec[DEBUG] -- end configuration --[DEBUG] Using compiler javac.[DEBUG] Source directories: [E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java][DEBUG] Classpath: [E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.3.5.RELEASE\spring-boot-starter-web-1.3.5.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter\1.3.5.RELEASE\spring-boot-starter-1.3.5.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.3.5.RELEASE\spring-boot-starter-logging-1.3.5.RELEASE.jar C:\Users\Administrator\.m2\repository\ch\qos\logback\logback-classic\1.1.7\logback-classic-1.1.7.jar C:\Users\Administrator\.m2\repository\ch\qos\logback\logback-core\1.1.7\logback-core-1.1.7.jar C:\Users\Administrator\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.21\jcl-over-slf4j-1.7.21.jar C:\Users\Administrator\.m2\repository\org\slf4j\jul-to-slf4j\1.7.21\jul-to-slf4j-1.7.21.jar C:\Users\Administrator\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.21\log4j-over-slf4j-1.7.21.jar C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.3.5.RELEASE\spring-boot-starter-tomcat-1.3.5.RELEASE.jar C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-logging-juli\8.0.33\tomcat-embed-logging-juli-8.0.33.jar C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.0.33\tomcat-embed-websocket-8.0.33.jar C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-validation\1.3.5.RELEASE\spring-boot-starter-validation-1.3.5.RELEASE.jar C:\Users\Administrator\.m2\repository\org\hibernate\hibernate-validator\5.2.4.Final\hibernate-validator-5.2.4.Final.jar C:\Users\Administrator\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar C:\Users\Administrator\.m2\repository\org\jboss\logging\jboss-logging\3.3.0.Final\jboss-logging-3.3.0.Final.jar C:\Users\Administrator\.m2\repository\com\fasterxml\classmate\1.1.0\classmate-1.1.0.jar C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.6.6\jackson-databind-2.6.6.jar C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.6.6\jackson-annotations-2.6.6.jar C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.6.6\jackson-core-2.6.6.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-web\4.2.6.RELEASE\spring-web-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-webmvc\4.2.6.RELEASE\spring-webmvc-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-expression\4.2.6.RELEASE\spring-expression-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\com\netflix\hystrix\hystrix-core\1.3.9\hystrix-core-1.3.9.jar C:\Users\Administrator\.m2\repository\com\netflix\rxjava\rxjava-core\0.14.11\rxjava-core-0.14.11.jar C:\Users\Administrator\.m2\repository\org\slf4j\slf4j-api\1.7.21\slf4j-api-1.7.21.jar C:\Users\Administrator\.m2\repository\com\netflix\archaius\archaius-core\0.4.1\archaius-core-0.4.1.jar C:\Users\Administrator\.m2\repository\commons-configuration\commons-configuration\1.8\commons-configuration-1.8.jar C:\Users\Administrator\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar C:\Users\Administrator\.m2\repository\com\google\code\findbugs\jsr305\2.0.0\jsr305-2.0.0.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-jms\4.2.6.RELEASE\spring-jms-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-aop\4.2.6.RELEASE\spring-aop-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-beans\4.2.6.RELEASE\spring-beans-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-context\4.2.6.RELEASE\spring-context-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-core\4.2.6.RELEASE\spring-core-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-messaging\4.2.6.RELEASE\spring-messaging-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-tx\4.2.6.RELEASE\spring-tx-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-broker\5.12.3\activemq-broker-5.12.3.jar C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-client\5.12.3\activemq-client-5.12.3.jar C:\Users\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar C:\Users\Administrator\.m2\repository\org\fusesource\hawtbuf\hawtbuf\1.11\hawtbuf-1.11.jar C:\Users\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-j2ee-management_1.1_spec\1.0.1\geronimo-j2ee-management_1.1_spec-1.0.1.jar C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-openwire-legacy\5.12.3\activemq-openwire-legacy-5.12.3.jar C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-jasper\8.0.33\tomcat-embed-jasper-8.0.33.jar C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.0.33\tomcat-embed-core-8.0.33.jar C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.0.33\tomcat-embed-el-8.0.33.jar C:\Users\Administrator\.m2\repository\org\eclipse\jdt\core\compiler\ecj\4.5\ecj-4.5.jar C:\Users\Administrator\.m2\repository\javax\servlet\jstl\1.2\jstl-1.2.jar C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-aop\1.3.5.RELEASE\spring-boot-starter-aop-1.3.5.RELEASE.jar C:\Users\Administrator\.m2\repository\org\aspectj\aspectjweaver\1.8.9\aspectjweaver-1.8.9.jar C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-devtools\1.3.5.RELEASE\spring-boot-devtools-1.3.5.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot\1.3.5.RELEASE\spring-boot-1.3.5.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.3.5.RELEASE\spring-boot-autoconfigure-1.3.5.RELEASE.jar][DEBUG] Output directory: E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes[DEBUG] CompilerReuseStrategy: reuseCreated[DEBUG] useIncrementalCompilation enabled[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\api\hystrix\HystrixService.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\web\ExpressController.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\J360Application.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\api\hystrix\AsyncResponse.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\service\ExpressService.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\api\ExpressApi.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\J360Configuration.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\service\ExpressServiceImpl.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\api\hystrix\BackendServiceCallable.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\api\HystrixAdvice.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\domain\Express.java[INFO] Changes detected - recompiling the module![DEBUG] Classpath:[DEBUG]  E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.3.5.RELEASE\spring-boot-starter-web-1.3.5.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter\1.3.5.RELEASE\spring-boot-starter-1.3.5.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.3.5.RELEASE\spring-boot-starter-logging-1.3.5.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\ch\qos\logback\logback-classic\1.1.7\logback-classic-1.1.7.jar[DEBUG]  C:\Users\Administrator\.m2\repository\ch\qos\logback\logback-core\1.1.7\logback-core-1.1.7.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.21\jcl-over-slf4j-1.7.21.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\slf4j\jul-to-slf4j\1.7.21\jul-to-slf4j-1.7.21.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.21\log4j-over-slf4j-1.7.21.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.3.5.RELEASE\spring-boot-starter-tomcat-1.3.5.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-logging-juli\8.0.33\tomcat-embed-logging-juli-8.0.33.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.0.33\tomcat-embed-websocket-8.0.33.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-validation\1.3.5.RELEASE\spring-boot-starter-validation-1.3.5.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\hibernate\hibernate-validator\5.2.4.Final\hibernate-validator-5.2.4.Final.jar[DEBUG]  C:\Users\Administrator\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\jboss\logging\jboss-logging\3.3.0.Final\jboss-logging-3.3.0.Final.jar[DEBUG]  C:\Users\Administrator\.m2\repository\com\fasterxml\classmate\1.1.0\classmate-1.1.0.jar[DEBUG]  C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.6.6\jackson-databind-2.6.6.jar[DEBUG]  C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.6.6\jackson-annotations-2.6.6.jar[DEBUG]  C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.6.6\jackson-core-2.6.6.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-web\4.2.6.RELEASE\spring-web-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-webmvc\4.2.6.RELEASE\spring-webmvc-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-expression\4.2.6.RELEASE\spring-expression-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\com\netflix\hystrix\hystrix-core\1.3.9\hystrix-core-1.3.9.jar[DEBUG]  C:\Users\Administrator\.m2\repository\com\netflix\rxjava\rxjava-core\0.14.11\rxjava-core-0.14.11.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\slf4j\slf4j-api\1.7.21\slf4j-api-1.7.21.jar[DEBUG]  C:\Users\Administrator\.m2\repository\com\netflix\archaius\archaius-core\0.4.1\archaius-core-0.4.1.jar[DEBUG]  C:\Users\Administrator\.m2\repository\commons-configuration\commons-configuration\1.8\commons-configuration-1.8.jar[DEBUG]  C:\Users\Administrator\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar[DEBUG]  C:\Users\Administrator\.m2\repository\com\google\code\findbugs\jsr305\2.0.0\jsr305-2.0.0.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-jms\4.2.6.RELEASE\spring-jms-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-aop\4.2.6.RELEASE\spring-aop-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-beans\4.2.6.RELEASE\spring-beans-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-context\4.2.6.RELEASE\spring-context-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-core\4.2.6.RELEASE\spring-core-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-messaging\4.2.6.RELEASE\spring-messaging-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-tx\4.2.6.RELEASE\spring-tx-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-broker\5.12.3\activemq-broker-5.12.3.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-client\5.12.3\activemq-client-5.12.3.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\fusesource\hawtbuf\hawtbuf\1.11\hawtbuf-1.11.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-j2ee-management_1.1_spec\1.0.1\geronimo-j2ee-management_1.1_spec-1.0.1.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-openwire-legacy\5.12.3\activemq-openwire-legacy-5.12.3.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-jasper\8.0.33\tomcat-embed-jasper-8.0.33.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.0.33\tomcat-embed-core-8.0.33.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.0.33\tomcat-embed-el-8.0.33.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\eclipse\jdt\core\compiler\ecj\4.5\ecj-4.5.jar[DEBUG]  C:\Users\Administrator\.m2\repository\javax\servlet\jstl\1.2\jstl-1.2.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-aop\1.3.5.RELEASE\spring-boot-starter-aop-1.3.5.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\aspectj\aspectjweaver\1.8.9\aspectjweaver-1.8.9.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-devtools\1.3.5.RELEASE\spring-boot-devtools-1.3.5.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot\1.3.5.RELEASE\spring-boot-1.3.5.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.3.5.RELEASE\spring-boot-autoconfigure-1.3.5.RELEASE.jar[DEBUG] Source roots:[DEBUG]  E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java[DEBUG] Command line options:[DEBUG] -d E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes -classpath E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.3.5.RELEASE\spring-boot-starter-web-1.3.5.RELEASE.jar;C:Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter\1.3.5.RELEASE\spring-boot-starter-1.3.5.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.3.5.RELEASE\spring-boot-starter-logging-1.3.5.RELEASE.jar;C:\UsersAdministrator\.m2\repository\ch\qos\logback\logback-classic\1.1.7\logback-classic-1.1.7.jar;C:\Users\Administrator\.m2\repository\ch\qos\logback\logback-core\1.1.7\logback-core-1.1.7.jar;C:\Users\Administrator\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.21\jcl-over-slf4j-1.7.21.jar;C:\UsersAdministrator\.m2\repository\org\slf4j\jul-to-slf4j\1.7.21\jul-to-slf4j-1.7.21.jar;C:\Users\Administrator\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.21\log4j-over-slf4j-1.7.21.jar;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.3.5.RELEASE\spring-boot-starter-tomcat-1.3.5.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-logging-juli\8.0.33\tomcat-embed-logging-juli-8.0.33.jar;C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.0.33\tomcat-embed-websocket-8.0.33.jar;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-validation\1.3.5.RELEASE\spring-boot-starter-validation-1.3.5.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\hibernate\hibernate-validator\5.2.4.Final\hibernate-validator-5.2.4.Final.jar;C:\UsersAdministrator\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;C:\Users\Administrator\.m2\repository\orgjboss\logging\jboss-logging\3.3.0.Final\jboss-logging-3.3.0.Final.jar;C:\Users\Administrator\.m2\repository\com\fasterxml\classmate\1.1.0\classmate-1.1.0.jar;C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.6.6\jackson-databind-2.6.6.jar;C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.6.6\jackson-annotations-2.6.6.jar;C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.6.6\jackson-core-2.6.6.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-web\4.2.6.RELEASEspring-web-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-webmvc\4.2.6.RELEASE\spring-webmvc-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-expression\4.2.6.RELEASE\spring-expression-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\com\netflix\hystrix\hystrix-core\1.3.9\hystrix-core-1.3.9.jar;C:\Users\Administrator\.m2\repository\com\netflix\rxjava\rxjava-core\0.14.11\rxjava-core-0.14.11.jar;C:\Users\Administrator\.m2\repository\org\slf4j\slf4j-api\1.7.21\slf4j-api-1.7.21.jar;C:\Users\Administrator\.m2\repository\com\netflix\archaius\archaius-core\0.4.1\archaius-core-0.4.1.jar;C:\Users\Administrator\.m2\repository\commons-configuration\commons-configuration\1.8\commons-configuration-1.8.jar;C:\Users\Administrator\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;C:\Users\Administrator\.m2\repository\com\google\code\findbugs\jsr305\2.0.0\jsr305-2.0.0.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-jms\4.2.6.RELEASE\spring-jms-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-aop\4.2.6.RELEASE\spring-aop-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-beans\4.2.6.RELEASE\spring-beans-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-context4.2.6.RELEASE\spring-context-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-core\4.2.6.RELEASE\spring-core-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-messaging\4.2.6.RELEASE\spring-messaging-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-tx\4.2.6.RELEASE\spring-tx-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-broker\5.12.3\activemq-broker-5.12.3.jar;C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-client\5.12.3\activemq-client-5.12.3.jar;C:\Users\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar;C:\Users\Administrator\.m2\repository\org\fusesource\hawtbuf\hawtbuf\1.11\hawtbuf-1.11.jar;C:\Users\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-j2ee-management_1.1_spec1.0.1\geronimo-j2ee-management_1.1_spec-1.0.1.jar;C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-openwire-legacy\5.12.3\activemq-openwire-legacy-5.12.3.jar;C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-jasper\8.0.33\tomcat-embed-jasper-8.0.33.jar;C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.0.33\tomcat-embed-core-8.0.33.jar;C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.0.33\tomcat-embed-el-8.0.33.jar;C:\Users\Administrator\.m2\repository\org\eclipse\jdt\core\compiler\ecj\4.5\ecj-4.5.jar;C:\Users\Administrator\.m2\repository\javax\servlet\jstl\1.2\jstl-1.2.jar;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-aop\1.3.5.RELEASE\spring-boot-starter-aop-1.3.5.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\aspectj\aspectjweaver\1.8.9\aspectjweaver-1.8.9.jar;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-devtools\1.3.5.RELEASE\spring-boot-devtools-1.3.5.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot\1.3.5.RELEASE\spring-boot-1.3.5.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.3.5.RELEASE\spring-boot-autoconfigure-1.3.5.RELEASE.jar; -sourcepath E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java; -g -nowarn -target 1.5 -source 1.5[WARNING] File encoding has not been set, using platform encoding GBK, i.e. build is platform dependent![DEBUG] incrementalBuildHelper#beforeRebuildExecution[INFO] Compiling 11 source files to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes[DEBUG] incrementalBuildHelper#afterRebuildExecution[INFO] -------------------------------------------------------------[ERROR] COMPILATION ERROR :[INFO] -------------------------------------------------------------[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/HystrixAdvice.java:[34,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/HystrixAdvice.java:[47,17] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/HystrixAdvice.java:[47,40] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/ExpressApi.java:[29,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/J360Configuration.java:[14,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/hystrix/HystrixService.java:[13,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/hystrix/HystrixService.java:[24,67] -source 1.5 中不支持 diamond 运算符  (请使用 -source 7 或更高版本以启用 diamond 运算符)[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/hystrix/HystrixService.java:[30,38] -source 1.5 中不支持 multi-catch 语句  (请使用 -source 7 或更高版本以启用 multi-catch 语句)[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/service/ExpressServiceImpl.java:[19,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/service/ExpressServiceImpl.java:[47,46] -source 1.5 中不支持 diamond 运算符  (请使用 -source 7 或更高版本以启用 diamond 运算符)[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/hystrix/AsyncResponse.java:[10,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/J360Application.java:[10,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/hystrix/BackendServiceCallable.java:[13,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/domain/Express.java:[10,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/service/ExpressService.java:[14,8] 编码GBK的不可映射字符[INFO] 15 errors[INFO] -------------------------------------------------------------[INFO] ------------------------------------------------------------------------[INFO] Reactor Summary:[INFO][INFO] j360-microservice .................................. SUCCESS [  0.160 s][INFO] j360-deliver ....................................... FAILURE [  1.609 s][INFO] j360-order ......................................... SKIPPED[INFO] j360-profile ....................................... SKIPPED[INFO] testaaa ............................................ SKIPPED[INFO] ------------------------------------------------------------------------[INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] Total time: 2.066 s[INFO] Finished at: 2017-08-10T17:46:54+08:00[INFO] Final Memory: 16M/367M[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project j360-deliver: Compilation failure: Compilation failure:[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/HystrixAdvice.java:[34,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/HystrixAdvice.java:[47,17] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/HystrixAdvice.java:[47,40] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/ExpressApi.java:[29,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/J360Configuration.java:[14,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/hystrix/HystrixService.java:[13,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/hystrix/HystrixService.java:[24,67] -source 1.5 中不支持 diamond 运算符[ERROR]   (请使用 -source 7 或更高版本以启用 diamond 运算符)[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/hystrix/HystrixService.java:[30,38] -source 1.5 中不支持 multi-catch 语句[ERROR]   (请使用 -source 7 或更高版本以启用 multi-catch 语句)[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/service/ExpressServiceImpl.java:[19,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/service/ExpressServiceImpl.java:[47,46] -source 1.5 中不支持 diamond 运算符[ERROR]   (请使用 -source 7 或更高版本以启用 diamond 运算符)[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/hystrix/AsyncResponse.java:[10,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/J360Application.java:[10,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/api/hystrix/BackendServiceCallable.java:[13,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/domain/Express.java:[10,8] 编码GBK的不可映射字符[ERROR] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/boot/microservice/service/ExpressService.java:[14,8] 编码GBK的不可映射字符[ERROR] -> [Help 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project j360-deliver: 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:51)        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)        at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)        at java.lang.reflect.Method.invoke(Method.java:606)        at 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:858)        at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:129)        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)        ... 20 more[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[ERROR][ERROR] After correcting the problems, you can resume the build with the command[ERROR]   mvn <goals> -rf :j360-deliver

 

注意其中的

  <source default-value="http://www.mamicode.com/1.5">${maven.compiler.source}</source>
...
[DEBUG] (f) source
= 1.5[DEBUG] (f) staleMillis = 0[DEBUG] (f) target = 1.5

 

难道是IDEA 的某些默认设置导致的? 检查 .idea 目录:

技术分享

 

 再看看 Settings, 也是一样的, 可以手动改, 但是改完又变成了原样。。。。。 

技术分享

 

仔细检查了 mvn -X clean compile 的输出, 忽然想到了, 应该是 compile 插件的问题:

[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile), 于是, pom 的build 节点下增加下面配置:

            <plugin>                <artifactId>maven-compiler-plugin</artifactId>                <groupId>org.apache.maven.plugins</groupId>                <configuration>                    <source>1.8</source>                    <target>1.8</target>                </configuration>            </plugin>

 

基本 ok 了 ! (为什么之前没有设置, 没有出现这个问题呢?)

不过, 命令行执行 mvn ... 中文问题还是存在, why ?

射字符
[WARNING] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/
boot/microservice/api/hystrix/AsyncResponse.java:[10,8] 编码GBK的不可映射字符
[WARNING] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/
boot/microservice/api/hystrix/HystrixService.java:[13,8] 编码GBK的不可映射字符
[WARNING] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/
boot/microservice/api/ExpressApi.java:[29,8] 编码GBK的不可映射字符
[WARNING] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/
boot/microservice/service/ExpressServiceImpl.java:[19,8] 编码GBK的不可映射字符
[WARNING] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/
boot/microservice/domain/Express.java:[10,8] 编码GBK的不可映射字符
[WARNING] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/
boot/microservice/api/HystrixAdvice.java:[34,8] 编码GBK的不可映射字符
[WARNING] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/
boot/microservice/api/HystrixAdvice.java:[47,17] 编码GBK的不可映射字符
[WARNING] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/
boot/microservice/api/HystrixAdvice.java:[47,40] 编码GBK的不可映射字符
[WARNING] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/
boot/microservice/J360Configuration.java:[14,8] 编码GBK的不可映射字符
[WARNING] /E:/ws/git/cloud/j360-microservice/j360-deliver/src/main/java/me/j360/
boot/microservice/web/ExpressController.java: 某些输入文件使用了未经检查或不安全
的操作。

 

不过在IDEA 的项目的 maven 插件中点击执行, 则不会出现, 观察,发现有:

[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!

那就加上编码设置吧:

<plugin>                <artifactId>maven-compiler-plugin</artifactId>                <groupId>org.apache.maven.plugins</groupId>                <configuration>                    <!--<encoding-->                    <source>1.8</source>                    <target>1.8</target>                    <encoding>UTF-8</encoding>                </configuration>            </plugin>

 

ok,基本上, 编译不会有问题了!

 

PS:

我本机的jdk 是 1.7,

<source>1.8</source><target>1.8</target>

设置了source = 1.8 时 执行 mvn .. 出现:

[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:\tool\maven\apache-maven-3.5.0\bin\..\conf\settings.xml[DEBUG] Reading user settings from C:\Users\Administrator\.m2\settings.xml[DEBUG] Reading global toolchains from D:\tool\maven\apache-maven-3.5.0\bin\..\conf\toolchains.xml[DEBUG] Reading user toolchains from C:\Users\Administrator\.m2\toolchains.xml[DEBUG] Using local repository at C:\Users\Administrator\.m2\repository[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\Administrator\.m2\repository[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 me.j360.boot.microservice:j360-microservice:pom:1.0-SNAPSHOT: (none)[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null][DEBUG] Extension realms for project me.j360.boot.microservice:j360-deliver:jar:1.0-SNAPSHOT: (none)[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null][DEBUG] Extension realms for project me.j360.boot.microservice:j360-order:jar:1.0-SNAPSHOT: (none)[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null][DEBUG] Extension realms for project me.j360.boot.microservice:j360-profile:jar:1.0-SNAPSHOT: (none)[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null][DEBUG] Extension realms for project me.j360.boot.microservice:testaaa:jar:1.0-SNAPSHOT: (none)[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null][WARNING][WARNING] Some problems were encountered while building the effective model for me.j360.boot.microservice:j360-deliver:jar:1.0-SNAPSHOT[WARNING] build.plugins.plugin.version for org.apache.maven.plugins:maven-compiler-plugin is missing. @ me.j360.boot.microservice:j360-deliver:[unknown-version], E:\ws\git\cloud\j360-microservice\j360-deliver\pom.xml, line 128, column 21[WARNING] build.plugins.plugin.version for org.apache.maven.plugins:maven-surefire-plugin is missing. @ me.j360.boot.microservice:j360-deliver:[unknown-version], E:\ws\git\cloud\j360-microservice\j360-deliver\pom.xml, line 112, column 21[WARNING] build.plugins.plugin.version for org.apache.maven.plugins:maven-war-plugin is missing. @ me.j360.boot.microservice:j360-deliver:[unknown-version], E:\ws\git\cloud\j360-microservice\j360-deliver\pom.xml, line 119, column 21[WARNING][WARNING] Some problems were encountered while building the effective model for me.j360.boot.microservice:j360-order:jar:1.0-SNAPSHOT[WARNING] build.plugins.plugin.version for org.apache.maven.plugins:maven-compiler-plugin is missing. @ me.j360.boot.microservice:j360-order:[unknown-version], E:\ws\git\cloud\j360-microservice\j360-order\pom.xml, line 113, column 21[WARNING] build.plugins.plugin.version for org.apache.maven.plugins:maven-surefire-plugin is missing. @ me.j360.boot.microservice:j360-order:[unknown-version], E:\ws\git\cloud\j360-microservice\j360-order\pom.xml, line 98, column 21[WARNING] build.plugins.plugin.version for org.apache.maven.plugins:maven-war-plugin is missing. @ me.j360.boot.microservice:j360-order:[unknown-version], E:\ws\git\cloud\j360-microservice\j360-order\pom.xml, line 105, column 21[WARNING][WARNING] Some problems were encountered while building the effective model for me.j360.boot.microservice:j360-profile:jar:1.0-SNAPSHOT[WARNING] build.plugins.plugin.version for org.apache.maven.plugins:maven-compiler-plugin is missing. @ me.j360.boot.microservice:j360-profile:[unknown-version], E:\ws\git\cloud\j360-microservice\j360-profile\pom.xml, line 75, column 21[WARNING] build.plugins.plugin.version for org.apache.maven.plugins:maven-surefire-plugin is missing. @ me.j360.boot.microservice:j360-profile:[unknown-version], E:\ws\git\cloud\j360-microservice\j360-profile\pom.xml, line 61, column 21[WARNING] build.plugins.plugin.version for org.apache.maven.plugins:maven-war-plugin is missing. @ me.j360.boot.microservice:j360-profile:[unknown-version], E:\ws\git\cloud\j360-microservice\j360-profile\pom.xml, line 68, column 21[WARNING][WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.[WARNING][WARNING] For this reason, future Maven versions might no longer support building such malformed projects.[WARNING][INFO] ------------------------------------------------------------------------[INFO] Reactor Build Order:[INFO][INFO] j360-microservice[INFO] j360-deliver[INFO] j360-order[INFO] j360-profile[INFO] testaaa[DEBUG] === REACTOR BUILD PLAN ================================================[DEBUG] Project: me.j360.boot.microservice:j360-microservice:pom:1.0-SNAPSHOT[DEBUG] Tasks:   [clean, compile][DEBUG] Style:   Regular[DEBUG] -----------------------------------------------------------------------[DEBUG] Project: me.j360.boot.microservice:j360-deliver:jar:1.0-SNAPSHOT[DEBUG] Tasks:   [clean, compile][DEBUG] Style:   Regular[DEBUG] -----------------------------------------------------------------------[DEBUG] Project: me.j360.boot.microservice:j360-order:jar:1.0-SNAPSHOT[DEBUG] Tasks:   [clean, compile][DEBUG] Style:   Regular[DEBUG] -----------------------------------------------------------------------[DEBUG] Project: me.j360.boot.microservice:j360-profile:jar:1.0-SNAPSHOT[DEBUG] Tasks:   [clean, compile][DEBUG] Style:   Regular[DEBUG] -----------------------------------------------------------------------[DEBUG] Project: me.j360.boot.microservice:testaaa:jar:1.0-SNAPSHOT[DEBUG] Tasks:   [clean, compile][DEBUG] Style:   Regular[DEBUG] =======================================================================[INFO][INFO] ------------------------------------------------------------------------[INFO] Building j360-microservice 1.0-SNAPSHOT[INFO] ------------------------------------------------------------------------[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] 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:       me.j360.boot.microservice:j360-microservice:1.0-SNAPSHOT[DEBUG] Dependencies (collect): [][DEBUG] Dependencies (resolve): [][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=http://www.mamicode.com/"${project.build.directory}"/>  <excludeDefaultDirectories default-value=http://www.mamicode.com/"false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>  <failOnError default-value=http://www.mamicode.com/"true">${maven.clean.failOnError}</failOnError>  <followSymLinks default-value=http://www.mamicode.com/"false">${clean.followSymLinks}</followSymLinks>  <outputDirectory default-value=http://www.mamicode.com/"${project.build.outputDirectory}"/>  <reportDirectory default-value=http://www.mamicode.com/"${project.reporting.outputDirectory}"/>  <retryOnError default-value=http://www.mamicode.com/"true">${maven.clean.retryOnError}</retryOnError>  <skip default-value=http://www.mamicode.com/"false">${clean.skip}</skip>  <testOutputDirectory default-value=http://www.mamicode.com/"${project.build.testOutputDirectory}"/>  <verbose>${clean.verbose}</verbose></configuration>[DEBUG] =======================================================================[INFO][INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j360-microservice ---[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] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=30, DefaultDependencyCollector.transformTime=5}[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@53f336eb][DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean with basic configurator -->[DEBUG]   (f) directory = E:\ws\git\cloud\j360-microservice\target[DEBUG]   (f) excludeDefaultDirectories = false[DEBUG]   (f) failOnError = true[DEBUG]   (f) followSymLinks = false[DEBUG]   (f) outputDirectory = E:\ws\git\cloud\j360-microservice\target\classes[DEBUG]   (f) reportDirectory = E:\ws\git\cloud\j360-microservice\target\site[DEBUG]   (f) retryOnError = true[DEBUG]   (f) skip = false[DEBUG]   (f) testOutputDirectory = E:\ws\git\cloud\j360-microservice\target\test-classes[DEBUG] -- end configuration --[DEBUG] Skipping non-existing directory E:\ws\git\cloud\j360-microservice\target[DEBUG] Skipping non-existing directory E:\ws\git\cloud\j360-microservice\target\classes[DEBUG] Skipping non-existing directory E:\ws\git\cloud\j360-microservice\target\test-classes[DEBUG] Skipping non-existing directory E:\ws\git\cloud\j360-microservice\target\site[INFO][INFO] ------------------------------------------------------------------------[INFO] Building j360-deliver 1.0-SNAPSHOT[INFO] ------------------------------------------------------------------------[DEBUG] Could not find metadata org.apache.maven.plugins:maven-war-plugin/maven-metadata.xml in local (C:\Users\Administrator\.m2\repository)[DEBUG] Skipped remote request for org.apache.maven.plugins:maven-war-plugin/maven-metadata.xml, locally cached metadata up-to-date.[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (https://repository.apache.org/snapshots).[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-war-plugin to 3.1.0 from repository nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public, default, releases)[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 spring-ext (http://repo.spring.io/ext-release-local/).[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for spring-milestones (http://repo.spring.io/milestone).[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for spring-snapshots (http://repo.spring.io/snapshot).[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:       me.j360.boot.microservice:j360-deliver:1.0-SNAPSHOT[DEBUG] Dependencies (collect): [][DEBUG] Dependencies (resolve): [compile][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=http://www.mamicode.com/"${project.build.directory}"/>  <excludeDefaultDirectories default-value=http://www.mamicode.com/"false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>  <failOnError default-value=http://www.mamicode.com/"true">${maven.clean.failOnError}</failOnError>  <followSymLinks default-value=http://www.mamicode.com/"false">${clean.followSymLinks}</followSymLinks>  <outputDirectory default-value=http://www.mamicode.com/"${project.build.outputDirectory}"/>  <reportDirectory default-value=http://www.mamicode.com/"${project.reporting.outputDirectory}"/>  <retryOnError default-value=http://www.mamicode.com/"true">${maven.clean.retryOnError}</retryOnError>  <skip default-value=http://www.mamicode.com/"false">${clean.skip}</skip>  <testOutputDirectory default-value=http://www.mamicode.com/"${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=http://www.mamicode.com/"${project.build.filters}"/>  <encoding default-value=http://www.mamicode.com/"${project.build.sourceEncoding}">${encoding}</encoding>  <escapeString>${maven.resources.escapeString}</escapeString>  <escapeWindowsPaths default-value=http://www.mamicode.com/"true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>  <includeEmptyDirs default-value=http://www.mamicode.com/"false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>  <outputDirectory default-value=http://www.mamicode.com/"${project.build.outputDirectory}"/>  <overwrite default-value=http://www.mamicode.com/"false">${maven.resources.overwrite}</overwrite>  <project default-value=http://www.mamicode.com/"${project}"/>  <resources default-value=http://www.mamicode.com/"${project.resources}"/>  <session default-value=http://www.mamicode.com/"${session}"/>  <supportMultiLineFiltering default-value=http://www.mamicode.com/"false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>  <useBuildFilters default-value=http://www.mamicode.com/"true"/>  <useDefaultDelimiters default-value=http://www.mamicode.com/"true"/></configuration>[DEBUG] -----------------------------------------------------------------------[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)[DEBUG] Style:         Regular[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?><configuration>  <basedir default-value=http://www.mamicode.com/"${basedir}"/>  <buildDirectory default-value=http://www.mamicode.com/"${project.build.directory}"/>  <classpathElements default-value=http://www.mamicode.com/"${project.compileClasspathElements}"/>  <compileSourceRoots default-value=http://www.mamicode.com/"${project.compileSourceRoots}"/>  <compilerId default-value=http://www.mamicode.com/"javac">${maven.compiler.compilerId}</compilerId>  <compilerReuseStrategy default-value=http://www.mamicode.com/"${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>  <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>  <debug default-value=http://www.mamicode.com/"true">${maven.compiler.debug}</debug>  <debuglevel>${maven.compiler.debuglevel}</debuglevel>  <encoding default-value=http://www.mamicode.com/"${project.build.sourceEncoding}">${encoding}</encoding>  <executable>${maven.compiler.executable}</executable>  <failOnError default-value=http://www.mamicode.com/"true">${maven.compiler.failOnError}</failOnError>  <forceJavacCompilerUse default-value=http://www.mamicode.com/"false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>  <fork default-value=http://www.mamicode.com/"false">${maven.compiler.fork}</fork>  <generatedSourcesDirectory default-value=http://www.mamicode.com/"${project.build.directory}/generated-sources/annotations"/>  <maxmem>${maven.compiler.maxmem}</maxmem>  <meminitial>${maven.compiler.meminitial}</meminitial>  <mojoExecution>${mojoExecution}</mojoExecution>  <optimize default-value=http://www.mamicode.com/"false">${maven.compiler.optimize}</optimize>  <outputDirectory default-value=http://www.mamicode.com/"${project.build.outputDirectory}"/>  <projectArtifact default-value=http://www.mamicode.com/"${project.artifact}"/>  <showDeprecation default-value=http://www.mamicode.com/"false">${maven.compiler.showDeprecation}</showDeprecation>  <showWarnings default-value=http://www.mamicode.com/"false">${maven.compiler.showWarnings}</showWarnings>  <skipMain>${maven.main.skip}</skipMain>  <skipMultiThreadWarning default-value=http://www.mamicode.com/"false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>  <source default-value=http://www.mamicode.com/"1.5">1.8</source>  <staleMillis default-value=http://www.mamicode.com/"0">${lastModGranularityMs}</staleMillis>  <target default-value=http://www.mamicode.com/"1.5">1.8</target>  <useIncrementalCompilation default-value=http://www.mamicode.com/"true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>  <verbose default-value=http://www.mamicode.com/"false">${maven.compiler.verbose}</verbose>  <mavenSession default-value=http://www.mamicode.com/"${session}"/>  <session default-value=http://www.mamicode.com/"${session}"/></configuration>[DEBUG] =======================================================================[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] Could not find metadata com.netflix.rxjava:rxjava-core/maven-metadata.xml in local (C:\Users\Administrator\.m2\repository)[DEBUG] Skipped remote request for com.netflix.rxjava:rxjava-core/maven-metadata.xml, locally cached metadata up-to-date.[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] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=143, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=62, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=7, ConflictResolver.conflictItemCount=120, DefaultDependencyCollector.collectTime=389, DefaultDependencyCollector.transformTime=7}[DEBUG] me.j360.boot.microservice:j360-deliver:jar:1.0-SNAPSHOT[DEBUG]    org.springframework.boot:spring-boot-starter-web:jar:1.3.5.RELEASE:compile[DEBUG]       org.springframework.boot:spring-boot-starter:jar:1.3.5.RELEASE:compile (version managed from 1.3.5.RELEASE) (optionality managed from false) (exclusions managed)[DEBUG]          org.springframework.boot:spring-boot-starter-logging:jar:1.3.5.RELEASE:compile (version managed from 1.3.5.RELEASE) (optionality managed from false)[DEBUG]             ch.qos.logback:logback-classic:jar:1.1.7:compile (version managed from 1.1.7) (optionality managed from false)[DEBUG]                ch.qos.logback:logback-core:jar:1.1.7:compile (version managed from 1.1.7) (optionality managed from false)[DEBUG]             org.slf4j:jcl-over-slf4j:jar:1.7.21:compile (version managed from 1.7.21) (optionality managed from false)[DEBUG]             org.slf4j:jul-to-slf4j:jar:1.7.21:compile (version managed from 1.7.21) (optionality managed from false)[DEBUG]             org.slf4j:log4j-over-slf4j:jar:1.7.21:compile (version managed from 1.7.21) (optionality managed from false)[DEBUG]          org.yaml:snakeyaml:jar:1.16:runtime (version managed from 1.16) (optionality managed from false)[DEBUG]       org.springframework.boot:spring-boot-starter-tomcat:jar:1.3.5.RELEASE:compile (version managed from 1.3.5.RELEASE) (optionality managed from false)[DEBUG]          org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:8.0.33:compile (version managed from 8.0.33) (optionality managed from false)[DEBUG]          org.apache.tomcat.embed:tomcat-embed-websocket:jar:8.0.33:compile (version managed from 8.0.33) (optionality managed from false)[DEBUG]       org.springframework.boot:spring-boot-starter-validation:jar:1.3.5.RELEASE:compile (version managed from 1.3.5.RELEASE) (optionality managed from false)[DEBUG]          org.hibernate:hibernate-validator:jar:5.2.4.Final:compile (version managed from 5.2.4.Final) (optionality managed from false)[DEBUG]             javax.validation:validation-api:jar:1.1.0.Final:compile[DEBUG]             org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile (version managed from 3.2.1.Final) (optionality managed from false)[DEBUG]             com.fasterxml:classmate:jar:1.1.0:compile[DEBUG]       com.fasterxml.jackson.core:jackson-databind:jar:2.6.6:compile (version managed from 2.6.6) (optionality managed from false)[DEBUG]          com.fasterxml.jackson.core:jackson-annotations:jar:2.6.6:compile (version managed from 2.6.0) (optionality managed from false)[DEBUG]          com.fasterxml.jackson.core:jackson-core:jar:2.6.6:compile (version managed from 2.6.6) (optionality managed from false)[DEBUG]       org.springframework:spring-web:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]       org.springframework:spring-webmvc:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]          org.springframework:spring-expression:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed fromfalse)[DEBUG]    com.netflix.hystrix:hystrix-core:jar:1.3.9:compile[DEBUG]       com.netflix.rxjava:rxjava-core:jar:0.14.11:compile[DEBUG]       org.slf4j:slf4j-api:jar:1.7.21:compile (version managed from 1.7.0) (optionality managed from false)[DEBUG]       com.netflix.archaius:archaius-core:jar:0.4.1:compile[DEBUG]          commons-configuration:commons-configuration:jar:1.8:compile[DEBUG]             commons-lang:commons-lang:jar:2.6:compile[DEBUG]       com.google.code.findbugs:jsr305:jar:2.0.0:compile[DEBUG]    org.springframework:spring-jms:jar:4.2.6.RELEASE:compile[DEBUG]       org.springframework:spring-aop:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]          aopalliance:aopalliance:jar:1.0:compile[DEBUG]       org.springframework:spring-beans:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]       org.springframework:spring-context:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]       org.springframework:spring-core:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]          commons-logging:commons-logging:jar:1.2:compile[DEBUG]       org.springframework:spring-messaging:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]       org.springframework:spring-tx:jar:4.2.6.RELEASE:compile (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]    org.apache.activemq:activemq-broker:jar:5.12.3:compile[DEBUG]       org.apache.activemq:activemq-client:jar:5.12.3:compile (version managed from 5.12.3) (optionality managed from false)[DEBUG]          org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile[DEBUG]          org.fusesource.hawtbuf:hawtbuf:jar:1.11:compile[DEBUG]          org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile[DEBUG]       org.apache.activemq:activemq-openwire-legacy:jar:5.12.3:compile (version managed from 5.12.3) (optionality managed from false)[DEBUG]    org.apache.tomcat.embed:tomcat-embed-jasper:jar:8.0.33:provided[DEBUG]       org.apache.tomcat.embed:tomcat-embed-core:jar:8.0.33:compile (version managed from 8.0.33) (optionality managed from false)[DEBUG]       org.apache.tomcat.embed:tomcat-embed-el:jar:8.0.33:compile (version managed from 8.0.33) (optionality managed from false)[DEBUG]       org.eclipse.jdt.core.compiler:ecj:jar:4.5:provided[DEBUG]    javax.servlet:jstl:jar:1.2:compile[DEBUG]    org.springframework.boot:spring-boot-starter-aop:jar:1.3.5.RELEASE:compile[DEBUG]       org.aspectj:aspectjweaver:jar:1.8.9:compile (version managed from 1.8.9) (optionality managed from false)[DEBUG]    org.springframework.boot:spring-boot-starter-test:jar:1.3.5.RELEASE:test (exclusions managed)[DEBUG]       junit:junit:jar:4.12:test (version managed from 4.12) (optionality managed from false)[DEBUG]       org.mockito:mockito-core:jar:1.10.19:test (version managed from 1.10.19) (optionality managed from false)[DEBUG]          org.objenesis:objenesis:jar:2.1:test[DEBUG]       org.hamcrest:hamcrest-core:jar:1.3:test (version managed from 1.3) (optionality managed from false)[DEBUG]       org.hamcrest:hamcrest-library:jar:1.3:test (version managed from 1.3) (optionality managed from false)[DEBUG]       org.springframework:spring-test:jar:4.2.6.RELEASE:test (version managed from 4.2.6.RELEASE) (optionality managed from false)[DEBUG]    org.springframework.boot:spring-boot-devtools:jar:1.3.5.RELEASE:compile[DEBUG]       org.springframework.boot:spring-boot:jar:1.3.5.RELEASE:compile (version managed from 1.3.5.RELEASE) (optionality managed from false)[DEBUG]       org.springframework.boot:spring-boot-autoconfigure:jar:1.3.5.RELEASE:compile (version managed from 1.3.5.RELEASE) (optionality managed from false)[INFO][INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j360-deliver ---[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@53f336eb][DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean with basic configurator -->[DEBUG]   (f) directory = E:\ws\git\cloud\j360-microservice\j360-deliver\target[DEBUG]   (f) excludeDefaultDirectories = false[DEBUG]   (f) failOnError = true[DEBUG]   (f) followSymLinks = false[DEBUG]   (f) outputDirectory = E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes[DEBUG]   (f) reportDirectory = E:\ws\git\cloud\j360-microservice\j360-deliver\target\site[DEBUG]   (f) retryOnError = true[DEBUG]   (f) skip = false[DEBUG]   (f) testOutputDirectory = E:\ws\git\cloud\j360-microservice\j360-deliver\target\test-classes[DEBUG] -- end configuration --[INFO] Deleting E:\ws\git\cloud\j360-microservice\j360-deliver\target[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\maven-status\maven-compiler-plugin\compile\default-compile\inputFiles.lst[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\maven-status\maven-compiler-plugin\compile\default-compile\createdFiles.lst[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\maven-status\maven-compiler-plugin\compile\default-compile[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\maven-status\maven-compiler-plugin\compile[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\maven-status\maven-compiler-plugin[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\maven-status[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\generated-sources\annotations[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\generated-sources[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js\jsviews.min.js[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js\jsrender.min.js[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js\jquery-2.1.1.js[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js\j360admin.js[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.woff2[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.woff[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.ttf[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.svg[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.eot[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\FontAwesome.otf[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.woff2[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.woff[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.ttf[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.svg[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.eot[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\css\font-awesome.min.css[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\css\font-awesome.css[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\css[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\web\ExpressController.class[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\web[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\service\ExpressServiceImpl.class[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\service\ExpressService.class[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\service[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\J360Configuration.class[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\J360Application.class[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\domain\Express.class[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\domain[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\api\HystrixAdvice.class[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\api\HystrixAdvice$1.class[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\api\hystrix\HystrixService.class[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\api\hystrix\BackendServiceCallable.class[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\api\hystrix\AsyncResponse.class[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\api\hystrix[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\api\ExpressApi.class[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\api\ExpressApi$1.class[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice\api[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot\microservice[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360\boot[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me\j360[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\me[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\logback-spring.xml[INFO] Deleting file E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\application.properties[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes[INFO] Deleting directory E:\ws\git\cloud\j360-microservice\j360-deliver\target[DEBUG] Skipping non-existing directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes[DEBUG] Skipping non-existing directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\test-classes[DEBUG] Skipping non-existing directory E:\ws\git\cloud\j360-microservice\j360-deliver\target\site[INFO][INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ j360-deliver ---[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=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=106, DefaultDependencyCollector.transformTime=2}[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@53f336eb][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 = E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes[DEBUG]   (s) overwrite = false[DEBUG]   (f) project = MavenProject: me.j360.boot.microservice:j360-deliver:1.0-SNAPSHOT @ E:\ws\git\cloud\j360-microservice\j360-deliver\pom.xml[DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: E:\ws\git\cloud\j360-microservice\j360-deliver\srcmain\resources, PatternSet [includes: {}, excludes: {}]}}][DEBUG]   (f) session = org.apache.maven.execution.MavenSession@3d233b70[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, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.PROMPT=$P$G, env.WDIR=E:\, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class.path=D:\Program Files\Java\jdk7\jre\lib\resources.jar;D:\Program Files\Java\jdk7\jre\lib\rt.jar;D:\Program Files\Java\jdk7\jre\lib\sunrsasign.jar;D:\Program Files\Java\jdk7\jre\lib\jsse.jar;D:\Program Files\Java\jdk7\jre\lib\jce.jar;D:\Program Files\Java\jdk7\jre\lib\charsets.jar;D:\Program Files\Java\jdk7\jre\lib\jfr.jar;D:\Program Files\Java\jdk7\jre\classes, env.COMPUTERNAME=BF-20170628QOEI, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.7.0_80-b15, env.HOMEPATH=\Users\Administrator, user.name=Administrator, maven.build.version=Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-04T03:39:06+08:00), env.WINDOWS_TRACING_FLAGS=3, env.PATH=C:\Program Files (x86)\Common Files\NetSarang;.;D:\Program Files\Java\jdk7\bin;SystemRoot%\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;d:\Program Files\Git\cmd;C:\windows\system32\;D:\Program Files\nodejs\;D:\tool\maven\apache-maven-3.5.0\bin;D:\Program Files\TortoiseSVN\bin;C:\Users\Administrator\AppData\Roaming\npm;C:\Users\Administrator\AppData\Local\atom\bin, user.language=zh, env.JVMCONFIG=\.mvn\jvm.config, env.WINDIR=C:\Windows, sun.boot.library.path=D:\Program Files\Java\jdk7\jre\bin, classworlds.conf=D:\tool\maven\apache-maven-3.5.0\bin\..\bin\m2.conf, java.version=1.7.0_80, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 94 Stepping 3, GenuineIntel, env.ERLANG_HOME=d:\Program Files\erl9.0, user.timezone=Asia/Shanghai, env.TEMP=C:\Users\ADMINI~1\AppData\Local\Temp, sun.arch.data.model=64, env.EXEC_DIR=E:\ws\git\cloud\j360-microservice, env.WINDOWS_TRACING_LOGFILE=C:\BVTBin\Tests\installpackage\csilogfile.log, java.endorsed.dirs=D:\ProgramFiles\Java\jdk7\jre\lib\endorsed, 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:\tool\maven\apache-maven-3.5.0\bin\../conf, env.JAVACMD=D:\Program Files\Java\jdk7\bin\java.exe, java.class.version=51.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=CN, java.home=D:\Program Files\Java\jdk7\jre, env.APPDATA=C:\Users\Administrator\AppData\Roaming, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, env.OS=Windows_NT, os.version=6.1, path.separator=;, java.vm.version=24.80-b11, user.variant=, env.USERPROFILE=C:\Users\Administrator, env.JAVA_HOME=D:\Program Files\Java\jdk7, java.awt.printerjob=sun.awt.windows.WPrinterJob, env.TMP=C:\Users\ADMINI~1\AppData\Local\Temp, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, user.script=, env.JAVA_HOME2=D:\program\Java\jdk8, user.home=C:\Users\Administrator, env.JENKINS_HOME=E:\ws\jenkins, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, env.M2_HOME=D:\tool\maven\apache-maven-3.5.0, java.library.path=D:\Program Files\Java\jdk7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;.;D:\Program Files\Java\jdk7\bin;SystemRoot%\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;d:\Program Files\Git\cmd;C:\windows\system32\;D:\Program Files\nodejs\;D:\tool\maven\apache-maven-3.5.0\bin;D:\Program Files\TortoiseSVN\bin;C:\Users\Administrator\AppData\Roaming\npm;C:\Users\Administrator\AppData\Local\atom\bin;., library.jansi.path=D:\tool\maven\apache-maven-3.5.0\bin\..\lib\jansi-native\windows64, env.NUMBER_OF_PROCESSORS=4, java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.PSMODULEPATH=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.MAVEN_CMD_LINE_ARGS=-X  clean compile, java.vm.vendor=Oracle Corporation, maven.home=D:\tool\maven\apache-maven-3.5.0\bin\.., env.=E:=E:\ws\git\cloud\j360-microservice, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X clean compile, java.class.path=D:\tool\maven\apache-maven-3.5.0\bin\..\boot\plexus-classworlds-2.5.2.jar, env.PROGRAMW6432=C:\Program Files, maven.version=3.5.0, env.PROGRAMFILES(X86)=C:\Program Files (x86), java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\BF-20170628QOEI, java.vm.specification.version=1.7, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, java.io.tmpdir=C:\Users\ADMINI~1\AppData\Local\Temp\, env.PROCESSOR_REVISION=5e03, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=E:\ws\git\cloud\j360-microservice, env.PROGRAMDATA=http://www.mamicode.com/C:/ProgramData, env.COMSPEC=C:\Windows\system32\cmd.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=D:\Program Files\Java\jdk7\jre\lib\ext;C:\Windows\Sun\Java\lib\ext, env.MAVEN_HOME=D:\tool\maven\apache-maven-3.5.0\bin\.., env.LOCALAPPDATA=http://www.mamicode.com/C:/Users/Administrator/AppData/Local, user.dir=E:\ws\git\cloud\j360-microservice, line.separator=, env.CLASSWORLDS_JAR="D:\tool\maven\apache-maven-3.5.0\bin\..\boot\plexus-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=Administrator, file.encoding=GBK, env.USERDOMAIN=BF-20170628QOEI, java.specification.version=1.7, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=E:\ws\git\cloud\j360-microservice, env.VBOX_MSI_INSTALL_PATH=D:\Program Files\Oracle\VirtualBox\}[WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform dependent![DEBUG] resource with targetPath nulldirectory E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resourcesexcludes []includes [][DEBUG] ignoreDelta true[INFO] Copying 19 resources[DEBUG] file application.properties has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\application.properties to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\application.properties[DEBUG] file logback-spring.xml has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\logback-spring.xml to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\logback-spring.xml[DEBUG] file font-awesome.css has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\font-awesome\css\font-awesome.css to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\css\font-awesome.css[DEBUG] file font-awesome.min.css has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\font-awesome\css\font-awesome.min.css to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\css\font-awesome.min.css[DEBUG] file fontawesome-webfont.eot has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\font-awesome\fonts\fontawesome-webfont.eot to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.eot[DEBUG] file fontawesome-webfont.svg has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\font-awesome\fonts\fontawesome-webfont.svg to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.svg[DEBUG] file fontawesome-webfont.ttf has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\font-awesome\fonts\fontawesome-webfont.ttf to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.ttf[DEBUG] file fontawesome-webfont.woff has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\font-awesome\fonts\fontawesome-webfont.woff to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.woff[DEBUG] file fontawesome-webfont.woff2 has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\font-awesome\fonts\fontawesome-webfont.woff2 to E:\ws\gitcloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\fontawesome-webfont.woff2[DEBUG] file FontAwesome.otf has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\font-awesome\fonts\FontAwesome.otf to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\font-awesome\fonts\FontAwesome.otf[DEBUG] file glyphicons-halflings-regular.eot has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\fonts\glyphicons-halflings-regular.eot to E:\ws\git\cloudj360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.eot[DEBUG] file glyphicons-halflings-regular.svg has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\fonts\glyphicons-halflings-regular.svg to E:\ws\git\cloudj360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.svg[DEBUG] file glyphicons-halflings-regular.ttf has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\fonts\glyphicons-halflings-regular.ttf to E:\ws\git\cloudj360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.ttf[DEBUG] file glyphicons-halflings-regular.woff has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\fonts\glyphicons-halflings-regular.woff to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.woff[DEBUG] file glyphicons-halflings-regular.woff2 has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\fonts\glyphicons-halflings-regular.woff2 to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\fonts\glyphicons-halflings-regular.woff2[DEBUG] file j360admin.js has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\js\j360admin.js to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js\j360admin.js[DEBUG] file jquery-2.1.1.js has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\js\jquery-2.1.1.js to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js\jquery-2.1.1.js[DEBUG] file jsrender.min.js has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\js\jsrender.min.js to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js\jsrender.min.js[DEBUG] file jsviews.min.js has a filtered file extension[DEBUG] copy E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\resources\static\js\jsviews.min.js to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes\static\js\jsviews.min.js[DEBUG] no use filter components[INFO][INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ j360-deliver ---[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=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=160, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=1, ConflictIdSorter.conflictIdCount=43, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3, ConflictResolver.conflictItemCount=63, DefaultDependencyCollector.collectTime=186, DefaultDependencyCollector.transformTime=4}[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.1:[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.9:compile[DEBUG]    org.apache.maven:maven-artifact:jar:2.0.9:compile[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.5.1:compile[DEBUG]    org.apache.maven:maven-core:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-settings:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-profile:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-model:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-project:jar:2.0.9:compile[DEBUG]          org.apache.maven:maven-plugin-registry:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.9:compile[DEBUG]       org.apache.maven:maven-monitor:jar:2.0.9:compile[DEBUG]    org.apache.maven:maven-toolchain:jar:1.0:compile[DEBUG]    org.apache.maven.shared:maven-shared-utils:jar:0.1:compile[DEBUG]       com.google.code.findbugs:jsr305:jar:2.0.1:compile[DEBUG]    org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile[DEBUG]    org.codehaus.plexus:plexus-compiler-api:jar:2.2:compile[DEBUG]    org.codehaus.plexus:plexus-compiler-manager:jar:2.2:compile[DEBUG]    org.codehaus.plexus:plexus-compiler-javac:jar:2.2:runtime[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.2.2:compile[DEBUG]       org.apache.xbean:xbean-reflect:jar:3.4:compile[DEBUG]          log4j:log4j:jar:1.2.12:compile[DEBUG]          commons-logging:commons-logging-api:jar:1.1:compile[DEBUG]       com.google.collections:google-collections:jar:1.0:compile[DEBUG]       junit:junit:jar:3.8.2:compile[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1[DEBUG]   Imported:  < maven.api[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1[DEBUG]   Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.1[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:1.5.1[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:0.1[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.1[DEBUG]   Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-api:jar:2.2[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.2[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.2[DEBUG]   Included: org.apache.xbean:xbean-reflect:jar:3.4[DEBUG]   Included: log4j:log4j:jar:1.2.12[DEBUG]   Included: commons-logging:commons-logging-api:jar:1.1[DEBUG]   Included: com.google.collections:google-collections:jar:1.0[DEBUG]   Included: junit:junit:jar:3.8.2[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@53f336eb][DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile with basic configurator -->[DEBUG]   (f) basedir = E:\ws\git\cloud\j360-microservice\j360-deliver[DEBUG]   (f) buildDirectory = E:\ws\git\cloud\j360-microservice\j360-deliver\target[DEBUG]   (f) classpathElements = [E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.3.5.RELEASE\spring-boot-starter-web-1.3.5.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter\1.3.5.RELEASE\spring-boot-starter-1.3.5.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.3.5.RELEASE\spring-boot-starter-logging-1.3.5.RELEASE.jar, C:\Users\Administrator\.m2\repository\ch\qos\logback\logback-classic\1.1.7\logback-classic-1.1.7.jar, C:\Users\Administrator\.m2\repository\ch\qos\logback\logback-core\1.1.7\logback-core-1.1.7.jar, C:\Users\Administrator\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.21\jcl-over-slf4j-1.7.21.jar, C:\Users\Administrator\.m2\repository\org\slf4j\jul-to-slf4j\1.7.21\jul-to-slf4j-1.7.21.jar, C:\Users\Administrator\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.21\log4j-over-slf4j-1.7.21.jar, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.3.5.RELEASE\spring-boot-starter-tomcat-1.3.5.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-logging-juli\8.0.33\tomcat-embed-logging-juli-8.0.33.jar, C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.0.33\tomcat-embed-websocket-8.0.33.jar, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-validation\1.3.5.RELEASE\spring-boot-starter-validation-1.3.5.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\hibernate\hibernate-validator\5.2.4.Final\hibernate-validator-5.2.4.Final.jar, C:\Users\Administrator\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar, C:\Users\Administrator\.m2\repository\org\jboss\logging\jboss-logging\3.3.0.Final\jboss-logging-3.3.0.Final.jar, C:\Users\Administrator\.m2\repository\com\fasterxml\classmate\1.1.0\classmate-1.1.0.jar, C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.6.6\jackson-databind-2.6.6.jar, C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.6.6\jackson-annotations-2.6.6.jar, C:\Users\Administrator\.m2\repository\comfasterxml\jackson\core\jackson-core\2.6.6\jackson-core-2.6.6.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-web\4.2.6.RELEASE\spring-web-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-webmvc\4.2.6.RELEASE\spring-webmvc-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-expression\4.2.6.RELEASE\spring-expression-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\com\netflix\hystrix\hystrix-core\1.3.9\hystrix-core-1.3.9.jar, C:\Users\Administrator\.m2\repository\com\netflixrxjava\rxjava-core\0.14.11\rxjava-core-0.14.11.jar, C:\Users\Administrator\.m2\repository\org\slf4j\slf4j-api\1.7.21\slf4j-api-1.7.21.jar, C:\Users\Administrator\.m2\repository\com\netflix\archaius\archaius-core\0.4.1\archaius-core-0.4.1.jar, C:\Users\Administrator\.m2\repository\commons-configuration\commons-configuration\1.8\commons-configuration-1.8.jar, C:\Users\Administrator\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar, C:\Users\Administrator\.m2\repository\com\google\code\findbugs\jsr305\2.0.0\jsr305-2.0.0.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-jms\4.2.6.RELEASE\spring-jms-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-aop\4.2.6.RELEASE\spring-aop-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-beans\4.2.6.RELEASE\spring-beans-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-context\4.2.6.RELEASE\spring-context-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-core\4.2.6.RELEASE\spring-core-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-messaging\4.2.6.RELEASE\spring-messaging-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\spring-tx\4.2.6.RELEASE\spring-tx-4.2.6.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-broker\5.12.3\activemq-broker-5.12.3.jar, C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-client5.12.3\activemq-client-5.12.3.jar, C:\Users\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar, C:\Users\Administrator\.m2\repository\org\fusesource\hawtbuf\hawtbuf\1.11\hawtbuf-1.11.jar, C:\Users\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-j2ee-management_1.1_spec\1.0.1\geronimo-j2ee-management_1.1_spec-1.0.1.jar, C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-openwire-legacy\5.12.3\activemq-openwire-legacy-5.12.3.jar, C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-jasper\8.0.33\tomcat-embed-jasper-8.0.33.jar, C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.0.33\tomcat-embed-core-8.0.33.jar, C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.0.33\tomcat-embed-el-8.0.33.jar, C:\Users\Administrator\.m2\repository\org\eclipse\jdt\core\compiler\ecj\4.5\ecj-4.5.jar, C:\Users\Administrator\.m2\repository\javax\servlet\jstl\1.2\jstl-1.2.jar, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-aop\1.3.5.RELEASE\spring-boot-starter-aop-1.3.5.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\aspectj\aspectjweaver\1.8.9\aspectjweaver-1.8.9.jar, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-devtools\1.3.5.RELEASE\spring-boot-devtools-1.3.5.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot\1.3.5.RELEASE\spring-boot-1.3.5.RELEASE.jar, C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.3.5.RELEASE\spring-boot-autoconfigure-1.3.5.RELEASE.jar][DEBUG]   (f) compileSourceRoots = [E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java][DEBUG]   (f) compilerId = javac[DEBUG]   (f) debug = true[DEBUG]   (f) failOnError = true[DEBUG]   (f) forceJavacCompilerUse = false[DEBUG]   (f) fork = false[DEBUG]   (f) generatedSourcesDirectory = E:\ws\git\cloud\j360-microservice\j360-deliver\target\generated-sources\annotations[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: default-compile}[DEBUG]   (f) optimize = false[DEBUG]   (f) outputDirectory = E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes[DEBUG]   (f) projectArtifact = me.j360.boot.microservice:j360-deliver:jar:1.0-SNAPSHOT[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 = false[DEBUG]   (f) mavenSession = org.apache.maven.execution.MavenSession@3d233b70[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@3d233b70[DEBUG] -- end configuration --[DEBUG] Using compiler javac.[DEBUG] Source directories: [E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java][DEBUG] Classpath: [E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.3.5.RELEASE\spring-boot-starter-web-1.3.5.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter\1.3.5.RELEASE\spring-boot-starter-1.3.5.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.3.5.RELEASE\spring-boot-starter-logging-1.3.5.RELEASE.jar C:\Users\Administrator\.m2\repository\ch\qos\logback\logback-classic\1.1.7\logback-classic-1.1.7.jar C:\Users\Administrator\.m2\repository\ch\qos\logback\logback-core\1.1.7\logback-core-1.1.7.jar C:\Users\Administrator\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.21\jcl-over-slf4j-1.7.21.jar C:\Users\Administrator\.m2\repository\org\slf4j\jul-to-slf4j\1.7.21\jul-to-slf4j-1.7.21.jar C:\Users\Administrator\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.21\log4j-over-slf4j-1.7.21.jar C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.3.5.RELEASE\spring-boot-starter-tomcat-1.3.5.RELEASE.jar C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-logging-juli\8.0.33\tomcat-embed-logging-juli-8.0.33.jar C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.0.33\tomcat-embed-websocket-8.0.33.jar C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-validation\1.3.5.RELEASE\spring-boot-starter-validation-1.3.5.RELEASE.jar C:\Users\Administrator\.m2\repository\org\hibernate\hibernate-validator\5.2.4.Final\hibernate-validator-5.2.4.Final.jar C:\Users\Administrator\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar C:\Users\Administrator\.m2\repository\org\jboss\logging\jboss-logging\3.3.0.Final\jboss-logging-3.3.0.Final.jar C:\Users\Administrator\.m2\repository\com\fasterxml\classmate\1.1.0\classmate-1.1.0.jar C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.6.6\jackson-databind-2.6.6.jar C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.6.6\jackson-annotations-2.6.6.jar C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.6.6\jackson-core-2.6.6.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-web\4.2.6.RELEASE\spring-web-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-webmvc\4.2.6.RELEASE\spring-webmvc-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-expression\4.2.6.RELEASE\spring-expression-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\com\netflix\hystrix\hystrix-core\1.3.9\hystrix-core-1.3.9.jar C:\Users\Administrator\.m2\repository\com\netflix\rxjava\rxjava-core\0.14.11\rxjava-core-0.14.11.jar C:\Users\Administrator\.m2\repository\org\slf4j\slf4j-api\1.7.21\slf4j-api-1.7.21.jar C:\Users\Administrator\.m2\repository\com\netflix\archaius\archaius-core\0.4.1\archaius-core-0.4.1.jar C:\Users\Administrator\.m2\repository\commons-configuration\commons-configuration\1.8\commons-configuration-1.8.jar C:\Users\Administrator\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar C:\Users\Administrator\.m2\repository\com\google\code\findbugs\jsr305\2.0.0\jsr305-2.0.0.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-jms\4.2.6.RELEASE\spring-jms-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-aop\4.2.6.RELEASE\spring-aop-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-beans\4.2.6.RELEASE\spring-beans-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-context\4.2.6.RELEASE\spring-context-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-core\4.2.6.RELEASE\spring-core-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-messaging\4.2.6.RELEASE\spring-messaging-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\spring-tx\4.2.6.RELEASE\spring-tx-4.2.6.RELEASE.jar C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-broker\5.12.3\activemq-broker-5.12.3.jar C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-client\5.12.3\activemq-client-5.12.3.jar C:\Users\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar C:\Users\Administrator\.m2\repository\org\fusesource\hawtbuf\hawtbuf\1.11\hawtbuf-1.11.jar C:\Users\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-j2ee-management_1.1_spec\1.0.1\geronimo-j2ee-management_1.1_spec-1.0.1.jar C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-openwire-legacy\5.12.3\activemq-openwire-legacy-5.12.3.jar C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-jasper\8.0.33\tomcat-embed-jasper-8.0.33.jar C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.0.33\tomcat-embed-core-8.0.33.jar C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.0.33\tomcat-embed-el-8.0.33.jar C:\Users\Administrator\.m2\repository\org\eclipse\jdt\core\compiler\ecj\4.5\ecj-4.5.jar C:\Users\Administrator\.m2\repository\javax\servlet\jstl\1.2\jstl-1.2.jar C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-aop\1.3.5.RELEASE\spring-boot-starter-aop-1.3.5.RELEASE.jar C:\Users\Administrator\.m2\repository\org\aspectj\aspectjweaver\1.8.9\aspectjweaver-1.8.9.jar C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-devtools\1.3.5.RELEASE\spring-boot-devtools-1.3.5.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot\1.3.5.RELEASE\spring-boot-1.3.5.RELEASE.jar C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.3.5.RELEASE\spring-boot-autoconfigure-1.3.5.RELEASE.jar][DEBUG] Output directory: E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes[DEBUG] CompilerReuseStrategy: reuseCreated[DEBUG] useIncrementalCompilation enabled[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\api\hystrix\HystrixService.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\web\ExpressController.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\J360Application.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\api\hystrix\AsyncResponse.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\service\ExpressService.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\api\ExpressApi.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\J360Configuration.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\service\ExpressServiceImpl.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\api\hystrix\BackendServiceCallable.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\api\HystrixAdvice.java[DEBUG] Stale source detected: E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java\me\j360\boot\microservice\domain\Express.java[INFO] Changes detected - recompiling the module![DEBUG] Classpath:[DEBUG]  E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.3.5.RELEASE\spring-boot-starter-web-1.3.5.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter\1.3.5.RELEASE\spring-boot-starter-1.3.5.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.3.5.RELEASE\spring-boot-starter-logging-1.3.5.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\ch\qos\logback\logback-classic\1.1.7\logback-classic-1.1.7.jar[DEBUG]  C:\Users\Administrator\.m2\repository\ch\qos\logback\logback-core\1.1.7\logback-core-1.1.7.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.21\jcl-over-slf4j-1.7.21.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\slf4j\jul-to-slf4j\1.7.21\jul-to-slf4j-1.7.21.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.21\log4j-over-slf4j-1.7.21.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.3.5.RELEASE\spring-boot-starter-tomcat-1.3.5.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-logging-juli\8.0.33\tomcat-embed-logging-juli-8.0.33.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.0.33\tomcat-embed-websocket-8.0.33.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-validation\1.3.5.RELEASE\spring-boot-starter-validation-1.3.5.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\hibernate\hibernate-validator\5.2.4.Final\hibernate-validator-5.2.4.Final.jar[DEBUG]  C:\Users\Administrator\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\jboss\logging\jboss-logging\3.3.0.Final\jboss-logging-3.3.0.Final.jar[DEBUG]  C:\Users\Administrator\.m2\repository\com\fasterxml\classmate\1.1.0\classmate-1.1.0.jar[DEBUG]  C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.6.6\jackson-databind-2.6.6.jar[DEBUG]  C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.6.6\jackson-annotations-2.6.6.jar[DEBUG]  C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.6.6\jackson-core-2.6.6.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-web\4.2.6.RELEASE\spring-web-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-webmvc\4.2.6.RELEASE\spring-webmvc-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-expression\4.2.6.RELEASE\spring-expression-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\com\netflix\hystrix\hystrix-core\1.3.9\hystrix-core-1.3.9.jar[DEBUG]  C:\Users\Administrator\.m2\repository\com\netflix\rxjava\rxjava-core\0.14.11\rxjava-core-0.14.11.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\slf4j\slf4j-api\1.7.21\slf4j-api-1.7.21.jar[DEBUG]  C:\Users\Administrator\.m2\repository\com\netflix\archaius\archaius-core\0.4.1\archaius-core-0.4.1.jar[DEBUG]  C:\Users\Administrator\.m2\repository\commons-configuration\commons-configuration\1.8\commons-configuration-1.8.jar[DEBUG]  C:\Users\Administrator\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar[DEBUG]  C:\Users\Administrator\.m2\repository\com\google\code\findbugs\jsr305\2.0.0\jsr305-2.0.0.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-jms\4.2.6.RELEASE\spring-jms-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-aop\4.2.6.RELEASE\spring-aop-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-beans\4.2.6.RELEASE\spring-beans-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-context\4.2.6.RELEASE\spring-context-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-core\4.2.6.RELEASE\spring-core-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-messaging\4.2.6.RELEASE\spring-messaging-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\spring-tx\4.2.6.RELEASE\spring-tx-4.2.6.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-broker\5.12.3\activemq-broker-5.12.3.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-client\5.12.3\activemq-client-5.12.3.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\fusesource\hawtbuf\hawtbuf\1.11\hawtbuf-1.11.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-j2ee-management_1.1_spec\1.0.1\geronimo-j2ee-management_1.1_spec-1.0.1.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-openwire-legacy\5.12.3\activemq-openwire-legacy-5.12.3.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-jasper\8.0.33\tomcat-embed-jasper-8.0.33.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.0.33\tomcat-embed-core-8.0.33.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.0.33\tomcat-embed-el-8.0.33.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\eclipse\jdt\core\compiler\ecj\4.5\ecj-4.5.jar[DEBUG]  C:\Users\Administrator\.m2\repository\javax\servlet\jstl\1.2\jstl-1.2.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-aop\1.3.5.RELEASE\spring-boot-starter-aop-1.3.5.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\aspectj\aspectjweaver\1.8.9\aspectjweaver-1.8.9.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-devtools\1.3.5.RELEASE\spring-boot-devtools-1.3.5.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot\1.3.5.RELEASE\spring-boot-1.3.5.RELEASE.jar[DEBUG]  C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.3.5.RELEASE\spring-boot-autoconfigure-1.3.5.RELEASE.jar[DEBUG] Source roots:[DEBUG]  E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java[DEBUG] Command line options:[DEBUG] -d E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes -classpath E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.3.5.RELEASE\spring-boot-starter-web-1.3.5.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter\1.3.5.RELEASE\spring-boot-starter-1.3.5.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.3.5.RELEASE\spring-boot-starter-logging-1.3.5.RELEASE.jar;C:\Users\Administrator\.m2\repository\ch\qos\logback\logback-classic\1.1.7\logback-classic-1.1.7.jar;C:\Users\Administrator\.m2\repository\ch\qos\logback\logback-core\1.1.7\logback-core-1.1.7.jar;C:\Users\Administrator\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.21\jcl-over-slf4j-1.7.21.jar;C:\Users\Administrator\.m2\repository\org\slf4j\jul-to-slf4j\1.7.21\jul-to-slf4j-1.7.21.jar;C:\Users\Administrator\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.21\log4j-over-slf4j-1.7.21.jar;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.3.5.RELEASE\spring-boot-starter-tomcat-1.3.5.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-logging-juli8.0.33\tomcat-embed-logging-juli-8.0.33.jar;C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.0.33\tomcat-embed-websocket-8.0.33.jar;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-validation\1.3.5.RELEASE\spring-boot-starter-validation-1.3.5.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\hibernate\hibernate-validator\5.2.4.Final\hibernate-validator-5.2.4.Final.jar;C:\Users\Administrator\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;C:\Users\Administrator\.m2\repository\org\jboss\logging\jboss-logging\3.3.0.Final\jboss-logging-3.3.0.Final.jar;C:\Users\Administrator\.m2\repository\com\fasterxml\classmate\1.1.0\classmate-1.1.0.jar;C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.6.6\jackson-databind-2.6.6.jar;C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.6.6\jackson-annotations-2.6.6.jar;C:\Users\Administrator\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.6.6\jackson-core-2.6.6.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-web\4.2.6.RELEASE\spring-web-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-webmvc\4.2.6.RELEASE\spring-webmvc-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-expression\4.2.6.RELEASE\spring-expression-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\com\netflix\hystrix\hystrix-core\1.3.9\hystrix-core-1.3.9.jar;C:\Users\Administrator\.m2\repository\com\netflix\rxjava\rxjava-core\0.14.11\rxjava-core-0.14.11.jar;C:\Users\Administrator\.m2\repository\org\slf4j\slf4j-api\1.7.21\slf4j-api-1.7.21.jar;C:\Users\Administrator\.m2\repository\com\netflix\archaius\archaius-core\0.4.1\archaius-core-0.4.1.jar;C:\Users\Administrator.m2\repository\commons-configuration\commons-configuration\1.8\commons-configuration-1.8.jar;C:\Users\Administrator\.m2\repository\commons-langcommons-lang\2.6\commons-lang-2.6.jar;C:\Users\Administrator\.m2\repository\com\google\code\findbugs\jsr305\2.0.0\jsr305-2.0.0.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-jms\4.2.6.RELEASE\spring-jms-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-aop\4.2.6.RELEASE\spring-aop-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-beans\4.2.6.RELEASE\spring-beans-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-context\4.2.6.RELEASE\spring-context-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-core\4.2.6.RELEASE\spring-core-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-messaging\4.2.6.RELEASE\spring-messaging-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\spring-tx\4.2.6.RELEASE\spring-tx-4.2.6.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-broker\5.12.3\activemq-broker-5.12.3.jar;C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-client\5.12.3\activemq-client-5.12.3.jar;C:\Users\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar;C:\Users\Administrator\.m2\repository\org\fusesource\hawtbuf\hawtbuf\1.11\hawtbuf-1.11.jar;C:\Users\Administrator\.m2\repository\org\apache\geronimo\specs\geronimo-j2ee-management_1.1_spec\1.0.1\geronimo-j2ee-management_1.1_spec-1.0.1.jar;C:\Users\Administrator\.m2\repository\org\apache\activemq\activemq-openwire-legacy\5.12.3\activemq-openwire-legacy-5.12.3.jar;C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-jasper\8.0.33\tomcat-embed-jasper-8.0.33.jar;C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.0.33\tomcat-embed-core-8.0.33.jar;C:\Users\Administrator\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.0.33\tomcat-embed-el-8.0.33.jar;C:\Users\Administrator\.m2\repository\org\eclipse\jdt\core\compiler\ecj\4.5\ecj-4.5.jar;C:\Users\Administrator\.m2\repository\javax\servlet\jstl\1.2\jstl-1.2.jar;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-starter-aop\1.3.5.RELEASE\spring-boot-starter-aop-1.3.5.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\aspectj\aspectjweaver\1.8.9\aspectjweaver-1.8.9.jar;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-devtools\1.3.5.RELEASE\spring-boot-devtools-1.3.5.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot\1.3.5.RELEASE\spring-boot-1.3.5.RELEASE.jar;C:\Users\Administrator\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.3.5.RELEASE\spring-boot-autoconfigure-1.3.5.RELEASE.jar; -sourcepath E:\ws\git\cloud\j360-microservice\j360-deliver\src\main\java; -s E:\ws\git\cloud\j360-microservice\j360-deliver\target\generated-sources\annotations -g -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 11 source files to E:\ws\git\cloud\j360-microservice\j360-deliver\target\classes[INFO] ------------------------------------------------------------------------[INFO] Reactor Summary:[INFO][INFO] j360-microservice .................................. SUCCESS [  0.181 s][INFO] j360-deliver ....................................... FAILURE [  1.372 s][INFO] j360-order ......................................... SKIPPED[INFO] j360-profile ....................................... SKIPPED[INFO] testaaa ............................................ SKIPPED[INFO] ------------------------------------------------------------------------[INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] Total time: 1.854 s[INFO] Finished at: 2017-08-10T18:15:29+08:00[INFO] Final Memory: 16M/463M[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project j360-deliver: Fatal error compiling: 无效的目标发行版: 1.8 -> [Help 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project j360-deliver: Fatal error compiling        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:51)        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)        at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)        at java.lang.reflect.Method.invoke(Method.java:606)        at 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.MojoExecutionException: Fatal error compiling        at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:796)        at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:129)        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)        ... 20 moreCaused by: org.codehaus.plexus.compiler.CompilerException: 无效的目标发行版: 1.8        at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:191)        at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:169)        at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:785)        ... 23 moreCaused by: java.lang.IllegalArgumentException: 无效的目标发行版: 1.8        at com.sun.tools.javac.main.RecognizedOptions$GrumpyHelper.error(RecognizedOptions.java:88)        at com.sun.tools.javac.main.RecognizedOptions$10.process(RecognizedOptions.java:359)        at com.sun.tools.javac.api.JavacTool.processOptions(JavacTool.java:242)        at com.sun.tools.javac.api.JavacTool.getTask(JavacTool.java:199)        at com.sun.tools.javac.api.JavacTool.getTask(JavacTool.java:68)        at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:115)        ... 25 more[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/MojoExecutionException[ERROR][ERROR] After correcting the problems, you can resume the build with the command[ERROR]   mvn <goals> -rf :j360-deliver

JAVA_HOME 指向 jdk8 就好了。

不过呢, 在IDEA 中的Terminal 执行mvn 就是不行, 重启了IDEA 也是不行。。 重启电脑后就好了! IDEA 有些麻烦,应该是IDEA 缓存问题吧!

 

IDEA Maven项目 编译的问题