maven 编译 打包过程

build 组件:
在一个pom中,如果没有显示声明,按照默认的生命周期和插件进行,如果有声明,则按声明的来。

在父子类工程中,子类会继承父类声明的,如果在子类有声明,则子类会覆盖父类声明的。

+ cd /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport
+ mvn -gs /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/configuration/settings.xml -DskipTests=true clean package -Ptest jib:build -Djib.httpTimeout=200000 -DsendCredentialsOverHttp=true -f pom.xml -e -X
Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T19:49:05Z)
Maven home: /opt/apache-maven-3.5.3
Java version: 1.8.0_312, vendor: Red Hat, Inc.
Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.312.b07-1.el7_9.x86_64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1160.45.1.el7.x86_64", arch: "amd64", family: "unix"
[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 /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/configuration/settings.xml
[DEBUG] Reading user settings from /root/.m2/settings.xml
[DEBUG] Reading global toolchains from /opt/apache-maven-3.5.3/conf/toolchains.xml
[DEBUG] Reading user toolchains from /root/.m2/toolchains.xml
[DEBUG] Using local repository at /root/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /root/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project com.sx:sx-jimureport:jar:2.4.0: (none)
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project com.sx:sx-modules:pom:2.4.0: (none)
[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project com.sx:sx:pom:2.4.0: (none)
[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Resolving plugin prefix jib from [com.spotify, org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix jib to com.google.cloud.tools:jib-maven-plugin from POM com.sx:sx-jimureport:jar:2.4.0
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.sx:sx-jimureport:jar:2.4.0
[DEBUG] Tasks:   [clean, package, jib:build]
[DEBUG] Style:   Regular
[DEBUG] =======================================================================
[INFO] 
[INFO] ------------------------< com.sx:sx-jimureport >------------------------
[INFO] Building sx-jimureport 2.4.0
[INFO] --------------------------------[ jar ]---------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Resolving plugin prefix jib from [com.spotify, org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix jib to com.google.cloud.tools:jib-maven-plugin from POM com.sx:sx-jimureport:jar:2.4.0
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       com.sx:sx-jimureport:2.4.0
[DEBUG] Dependencies (collect): [compile+runtime]
[DEBUG] Dependencies (resolve): [compile, compile+runtime, runtime, runtime+system, test]
[DEBUG] Repositories (dependencies): [myRepository2_1 (http://repo.maven.apache.org/maven2/, default, releases+snapshots), central (http://10.10.10.132:28080/repository/maven-public/, default, releases+snapshots), cloudera (http://10.10.10.132:28080/nexus/content/repositories/releases/, default, releases+snapshots), aliyun (http://maven.aliyun.com/nexus/content/groups/public/, default, releases+snapshots)]
[DEBUG] Repositories (plugins)     : [central (http://10.10.10.132:28080/repository/maven-public/, default, releases+snapshots), cloudera (http://10.10.10.132:28080/nexus/content/repositories/releases/, default, releases+snapshots), aliyun (http://maven.aliyun.com/nexus/content/groups/public/, default, releases+snapshots)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <directory default-value="${project.build.directory}"/>
  <excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
  <failOnError default-value="true">${maven.clean.failOnError}</failOnError>
  <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <reportDirectory default-value="${project.reporting.outputDirectory}"/>
  <retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
  <skip default-value="false">${clean.skip}</skip>
  <testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
  <verbose>${clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildFilters default-value="${project.build.filters}"/>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <escapeString>${maven.resources.escapeString}</escapeString>
  <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
  <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
  <project default-value="${project}"/>
  <resources default-value="${project.resources}"/>
  <session default-value="${session}"/>
  <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
  <useBuildFilters default-value="true"/>
  <useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <basedir default-value="${basedir}"/>
  <buildDirectory default-value="${project.build.directory}"/>
  <compilePath default-value="${project.compileClasspathElements}"/>
  <compileSourceRoots default-value="${project.compileSourceRoots}"/>
  <compilerArgs>
    <arg>-parameters</arg>
  </compilerArgs>
  <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
  <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
  <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
  <debug default-value="true">${maven.compiler.debug}</debug>
  <debuglevel>${maven.compiler.debuglevel}</debuglevel>
  <encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding>
  <executable>${maven.compiler.executable}</executable>
  <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
  <failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
  <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
  <fork default-value="false">${maven.compiler.fork}</fork>
  <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
  <maxmem>${maven.compiler.maxmem}</maxmem>
  <meminitial>${maven.compiler.meminitial}</meminitial>
  <mojoExecution default-value="${mojoExecution}"/>
  <optimize default-value="false">${maven.compiler.optimize}</optimize>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <parameters default-value="false">${maven.compiler.parameters}</parameters>
  <project default-value="${project}"/>
  <projectArtifact default-value="${project.artifact}"/>
  <release>${maven.compiler.release}</release>
  <session default-value="${session}"/>
  <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
  <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
  <skipMain>${maven.main.skip}</skipMain>
  <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
  <source default-value="1.6">1.8</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target default-value="1.6">1.8</target>
  <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
  <verbose default-value="false">${maven.compiler.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildFilters default-value="${project.build.filters}"/>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <escapeString>${maven.resources.escapeString}</escapeString>
  <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
  <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
  <outputDirectory default-value="${project.build.testOutputDirectory}"/>
  <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
  <project default-value="${project}"/>
  <resources default-value="${project.testResources}"/>
  <session default-value="${session}"/>
  <skip>${maven.test.skip}</skip>
  <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
  <useBuildFilters default-value="true"/>
  <useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <basedir default-value="${basedir}"/>
  <buildDirectory default-value="${project.build.directory}"/>
  <compilePath default-value="${project.compileClasspathElements}"/>
  <compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
  <compilerArgs>
    <arg>-parameters</arg>
  </compilerArgs>
  <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
  <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
  <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
  <debug default-value="true">${maven.compiler.debug}</debug>
  <debuglevel>${maven.compiler.debuglevel}</debuglevel>
  <encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding>
  <executable>${maven.compiler.executable}</executable>
  <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
  <failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
  <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
  <fork default-value="false">${maven.compiler.fork}</fork>
  <generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
  <maxmem>${maven.compiler.maxmem}</maxmem>
  <meminitial>${maven.compiler.meminitial}</meminitial>
  <mojoExecution default-value="${mojoExecution}"/>
  <optimize default-value="false">${maven.compiler.optimize}</optimize>
  <outputDirectory default-value="${project.build.testOutputDirectory}"/>
  <parameters default-value="false">${maven.compiler.parameters}</parameters>
  <project default-value="${project}"/>
  <release>${maven.compiler.release}</release>
  <session default-value="${session}"/>
  <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
  <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
  <skip>${maven.test.skip}</skip>
  <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
  <source default-value="1.6">1.8</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target default-value="1.6">1.8</target>
  <testPath default-value="${project.testClasspathElements}"/>
  <testRelease>${maven.compiler.testRelease}</testRelease>
  <testSource>${maven.compiler.testSource}</testSource>
  <testTarget>${maven.compiler.testTarget}</testTarget>
  <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
  <verbose default-value="false">${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">${maven.test.skip}</skip>
  <skipExec>${maven.test.skip.exec}</skipExec>
  <skipTests default-value="false">${skipTests}</skipTests>
  <test>${test}</test>
  <testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
  <testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
  <testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
  <testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
  <threadCount>${threadCount}</threadCount>
  <trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
  <useFile default-value="true">${surefire.useFile}</useFile>
  <useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
  <useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
  <useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
  <workingDirectory>${basedir}</workingDirectory>
  <project default-value="${project}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <classesDirectory default-value="${project.build.outputDirectory}"/>
  <defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
  <finalName default-value="${project.build.finalName}">${jar.finalName}</finalName>
  <forceCreation default-value="false">${jar.forceCreation}</forceCreation>
  <outputDirectory default-value="${project.build.directory}"/>
  <project default-value="${project}"/>
  <session default-value="${session}"/>
  <skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
  <useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.springframework.boot:spring-boot-maven-plugin:2.3.7.RELEASE:repackage (default)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <attach default-value="true"/>
  <excludeDevtools default-value="true">${spring-boot.repackage.excludeDevtools}</excludeDevtools>
  <excludeGroupIds default-value="">${spring-boot.excludeGroupIds}</excludeGroupIds>
  <excludes>${spring-boot.excludes}</excludes>
  <executable default-value="false"/>
  <finalName default-value="${project.build.finalName}">${project.name}</finalName>
  <includeSystemScope default-value="false"/>
  <includes>${spring-boot.includes}</includes>
  <layout>${spring-boot.repackage.layout}</layout>
  <outputDirectory default-value="${project.build.directory}"/>
  <outputTimestamp default-value="${project.build.outputTimestamp}"/>
  <project default-value="${project}"/>
  <skip default-value="false">${spring-boot.repackage.skip}</skip>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          com.google.cloud.tools:jib-maven-plugin:3.1.4:build (default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <allowInsecureRegistries>true</allowInsecureRegistries>
  <container>
    <jvmFlags>
      <jvmFlag>-Xms512m</jvmFlag>
      <jvmFlag>-Xmx4g</jvmFlag>
      <jvmFlag>-Dproject.name=sx-jimureport</jvmFlag>
    </jvmFlags>
    <args>
      <arg>--spring.profiles.active=test</arg>
    </args>
    <volumes>/sxData</volumes>
    <workingDirectory>/sx</workingDirectory>
    <environment>
      <TZ>Asia/Shanghai</TZ>
    </environment>
    <creationTime>USE_CURRENT_TIMESTAMP</creationTime>
    <format>OCI</format>
  </container>
  <containerizingMode>${jib.containerizingMode}</containerizingMode>
  <descriptor default-value="${plugin}"/>
  <from>
    <image>10.10.10.131/library/openjdk:sx</image>
  </from>
  <project default-value="${project}"/>
  <session default-value="${session}"/>
  <skip>${jib.skip}</skip>
  <to>
    <image>10.10.10.131/mom/sx-jimureport:2.4.0</image>
    <auth>
      <username>admin</username>
      <password>Harbor12345</password>
    </auth>
  </to>
</configuration>
[DEBUG] =======================================================================
[WARNING] The POM for org.jeecgframework.jimureport:jimureport-spring-boot-starter:jar:1.5.0-beta is invalid, transitive dependencies (if any) will not be available: 1 problem was encountered while building the effective model for org.jeecgframework.jimureport:jimureport-spring-boot-starter:1.5.0-beta
[FATAL] Non-parseable POM /root/.m2/repository/org/springframework/boot/spring-boot-starter-parent/2.6.6/spring-boot-starter-parent-2.6.6.pom: end tag name </head> must be the same as start tag <link> from line 6 (position: TEXT seen ... href="./css/style.css" rel="stylesheet" type="text/css">\r\n</head>... @7:8)  @ /root/.m2/repository/org/springframework/boot/spring-boot-starter-parent/2.6.6/spring-boot-starter-parent-2.6.6.pom, line 7, column 8

[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1628239, ConflictMarker.markTime=850056, ConflictMarker.nodeCount=275, ConflictIdSorter.graphTime=921230, ConflictIdSorter.topsortTime=417147, ConflictIdSorter.conflictIdCount=98, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=10278625, ConflictResolver.conflictItemCount=212, DefaultDependencyCollector.collectTime=327818914, DefaultDependencyCollector.transformTime=16293409}
[DEBUG] com.sx:sx-jimureport:jar:2.4.0
[DEBUG]    org.jeecgframework.jimureport:jimureport-spring-boot-starter:jar:1.5.0-beta:compile
[DEBUG]    org.springframework.boot:spring-boot-starter-web:jar:2.3.7.RELEASE:compile
[DEBUG]       org.springframework.boot:spring-boot-starter:jar:2.3.7.RELEASE:compile (version managed from 2.3.7.RELEASE)
[DEBUG]          org.springframework.boot:spring-boot:jar:2.3.7.RELEASE:compile (version managed from 2.3.7.RELEASE)
[DEBUG]          org.springframework.boot:spring-boot-autoconfigure:jar:2.3.7.RELEASE:compile (version managed from 2.3.7.RELEASE)
[DEBUG]          org.springframework.boot:spring-boot-starter-logging:jar:2.3.7.RELEASE:compile (version managed from 2.3.7.RELEASE)
[DEBUG]             ch.qos.logback:logback-classic:jar:1.2.3:compile (version managed from 1.2.3)
[DEBUG]                ch.qos.logback:logback-core:jar:1.2.3:compile (version managed from 1.2.3)
[DEBUG]             org.apache.logging.log4j:log4j-to-slf4j:jar:2.13.3:compile (version managed from 2.13.3)
[DEBUG]                org.apache.logging.log4j:log4j-api:jar:2.13.3:compile (version managed from 2.13.3)
[DEBUG]             org.slf4j:jul-to-slf4j:jar:1.7.30:compile (version managed from 1.7.30)
[DEBUG]          jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile (version managed from 1.3.5)
[DEBUG]          org.springframework:spring-core:jar:5.2.12.RELEASE:compile (version managed from 5.2.12.RELEASE)
[DEBUG]             org.springframework:spring-jcl:jar:5.2.12.RELEASE:compile (version managed from 5.2.12.RELEASE)
[DEBUG]          org.yaml:snakeyaml:jar:1.26:compile (version managed from 1.26)
[DEBUG]       org.springframework.boot:spring-boot-starter-json:jar:2.3.7.RELEASE:compile (version managed from 2.3.7.RELEASE)
[DEBUG]          com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.11.3:compile (version managed from 2.11.3)
[DEBUG]          com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.11.3:compile (version managed from 2.11.3)
[DEBUG]          com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.11.3:compile (version managed from 2.11.3)
[DEBUG]       org.springframework.boot:spring-boot-starter-tomcat:jar:2.3.7.RELEASE:compile (version managed from 2.3.7.RELEASE)
[DEBUG]          org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.41:compile (version managed from 9.0.41)
[DEBUG]          org.glassfish:jakarta.el:jar:3.0.3:compile (version managed from 3.0.3)
[DEBUG]          org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.41:compile (version managed from 9.0.41)
[DEBUG]       org.springframework:spring-web:jar:5.2.12.RELEASE:compile (version managed from 5.2.12.RELEASE)
[DEBUG]          org.springframework:spring-beans:jar:5.2.12.RELEASE:compile (version managed from 5.2.12.RELEASE)
[DEBUG]       org.springframework:spring-webmvc:jar:5.2.12.RELEASE:compile (version managed from 5.2.12.RELEASE)
[DEBUG]          org.springframework:spring-aop:jar:5.2.12.RELEASE:compile (version managed from 5.2.12.RELEASE)
[DEBUG]          org.springframework:spring-context:jar:5.2.12.RELEASE:compile (version managed from 5.2.12.RELEASE)
[DEBUG]          org.springframework:spring-expression:jar:5.2.12.RELEASE:compile (version managed from 5.2.12.RELEASE)
[DEBUG]    org.springframework.boot:spring-boot-starter-freemarker:jar:2.3.7.RELEASE:compile
[DEBUG]       org.freemarker:freemarker:jar:2.3.30:compile (version managed from 2.3.30)
[DEBUG]       org.springframework:spring-context-support:jar:5.2.12.RELEASE:compile (version managed from 5.2.12.RELEASE)
[DEBUG]    io.minio:minio:jar:8.0.3:compile (optional)
[DEBUG]       com.carrotsearch.thirdparty:simple-xml-safe:jar:2.7.1:compile (optional)
[DEBUG]       com.google.guava:guava:jar:29.0-jre:compile (version managed from 29.0-jre)
[DEBUG]          com.google.guava:failureaccess:jar:1.0.1:compile
[DEBUG]          com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[DEBUG]          com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]          org.checkerframework:checker-qual:jar:2.11.1:compile
[DEBUG]          com.google.errorprone:error_prone_annotations:jar:2.3.4:compile
[DEBUG]          com.google.j2objc:j2objc-annotations:jar:1.3:compile
[DEBUG]       com.squareup.okhttp3:okhttp:jar:3.14.4:compile (version managed from 4.8.1) (optional)
[DEBUG]          com.squareup.okio:okio:jar:1.17.2:compile (optional)
[DEBUG]       com.fasterxml.jackson.core:jackson-annotations:jar:2.11.3:compile (version managed from 2.11.2)
[DEBUG]       com.fasterxml.jackson.core:jackson-core:jar:2.11.3:compile (version managed from 2.11.2)
[DEBUG]       com.fasterxml.jackson.core:jackson-databind:jar:2.11.3:compile (version managed from 2.11.2)
[DEBUG]    mysql:mysql-connector-java:jar:8.0.27:runtime (exclusions managed)
[DEBUG]    com.oracle:ojdbc6:jar:11.2.0.3:runtime
[DEBUG]    com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-discovery:jar:2.2.3.RELEASE:compile
[DEBUG]       com.alibaba.nacos:nacos-client:jar:1.3.3:compile (version managed from 1.3.3)
[DEBUG]          com.alibaba.nacos:nacos-common:jar:1.3.3:compile
[DEBUG]             org.slf4j:slf4j-api:jar:1.7.30:compile (version managed from 1.7.7)
[DEBUG]             commons-io:commons-io:jar:2.5:compile (version managed from 2.2)
[DEBUG]             org.apache.httpcomponents:httpasyncclient:jar:4.1.4:compile (version managed from 4.1.3) (exclusions managed)
[DEBUG]                org.apache.httpcomponents:httpcore:jar:4.4.14:compile (version managed from 4.4.10)
[DEBUG]                org.apache.httpcomponents:httpcore-nio:jar:4.4.14:compile (version managed from 4.4.10)
[DEBUG]          com.alibaba.nacos:nacos-api:jar:1.3.3:compile
[DEBUG]             org.apache.commons:commons-lang3:jar:3.10:compile (version managed from 3.4)
[DEBUG]          commons-codec:commons-codec:jar:1.14:compile (version managed from 1.11)
[DEBUG]          io.prometheus:simpleclient:jar:0.5.0:compile
[DEBUG]       com.alibaba.spring:spring-context-support:jar:1.0.10:compile (version managed from 1.0.10)
[DEBUG]       org.springframework.cloud:spring-cloud-commons:jar:2.2.6.RELEASE:compile (version managed from 2.2.5.RELEASE)
[DEBUG]          org.springframework.security:spring-security-crypto:jar:5.3.6.RELEASE:compile (version managed from 5.3.3.RELEASE)
[DEBUG]       org.springframework.cloud:spring-cloud-context:jar:2.2.6.RELEASE:compile (version managed from 2.2.5.RELEASE)
[DEBUG]       org.springframework.cloud:spring-cloud-starter-netflix-ribbon:jar:2.2.6.RELEASE:compile (version managed from 2.2.5.RELEASE)
[DEBUG]          org.springframework.cloud:spring-cloud-starter:jar:2.2.6.RELEASE:compile (version managed from 2.2.6.RELEASE)
[DEBUG]             org.springframework.security:spring-security-rsa:jar:1.0.9.RELEASE:compile (version managed from 1.0.9.RELEASE) (exclusions managed)
[DEBUG]                org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile
[DEBUG]                   org.bouncycastle:bcprov-jdk15on:jar:1.64:compile
[DEBUG]          org.springframework.cloud:spring-cloud-netflix-ribbon:jar:2.2.6.RELEASE:compile (version managed from 2.2.6.RELEASE)
[DEBUG]             org.springframework.cloud:spring-cloud-netflix-archaius:jar:2.2.6.RELEASE:compile (version managed from 2.2.6.RELEASE)
[DEBUG]          org.springframework.cloud:spring-cloud-starter-netflix-archaius:jar:2.2.6.RELEASE:compile (version managed from 2.2.6.RELEASE)
[DEBUG]             com.netflix.archaius:archaius-core:jar:0.7.6:compile (version managed from 0.7.6) (exclusions managed)
[DEBUG]             commons-configuration:commons-configuration:jar:1.8:compile
[DEBUG]          com.netflix.ribbon:ribbon:jar:2.3.0:compile (version managed from 2.3.0) (exclusions managed)
[DEBUG]             com.netflix.ribbon:ribbon-transport:jar:2.3.0:runtime
[DEBUG]                io.reactivex:rxnetty-contexts:jar:0.4.9:runtime
[DEBUG]                io.reactivex:rxnetty-servo:jar:0.4.9:runtime
[DEBUG]             com.netflix.hystrix:hystrix-core:jar:1.5.18:runtime (version managed from 1.4.3) (exclusions managed)
[DEBUG]                org.hdrhistogram:HdrHistogram:jar:2.1.9:runtime
[DEBUG]             javax.inject:javax.inject:jar:1:runtime
[DEBUG]             io.reactivex:rxnetty:jar:0.4.9:runtime
[DEBUG]          com.netflix.ribbon:ribbon-core:jar:2.3.0:compile (version managed from 2.3.0) (exclusions managed)
[DEBUG]             commons-lang:commons-lang:jar:2.6:compile
[DEBUG]          com.netflix.ribbon:ribbon-httpclient:jar:2.3.0:compile (version managed from 2.3.0) (exclusions managed)
[DEBUG]             commons-collections:commons-collections:jar:3.2.2:runtime
[DEBUG]             org.apache.httpcomponents:httpclient:jar:4.5.13:compile (version managed from 4.2.1) (exclusions managed)
[DEBUG]             com.sun.jersey:jersey-client:jar:1.19.1:runtime
[DEBUG]                com.sun.jersey:jersey-core:jar:1.19.1:runtime
[DEBUG]                   javax.ws.rs:jsr311-api:jar:1.1.1:runtime
[DEBUG]             com.sun.jersey.contribs:jersey-apache-client4:jar:1.19.1:runtime
[DEBUG]             com.netflix.servo:servo-core:jar:0.12.21:runtime (version managed from 0.10.1) (exclusions managed)
[DEBUG]             com.netflix.netflix-commons:netflix-commons-util:jar:0.3.0:runtime (version managed from 0.1.1)
[DEBUG]          com.netflix.ribbon:ribbon-loadbalancer:jar:2.3.0:compile (version managed from 2.3.0) (exclusions managed)
[DEBUG]             com.netflix.netflix-commons:netflix-statistics:jar:0.1.1:runtime
[DEBUG]          io.reactivex:rxjava:jar:1.3.8:compile (version managed from 1.3.8)
[DEBUG]    com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-config:jar:2.2.3.RELEASE:compile
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sx-jimureport ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=113163, ConflictMarker.markTime=119793, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=57472, ConflictIdSorter.topsortTime=11437, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=134102, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=6481635, DefaultDependencyCollector.transformTime=497401}
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG]   Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
[DEBUG]   (f) directory = /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target
[DEBUG]   (f) excludeDefaultDirectories = false
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) followSymLinks = false
[DEBUG]   (f) outputDirectory = /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/classes
[DEBUG]   (f) reportDirectory = /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/site
[DEBUG]   (f) retryOnError = true
[DEBUG]   (f) skip = false
[DEBUG]   (f) testOutputDirectory = /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/test-classes
[DEBUG] -- end configuration --
[DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target
[DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/classes
[DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/test-classes
[DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/site
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sx-jimureport ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=160641, ConflictMarker.markTime=74372, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=93813, ConflictIdSorter.topsortTime=26863, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=754445, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=38690592, DefaultDependencyCollector.transformTime=1139811}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG]       commons-cli:commons-cli:jar:1.0:compile
[DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG]       classworlds:classworlds:jar:1.1:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]       junit:junit:jar:3.8.1:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG]    org.apache.maven.shared:maven-filtering:jar:1.1:compile
[DEBUG]       org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.13:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG]   Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG]   Included: commons-cli:commons-cli:jar:1.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG]   Included: org.apache.maven.shared:maven-filtering:jar:1.1
[DEBUG]   Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->
[DEBUG]   (f) buildFilters = []
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) escapeWindowsPaths = true
[DEBUG]   (s) includeEmptyDirs = false
[DEBUG]   (s) outputDirectory = /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/classes
[DEBUG]   (s) overwrite = false
[DEBUG]   (f) project = MavenProject: com.sx:sx-jimureport:2.4.0 @ /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/pom.xml
[DEBUG]   (s) resources = [Resource {targetPath: null, filtering: true, FileSet {directory: /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/resources, PatternSet [includes: {}, excludes: {**/*.jks}]}}, Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/resources, PatternSet [includes: {**/*.jks}, excludes: {}]}}, Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java, PatternSet [includes: {**/*.xml}, excludes: {}]}}]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@3e521715
[DEBUG]   (f) supportMultiLineFiltering = false
[DEBUG]   (f) useBuildFilters = true
[DEBUG]   (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {env.OLDPWD=/home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport, file.encoding.pkg=sun.io, tobato.version=1.26.5, java.home=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.312.b07-1.el7_9.x86_64/jre, maven.plugin.version=3.8.1, env.GIT_URL=http://10.10.10.132:8888/mom-java/SX-Cloud.git, classworlds.conf=/opt/apache-maven-3.5.3/bin/m2.conf, java.endorsed.dirs=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.312.b07-1.el7_9.x86_64/jre/lib/endorsed, env.ANT_VERSION=1.10.7, env.KUBERNETES_PORT=tcp://10.96.0.1:443, env.HUDSON_HOME=/var/jenkins_home, env.KUBERNETES_PORT_443_TCP_ADDR=10.96.0.1, sun.os.patch.level=unknown, docker.harbor.username=admin, java.vendor.url=https://www.redhat.com/, env.NODE_NAME=maven-zp9v9, poi.version=4.1.2, pagehelper.boot.version=1.3.0, java.version=1.8.0_312, fastjson.version=1.2.75, env.NODE_LABELS=maven maven-zp9v9, nacos.addr=10.10.220.101:32108, env.JENKINS_SERVER_COOKIE=durable-93f15ca6998dc3e79a2b160e3fca7bae, env.BuildParameter=none, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, java.vendor.url.bug=https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%207&component=java-1.8.0-openjdk, env.LANGUAGE=en_US:en, skipTests=true, user.name=root, env.LANG=en_US.UTF-8, sun.io.unicode.encoding=UnicodeLittle, sun.jnu.encoding=UTF-8, java.runtime.name=OpenJDK Runtime Environment, minio.version=8.0.3, env.LC_ALL=en_US.UTF-8, java.specification.name=Java Platform API Specification, user.timezone=, env.maven.home=/opt/apache-maven-3.5.3, path.separator=:, env.MAVEN_CMD_LINE_ARGS= -gs /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/configuration/settings.xml -DskipTests=true clean package -Ptest jib:build -Djib.httpTimeout=200000 -DsendCredentialsOverHttp=true -f pom.xml -e -X, file.encoding=UTF-8, maven.compiler.compilerVersion=1.8, nacos.config.group=DEFAULT_GROUP, env.DOCKER_CREDENTIAL_ID=dockerhub-id, env.HOME=/root, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -gs /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/configuration/settings.xml -DskipTests=true clean package -Ptest jib:build -Djib.httpTimeout=200000 -DsendCredentialsOverHttp=true -f pom.xml -e -X, sendCredentialsOverHttp=true, env.STAGE_NAME=buildCloud$${service}, velocity.version=1.7, env.APP_NAME=devops-java-sample, env.RUN_DISPLAY_URL=http://unconfigured-jenkins-location/job/demo-devopsqx5tl/job/sx-cloud-auto/job/develop/848/display/redirect, env.GITHUB_ACCOUNT=kubesphere, env.BUILD_TAG=jenkins-demo-devopsqx5tl-sx-cloud-auto-develop-848, env.HOSTNAME=maven-zp9v9, java.io.tmpdir=/tmp, user.language=en, line.separator=
, spring-boot-admin.version=2.3.1, jimureport.version=1.5.0-beta, env.JOB_NAME=demo-devopsqx5tl/sx-cloud-auto/develop, java.vm.info=mixed mode, env.BUILD_DISPLAY_NAME=#848, common-pool.version=2.6.2, env.SONAR_SCANNER_VERSION=3.3.0.1492, java.vm.specification.name=Java Virtual Machine Specification, env.JOB_DISPLAY_URL=http://unconfigured-jenkins-location/job/demo-devopsqx5tl/job/sx-cloud-auto/job/develop/display/redirect, project.reporting.outputEncoding=UTF-8, commons.fileupload.version=1.3.3, env.M2_HOME=/opt/apache-maven-3.5.3, env.KUBERNETES_PORT_443_TCP=tcp://10.96.0.1:443, sentinel.dashboard.addr=10.10.220.101:30007, env.DOCKERHUB_NAMESPACE=docker_username, env.RUN_ARTIFACTS_DISPLAY_URL=http://unconfigured-jenkins-location/job/demo-devopsqx5tl/job/sx-cloud-auto/job/develop/848/display/redirect?page=artifacts, env.JENKINS_NODE_COOKIE=d07e8e8f-7c41-4637-b372-2788cfbdc68d, mysql-connector-java.version=8.0.27, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop@tmp, env.ServicesBuild=sx-modules-system,sx-qm,sx-pg,sx-lims,sx-sh,sx-ap,sx-pe,sx-sc,sx-sd,sx-mm,sx-mapi, java.awt.printerjob=sun.print.PSPrinterJob, spring-boot.mybatis=2.1.3, env.HUDSON_SERVER_COOKIE=c689fcd2a52ae121, env.REGISTRY=docker.io, spring.profiles.active=test, commons.io.version=2.5, env.BUILD_NUMBER=848, env.CLASSPATH=, os.name=Linux, java.specification.vendor=Oracle Corporation, java.vm.name=OpenJDK 64-Bit Server VM, env.KUBECONFIG_CREDENTIAL_ID=demo-kubeconfig, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, env.PATH=/opt/apache-maven-3.5.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/sonar-scanner-3.3.0.1492-linux/bin:JAVA_HOME/bin:/opt/ant/bin, library.jansi.path=/opt/apache-maven-3.5.3/lib/jansi-native, java.class.version=52.0, spring-boot.version=2.3.7.RELEASE, env.SHLVL=3, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.KUBERNETES_SERVICE_PORT=443, env.GIT_COMMIT=d2e6b5cacb6d9e076dd97c08140a19ee764727f9, env.JENKINS_HOME=/var/jenkins_home, env.KUBERNETES_PORT_443_TCP_PORT=443, env.RUN_CHANGES_DISPLAY_URL=http://unconfigured-jenkins-location/job/demo-devopsqx5tl/job/sx-cloud-auto/job/develop/848/display/redirect?page=changes, sun.boot.library.path=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.312.b07-1.el7_9.x86_64/jre/lib/amd64, project.build.sourceEncoding=UTF-8, env.MAVEN_VERSION=3.5.3, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, dynamic-ds.version=3.2.1, kaptcha.version=2.3.2, jib.maven.plugin.version=3.1.4, maven.compiler.encoding=UTF-8, java.vm.specification.version=1.8, env.GITLAB_OBJECT_KIND=none, awt.toolkit=sun.awt.X11.XToolkit, docker.harbor.password=Harbor12345, sun.cpu.isalist=, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport, env.Environment=test, java.ext.dirs=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.312.b07-1.el7_9.x86_64/jre/lib/ext:/usr/java/packages/lib/ext, os.version=3.10.0-1160.45.1.el7.x86_64, swagger.core.version=1.5.24, docker.harbor.addr=10.10.10.131, user.home=/root, java.vm.vendor=Red Hat, Inc., env.JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk, user.dir=/home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport, maven.conf=/opt/apache-maven-3.5.3/conf, env.KUBERNETES_SERVICE_HOST=10.96.0.1, env.M2=/opt/apache-maven-3.5.3/bin, env.PWD=/home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport, sx.version=2.4.0, sun.cpu.endian=little, spring-cloud.version=Hoxton.SR9, env.RUN_TESTS_DISPLAY_URL=http://unconfigured-jenkins-location/job/demo-devopsqx5tl/job/sx-cloud-auto/job/develop/848/display/redirect?page=tests, docker.harbor.project=mom, env.GIT_PREVIOUS_COMMIT=7e51d5093be01483b2bb37a6961746709a17982f, env.GITHUB_CREDENTIAL_ID=github-id, java.vm.version=25.312-b07, java.class.path=/opt/apache-maven-3.5.3/boot/plexus-classworlds-2.5.2.jar, swagger.fox.version=2.9.2, os.arch=amd64, maven.build.version=Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T19:49:05Z), sun.java.launcher=SUN_STANDARD, env.BUILD_ID=848, java.vm.specification.vendor=Oracle Corporation, env.JAVA_VERSIOIN=1.8.0, file.separator=/, env.GIT_BRANCH=develop, java.runtime.version=1.8.0_312-b07, sun.boot.class.path=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.312.b07-1.el7_9.x86_64/jre/lib/resources.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.312.b07-1.el7_9.x86_64/jre/lib/rt.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.312.b07-1.el7_9.x86_64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.312.b07-1.el7_9.x86_64/jre/lib/jsse.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.312.b07-1.el7_9.x86_64/jre/lib/jce.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.312.b07-1.el7_9.x86_64/jre/lib/charsets.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.312.b07-1.el7_9.x86_64/jre/lib/jfr.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.312.b07-1.el7_9.x86_64/jre/classes, druid.version=1.2.4, env.WORKSPACE=/home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop, maven.version=3.5.3, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=01ffcac13df7c4035abee095432a2e8d442adcb0, user.country=US, env.ANT_HOME=/opt/ant, env.EXECUTOR_NUMBER=0, maven.home=/opt/apache-maven-3.5.3, maven.compiler.target=1.8, spring-cloud-alibaba.version=2.2.3.RELEASE, env.Branch=develop, env.JOB_BASE_NAME=develop, java.vendor=Red Hat, Inc., env.BRANCH_NAME=develop, maven.compiler.source=1.8, java.specification.version=1.8, jib.httpTimeout=200000, sun.arch.data.model=64}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/resources
excludes [**/*.jks]
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 6 resources
[DEBUG] file banner.txt has a filtered file extension
[DEBUG] filtering /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/resources/banner.txt to /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/classes/banner.txt
[DEBUG] file bootstrap-dev.yml has a filtered file extension
[DEBUG] filtering /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/resources/bootstrap-dev.yml to /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/classes/bootstrap-dev.yml
[DEBUG] file bootstrap-prod.yml has a filtered file extension
[DEBUG] filtering /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/resources/bootstrap-prod.yml to /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/classes/bootstrap-prod.yml
[DEBUG] file bootstrap-test.yml has a filtered file extension
[DEBUG] filtering /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/resources/bootstrap-test.yml to /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/classes/bootstrap-test.yml
[DEBUG] file bootstrap.yml has a filtered file extension
[DEBUG] filtering /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/resources/bootstrap.yml to /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/classes/bootstrap.yml
[DEBUG] file logback.xml has a filtered file extension
[DEBUG] filtering /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/resources/logback.xml to /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/classes/logback.xml
[DEBUG] resource with targetPath null
directory /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/resources
excludes []
includes [**/*.jks]
[DEBUG] ignoreDelta true
[INFO] Copying 0 resource
[DEBUG] resource with targetPath null
directory /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java
excludes []
includes [**/*.xml]
[DEBUG] ignoreDelta true
[INFO] Copying 0 resource
[DEBUG] no use filter components
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sx-jimureport ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=201252, ConflictMarker.markTime=80543, ConflictMarker.nodeCount=118, ConflictIdSorter.graphTime=54754, ConflictIdSorter.topsortTime=47371, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=753688, ConflictResolver.conflictItemCount=72, DefaultDependencyCollector.collectTime=72421528, DefaultDependencyCollector.transformTime=1162361}
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-model:jar:3.0:compile
[DEBUG]       org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG]          org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG]             org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG]       org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG]          org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG]       org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG]       org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]    org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG]       commons-io:commons-io:jar:2.5:compile
[DEBUG]    org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
[DEBUG]    org.codehaus.plexus:plexus-java:jar:0.9.10:compile
[DEBUG]       org.ow2.asm:asm:jar:6.2:compile
[DEBUG]       com.thoughtworks.qdox:qdox:jar:2.0-M9:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-api:jar:2.8.4:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-manager:jar:2.8.4:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-javac:jar:2.8.4:runtime
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1
[DEBUG]   Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1
[DEBUG]   Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.4
[DEBUG]   Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
[DEBUG]   Included: org.codehaus.plexus:plexus-java:jar:0.9.10
[DEBUG]   Included: org.ow2.asm:asm:jar:6.2
[DEBUG]   Included: com.thoughtworks.qdox:qdox:jar:2.0-M9
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-api:jar:2.8.4
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.8.4
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.8.4
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile' with basic configurator -->
[DEBUG]   (f) basedir = /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport
[DEBUG]   (f) buildDirectory = /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target
[DEBUG]   (f) compilePath = [/home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/classes, /root/.m2/repository/org/jeecgframework/jimureport/jimureport-spring-boot-starter/1.5.0-beta/jimureport-spring-boot-starter-1.5.0-beta.jar, /root/.m2/repository/org/springframework/boot/spring-boot-starter-web/2.3.7.RELEASE/spring-boot-starter-web-2.3.7.RELEASE.jar, /root/.m2/repository/org/springframework/boot/spring-boot-starter/2.3.7.RELEASE/spring-boot-starter-2.3.7.RELEASE.jar, /root/.m2/repository/org/springframework/boot/spring-boot/2.3.7.RELEASE/spring-boot-2.3.7.RELEASE.jar, /root/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/2.3.7.RELEASE/spring-boot-autoconfigure-2.3.7.RELEASE.jar, /root/.m2/repository/org/springframework/boot/spring-boot-starter-logging/2.3.7.RELEASE/spring-boot-starter-logging-2.3.7.RELEASE.jar, /root/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar, /root/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar, /root/.m2/repository/org/apache/logging/log4j/log4j-to-slf4j/2.13.3/log4j-to-slf4j-2.13.3.jar, /root/.m2/repository/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.jar, /root/.m2/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar, /root/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar, /root/.m2/repository/org/springframework/spring-core/5.2.12.RELEASE/spring-core-5.2.12.RELEASE.jar, /root/.m2/repository/org/springframework/spring-jcl/5.2.12.RELEASE/spring-jcl-5.2.12.RELEASE.jar, /root/.m2/repository/org/yaml/snakeyaml/1.26/snakeyaml-1.26.jar, /root/.m2/repository/org/springframework/boot/spring-boot-starter-json/2.3.7.RELEASE/spring-boot-starter-json-2.3.7.RELEASE.jar, /root/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.11.3/jackson-datatype-jdk8-2.11.3.jar, /root/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.11.3/jackson-datatype-jsr310-2.11.3.jar, /root/.m2/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.11.3/jackson-module-parameter-names-2.11.3.jar, /root/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/2.3.7.RELEASE/spring-boot-starter-tomcat-2.3.7.RELEASE.jar, /root/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.41/tomcat-embed-core-9.0.41.jar, /root/.m2/repository/org/glassfish/jakarta.el/3.0.3/jakarta.el-3.0.3.jar, /root/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.41/tomcat-embed-websocket-9.0.41.jar, /root/.m2/repository/org/springframework/spring-web/5.2.12.RELEASE/spring-web-5.2.12.RELEASE.jar, /root/.m2/repository/org/springframework/spring-beans/5.2.12.RELEASE/spring-beans-5.2.12.RELEASE.jar, /root/.m2/repository/org/springframework/spring-webmvc/5.2.12.RELEASE/spring-webmvc-5.2.12.RELEASE.jar, /root/.m2/repository/org/springframework/spring-aop/5.2.12.RELEASE/spring-aop-5.2.12.RELEASE.jar, /root/.m2/repository/org/springframework/spring-context/5.2.12.RELEASE/spring-context-5.2.12.RELEASE.jar, /root/.m2/repository/org/springframework/spring-expression/5.2.12.RELEASE/spring-expression-5.2.12.RELEASE.jar, /root/.m2/repository/org/springframework/boot/spring-boot-starter-freemarker/2.3.7.RELEASE/spring-boot-starter-freemarker-2.3.7.RELEASE.jar, /root/.m2/repository/org/freemarker/freemarker/2.3.30/freemarker-2.3.30.jar, /root/.m2/repository/org/springframework/spring-context-support/5.2.12.RELEASE/spring-context-support-5.2.12.RELEASE.jar, /root/.m2/repository/io/minio/minio/8.0.3/minio-8.0.3.jar, /root/.m2/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar, /root/.m2/repository/com/google/guava/guava/29.0-jre/guava-29.0-jre.jar, /root/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar, /root/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, /root/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar, /root/.m2/repository/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.jar, /root/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar, /root/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar, /root/.m2/repository/com/squareup/okhttp3/okhttp/3.14.4/okhttp-3.14.4.jar, /root/.m2/repository/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar, /root/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.11.3/jackson-annotations-2.11.3.jar, /root/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar, /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.11.3/jackson-databind-2.11.3.jar, /root/.m2/repository/com/alibaba/cloud/spring-cloud-starter-alibaba-nacos-discovery/2.2.3.RELEASE/spring-cloud-starter-alibaba-nacos-discovery-2.2.3.RELEASE.jar, /root/.m2/repository/com/alibaba/nacos/nacos-client/1.3.3/nacos-client-1.3.3.jar, /root/.m2/repository/com/alibaba/nacos/nacos-common/1.3.3/nacos-common-1.3.3.jar, /root/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar, /root/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar, /root/.m2/repository/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.jar, /root/.m2/repository/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar, /root/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.14/httpcore-nio-4.4.14.jar, /root/.m2/repository/com/alibaba/nacos/nacos-api/1.3.3/nacos-api-1.3.3.jar, /root/.m2/repository/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.jar, /root/.m2/repository/commons-codec/commons-codec/1.14/commons-codec-1.14.jar, /root/.m2/repository/io/prometheus/simpleclient/0.5.0/simpleclient-0.5.0.jar, /root/.m2/repository/com/alibaba/spring/spring-context-support/1.0.10/spring-context-support-1.0.10.jar, /root/.m2/repository/org/springframework/cloud/spring-cloud-commons/2.2.6.RELEASE/spring-cloud-commons-2.2.6.RELEASE.jar, /root/.m2/repository/org/springframework/security/spring-security-crypto/5.3.6.RELEASE/spring-security-crypto-5.3.6.RELEASE.jar, /root/.m2/repository/org/springframework/cloud/spring-cloud-context/2.2.6.RELEASE/spring-cloud-context-2.2.6.RELEASE.jar, /root/.m2/repository/org/springframework/cloud/spring-cloud-starter-netflix-ribbon/2.2.6.RELEASE/spring-cloud-starter-netflix-ribbon-2.2.6.RELEASE.jar, /root/.m2/repository/org/springframework/cloud/spring-cloud-starter/2.2.6.RELEASE/spring-cloud-starter-2.2.6.RELEASE.jar, /root/.m2/repository/org/springframework/security/spring-security-rsa/1.0.9.RELEASE/spring-security-rsa-1.0.9.RELEASE.jar, /root/.m2/repository/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar, /root/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar, /root/.m2/repository/org/springframework/cloud/spring-cloud-netflix-ribbon/2.2.6.RELEASE/spring-cloud-netflix-ribbon-2.2.6.RELEASE.jar, /root/.m2/repository/org/springframework/cloud/spring-cloud-netflix-archaius/2.2.6.RELEASE/spring-cloud-netflix-archaius-2.2.6.RELEASE.jar, /root/.m2/repository/org/springframework/cloud/spring-cloud-starter-netflix-archaius/2.2.6.RELEASE/spring-cloud-starter-netflix-archaius-2.2.6.RELEASE.jar, /root/.m2/repository/com/netflix/archaius/archaius-core/0.7.6/archaius-core-0.7.6.jar, /root/.m2/repository/commons-configuration/commons-configuration/1.8/commons-configuration-1.8.jar, /root/.m2/repository/com/netflix/ribbon/ribbon/2.3.0/ribbon-2.3.0.jar, /root/.m2/repository/com/netflix/ribbon/ribbon-core/2.3.0/ribbon-core-2.3.0.jar, /root/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar, /root/.m2/repository/com/netflix/ribbon/ribbon-httpclient/2.3.0/ribbon-httpclient-2.3.0.jar, /root/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar, /root/.m2/repository/com/netflix/ribbon/ribbon-loadbalancer/2.3.0/ribbon-loadbalancer-2.3.0.jar, /root/.m2/repository/io/reactivex/rxjava/1.3.8/rxjava-1.3.8.jar, /root/.m2/repository/com/alibaba/cloud/spring-cloud-starter-alibaba-nacos-config/2.2.3.RELEASE/spring-cloud-starter-alibaba-nacos-config-2.2.3.RELEASE.jar]
[DEBUG]   (f) compileSourceRoots = [/home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java]
[DEBUG]   (f) compilerArgs = [-parameters]
[DEBUG]   (f) compilerId = javac
[DEBUG]   (f) compilerVersion = 1.8
[DEBUG]   (f) debug = true
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) failOnWarning = false
[DEBUG]   (f) forceJavacCompilerUse = false
[DEBUG]   (f) fork = false
[DEBUG]   (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/generated-sources/annotations
[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile {execution: default-compile}
[DEBUG]   (f) optimize = false
[DEBUG]   (f) outputDirectory = /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/classes
[DEBUG]   (f) parameters = false
[DEBUG]   (f) project = MavenProject: com.sx:sx-jimureport:2.4.0 @ /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/pom.xml
[DEBUG]   (f) projectArtifact = com.sx:sx-jimureport:jar:2.4.0
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@3e521715
[DEBUG]   (f) showDeprecation = false
[DEBUG]   (f) showWarnings = false
[DEBUG]   (f) skipMultiThreadWarning = false
[DEBUG]   (f) source = 1.8
[DEBUG]   (f) staleMillis = 0
[DEBUG]   (s) target = 1.8
[DEBUG]   (f) useIncrementalCompilation = true
[DEBUG]   (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Adding /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/generated-sources/annotations to compile source roots:
  /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java
[DEBUG] New compile source roots:
  /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java
  /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/generated-sources/annotations
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[DEBUG] Stale source detected: /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java/com/sx/jimu/controller/TestController.java
[DEBUG] Stale source detected: /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java/com/sx/jimu/config/JimuReportTokenService.java
[DEBUG] Stale source detected: /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java/com/sx/jimu/controller/IndexController.java
[DEBUG] Stale source detected: /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java/com/sx/jimu/JimuReportApplication.java
[INFO] Changes detected - recompiling the module!
[DEBUG] Classpath:
[DEBUG]  /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/classes
[DEBUG]  /root/.m2/repository/org/jeecgframework/jimureport/jimureport-spring-boot-starter/1.5.0-beta/jimureport-spring-boot-starter-1.5.0-beta.jar
[DEBUG]  /root/.m2/repository/org/springframework/boot/spring-boot-starter-web/2.3.7.RELEASE/spring-boot-starter-web-2.3.7.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/boot/spring-boot-starter/2.3.7.RELEASE/spring-boot-starter-2.3.7.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/boot/spring-boot/2.3.7.RELEASE/spring-boot-2.3.7.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/2.3.7.RELEASE/spring-boot-autoconfigure-2.3.7.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/boot/spring-boot-starter-logging/2.3.7.RELEASE/spring-boot-starter-logging-2.3.7.RELEASE.jar
[DEBUG]  /root/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar
[DEBUG]  /root/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar
[DEBUG]  /root/.m2/repository/org/apache/logging/log4j/log4j-to-slf4j/2.13.3/log4j-to-slf4j-2.13.3.jar
[DEBUG]  /root/.m2/repository/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.jar
[DEBUG]  /root/.m2/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar
[DEBUG]  /root/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar
[DEBUG]  /root/.m2/repository/org/springframework/spring-core/5.2.12.RELEASE/spring-core-5.2.12.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/spring-jcl/5.2.12.RELEASE/spring-jcl-5.2.12.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/yaml/snakeyaml/1.26/snakeyaml-1.26.jar
[DEBUG]  /root/.m2/repository/org/springframework/boot/spring-boot-starter-json/2.3.7.RELEASE/spring-boot-starter-json-2.3.7.RELEASE.jar
[DEBUG]  /root/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.11.3/jackson-datatype-jdk8-2.11.3.jar
[DEBUG]  /root/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.11.3/jackson-datatype-jsr310-2.11.3.jar
[DEBUG]  /root/.m2/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.11.3/jackson-module-parameter-names-2.11.3.jar
[DEBUG]  /root/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/2.3.7.RELEASE/spring-boot-starter-tomcat-2.3.7.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.41/tomcat-embed-core-9.0.41.jar
[DEBUG]  /root/.m2/repository/org/glassfish/jakarta.el/3.0.3/jakarta.el-3.0.3.jar
[DEBUG]  /root/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.41/tomcat-embed-websocket-9.0.41.jar
[DEBUG]  /root/.m2/repository/org/springframework/spring-web/5.2.12.RELEASE/spring-web-5.2.12.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/spring-beans/5.2.12.RELEASE/spring-beans-5.2.12.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/spring-webmvc/5.2.12.RELEASE/spring-webmvc-5.2.12.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/spring-aop/5.2.12.RELEASE/spring-aop-5.2.12.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/spring-context/5.2.12.RELEASE/spring-context-5.2.12.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/spring-expression/5.2.12.RELEASE/spring-expression-5.2.12.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/boot/spring-boot-starter-freemarker/2.3.7.RELEASE/spring-boot-starter-freemarker-2.3.7.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/freemarker/freemarker/2.3.30/freemarker-2.3.30.jar
[DEBUG]  /root/.m2/repository/org/springframework/spring-context-support/5.2.12.RELEASE/spring-context-support-5.2.12.RELEASE.jar
[DEBUG]  /root/.m2/repository/io/minio/minio/8.0.3/minio-8.0.3.jar
[DEBUG]  /root/.m2/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar
[DEBUG]  /root/.m2/repository/com/google/guava/guava/29.0-jre/guava-29.0-jre.jar
[DEBUG]  /root/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[DEBUG]  /root/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[DEBUG]  /root/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[DEBUG]  /root/.m2/repository/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.jar
[DEBUG]  /root/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar
[DEBUG]  /root/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[DEBUG]  /root/.m2/repository/com/squareup/okhttp3/okhttp/3.14.4/okhttp-3.14.4.jar
[DEBUG]  /root/.m2/repository/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar
[DEBUG]  /root/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.11.3/jackson-annotations-2.11.3.jar
[DEBUG]  /root/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar
[DEBUG]  /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.11.3/jackson-databind-2.11.3.jar
[DEBUG]  /root/.m2/repository/com/alibaba/cloud/spring-cloud-starter-alibaba-nacos-discovery/2.2.3.RELEASE/spring-cloud-starter-alibaba-nacos-discovery-2.2.3.RELEASE.jar
[DEBUG]  /root/.m2/repository/com/alibaba/nacos/nacos-client/1.3.3/nacos-client-1.3.3.jar
[DEBUG]  /root/.m2/repository/com/alibaba/nacos/nacos-common/1.3.3/nacos-common-1.3.3.jar
[DEBUG]  /root/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar
[DEBUG]  /root/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar
[DEBUG]  /root/.m2/repository/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.jar
[DEBUG]  /root/.m2/repository/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
[DEBUG]  /root/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.14/httpcore-nio-4.4.14.jar
[DEBUG]  /root/.m2/repository/com/alibaba/nacos/nacos-api/1.3.3/nacos-api-1.3.3.jar
[DEBUG]  /root/.m2/repository/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.jar
[DEBUG]  /root/.m2/repository/commons-codec/commons-codec/1.14/commons-codec-1.14.jar
[DEBUG]  /root/.m2/repository/io/prometheus/simpleclient/0.5.0/simpleclient-0.5.0.jar
[DEBUG]  /root/.m2/repository/com/alibaba/spring/spring-context-support/1.0.10/spring-context-support-1.0.10.jar
[DEBUG]  /root/.m2/repository/org/springframework/cloud/spring-cloud-commons/2.2.6.RELEASE/spring-cloud-commons-2.2.6.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/security/spring-security-crypto/5.3.6.RELEASE/spring-security-crypto-5.3.6.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/cloud/spring-cloud-context/2.2.6.RELEASE/spring-cloud-context-2.2.6.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/cloud/spring-cloud-starter-netflix-ribbon/2.2.6.RELEASE/spring-cloud-starter-netflix-ribbon-2.2.6.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/cloud/spring-cloud-starter/2.2.6.RELEASE/spring-cloud-starter-2.2.6.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/security/spring-security-rsa/1.0.9.RELEASE/spring-security-rsa-1.0.9.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar
[DEBUG]  /root/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar
[DEBUG]  /root/.m2/repository/org/springframework/cloud/spring-cloud-netflix-ribbon/2.2.6.RELEASE/spring-cloud-netflix-ribbon-2.2.6.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/cloud/spring-cloud-netflix-archaius/2.2.6.RELEASE/spring-cloud-netflix-archaius-2.2.6.RELEASE.jar
[DEBUG]  /root/.m2/repository/org/springframework/cloud/spring-cloud-starter-netflix-archaius/2.2.6.RELEASE/spring-cloud-starter-netflix-archaius-2.2.6.RELEASE.jar
[DEBUG]  /root/.m2/repository/com/netflix/archaius/archaius-core/0.7.6/archaius-core-0.7.6.jar
[DEBUG]  /root/.m2/repository/commons-configuration/commons-configuration/1.8/commons-configuration-1.8.jar
[DEBUG]  /root/.m2/repository/com/netflix/ribbon/ribbon/2.3.0/ribbon-2.3.0.jar
[DEBUG]  /root/.m2/repository/com/netflix/ribbon/ribbon-core/2.3.0/ribbon-core-2.3.0.jar
[DEBUG]  /root/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[DEBUG]  /root/.m2/repository/com/netflix/ribbon/ribbon-httpclient/2.3.0/ribbon-httpclient-2.3.0.jar
[DEBUG]  /root/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
[DEBUG]  /root/.m2/repository/com/netflix/ribbon/ribbon-loadbalancer/2.3.0/ribbon-loadbalancer-2.3.0.jar
[DEBUG]  /root/.m2/repository/io/reactivex/rxjava/1.3.8/rxjava-1.3.8.jar
[DEBUG]  /root/.m2/repository/com/alibaba/cloud/spring-cloud-starter-alibaba-nacos-config/2.2.3.RELEASE/spring-cloud-starter-alibaba-nacos-config-2.2.3.RELEASE.jar
[DEBUG] Source roots:
[DEBUG]  /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java
[DEBUG]  /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/generated-sources/annotations
[DEBUG] Command line options:
[DEBUG] -d /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/classes -classpath /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/classes:/root/.m2/repository/org/jeecgframework/jimureport/jimureport-spring-boot-starter/1.5.0-beta/jimureport-spring-boot-starter-1.5.0-beta.jar:/root/.m2/repository/org/springframework/boot/spring-boot-starter-web/2.3.7.RELEASE/spring-boot-starter-web-2.3.7.RELEASE.jar:/root/.m2/repository/org/springframework/boot/spring-boot-starter/2.3.7.RELEASE/spring-boot-starter-2.3.7.RELEASE.jar:/root/.m2/repository/org/springframework/boot/spring-boot/2.3.7.RELEASE/spring-boot-2.3.7.RELEASE.jar:/root/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/2.3.7.RELEASE/spring-boot-autoconfigure-2.3.7.RELEASE.jar:/root/.m2/repository/org/springframework/boot/spring-boot-starter-logging/2.3.7.RELEASE/spring-boot-starter-logging-2.3.7.RELEASE.jar:/root/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/root/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/root/.m2/repository/org/apache/logging/log4j/log4j-to-slf4j/2.13.3/log4j-to-slf4j-2.13.3.jar:/root/.m2/repository/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.jar:/root/.m2/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar:/root/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar:/root/.m2/repository/org/springframework/spring-core/5.2.12.RELEASE/spring-core-5.2.12.RELEASE.jar:/root/.m2/repository/org/springframework/spring-jcl/5.2.12.RELEASE/spring-jcl-5.2.12.RELEASE.jar:/root/.m2/repository/org/yaml/snakeyaml/1.26/snakeyaml-1.26.jar:/root/.m2/repository/org/springframework/boot/spring-boot-starter-json/2.3.7.RELEASE/spring-boot-starter-json-2.3.7.RELEASE.jar:/root/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.11.3/jackson-datatype-jdk8-2.11.3.jar:/root/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.11.3/jackson-datatype-jsr310-2.11.3.jar:/root/.m2/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.11.3/jackson-module-parameter-names-2.11.3.jar:/root/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/2.3.7.RELEASE/spring-boot-starter-tomcat-2.3.7.RELEASE.jar:/root/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.41/tomcat-embed-core-9.0.41.jar:/root/.m2/repository/org/glassfish/jakarta.el/3.0.3/jakarta.el-3.0.3.jar:/root/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.41/tomcat-embed-websocket-9.0.41.jar:/root/.m2/repository/org/springframework/spring-web/5.2.12.RELEASE/spring-web-5.2.12.RELEASE.jar:/root/.m2/repository/org/springframework/spring-beans/5.2.12.RELEASE/spring-beans-5.2.12.RELEASE.jar:/root/.m2/repository/org/springframework/spring-webmvc/5.2.12.RELEASE/spring-webmvc-5.2.12.RELEASE.jar:/root/.m2/repository/org/springframework/spring-aop/5.2.12.RELEASE/spring-aop-5.2.12.RELEASE.jar:/root/.m2/repository/org/springframework/spring-context/5.2.12.RELEASE/spring-context-5.2.12.RELEASE.jar:/root/.m2/repository/org/springframework/spring-expression/5.2.12.RELEASE/spring-expression-5.2.12.RELEASE.jar:/root/.m2/repository/org/springframework/boot/spring-boot-starter-freemarker/2.3.7.RELEASE/spring-boot-starter-freemarker-2.3.7.RELEASE.jar:/root/.m2/repository/org/freemarker/freemarker/2.3.30/freemarker-2.3.30.jar:/root/.m2/repository/org/springframework/spring-context-support/5.2.12.RELEASE/spring-context-support-5.2.12.RELEASE.jar:/root/.m2/repository/io/minio/minio/8.0.3/minio-8.0.3.jar:/root/.m2/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar:/root/.m2/repository/com/google/guava/guava/29.0-jre/guava-29.0-jre.jar:/root/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/root/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/root/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/root/.m2/repository/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.jar:/root/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar:/root/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/root/.m2/repository/com/squareup/okhttp3/okhttp/3.14.4/okhttp-3.14.4.jar:/root/.m2/repository/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar:/root/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.11.3/jackson-annotations-2.11.3.jar:/root/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar:/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.11.3/jackson-databind-2.11.3.jar:/root/.m2/repository/com/alibaba/cloud/spring-cloud-starter-alibaba-nacos-discovery/2.2.3.RELEASE/spring-cloud-starter-alibaba-nacos-discovery-2.2.3.RELEASE.jar:/root/.m2/repository/com/alibaba/nacos/nacos-client/1.3.3/nacos-client-1.3.3.jar:/root/.m2/repository/com/alibaba/nacos/nacos-common/1.3.3/nacos-common-1.3.3.jar:/root/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/root/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar:/root/.m2/repository/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.jar:/root/.m2/repository/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar:/root/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.14/httpcore-nio-4.4.14.jar:/root/.m2/repository/com/alibaba/nacos/nacos-api/1.3.3/nacos-api-1.3.3.jar:/root/.m2/repository/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.jar:/root/.m2/repository/commons-codec/commons-codec/1.14/commons-codec-1.14.jar:/root/.m2/repository/io/prometheus/simpleclient/0.5.0/simpleclient-0.5.0.jar:/root/.m2/repository/com/alibaba/spring/spring-context-support/1.0.10/spring-context-support-1.0.10.jar:/root/.m2/repository/org/springframework/cloud/spring-cloud-commons/2.2.6.RELEASE/spring-cloud-commons-2.2.6.RELEASE.jar:/root/.m2/repository/org/springframework/security/spring-security-crypto/5.3.6.RELEASE/spring-security-crypto-5.3.6.RELEASE.jar:/root/.m2/repository/org/springframework/cloud/spring-cloud-context/2.2.6.RELEASE/spring-cloud-context-2.2.6.RELEASE.jar:/root/.m2/repository/org/springframework/cloud/spring-cloud-starter-netflix-ribbon/2.2.6.RELEASE/spring-cloud-starter-netflix-ribbon-2.2.6.RELEASE.jar:/root/.m2/repository/org/springframework/cloud/spring-cloud-starter/2.2.6.RELEASE/spring-cloud-starter-2.2.6.RELEASE.jar:/root/.m2/repository/org/springframework/security/spring-security-rsa/1.0.9.RELEASE/spring-security-rsa-1.0.9.RELEASE.jar:/root/.m2/repository/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar:/root/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar:/root/.m2/repository/org/springframework/cloud/spring-cloud-netflix-ribbon/2.2.6.RELEASE/spring-cloud-netflix-ribbon-2.2.6.RELEASE.jar:/root/.m2/repository/org/springframework/cloud/spring-cloud-netflix-archaius/2.2.6.RELEASE/spring-cloud-netflix-archaius-2.2.6.RELEASE.jar:/root/.m2/repository/org/springframework/cloud/spring-cloud-starter-netflix-archaius/2.2.6.RELEASE/spring-cloud-starter-netflix-archaius-2.2.6.RELEASE.jar:/root/.m2/repository/com/netflix/archaius/archaius-core/0.7.6/archaius-core-0.7.6.jar:/root/.m2/repository/commons-configuration/commons-configuration/1.8/commons-configuration-1.8.jar:/root/.m2/repository/com/netflix/ribbon/ribbon/2.3.0/ribbon-2.3.0.jar:/root/.m2/repository/com/netflix/ribbon/ribbon-core/2.3.0/ribbon-core-2.3.0.jar:/root/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar:/root/.m2/repository/com/netflix/ribbon/ribbon-httpclient/2.3.0/ribbon-httpclient-2.3.0.jar:/root/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar:/root/.m2/repository/com/netflix/ribbon/ribbon-loadbalancer/2.3.0/ribbon-loadbalancer-2.3.0.jar:/root/.m2/repository/io/reactivex/rxjava/1.3.8/rxjava-1.3.8.jar:/root/.m2/repository/com/alibaba/cloud/spring-cloud-starter-alibaba-nacos-config/2.2.3.RELEASE/spring-cloud-starter-alibaba-nacos-config-2.2.3.RELEASE.jar: -sourcepath /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java:/home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/generated-sources/annotations: -s /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/generated-sources/annotations -g -nowarn -target 1.8 -source 1.8 -encoding UTF-8 -parameters
[DEBUG] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/target/classes
[DEBUG] incrementalBuildHelper#afterRebuildExecution
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java/com/sx/jimu/controller/TestController.java:[6,37] package org.springframework.jdbc.core does not exist
[ERROR] /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java/com/sx/jimu/controller/TestController.java:[7,48] package org.springframework.jdbc.core.namedparam does not exist
[ERROR] /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java/com/sx/jimu/controller/TestController.java:[17,17] cannot find symbol
  symbol:   class JdbcTemplate
  location: class com.sx.jimu.controller.TestController
[ERROR] /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java/com/sx/jimu/controller/TestController.java:[19,17] cannot find symbol
  symbol:   class NamedParameterJdbcTemplate
  location: class com.sx.jimu.controller.TestController
[INFO] 4 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.672 s
[INFO] Finished at: 2022-04-28T05:50:06Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project sx-jimureport: Compilation failure: Compilation failure: 
[ERROR] /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java/com/sx/jimu/controller/TestController.java:[6,37] package org.springframework.jdbc.core does not exist
[ERROR] /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java/com/sx/jimu/controller/TestController.java:[7,48] package org.springframework.jdbc.core.namedparam does not exist
[ERROR] /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java/com/sx/jimu/controller/TestController.java:[17,17] cannot find symbol
[ERROR]   symbol:   class JdbcTemplate
[ERROR]   location: class com.sx.jimu.controller.TestController
[ERROR] /home/jenkins/agent/workspace/evopsqx5tl_sx-cloud-auto_develop/sx-modules/sx-jimureport/src/main/java/com/sx/jimu/controller/TestController.java:[19,17] cannot find symbol
[ERROR]   symbol:   class NamedParameterJdbcTemplate
[ERROR]   location: class com.sx.jimu.controller.TestController
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project sx-jimureport: Compilation failure
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:187)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Maven是一个功能强大的项目管理工具,可以帮助我们自动化构建、编译打包项目。Maven提供了一种称为插件(plugins)的机制,可以扩展其功能。下面是一些常用的Maven编译打包插件: 1. Maven Compiler Plugin:该插件用于编译Java源代码。它默认使用Java编译器进行编译,但也支持其他编译器,如Groovy等。可以通过配置插件的参数来指定编译的源码路径、目标版本等。 2. Maven Surefire Plugin:该插件用于运行项目中的单元测试。它会自动搜索项目中的测试类,并执行这些测试类中的测试方法。可以通过配置插件的参数来指定测试类的匹配规则、报告输出等。 3. Maven Javadoc Plugin:该插件用于生成项目的API文档。它会根据项目中的源代码和Javadoc注释生成HTML格式的文档,并可以通过配置插件参数来指定输出路径、是否包含私有成员等。 4. Maven Source Plugin:该插件用于生成项目的源代码包。它会将项目中的源代码打包成一个压缩文件,供其他开发人员使用。可以通过配置插件参数来指定输出路径、是否包含测试代码等。 5. Maven Jar Plugin:该插件用于将项目打包成一个可执行的JAR文件。它会将项目中的编译后的类文件、资源文件等打包到JAR文件中,并可以通过配置插件参数来指定JAR文件的名称、包含的内容等。 这些插件可以通过在项目的pom.xml文件中配置来启用和使用。例如,可以在`<build>`标签下的`<plugins>`标签中添加相应的插件配置。具体的插件配置和参数可以参考Maven官方文档或插件的官方文档。
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

山巅

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值