[ 
https://issues.apache.org/jira/browse/MNG-6666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

a updated MNG-6666:
-------------------
    Description: 
The download connection is normally fast and accessible in the browser, but 
with maven it can only be downloaded to 14k and then stuck

 

Microsoft Windows [版本 6.1.7601]
 版权所有 (c) 2009 Microsoft Corporation。保留所有权利。

F:\git-java\zhongc-knowledge-graph-web>mvn clean install -U
 [INFO] Scanning for projects...
 [WARNING]
 [WARNING] Some problems were encountered while building the effective model 
for com.giiso:zhongc-knowledge-graph-web:jar:1.0.2
 [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must 
be unique: org.apache.httpcomponents:httpclient:jar -> duplicate declaration of 
version 4.5.3 @ line 119, column 15
 [WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 361, column 12
 [WARNING] The expression ${parent.version} is deprecated. Please use 
${project.parent.version} instead.
 [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] ----------------< com.giiso:zhongc-knowledge-graph-web >----------------
 [INFO] Building zhongc-knowledge-graph-web 1.0.2
 [INFO] --------------------------------[ jar ]---------------------------------
 Downloading from nexus: 
[http://maven.giiso.com/repository/maven-public/com/giiso/giiso-service-common/0.0.9-SNAPSHOT/maven-metadata.xml]
 Downloaded from nexus: 
[http://maven.giiso.com/repository/maven-public/com/giiso/giiso-service-common/0.0.9-SNAPSHOT/maven-metadata.xml]
 (1.2 kB at 8.1 kB/s)
 Downloading from nexus: 
[http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-mongo/1.0.6-SNAPSHOT/maven-metadata.xml]
 Downloaded from nexus: 
[http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-mongo/1.0.6-SNAPSHOT/maven-metadata.xml]
 (998 B at 18 kB/s)
 Downloading from nexus: 
[http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client/1.0.0-SNAPSHOT/maven-metadata.xml]
 Downloaded from nexus: 
[http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client/1.0.0-SNAPSHOT/maven-metadata.xml]
 (605 B at 11 kB/s)
 Downloading from nexus: 
[http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-core/1.0.0-SNAPSHOT/maven-metadata.xml]
 Downloaded from nexus: 
[http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-core/1.0.0-SNAPSHOT/maven-metadata.xml]
 (997 B at 18 kB/s)
 Downloading from nexus: 
[http://maven.giiso.com/repository/maven-public/com/google/zxing/core/3.0.0/core-3.0.0.jar]
 Progress (1): 14/538 kB

 
{code:java}
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。

F:\git-java\zhongc-knowledge-graph-web>mvn clean install -U -X
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 
2018-10-25T02:41:47+08:00)
Maven home: C:\Program Files\Java\apache-maven-3.6.0\bin\..
Java version: 1.8.0_211, vendor: Oracle Corporation, runtime: C:\Program 
Files\Java\jdk1.8.0_211\jre
Default locale: zh_CN, platform encoding: GBK
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: javax.annotation.* < plexus.core
[DEBUG] Imported: javax.annotation.security.* < plexus.core
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core
[DEBUG] Imported: javax.enterprise.util.* < plexus.core
[DEBUG] Imported: javax.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < 
plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.eclipse.aether.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG] Imported: org.eclipse.aether.version < plexus.core
[DEBUG] Imported: org.fusesource.jansi.* < plexus.core
[DEBUG] Imported: org.slf4j.* < plexus.core
[DEBUG] Imported: org.slf4j.helpers.* < plexus.core
[DEBUG] Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo 
project
[DEBUG] Reading global settings from C:\Program 
Files\Java\apache-maven-3.6.0\bin\..\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\sa\.m2\settings.xml
[DEBUG] Reading global toolchains from C:\Program 
Files\Java\apache-maven-3.6.0\bin\..\conf\toolchains.xml
[DEBUG] Reading user toolchains from C:\Users\sa\.m2\toolchains.xml
[DEBUG] Using local repository at E:\java jar
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for 
E:\java jar
[INFO] Scanning for projects...
[DEBUG] Using mirror alimaven 
(http://maven.aliyun.com/nexus/content/groups/public/) for central 
(https://repo.maven.apache.org/maven2).
[DEBUG] Extension realms for project 
com.giiso:zhongc-knowledge-graph-web:jar:1.0.2: (none)
[DEBUG] Looking up lifecycle mappings for packaging jar from 
ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project 
dev.xwolf.framework.pom:pom-web:pom:4.3.5.3: (none)
[DEBUG] Looking up lifecycle mappings for packaging pom from 
ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project 
dev.xwolf.framework.pom:pom-app:pom:4.3.5.3: (none)
[DEBUG] Looking up lifecycle mappings for packaging pom from 
ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project 
dev.xwolf.framework:framework-parent:pom:4.3.5.3: (none)
[DEBUG] Looking up lifecycle mappings for packaging pom from 
ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project dev.xwolf.framework:framework:pom:4.3.5.3: 
(none)
[DEBUG] Looking up lifecycle mappings for packaging pom from 
ClassRealm[plexus.core, parent: null]
[WARNING]
[WARNING] Some problems were encountered while building the effective model for 
com.giiso:zhongc-knowledge-graph-web:jar:1.0.2
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must 
be unique: org.apache.httpcomponents:httpclient:jar -> duplicate declaration of 
version 4.5.3 @ line 119, column 15
[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 361, column 12
[WARNING] The expression ${parent.version} is deprecated. Please use 
${project.parent.version} instead.
[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]
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.giiso:zhongc-knowledge-graph-web:jar:1.0.2
[DEBUG] Tasks: [clean, install]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ----------------< com.giiso:zhongc-knowledge-graph-web >----------------
[INFO] Building zhongc-knowledge-graph-web 1.0.2
[INFO] --------------------------------[ jar ]---------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, 
process-sources, generate-resources, process-resources, compile, 
process-classes, generate-test-sources, process-test-sources, 
generate-test-resources, process-test-resources, test-compile, pr
ocess-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, pr
ocess-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, pr
ocess-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, pr
ocess-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, pr
ocess-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, pr
ocess-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, pr
ocess-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, pr
ocess-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, pr
ocess-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, pr
ocess-test-classes, test, prepare-package, package, pre-integration-test, 
integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: com.giiso:zhongc-knowledge-graph-web:1.0.2
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [nexus 
(http://maven.giiso.com/repository/maven-public, default, releases+snapshots), 
alimaven (http://maven.aliyun.com/nexus/content/groups/public/, default, 
releases)]
[DEBUG] Repositories (plugins) : [alimaven 
(http://maven.aliyun.com/nexus/content/groups/public/, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:2.4.1:clean 
(default-clean)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<directory default-value="${project.build.directory}"/>
<excludeDefaultDirectories 
default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
<failOnError default-value="true">${maven.clean.failOnError}</failOnError>
<followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<reportDirectory default-value="${project.reporting.outputDirectory}"/>
<skip default-value="false">${clean.skip}</skip>
<testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
<verbose>${clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources 
(default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding>
<escapeString default-value="${maven.resources.escapeString}"/>
<escapeWindowsPaths 
default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs 
default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile 
(default-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedSourcesDirectory 
default-value="${project.build.directory}/generated-sources/annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<outputFileName>${project.build.finalName}</outputFileName>
<projectArtifact default-value="${project.artifact}"/>
<session default-value="${session}"/>
<showDeprecation 
default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings 
default-value="false">${maven.compiler.showWarnings}</showWarnings>
<source default-value="1.5">1.8</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.8</target>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: 
org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources 
(default-testResources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding>
<escapeString default-value="${maven.resources.escapeString}"/>
<escapeWindowsPaths 
default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs 
default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources>${project.testResources}</resources>
<session default-value="${session}"/>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile 
(default-testCompile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<classpathElements default-value="${project.testClasspathElements}"/>
<compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<fork default-value="false">${maven.compiler.fork}</fork>
<generatedTestSourcesDirectory 
default-value="${project.build.directory}/generated-sources/test-annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<outputFileName>${project.build.finalName}</outputFileName>
<session default-value="${session}"/>
<showDeprecation 
default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings 
default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skip>${maven.test.skip}</skip>
<source default-value="1.5">1.8</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.8</target>
<testSource>${maven.compiler.testSource}</testSource>
<testTarget>${maven.compiler.testTarget}</testTarget>
<verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test 
(default-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<argLine>${argLine}</argLine>
<basedir default-value="${basedir}"/>
<childDelegation default-value="false">${childDelegation}</childDelegation>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<excludedGroups>${excludedGroups}</excludedGroups>
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<junitArtifactName 
default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<jvm>${jvm}</jvm>
<localRepository default-value="${localRepository}"/>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<perCoreThreadCount 
default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<pluginDescriptor default-value="${plugin}"/>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile 
default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
<reportNameSuffix 
default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
<runOrder default-value="filesystem"/>
<skip default-value="false">true</skip>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipTests default-value="false">${skipTests}</skipTests>
<test>${test}</test>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testFailureIgnore 
default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
<testNGArtifactName 
default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
<threadCount>${threadCount}</threadCount>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useFile default-value="true">${surefire.useFile}</useFile>
<useManifestOnlyJar 
default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
<useSystemClassLoader 
default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
<useUnlimitedThreads 
default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
<workingDirectory>${basedir}</workingDirectory>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<defaultManifestFile 
default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<finalName 
default-value="${project.build.finalName}">${jar.finalName}</finalName>
<forceCreation default-value="false">${jar.forceCreation}</forceCreation>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
<useDefaultManifestFile 
default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-assembly-plugin:2.2.1:single 
(make-assembly)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appendAssemblyId 
default-value="true">${assembly.appendAssemblyId}</appendAssemblyId>
<attach default-value="true">${assembly.attach}</attach>
<basedir default-value="${project.basedir}"/>
<classifier>${classifier}</classifier>
<descriptor>src/main/assembly/assembly.xml</descriptor>
<descriptorId>${descriptorId}</descriptorId>
<dryRun default-value="false">${assembly.dryRun}</dryRun>
<finalName default-value="${project.build.finalName}"/>
<ignoreDirFormatExtensions default-value="true"/>
<ignoreMissingDescriptor 
default-value="false">${assembly.ignoreMissingDescriptor}</ignoreMissingDescriptor>
<ignorePermissions 
default-value="false">${assembly.ignorePermissions}</ignorePermissions>
<includeSite default-value="false">${includeSite}</includeSite>
<localRepository default-value="${localRepository}"/>
<mavenSession default-value="${session}"/>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<reactorProjects default-value="${reactorProjects}"/>
<remoteRepositories default-value="${project.remoteArtifactRepositories}"/>
<runOnlyAtExecutionRoot 
default-value="false">${assembly.runOnlyAtExecutionRoot}</runOnlyAtExecutionRoot>
<siteDirectory default-value="${project.reporting.outputDirectory}"/>
<skipAssembly default-value="false">${assembly.skipAssembly}</skipAssembly>
<tarLongFileMode 
default-value="warn">${assembly.tarLongFileMode}</tarLongFileMode>
<tempRoot default-value="${project.build.directory}/archive-tmp"/>
<updateOnly default-value="false">${assembly.updatOnly}</updateOnly>
<useJvmChmod default-value="false">${assembly.useJvmChmod}</useJvmChmod>
<workDirectory default-value="${project.build.directory}/assembly/work"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.4:test-jar (default)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<defaultManifestFile 
default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<finalName 
default-value="${project.build.finalName}">${jar.finalName}</finalName>
<forceCreation default-value="false">${jar.forceCreation}</forceCreation>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<skip>${maven.test.skip}</skip>
<skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<useDefaultManifestFile 
default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-install-plugin:2.3.1:install 
(default-install)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<artifact default-value="${project.artifact}"/>
<attachedArtifacts default-value="${project.attachedArtifacts}"/>
<createChecksum default-value="false">${createChecksum}</createChecksum>
<localRepository>${localRepository}</localRepository>
<packaging default-value="${project.packaging}"/>
<pomFile default-value="${project.file}"/>
<updateReleaseInfo 
default-value="false">${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Could not find metadata 
com.giiso:giiso-service-common:0.0.9-SNAPSHOT/maven-metadata.xml in local 
(E:\java jar)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for 
http://maven.giiso.com/repository/maven-public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for 
http://maven.giiso.com/repository/maven-public
Downloading from nexus: 
http://maven.giiso.com/repository/maven-public/com/giiso/giiso-service-common/0.0.9-SNAPSHOT/maven-metadata.xml
Downloaded from nexus: 
http://maven.giiso.com/repository/maven-public/com/giiso/giiso-service-common/0.0.9-SNAPSHOT/maven-metadata.xml
 (1.2 kB at 7.8 kB/s)
[DEBUG] Writing tracking file E:\java 
jar\com\giiso\giiso-service-common\0.0.9-SNAPSHOT\resolver-status.properties
[DEBUG] Could not find metadata 
com.giiso:giiso-service-common:0.0.9-SNAPSHOT/maven-metadata.xml in local 
(E:\java jar)
[DEBUG] Skipped remote request for 
com.giiso:giiso-service-common:0.0.9-SNAPSHOT/maven-metadata.xml, already 
updated during this session.
[DEBUG] Could not find metadata 
com.giiso.client:giiso-client-mongo:1.0.6-SNAPSHOT/maven-metadata.xml in local 
(E:\java jar)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for 
http://maven.giiso.com/repository/maven-public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for 
http://maven.giiso.com/repository/maven-public
Downloading from nexus: 
http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-mongo/1.0.6-SNAPSHOT/maven-metadata.xml
Downloaded from nexus: 
http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-mongo/1.0.6-SNAPSHOT/maven-metadata.xml
 (998 B at 14 kB/s)
[DEBUG] Writing tracking file E:\java 
jar\com\giiso\client\giiso-client-mongo\1.0.6-SNAPSHOT\resolver-status.properties
[DEBUG] Could not find metadata 
com.giiso.client:giiso-client-mongo:1.0.6-SNAPSHOT/maven-metadata.xml in local 
(E:\java jar)
[DEBUG] Skipped remote request for 
com.giiso.client:giiso-client-mongo:1.0.6-SNAPSHOT/maven-metadata.xml, already 
updated during this session.
[DEBUG] Could not find metadata 
com.giiso.client:giiso-client:1.0.0-SNAPSHOT/maven-metadata.xml in local 
(E:\java jar)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for 
http://maven.giiso.com/repository/maven-public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for 
http://maven.giiso.com/repository/maven-public
Downloading from nexus: 
http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client/1.0.0-SNAPSHOT/maven-metadata.xml
Downloaded from nexus: 
http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client/1.0.0-SNAPSHOT/maven-metadata.xml
 (605 B at 7.4 kB/s)
[DEBUG] Writing tracking file E:\java 
jar\com\giiso\client\giiso-client\1.0.0-SNAPSHOT\resolver-status.properties
[DEBUG] Could not find metadata 
com.giiso.client:giiso-client-core:1.0.0-SNAPSHOT/maven-metadata.xml in local 
(E:\java jar)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for 
http://maven.giiso.com/repository/maven-public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for 
http://maven.giiso.com/repository/maven-public
Downloading from nexus: 
http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-core/1.0.0-SNAPSHOT/maven-metadata.xml
Downloaded from nexus: 
http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-core/1.0.0-SNAPSHOT/maven-metadata.xml
 (997 B at 11 kB/s)
[DEBUG] Writing tracking file E:\java 
jar\com\giiso\client\giiso-client-core\1.0.0-SNAPSHOT\resolver-status.properties
[DEBUG] Could not find metadata 
com.giiso.client:giiso-client-core:1.0.0-SNAPSHOT/maven-metadata.xml in local 
(E:\java jar)
[DEBUG] Skipped remote request for 
com.giiso.client:giiso-client-core:1.0.0-SNAPSHOT/maven-metadata.xml, already 
updated during this session.
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1400197, 
ConflictMarker.markTime=738664, ConflictMarker.nodeCount=312, 
ConflictIdSorter.graphTime=785628, ConflictIdSorter.topsortTime=464348, 
ConflictIdSorter.conflictIdCount=136, ConflictIdSorter
.conflictIdCycleCount=0, ConflictResolver.totalTime=10110526, 
ConflictResolver.conflictItemCount=233, 
DefaultDependencyCollector.collectTime=1919173641, 
DefaultDependencyCollector.transformTime=15412736}
[DEBUG] com.giiso:zhongc-knowledge-graph-web:jar:1.0.2
[DEBUG] com.appleframework.boot:apple-boot-tomcat:jar:0.3.3.RELEASE:compile
[DEBUG] com.appleframework.boot:apple-boot-core:jar:0.3.4.RELEASE:compile
[DEBUG] org.jgroups:jgroups:jar:3.6.10.Final:compile
[DEBUG] org.apache.tomcat.embed:tomcat-embed-core:jar:8.0.39:compile
[DEBUG] org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:8.0.39:compile
[DEBUG] org.apache.tomcat.embed:tomcat-embed-jasper:jar:8.0.39:compile
[DEBUG] org.apache.tomcat.embed:tomcat-embed-el:jar:8.0.39:compile
[DEBUG] org.eclipse.jdt.core.compiler:ecj:jar:4.5.1:compile
[DEBUG] org.apache.tomcat:tomcat-jasper:jar:8.0.39:compile
[DEBUG] org.apache.tomcat:tomcat-servlet-api:jar:8.0.39:compile
[DEBUG] org.apache.tomcat:tomcat-juli:jar:8.0.39:compile
[DEBUG] org.apache.tomcat:tomcat-el-api:jar:8.0.39:compile
[DEBUG] org.apache.tomcat:tomcat-api:jar:8.0.39:compile
[DEBUG] org.apache.tomcat:tomcat-util-scan:jar:8.0.39:compile
[DEBUG] org.apache.tomcat:tomcat-util:jar:8.0.39:compile
[DEBUG] org.apache.tomcat:tomcat-jasper-el:jar:8.0.39:compile
[DEBUG] org.apache.tomcat:tomcat-jsp-api:jar:8.0.39:compile
[DEBUG] dev.xwolf.framework:framework-web:jar:4.3.5.3:compile
[DEBUG] junit:junit:jar:4.12:compile (version managed from 4.12)
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile
[DEBUG] org.springframework:spring-web:jar:4.3.5.RELEASE:compile (version 
managed from 4.3.5.RELEASE)
[DEBUG] org.springframework:spring-test:jar:4.3.5.RELEASE:compile (version 
managed from 4.3.5.RELEASE)
[DEBUG] dev.xwolf.framework:framework-common-json:jar:4.3.5.3:compile
[DEBUG] dev.xwolf.framework:framework-base:jar:4.3.5.3:compile
[DEBUG] dev.xwolf.framework:framework-security:jar:4.3.5.4:compile
[DEBUG] org.apache.shiro:shiro-web:jar:1.3.2:compile
[DEBUG] org.apache.shiro:shiro-core:jar:1.3.2:compile
[DEBUG] org.apache.shiro:shiro-spring:jar:1.3.2:compile
[DEBUG] org.springframework:spring-tx:jar:4.3.5.RELEASE:compile
[DEBUG] org.springframework:spring-beans:jar:4.3.5.RELEASE:compile (version 
managed from 4.3.5.RELEASE)
[DEBUG] org.springframework:spring-aspects:jar:4.3.5.RELEASE:compile
[DEBUG] dev.xwolf.framework:framework-common-jedis:jar:4.3.5.2:compile
[DEBUG] redis.clients:jedis:jar:2.9.0:compile
[DEBUG] org.apache.commons:commons-pool2:jar:2.4.2:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.3:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[DEBUG] commons-logging:commons-logging:jar:1.2:compile
[DEBUG] commons-codec:commons-codec:jar:1.9:compile
[DEBUG] org.apache.httpcomponents:fluent-hc:jar:4.5.3:compile
[DEBUG] com.sun.mail:javax.mail:jar:1.5.3:compile
[DEBUG] javax.activation:activation:jar:1.1:compile
[DEBUG] com.giiso:giiso-service-common:jar:0.0.9-SNAPSHOT:compile
[DEBUG] commons-lang:commons-lang:jar:2.6:compile (version managed from 2.6)
[DEBUG] org.apache.commons:commons-lang3:jar:3.0:compile (version managed from 
3.4)
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile (version 
managed from 3.2.1)
[DEBUG] commons-io:commons-io:jar:2.4:compile
[DEBUG] commons-beanutils:commons-beanutils:jar:1.9.2:compile
[DEBUG] net.sf.json-lib:json-lib:jar:jdk15:2.4:compile
[DEBUG] net.sf.ezmorph:ezmorph:jar:1.0.6:compile
[DEBUG] com.appleframework.config:apple-config-diamond:jar:0.2.1.RELEASE:compile
[DEBUG] com.appleframework.config:apple-config-core:jar:0.2.1.RELEASE:compile
[DEBUG] com.taobao.diamond:diamond-client:jar:2.1.1.APPLE:compile
[DEBUG] com.taobao.diamond:diamond-utils:jar:2.1.1.APPLE:compile
[DEBUG] commons-httpclient:commons-httpclient:jar:3.1:compile
[DEBUG] com.google.guava:guava:jar:23.0-rc1:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:1.3.9:compile
[DEBUG] com.google.errorprone:error_prone_annotations:jar:2.0.18:compile
[DEBUG] com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG] org.jsoup:jsoup:jar:1.9.2:compile
[DEBUG] com.giiso.elastic:escomm:jar:6.1.9:compile
[DEBUG] org.elasticsearch:elasticsearch:jar:6.0.1:compile
[DEBUG] org.apache.lucene:lucene-core:jar:7.0.1:compile
[DEBUG] org.apache.lucene:lucene-analyzers-common:jar:7.0.1:compile
[DEBUG] org.apache.lucene:lucene-backward-codecs:jar:7.0.1:compile
[DEBUG] org.apache.lucene:lucene-grouping:jar:7.0.1:compile
[DEBUG] org.apache.lucene:lucene-highlighter:jar:7.0.1:compile
[DEBUG] org.apache.lucene:lucene-join:jar:7.0.1:compile
[DEBUG] org.apache.lucene:lucene-memory:jar:7.0.1:compile
[DEBUG] org.apache.lucene:lucene-misc:jar:7.0.1:compile
[DEBUG] org.apache.lucene:lucene-queries:jar:7.0.1:compile
[DEBUG] org.apache.lucene:lucene-queryparser:jar:7.0.1:compile
[DEBUG] org.apache.lucene:lucene-sandbox:jar:7.0.1:compile
[DEBUG] org.apache.lucene:lucene-spatial:jar:7.0.1:compile
[DEBUG] org.apache.lucene:lucene-spatial-extras:jar:7.0.1:compile
[DEBUG] org.apache.lucene:lucene-spatial3d:jar:7.0.1:compile
[DEBUG] org.apache.lucene:lucene-suggest:jar:7.0.1:compile
[DEBUG] org.elasticsearch:securesm:jar:1.2:compile
[DEBUG] net.sf.jopt-simple:jopt-simple:jar:5.0.2:compile
[DEBUG] com.carrotsearch:hppc:jar:0.7.1:compile
[DEBUG] joda-time:joda-time:jar:2.9.5:compile
[DEBUG] org.yaml:snakeyaml:jar:1.15:compile
[DEBUG] 
com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.8.6:compile
[DEBUG] 
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.8.6:compile
[DEBUG] 
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.8.6:compile
[DEBUG] com.tdunning:t-digest:jar:3.0:compile
[DEBUG] org.hdrhistogram:HdrHistogram:jar:2.1.9:compile
[DEBUG] org.elasticsearch:jna:jar:4.4.0-1:compile
[DEBUG] org.elasticsearch.client:elasticsearch-rest-client:jar:6.0.1:compile
[DEBUG] org.apache.httpcomponents:httpasyncclient:jar:4.1.2:compile
[DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.5:compile
[DEBUG] 
org.elasticsearch.client:elasticsearch-rest-high-level-client:jar:6.0.1:compile
[DEBUG] org.elasticsearch.plugin:parent-join-client:jar:6.0.1:compile
[DEBUG] org.elasticsearch.plugin:aggs-matrix-stats-client:jar:6.0.1:compile
[DEBUG] com.giiso:tjcomm:jar:6.0:compile
[DEBUG] org.apache.commons:commons-collections4:jar:4.0:compile
[DEBUG] com.giiso:tjquery:jar:6.1.1:compile
[DEBUG] log4j:log4j:jar:1.2.17:compile
[DEBUG] org.apache.logging.log4j:log4j-core:jar:2.7:compile
[DEBUG] org.apache.logging.log4j:log4j-api:jar:2.7:compile
[DEBUG] org.apache.poi:poi:jar:3.9:compile
[DEBUG] org.aspectj:aspectjrt:jar:1.8.10:compile
[DEBUG] com.alibaba:fastjson:jar:1.2.29:compile
[DEBUG] org.jdom:jdom:jar:1.1.3:compile
[DEBUG] com.google.zxing:core:jar:3.0.0:compile
[DEBUG] com.google.zxing:javase:jar:3.0.0:compile
[DEBUG] org.springframework:spring-expression:jar:4.3.13.RELEASE:compile
[DEBUG] com.giiso.client:giiso-client-mongo:jar:1.0.6-SNAPSHOT:compile
[DEBUG] org.mongodb:mongo-java-driver:jar:3.2.1:compile
[DEBUG] com.giiso.client:giiso-client-core:jar:1.0.0-SNAPSHOT:compile
[DEBUG] net.sf.ehcache:ehcache:jar:2.10.3:compile
[DEBUG] org.neo4j.driver:neo4j-java-driver:jar:1.2.1:compile
[DEBUG] org.springframework:spring-webmvc:jar:4.3.5.RELEASE:compile
[DEBUG] org.springframework:spring-core:jar:4.3.5.RELEASE:compile
[DEBUG] org.springframework:spring-context:jar:4.3.5.RELEASE:compile
[DEBUG] org.springframework:spring-context-support:jar:4.3.5.RELEASE:compile
[DEBUG] org.springframework:spring-aop:jar:4.3.5.RELEASE:compile
[DEBUG] org.springframework:spring-jdbc:jar:4.3.5.RELEASE:compile
[DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.6.1:compile
[DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.6.1:compile
[DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.6.0:compile
[DEBUG] org.aspectj:aspectjweaver:jar:1.8.10:compile
[DEBUG] org.hibernate:hibernate-validator:jar:5.2.1.Final:compile
[DEBUG] javax.validation:validation-api:jar:1.1.0.Final:compile
[DEBUG] org.jboss.logging:jboss-logging:jar:3.2.1.Final:compile
[DEBUG] com.fasterxml:classmate:jar:1.1.0:compile
[DEBUG] commons-fileupload:commons-fileupload:jar:1.3.1:compile
[DEBUG] opensymphony:sitemesh:jar:2.4.2:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.7.22:compile
[DEBUG] ch.qos.logback:logback-classic:jar:1.0.9:compile
[DEBUG] ch.qos.logback:logback-core:jar:1.0.9:compile
[DEBUG] javax.servlet:javax.servlet-api:jar:3.1.0:provided
[DEBUG] javax.servlet:jstl:jar:1.2:compile
[DEBUG] Using transporter WagonTransporter with priority -1.0 for 
http://maven.giiso.com/repository/maven-public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for 
http://maven.giiso.com/repository/maven-public
Downloading from nexus: 
http://maven.giiso.com/repository/maven-public/com/google/zxing/core/3.0.0/core-3.0.0.jar
Progress (1): core-3.0.0.jar (14/538 kB)

{code}

  was:
The download connection is normally fast and accessible in the browser, but 
with maven it can only be downloaded to 14k and then stuck

 

Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。

F:\git-java\zhongc-knowledge-graph-web>mvn clean install -U
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for 
com.giiso:zhongc-knowledge-graph-web:jar:1.0.2
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must 
be unique: org.apache.httpcomponents:httpclient:jar -> duplicate declaration of 
version 4.5.3 @ line 119, column 15
[WARNING] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 361, column 12
[WARNING] The expression ${parent.version} is deprecated. Please use 
${project.parent.version} instead.
[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] ----------------< com.giiso:zhongc-knowledge-graph-web >----------------
[INFO] Building zhongc-knowledge-graph-web 1.0.2
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from nexus: 
http://maven.giiso.com/repository/maven-public/com/giiso/giiso-service-common/0.0.9-SNAPSHOT/maven-metadata.xml
Downloaded from nexus: 
http://maven.giiso.com/repository/maven-public/com/giiso/giiso-service-common/0.0.9-SNAPSHOT/maven-metadata.xml
 (1.2 kB at 8.1 kB/s)
Downloading from nexus: 
http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-mongo/1.0.6-SNAPSHOT/maven-metadata.xml
Downloaded from nexus: 
http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-mongo/1.0.6-SNAPSHOT/maven-metadata.xml
 (998 B at 18 kB/s)
Downloading from nexus: 
http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client/1.0.0-SNAPSHOT/maven-metadata.xml
Downloaded from nexus: 
http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client/1.0.0-SNAPSHOT/maven-metadata.xml
 (605 B at 11 kB/s)
Downloading from nexus: 
http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-core/1.0.0-SNAPSHOT/maven-metadata.xml
Downloaded from nexus: 
http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-core/1.0.0-SNAPSHOT/maven-metadata.xml
 (997 B at 18 kB/s)
Downloading from nexus: 
http://maven.giiso.com/repository/maven-public/com/google/zxing/core/3.0.0/core-3.0.0.jar
Progress (1): 14/538 kB


> File download to 14KB is blocked
> --------------------------------
>
>                 Key: MNG-6666
>                 URL: https://issues.apache.org/jira/browse/MNG-6666
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 3.6.0
>         Environment: F:\git-java\zhongc-knowledge-graph-web>mvn -v
> Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 
> 2018-10-25T02:41:47+08:00)
> Maven home: C:\Program Files\Java\apache-maven-3.6.0\bin\..
> Java version: 1.8.0_211, vendor: Oracle Corporation, runtime: C:\Program 
> Files\Java\jdk1.8.0_211\jre
> Default locale: zh_CN, platform encoding: GBK
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>            Reporter: a
>            Priority: Major
>             Fix For: waiting-for-feedback
>
>
> The download connection is normally fast and accessible in the browser, but 
> with maven it can only be downloaded to 14k and then stuck
>  
> Microsoft Windows [版本 6.1.7601]
>  版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
> F:\git-java\zhongc-knowledge-graph-web>mvn clean install -U
>  [INFO] Scanning for projects...
>  [WARNING]
>  [WARNING] Some problems were encountered while building the effective model 
> for com.giiso:zhongc-knowledge-graph-web:jar:1.0.2
>  [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' 
> must be unique: org.apache.httpcomponents:httpclient:jar -> duplicate 
> declaration of version 4.5.3 @ line 119, column 15
>  [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 361, column 
> 12
>  [WARNING] The expression ${parent.version} is deprecated. Please use 
> ${project.parent.version} instead.
>  [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] ----------------< com.giiso:zhongc-knowledge-graph-web 
> >----------------
>  [INFO] Building zhongc-knowledge-graph-web 1.0.2
>  [INFO] --------------------------------[ jar 
> ]---------------------------------
>  Downloading from nexus: 
> [http://maven.giiso.com/repository/maven-public/com/giiso/giiso-service-common/0.0.9-SNAPSHOT/maven-metadata.xml]
>  Downloaded from nexus: 
> [http://maven.giiso.com/repository/maven-public/com/giiso/giiso-service-common/0.0.9-SNAPSHOT/maven-metadata.xml]
>  (1.2 kB at 8.1 kB/s)
>  Downloading from nexus: 
> [http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-mongo/1.0.6-SNAPSHOT/maven-metadata.xml]
>  Downloaded from nexus: 
> [http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-mongo/1.0.6-SNAPSHOT/maven-metadata.xml]
>  (998 B at 18 kB/s)
>  Downloading from nexus: 
> [http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client/1.0.0-SNAPSHOT/maven-metadata.xml]
>  Downloaded from nexus: 
> [http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client/1.0.0-SNAPSHOT/maven-metadata.xml]
>  (605 B at 11 kB/s)
>  Downloading from nexus: 
> [http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-core/1.0.0-SNAPSHOT/maven-metadata.xml]
>  Downloaded from nexus: 
> [http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-core/1.0.0-SNAPSHOT/maven-metadata.xml]
>  (997 B at 18 kB/s)
>  Downloading from nexus: 
> [http://maven.giiso.com/repository/maven-public/com/google/zxing/core/3.0.0/core-3.0.0.jar]
>  Progress (1): 14/538 kB
>  
> {code:java}
> Microsoft Windows [版本 6.1.7601]
> 版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
> F:\git-java\zhongc-knowledge-graph-web>mvn clean install -U -X
> Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 
> 2018-10-25T02:41:47+08:00)
> Maven home: C:\Program Files\Java\apache-maven-3.6.0\bin\..
> Java version: 1.8.0_211, vendor: Oracle Corporation, runtime: C:\Program 
> Files\Java\jdk1.8.0_211\jre
> Default locale: zh_CN, platform encoding: GBK
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
> [DEBUG] Created new class realm maven.api
> [DEBUG] Importing foreign packages into class realm maven.api
> [DEBUG] Imported: javax.annotation.* < plexus.core
> [DEBUG] Imported: javax.annotation.security.* < plexus.core
> [DEBUG] Imported: javax.enterprise.inject.* < plexus.core
> [DEBUG] Imported: javax.enterprise.util.* < plexus.core
> [DEBUG] Imported: javax.inject.* < plexus.core
> [DEBUG] Imported: org.apache.maven.* < plexus.core
> [DEBUG] Imported: org.apache.maven.artifact < plexus.core
> [DEBUG] Imported: org.apache.maven.classrealm < plexus.core
> [DEBUG] Imported: org.apache.maven.cli < plexus.core
> [DEBUG] Imported: org.apache.maven.configuration < plexus.core
> [DEBUG] Imported: org.apache.maven.exception < plexus.core
> [DEBUG] Imported: org.apache.maven.execution < plexus.core
> [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
> [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
> [DEBUG] Imported: org.apache.maven.model < plexus.core
> [DEBUG] Imported: org.apache.maven.monitor < plexus.core
> [DEBUG] Imported: org.apache.maven.plugin < plexus.core
> [DEBUG] Imported: org.apache.maven.profiles < plexus.core
> [DEBUG] Imported: org.apache.maven.project < plexus.core
> [DEBUG] Imported: org.apache.maven.reporting < plexus.core
> [DEBUG] Imported: org.apache.maven.repository < plexus.core
> [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
> [DEBUG] Imported: org.apache.maven.settings < plexus.core
> [DEBUG] Imported: org.apache.maven.toolchain < plexus.core
> [DEBUG] Imported: org.apache.maven.usability < plexus.core
> [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
> [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
> [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
> [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
> [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
> [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
> [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
> [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
> [DEBUG] Imported: org.codehaus.classworlds < plexus.core
> [DEBUG] Imported: org.codehaus.plexus.* < plexus.core
> [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
> [DEBUG] Imported: org.codehaus.plexus.component < plexus.core
> [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
> [DEBUG] Imported: org.codehaus.plexus.container < plexus.core
> [DEBUG] Imported: org.codehaus.plexus.context < plexus.core
> [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
> [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
> [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
> [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
> [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < 
> plexus.core
> [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < 
> plexus.core
> [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < 
> plexus.core
> [DEBUG] Imported: org.eclipse.aether.* < plexus.core
> [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
> [DEBUG] Imported: org.eclipse.aether.collection < plexus.core
> [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
> [DEBUG] Imported: org.eclipse.aether.graph < plexus.core
> [DEBUG] Imported: org.eclipse.aether.impl < plexus.core
> [DEBUG] Imported: org.eclipse.aether.installation < plexus.core
> [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
> [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
> [DEBUG] Imported: org.eclipse.aether.repository < plexus.core
> [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
> [DEBUG] Imported: org.eclipse.aether.spi < plexus.core
> [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
> [DEBUG] Imported: org.eclipse.aether.version < plexus.core
> [DEBUG] Imported: org.fusesource.jansi.* < plexus.core
> [DEBUG] Imported: org.slf4j.* < plexus.core
> [DEBUG] Imported: org.slf4j.helpers.* < plexus.core
> [DEBUG] Imported: org.slf4j.spi.* < plexus.core
> [DEBUG] Populating class realm maven.api
> [INFO] Error stacktraces are turned on.
> [DEBUG] Message scheme: color
> [DEBUG] Message styles: debug info warning error success failure strong mojo 
> project
> [DEBUG] Reading global settings from C:\Program 
> Files\Java\apache-maven-3.6.0\bin\..\conf\settings.xml
> [DEBUG] Reading user settings from C:\Users\sa\.m2\settings.xml
> [DEBUG] Reading global toolchains from C:\Program 
> Files\Java\apache-maven-3.6.0\bin\..\conf\toolchains.xml
> [DEBUG] Reading user toolchains from C:\Users\sa\.m2\toolchains.xml
> [DEBUG] Using local repository at E:\java jar
> [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for 
> E:\java jar
> [INFO] Scanning for projects...
> [DEBUG] Using mirror alimaven 
> (http://maven.aliyun.com/nexus/content/groups/public/) for central 
> (https://repo.maven.apache.org/maven2).
> [DEBUG] Extension realms for project 
> com.giiso:zhongc-knowledge-graph-web:jar:1.0.2: (none)
> [DEBUG] Looking up lifecycle mappings for packaging jar from 
> ClassRealm[plexus.core, parent: null]
> [DEBUG] Extension realms for project 
> dev.xwolf.framework.pom:pom-web:pom:4.3.5.3: (none)
> [DEBUG] Looking up lifecycle mappings for packaging pom from 
> ClassRealm[plexus.core, parent: null]
> [DEBUG] Extension realms for project 
> dev.xwolf.framework.pom:pom-app:pom:4.3.5.3: (none)
> [DEBUG] Looking up lifecycle mappings for packaging pom from 
> ClassRealm[plexus.core, parent: null]
> [DEBUG] Extension realms for project 
> dev.xwolf.framework:framework-parent:pom:4.3.5.3: (none)
> [DEBUG] Looking up lifecycle mappings for packaging pom from 
> ClassRealm[plexus.core, parent: null]
> [DEBUG] Extension realms for project 
> dev.xwolf.framework:framework:pom:4.3.5.3: (none)
> [DEBUG] Looking up lifecycle mappings for packaging pom from 
> ClassRealm[plexus.core, parent: null]
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model 
> for com.giiso:zhongc-knowledge-graph-web:jar:1.0.2
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must 
> be unique: org.apache.httpcomponents:httpclient:jar -> duplicate declaration 
> of version 4.5.3 @ line 119, column 15
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 361, column 
> 12
> [WARNING] The expression ${parent.version} is deprecated. Please use 
> ${project.parent.version} instead.
> [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]
> [DEBUG] === REACTOR BUILD PLAN 
> ================================================
> [DEBUG] Project: com.giiso:zhongc-knowledge-graph-web:jar:1.0.2
> [DEBUG] Tasks: [clean, install]
> [DEBUG] Style: Regular
> [DEBUG] 
> =======================================================================
> [INFO]
> [INFO] ----------------< com.giiso:zhongc-knowledge-graph-web 
> >----------------
> [INFO] Building zhongc-knowledge-graph-web 1.0.2
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, 
> process-sources, generate-resources, process-resources, compile, 
> process-classes, generate-test-sources, process-test-sources, 
> generate-test-resources, process-test-resources, test-compile, pr
> ocess-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, pr
> ocess-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, pr
> ocess-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, pr
> ocess-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, pr
> ocess-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, pr
> ocess-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, pr
> ocess-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, pr
> ocess-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, pr
> ocess-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, pr
> ocess-test-classes, test, prepare-package, package, pre-integration-test, 
> integration-test, post-integration-test, verify, install, deploy]
> [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
> [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
> [DEBUG] === PROJECT BUILD PLAN 
> ================================================
> [DEBUG] Project: com.giiso:zhongc-knowledge-graph-web:1.0.2
> [DEBUG] Dependencies (collect): []
> [DEBUG] Dependencies (resolve): [compile, runtime, test]
> [DEBUG] Repositories (dependencies): [nexus 
> (http://maven.giiso.com/repository/maven-public, default, 
> releases+snapshots), alimaven 
> (http://maven.aliyun.com/nexus/content/groups/public/, default, releases)]
> [DEBUG] Repositories (plugins) : [alimaven 
> (http://maven.aliyun.com/nexus/content/groups/public/, default, releases)]
> [DEBUG] 
> -----------------------------------------------------------------------
> [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:2.4.1:clean 
> (default-clean)
> [DEBUG] Style: Regular
> [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
> <configuration>
> <directory default-value="${project.build.directory}"/>
> <excludeDefaultDirectories 
> default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
> <failOnError default-value="true">${maven.clean.failOnError}</failOnError>
> <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
> <outputDirectory default-value="${project.build.outputDirectory}"/>
> <reportDirectory default-value="${project.reporting.outputDirectory}"/>
> <skip default-value="false">${clean.skip}</skip>
> <testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
> <verbose>${clean.verbose}</verbose>
> </configuration>
> [DEBUG] 
> -----------------------------------------------------------------------
> [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources 
> (default-resources)
> [DEBUG] Style: Regular
> [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
> <configuration>
> <buildFilters default-value="${project.build.filters}"/>
> <encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding>
> <escapeString default-value="${maven.resources.escapeString}"/>
> <escapeWindowsPaths 
> default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
> <includeEmptyDirs 
> default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
> <outputDirectory default-value="${project.build.outputDirectory}"/>
> <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
> <project default-value="${project}"/>
> <resources default-value="${project.resources}"/>
> <session default-value="${session}"/>
> <useBuildFilters default-value="true"/>
> <useDefaultDelimiters default-value="true"/>
> </configuration>
> [DEBUG] 
> -----------------------------------------------------------------------
> [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile 
> (default-compile)
> [DEBUG] Style: Regular
> [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
> <configuration>
> <basedir default-value="${basedir}"/>
> <buildDirectory default-value="${project.build.directory}"/>
> <classpathElements default-value="${project.compileClasspathElements}"/>
> <compileSourceRoots default-value="${project.compileSourceRoots}"/>
> <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
> <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
> <debug default-value="true">${maven.compiler.debug}</debug>
> <debuglevel>${maven.compiler.debuglevel}</debuglevel>
> <encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding>
> <executable>${maven.compiler.executable}</executable>
> <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
> <fork default-value="false">${maven.compiler.fork}</fork>
> <generatedSourcesDirectory 
> default-value="${project.build.directory}/generated-sources/annotations"/>
> <maxmem>${maven.compiler.maxmem}</maxmem>
> <meminitial>${maven.compiler.meminitial}</meminitial>
> <optimize default-value="false">${maven.compiler.optimize}</optimize>
> <outputDirectory default-value="${project.build.outputDirectory}"/>
> <outputFileName>${project.build.finalName}</outputFileName>
> <projectArtifact default-value="${project.artifact}"/>
> <session default-value="${session}"/>
> <showDeprecation 
> default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
> <showWarnings 
> default-value="false">${maven.compiler.showWarnings}</showWarnings>
> <source default-value="1.5">1.8</source>
> <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
> <target default-value="1.5">1.8</target>
> <verbose default-value="false">${maven.compiler.verbose}</verbose>
> </configuration>
> [DEBUG] 
> -----------------------------------------------------------------------
> [DEBUG] Goal: 
> org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources 
> (default-testResources)
> [DEBUG] Style: Regular
> [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
> <configuration>
> <buildFilters default-value="${project.build.filters}"/>
> <encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding>
> <escapeString default-value="${maven.resources.escapeString}"/>
> <escapeWindowsPaths 
> default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
> <includeEmptyDirs 
> default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
> <outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
> <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
> <project default-value="${project}"/>
> <resources>${project.testResources}</resources>
> <session default-value="${session}"/>
> <useBuildFilters default-value="true"/>
> <useDefaultDelimiters default-value="true"/>
> </configuration>
> [DEBUG] 
> -----------------------------------------------------------------------
> [DEBUG] Goal: 
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile 
> (default-testCompile)
> [DEBUG] Style: Regular
> [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
> <configuration>
> <basedir default-value="${basedir}"/>
> <buildDirectory default-value="${project.build.directory}"/>
> <classpathElements default-value="${project.testClasspathElements}"/>
> <compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
> <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
> <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
> <debug default-value="true">${maven.compiler.debug}</debug>
> <debuglevel>${maven.compiler.debuglevel}</debuglevel>
> <encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding>
> <executable>${maven.compiler.executable}</executable>
> <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
> <fork default-value="false">${maven.compiler.fork}</fork>
> <generatedTestSourcesDirectory 
> default-value="${project.build.directory}/generated-sources/test-annotations"/>
> <maxmem>${maven.compiler.maxmem}</maxmem>
> <meminitial>${maven.compiler.meminitial}</meminitial>
> <optimize default-value="false">${maven.compiler.optimize}</optimize>
> <outputDirectory default-value="${project.build.testOutputDirectory}"/>
> <outputFileName>${project.build.finalName}</outputFileName>
> <session default-value="${session}"/>
> <showDeprecation 
> default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
> <showWarnings 
> default-value="false">${maven.compiler.showWarnings}</showWarnings>
> <skip>${maven.test.skip}</skip>
> <source default-value="1.5">1.8</source>
> <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
> <target default-value="1.5">1.8</target>
> <testSource>${maven.compiler.testSource}</testSource>
> <testTarget>${maven.compiler.testTarget}</testTarget>
> <verbose default-value="false">${maven.compiler.verbose}</verbose>
> </configuration>
> [DEBUG] 
> -----------------------------------------------------------------------
> [DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test 
> (default-test)
> [DEBUG] Style: Regular
> [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
> <configuration>
> <argLine>${argLine}</argLine>
> <basedir default-value="${basedir}"/>
> <childDelegation default-value="false">${childDelegation}</childDelegation>
> <classesDirectory default-value="${project.build.outputDirectory}"/>
> <debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
> <disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
> <enableAssertions default-value="true">${enableAssertions}</enableAssertions>
> <excludedGroups>${excludedGroups}</excludedGroups>
> <failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
> <failIfNoTests>${failIfNoTests}</failIfNoTests>
> <forkMode default-value="once">${forkMode}</forkMode>
> <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
> <groups>${groups}</groups>
> <junitArtifactName 
> default-value="junit:junit">${junitArtifactName}</junitArtifactName>
> <jvm>${jvm}</jvm>
> <localRepository default-value="${localRepository}"/>
> <objectFactory>${objectFactory}</objectFactory>
> <parallel>${parallel}</parallel>
> <parallelMavenExecution default-value="${session.parallel}"/>
> <perCoreThreadCount 
> default-value="true">${perCoreThreadCount}</perCoreThreadCount>
> <pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
> <pluginDescriptor default-value="${plugin}"/>
> <printSummary default-value="true">${surefire.printSummary}</printSummary>
> <projectArtifactMap>${project.artifactMap}</projectArtifactMap>
> <redirectTestOutputToFile 
> default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
> <remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
> <reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
> <reportNameSuffix 
> default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
> <reportsDirectory 
> default-value="${project.build.directory}/surefire-reports"/>
> <runOrder default-value="filesystem"/>
> <skip default-value="false">true</skip>
> <skipExec>${maven.test.skip.exec}</skipExec>
> <skipTests default-value="false">${skipTests}</skipTests>
> <test>${test}</test>
> <testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
> <testFailureIgnore 
> default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
> <testNGArtifactName 
> default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
> <testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
> <threadCount>${threadCount}</threadCount>
> <trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
> <useFile default-value="true">${surefire.useFile}</useFile>
> <useManifestOnlyJar 
> default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
> <useSystemClassLoader 
> default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
> <useUnlimitedThreads 
> default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
> <workingDirectory>${basedir}</workingDirectory>
> <project default-value="${project}"/>
> <session default-value="${session}"/>
> </configuration>
> [DEBUG] 
> -----------------------------------------------------------------------
> [DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar)
> [DEBUG] Style: Regular
> [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
> <configuration>
> <classesDirectory default-value="${project.build.outputDirectory}"/>
> <defaultManifestFile 
> default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
> <finalName 
> default-value="${project.build.finalName}">${jar.finalName}</finalName>
> <forceCreation default-value="false">${jar.forceCreation}</forceCreation>
> <outputDirectory default-value="${project.build.directory}"/>
> <project default-value="${project}"/>
> <session default-value="${session}"/>
> <skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
> <useDefaultManifestFile 
> default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
> </configuration>
> [DEBUG] 
> -----------------------------------------------------------------------
> [DEBUG] Goal: org.apache.maven.plugins:maven-assembly-plugin:2.2.1:single 
> (make-assembly)
> [DEBUG] Style: Regular
> [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
> <configuration>
> <appendAssemblyId 
> default-value="true">${assembly.appendAssemblyId}</appendAssemblyId>
> <attach default-value="true">${assembly.attach}</attach>
> <basedir default-value="${project.basedir}"/>
> <classifier>${classifier}</classifier>
> <descriptor>src/main/assembly/assembly.xml</descriptor>
> <descriptorId>${descriptorId}</descriptorId>
> <dryRun default-value="false">${assembly.dryRun}</dryRun>
> <finalName default-value="${project.build.finalName}"/>
> <ignoreDirFormatExtensions default-value="true"/>
> <ignoreMissingDescriptor 
> default-value="false">${assembly.ignoreMissingDescriptor}</ignoreMissingDescriptor>
> <ignorePermissions 
> default-value="false">${assembly.ignorePermissions}</ignorePermissions>
> <includeSite default-value="false">${includeSite}</includeSite>
> <localRepository default-value="${localRepository}"/>
> <mavenSession default-value="${session}"/>
> <outputDirectory default-value="${project.build.directory}"/>
> <project default-value="${project}"/>
> <reactorProjects default-value="${reactorProjects}"/>
> <remoteRepositories default-value="${project.remoteArtifactRepositories}"/>
> <runOnlyAtExecutionRoot 
> default-value="false">${assembly.runOnlyAtExecutionRoot}</runOnlyAtExecutionRoot>
> <siteDirectory default-value="${project.reporting.outputDirectory}"/>
> <skipAssembly default-value="false">${assembly.skipAssembly}</skipAssembly>
> <tarLongFileMode 
> default-value="warn">${assembly.tarLongFileMode}</tarLongFileMode>
> <tempRoot default-value="${project.build.directory}/archive-tmp"/>
> <updateOnly default-value="false">${assembly.updatOnly}</updateOnly>
> <useJvmChmod default-value="false">${assembly.useJvmChmod}</useJvmChmod>
> <workDirectory default-value="${project.build.directory}/assembly/work"/>
> </configuration>
> [DEBUG] 
> -----------------------------------------------------------------------
> [DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.4:test-jar (default)
> [DEBUG] Style: Regular
> [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
> <configuration>
> <defaultManifestFile 
> default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
> <finalName 
> default-value="${project.build.finalName}">${jar.finalName}</finalName>
> <forceCreation default-value="false">${jar.forceCreation}</forceCreation>
> <outputDirectory default-value="${project.build.directory}"/>
> <project default-value="${project}"/>
> <session default-value="${session}"/>
> <skip>${maven.test.skip}</skip>
> <skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
> <testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
> <useDefaultManifestFile 
> default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
> </configuration>
> [DEBUG] 
> -----------------------------------------------------------------------
> [DEBUG] Goal: org.apache.maven.plugins:maven-install-plugin:2.3.1:install 
> (default-install)
> [DEBUG] Style: Regular
> [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
> <configuration>
> <artifact default-value="${project.artifact}"/>
> <attachedArtifacts default-value="${project.attachedArtifacts}"/>
> <createChecksum default-value="false">${createChecksum}</createChecksum>
> <localRepository>${localRepository}</localRepository>
> <packaging default-value="${project.packaging}"/>
> <pomFile default-value="${project.file}"/>
> <updateReleaseInfo 
> default-value="false">${updateReleaseInfo}</updateReleaseInfo>
> </configuration>
> [DEBUG] 
> =======================================================================
> [DEBUG] Could not find metadata 
> com.giiso:giiso-service-common:0.0.9-SNAPSHOT/maven-metadata.xml in local 
> (E:\java jar)
> [DEBUG] Using transporter WagonTransporter with priority -1.0 for 
> http://maven.giiso.com/repository/maven-public
> [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for 
> http://maven.giiso.com/repository/maven-public
> Downloading from nexus: 
> http://maven.giiso.com/repository/maven-public/com/giiso/giiso-service-common/0.0.9-SNAPSHOT/maven-metadata.xml
> Downloaded from nexus: 
> http://maven.giiso.com/repository/maven-public/com/giiso/giiso-service-common/0.0.9-SNAPSHOT/maven-metadata.xml
>  (1.2 kB at 7.8 kB/s)
> [DEBUG] Writing tracking file E:\java 
> jar\com\giiso\giiso-service-common\0.0.9-SNAPSHOT\resolver-status.properties
> [DEBUG] Could not find metadata 
> com.giiso:giiso-service-common:0.0.9-SNAPSHOT/maven-metadata.xml in local 
> (E:\java jar)
> [DEBUG] Skipped remote request for 
> com.giiso:giiso-service-common:0.0.9-SNAPSHOT/maven-metadata.xml, already 
> updated during this session.
> [DEBUG] Could not find metadata 
> com.giiso.client:giiso-client-mongo:1.0.6-SNAPSHOT/maven-metadata.xml in 
> local (E:\java jar)
> [DEBUG] Using transporter WagonTransporter with priority -1.0 for 
> http://maven.giiso.com/repository/maven-public
> [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for 
> http://maven.giiso.com/repository/maven-public
> Downloading from nexus: 
> http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-mongo/1.0.6-SNAPSHOT/maven-metadata.xml
> Downloaded from nexus: 
> http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-mongo/1.0.6-SNAPSHOT/maven-metadata.xml
>  (998 B at 14 kB/s)
> [DEBUG] Writing tracking file E:\java 
> jar\com\giiso\client\giiso-client-mongo\1.0.6-SNAPSHOT\resolver-status.properties
> [DEBUG] Could not find metadata 
> com.giiso.client:giiso-client-mongo:1.0.6-SNAPSHOT/maven-metadata.xml in 
> local (E:\java jar)
> [DEBUG] Skipped remote request for 
> com.giiso.client:giiso-client-mongo:1.0.6-SNAPSHOT/maven-metadata.xml, 
> already updated during this session.
> [DEBUG] Could not find metadata 
> com.giiso.client:giiso-client:1.0.0-SNAPSHOT/maven-metadata.xml in local 
> (E:\java jar)
> [DEBUG] Using transporter WagonTransporter with priority -1.0 for 
> http://maven.giiso.com/repository/maven-public
> [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for 
> http://maven.giiso.com/repository/maven-public
> Downloading from nexus: 
> http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client/1.0.0-SNAPSHOT/maven-metadata.xml
> Downloaded from nexus: 
> http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client/1.0.0-SNAPSHOT/maven-metadata.xml
>  (605 B at 7.4 kB/s)
> [DEBUG] Writing tracking file E:\java 
> jar\com\giiso\client\giiso-client\1.0.0-SNAPSHOT\resolver-status.properties
> [DEBUG] Could not find metadata 
> com.giiso.client:giiso-client-core:1.0.0-SNAPSHOT/maven-metadata.xml in local 
> (E:\java jar)
> [DEBUG] Using transporter WagonTransporter with priority -1.0 for 
> http://maven.giiso.com/repository/maven-public
> [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for 
> http://maven.giiso.com/repository/maven-public
> Downloading from nexus: 
> http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-core/1.0.0-SNAPSHOT/maven-metadata.xml
> Downloaded from nexus: 
> http://maven.giiso.com/repository/maven-public/com/giiso/client/giiso-client-core/1.0.0-SNAPSHOT/maven-metadata.xml
>  (997 B at 11 kB/s)
> [DEBUG] Writing tracking file E:\java 
> jar\com\giiso\client\giiso-client-core\1.0.0-SNAPSHOT\resolver-status.properties
> [DEBUG] Could not find metadata 
> com.giiso.client:giiso-client-core:1.0.0-SNAPSHOT/maven-metadata.xml in local 
> (E:\java jar)
> [DEBUG] Skipped remote request for 
> com.giiso.client:giiso-client-core:1.0.0-SNAPSHOT/maven-metadata.xml, already 
> updated during this session.
> [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1400197, 
> ConflictMarker.markTime=738664, ConflictMarker.nodeCount=312, 
> ConflictIdSorter.graphTime=785628, ConflictIdSorter.topsortTime=464348, 
> ConflictIdSorter.conflictIdCount=136, ConflictIdSorter
> .conflictIdCycleCount=0, ConflictResolver.totalTime=10110526, 
> ConflictResolver.conflictItemCount=233, 
> DefaultDependencyCollector.collectTime=1919173641, 
> DefaultDependencyCollector.transformTime=15412736}
> [DEBUG] com.giiso:zhongc-knowledge-graph-web:jar:1.0.2
> [DEBUG] com.appleframework.boot:apple-boot-tomcat:jar:0.3.3.RELEASE:compile
> [DEBUG] com.appleframework.boot:apple-boot-core:jar:0.3.4.RELEASE:compile
> [DEBUG] org.jgroups:jgroups:jar:3.6.10.Final:compile
> [DEBUG] org.apache.tomcat.embed:tomcat-embed-core:jar:8.0.39:compile
> [DEBUG] org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:8.0.39:compile
> [DEBUG] org.apache.tomcat.embed:tomcat-embed-jasper:jar:8.0.39:compile
> [DEBUG] org.apache.tomcat.embed:tomcat-embed-el:jar:8.0.39:compile
> [DEBUG] org.eclipse.jdt.core.compiler:ecj:jar:4.5.1:compile
> [DEBUG] org.apache.tomcat:tomcat-jasper:jar:8.0.39:compile
> [DEBUG] org.apache.tomcat:tomcat-servlet-api:jar:8.0.39:compile
> [DEBUG] org.apache.tomcat:tomcat-juli:jar:8.0.39:compile
> [DEBUG] org.apache.tomcat:tomcat-el-api:jar:8.0.39:compile
> [DEBUG] org.apache.tomcat:tomcat-api:jar:8.0.39:compile
> [DEBUG] org.apache.tomcat:tomcat-util-scan:jar:8.0.39:compile
> [DEBUG] org.apache.tomcat:tomcat-util:jar:8.0.39:compile
> [DEBUG] org.apache.tomcat:tomcat-jasper-el:jar:8.0.39:compile
> [DEBUG] org.apache.tomcat:tomcat-jsp-api:jar:8.0.39:compile
> [DEBUG] dev.xwolf.framework:framework-web:jar:4.3.5.3:compile
> [DEBUG] junit:junit:jar:4.12:compile (version managed from 4.12)
> [DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile
> [DEBUG] org.springframework:spring-web:jar:4.3.5.RELEASE:compile (version 
> managed from 4.3.5.RELEASE)
> [DEBUG] org.springframework:spring-test:jar:4.3.5.RELEASE:compile (version 
> managed from 4.3.5.RELEASE)
> [DEBUG] dev.xwolf.framework:framework-common-json:jar:4.3.5.3:compile
> [DEBUG] dev.xwolf.framework:framework-base:jar:4.3.5.3:compile
> [DEBUG] dev.xwolf.framework:framework-security:jar:4.3.5.4:compile
> [DEBUG] org.apache.shiro:shiro-web:jar:1.3.2:compile
> [DEBUG] org.apache.shiro:shiro-core:jar:1.3.2:compile
> [DEBUG] org.apache.shiro:shiro-spring:jar:1.3.2:compile
> [DEBUG] org.springframework:spring-tx:jar:4.3.5.RELEASE:compile
> [DEBUG] org.springframework:spring-beans:jar:4.3.5.RELEASE:compile (version 
> managed from 4.3.5.RELEASE)
> [DEBUG] org.springframework:spring-aspects:jar:4.3.5.RELEASE:compile
> [DEBUG] dev.xwolf.framework:framework-common-jedis:jar:4.3.5.2:compile
> [DEBUG] redis.clients:jedis:jar:2.9.0:compile
> [DEBUG] org.apache.commons:commons-pool2:jar:2.4.2:compile
> [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.3:compile
> [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.6:compile
> [DEBUG] commons-logging:commons-logging:jar:1.2:compile
> [DEBUG] commons-codec:commons-codec:jar:1.9:compile
> [DEBUG] org.apache.httpcomponents:fluent-hc:jar:4.5.3:compile
> [DEBUG] com.sun.mail:javax.mail:jar:1.5.3:compile
> [DEBUG] javax.activation:activation:jar:1.1:compile
> [DEBUG] com.giiso:giiso-service-common:jar:0.0.9-SNAPSHOT:compile
> [DEBUG] commons-lang:commons-lang:jar:2.6:compile (version managed from 2.6)
> [DEBUG] org.apache.commons:commons-lang3:jar:3.0:compile (version managed 
> from 3.4)
> [DEBUG] commons-collections:commons-collections:jar:3.2.1:compile (version 
> managed from 3.2.1)
> [DEBUG] commons-io:commons-io:jar:2.4:compile
> [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.2:compile
> [DEBUG] net.sf.json-lib:json-lib:jar:jdk15:2.4:compile
> [DEBUG] net.sf.ezmorph:ezmorph:jar:1.0.6:compile
> [DEBUG] 
> com.appleframework.config:apple-config-diamond:jar:0.2.1.RELEASE:compile
> [DEBUG] com.appleframework.config:apple-config-core:jar:0.2.1.RELEASE:compile
> [DEBUG] com.taobao.diamond:diamond-client:jar:2.1.1.APPLE:compile
> [DEBUG] com.taobao.diamond:diamond-utils:jar:2.1.1.APPLE:compile
> [DEBUG] commons-httpclient:commons-httpclient:jar:3.1:compile
> [DEBUG] com.google.guava:guava:jar:23.0-rc1:compile
> [DEBUG] com.google.code.findbugs:jsr305:jar:1.3.9:compile
> [DEBUG] com.google.errorprone:error_prone_annotations:jar:2.0.18:compile
> [DEBUG] com.google.j2objc:j2objc-annotations:jar:1.1:compile
> [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
> [DEBUG] org.jsoup:jsoup:jar:1.9.2:compile
> [DEBUG] com.giiso.elastic:escomm:jar:6.1.9:compile
> [DEBUG] org.elasticsearch:elasticsearch:jar:6.0.1:compile
> [DEBUG] org.apache.lucene:lucene-core:jar:7.0.1:compile
> [DEBUG] org.apache.lucene:lucene-analyzers-common:jar:7.0.1:compile
> [DEBUG] org.apache.lucene:lucene-backward-codecs:jar:7.0.1:compile
> [DEBUG] org.apache.lucene:lucene-grouping:jar:7.0.1:compile
> [DEBUG] org.apache.lucene:lucene-highlighter:jar:7.0.1:compile
> [DEBUG] org.apache.lucene:lucene-join:jar:7.0.1:compile
> [DEBUG] org.apache.lucene:lucene-memory:jar:7.0.1:compile
> [DEBUG] org.apache.lucene:lucene-misc:jar:7.0.1:compile
> [DEBUG] org.apache.lucene:lucene-queries:jar:7.0.1:compile
> [DEBUG] org.apache.lucene:lucene-queryparser:jar:7.0.1:compile
> [DEBUG] org.apache.lucene:lucene-sandbox:jar:7.0.1:compile
> [DEBUG] org.apache.lucene:lucene-spatial:jar:7.0.1:compile
> [DEBUG] org.apache.lucene:lucene-spatial-extras:jar:7.0.1:compile
> [DEBUG] org.apache.lucene:lucene-spatial3d:jar:7.0.1:compile
> [DEBUG] org.apache.lucene:lucene-suggest:jar:7.0.1:compile
> [DEBUG] org.elasticsearch:securesm:jar:1.2:compile
> [DEBUG] net.sf.jopt-simple:jopt-simple:jar:5.0.2:compile
> [DEBUG] com.carrotsearch:hppc:jar:0.7.1:compile
> [DEBUG] joda-time:joda-time:jar:2.9.5:compile
> [DEBUG] org.yaml:snakeyaml:jar:1.15:compile
> [DEBUG] 
> com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.8.6:compile
> [DEBUG] 
> com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.8.6:compile
> [DEBUG] 
> com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.8.6:compile
> [DEBUG] com.tdunning:t-digest:jar:3.0:compile
> [DEBUG] org.hdrhistogram:HdrHistogram:jar:2.1.9:compile
> [DEBUG] org.elasticsearch:jna:jar:4.4.0-1:compile
> [DEBUG] org.elasticsearch.client:elasticsearch-rest-client:jar:6.0.1:compile
> [DEBUG] org.apache.httpcomponents:httpasyncclient:jar:4.1.2:compile
> [DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.5:compile
> [DEBUG] 
> org.elasticsearch.client:elasticsearch-rest-high-level-client:jar:6.0.1:compile
> [DEBUG] org.elasticsearch.plugin:parent-join-client:jar:6.0.1:compile
> [DEBUG] org.elasticsearch.plugin:aggs-matrix-stats-client:jar:6.0.1:compile
> [DEBUG] com.giiso:tjcomm:jar:6.0:compile
> [DEBUG] org.apache.commons:commons-collections4:jar:4.0:compile
> [DEBUG] com.giiso:tjquery:jar:6.1.1:compile
> [DEBUG] log4j:log4j:jar:1.2.17:compile
> [DEBUG] org.apache.logging.log4j:log4j-core:jar:2.7:compile
> [DEBUG] org.apache.logging.log4j:log4j-api:jar:2.7:compile
> [DEBUG] org.apache.poi:poi:jar:3.9:compile
> [DEBUG] org.aspectj:aspectjrt:jar:1.8.10:compile
> [DEBUG] com.alibaba:fastjson:jar:1.2.29:compile
> [DEBUG] org.jdom:jdom:jar:1.1.3:compile
> [DEBUG] com.google.zxing:core:jar:3.0.0:compile
> [DEBUG] com.google.zxing:javase:jar:3.0.0:compile
> [DEBUG] org.springframework:spring-expression:jar:4.3.13.RELEASE:compile
> [DEBUG] com.giiso.client:giiso-client-mongo:jar:1.0.6-SNAPSHOT:compile
> [DEBUG] org.mongodb:mongo-java-driver:jar:3.2.1:compile
> [DEBUG] com.giiso.client:giiso-client-core:jar:1.0.0-SNAPSHOT:compile
> [DEBUG] net.sf.ehcache:ehcache:jar:2.10.3:compile
> [DEBUG] org.neo4j.driver:neo4j-java-driver:jar:1.2.1:compile
> [DEBUG] org.springframework:spring-webmvc:jar:4.3.5.RELEASE:compile
> [DEBUG] org.springframework:spring-core:jar:4.3.5.RELEASE:compile
> [DEBUG] org.springframework:spring-context:jar:4.3.5.RELEASE:compile
> [DEBUG] org.springframework:spring-context-support:jar:4.3.5.RELEASE:compile
> [DEBUG] org.springframework:spring-aop:jar:4.3.5.RELEASE:compile
> [DEBUG] org.springframework:spring-jdbc:jar:4.3.5.RELEASE:compile
> [DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.6.1:compile
> [DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.6.1:compile
> [DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.6.0:compile
> [DEBUG] org.aspectj:aspectjweaver:jar:1.8.10:compile
> [DEBUG] org.hibernate:hibernate-validator:jar:5.2.1.Final:compile
> [DEBUG] javax.validation:validation-api:jar:1.1.0.Final:compile
> [DEBUG] org.jboss.logging:jboss-logging:jar:3.2.1.Final:compile
> [DEBUG] com.fasterxml:classmate:jar:1.1.0:compile
> [DEBUG] commons-fileupload:commons-fileupload:jar:1.3.1:compile
> [DEBUG] opensymphony:sitemesh:jar:2.4.2:compile
> [DEBUG] org.slf4j:slf4j-api:jar:1.7.22:compile
> [DEBUG] ch.qos.logback:logback-classic:jar:1.0.9:compile
> [DEBUG] ch.qos.logback:logback-core:jar:1.0.9:compile
> [DEBUG] javax.servlet:javax.servlet-api:jar:3.1.0:provided
> [DEBUG] javax.servlet:jstl:jar:1.2:compile
> [DEBUG] Using transporter WagonTransporter with priority -1.0 for 
> http://maven.giiso.com/repository/maven-public
> [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for 
> http://maven.giiso.com/repository/maven-public
> Downloading from nexus: 
> http://maven.giiso.com/repository/maven-public/com/google/zxing/core/3.0.0/core-3.0.0.jar
> Progress (1): core-3.0.0.jar (14/538 kB)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to