-
Notifications
You must be signed in to change notification settings - Fork 486
Closed
Labels
Description
- summary of problem
- When
ratchetFrom
is specified in the spotless configuration, if no Git repository information is present the check will fail EVEN IF your configuration is also hasskip
set to true. This is a problem for me because I'm building a Docker image with the source code, and only the source itself is copied into the container, not the.git
folder containing all the history and branches. I thought I could simply tell the plugin toskip
execution when in a Docker context, but that doesn't seem to work.
- When
- maven version
- 3.6.3
- spotless version
- 2.17.0
- operating system and version
- Linux ip-10-128-4-54 5.4.0-1045-aws Quick up-to-date checking for custom rules (sub to #31) #47-Ubuntu SMP Tue Apr 13 07:02:25 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
- Ubuntu 20.04.2 LTS
- copy-paste your full Spotless configuration block(s), and a link to a public git repo that reproduces the problem if possible
In<build><plugins>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<configuration>
<ratchetFrom>origin/main-a</ratchetFrom>
<skip>true</skip>
<java>
<eclipse>
<file>style.xml</file>
</eclipse>
<removeUnusedImports />
</java>
</configuration>
</plugin>
In <build><pluginManagement>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>${spotless.version}</version>
<executions>
<execution>
<id>spotless-check</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
- [*] copy-paste the full content of any console errors emitted by
mvn -B -X -P docker package
#18 [stage-0 12/16] RUN mvn -B -X -P docker package
#18 sha256:b9f5012d73140183939037f41cd81a8ad6b3c4429934a91637addc463fca92e8
#18 0.585 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
#18 0.586 Maven home: /usr/share/maven
#18 0.586 Java version: 11.0.9.1, vendor: Oracle Corporation, runtime: /usr/local/openjdk-11
#18 0.587 Default locale: en, platform encoding: UTF-8
#18 0.588 OS name: "linux", version: "5.4.0-1045-aws", arch: "amd64", family: "unix"
#18 1.353 [DEBUG] Created new class realm maven.api
#18 1.354 [DEBUG] Importing foreign packages into class realm maven.api
#18 1.356 [DEBUG] Imported: javax.annotation.* < plexus.core
#18 1.357 [DEBUG] Imported: javax.annotation.security.* < plexus.core
#18 1.358 [DEBUG] Imported: javax.enterprise.inject.* < plexus.core
#18 1.359 [DEBUG] Imported: javax.enterprise.util.* < plexus.core
#18 1.360 [DEBUG] Imported: javax.inject.* < plexus.core
#18 1.361 [DEBUG] Imported: org.apache.maven.* < plexus.core
#18 1.362 [DEBUG] Imported: org.apache.maven.artifact < plexus.core
#18 1.362 [DEBUG] Imported: org.apache.maven.classrealm < plexus.core
#18 1.363 [DEBUG] Imported: org.apache.maven.cli < plexus.core
#18 1.364 [DEBUG] Imported: org.apache.maven.configuration < plexus.core
#18 1.365 [DEBUG] Imported: org.apache.maven.exception < plexus.core
#18 1.366 [DEBUG] Imported: org.apache.maven.execution < plexus.core
#18 1.367 [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
#18 1.368 [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
#18 1.368 [DEBUG] Imported: org.apache.maven.model < plexus.core
#18 1.369 [DEBUG] Imported: org.apache.maven.monitor < plexus.core
#18 1.369 [DEBUG] Imported: org.apache.maven.plugin < plexus.core
#18 1.370 [DEBUG] Imported: org.apache.maven.profiles < plexus.core
#18 1.370 [DEBUG] Imported: org.apache.maven.project < plexus.core
#18 1.371 [DEBUG] Imported: org.apache.maven.reporting < plexus.core
#18 1.371 [DEBUG] Imported: org.apache.maven.repository < plexus.core
#18 1.372 [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
#18 1.372 [DEBUG] Imported: org.apache.maven.settings < plexus.core
#18 1.372 [DEBUG] Imported: org.apache.maven.toolchain < plexus.core
#18 1.373 [DEBUG] Imported: org.apache.maven.usability < plexus.core
#18 1.373 [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
#18 1.373 [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
#18 1.374 [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
#18 1.374 [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
#18 1.375 [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
#18 1.375 [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
#18 1.376 [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
#18 1.376 [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
#18 1.376 [DEBUG] Imported: org.codehaus.classworlds < plexus.core
#18 1.376 [DEBUG] Imported: org.codehaus.plexus.* < plexus.core
#18 1.377 [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
#18 1.377 [DEBUG] Imported: org.codehaus.plexus.component < plexus.core
#18 1.378 [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
#18 1.378 [DEBUG] Imported: org.codehaus.plexus.container < plexus.core
#18 1.379 [DEBUG] Imported: org.codehaus.plexus.context < plexus.core
#18 1.379 [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
#18 1.380 [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
#18 1.380 [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
#18 1.380 [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
#18 1.381 [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
#18 1.381 [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
#18 1.381 [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
#18 1.382 [DEBUG] Imported: org.eclipse.aether.* < plexus.core
#18 1.382 [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
#18 1.382 [DEBUG] Imported: org.eclipse.aether.collection < plexus.core
#18 1.382 [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
#18 1.383 [DEBUG] Imported: org.eclipse.aether.graph < plexus.core
#18 1.383 [DEBUG] Imported: org.eclipse.aether.impl < plexus.core
#18 1.383 [DEBUG] Imported: org.eclipse.aether.installation < plexus.core
#18 1.383 [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
#18 1.383 [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
#18 1.384 [DEBUG] Imported: org.eclipse.aether.repository < plexus.core
#18 1.384 [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
#18 1.384 [DEBUG] Imported: org.eclipse.aether.spi < plexus.core
#18 1.384 [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
#18 1.385 [DEBUG] Imported: org.eclipse.aether.version < plexus.core
#18 1.385 [DEBUG] Imported: org.fusesource.jansi.* < plexus.core
#18 1.385 [DEBUG] Imported: org.slf4j.* < plexus.core
#18 1.386 [DEBUG] Imported: org.slf4j.event.* < plexus.core
#18 1.386 [DEBUG] Imported: org.slf4j.helpers.* < plexus.core
#18 1.386 [DEBUG] Imported: org.slf4j.spi.* < plexus.core
#18 1.387 [DEBUG] Populating class realm maven.api
#18 1.438 [INFO] Error stacktraces are turned on.
#18 1.440 [DEBUG] Message scheme: plain
#18 1.441 [DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml
#18 1.442 [DEBUG] Reading user settings from /root/.m2/settings.xml
#18 1.453 [DEBUG] Reading global toolchains from /usr/share/maven/conf/toolchains.xml
#18 1.454 [DEBUG] Reading user toolchains from /root/.m2/toolchains.xml
#18 1.462 [DEBUG] Using local repository at /root/.m2/repository
#18 1.477 [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /root/.m2/repository
#18 1.482 [INFO] Scanning for projects...
#18 1.577 [DEBUG] Extension realms for project com.remind.graph:graph:jar:1.0.0: (none)
#18 1.578 [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
#18 1.694 [DEBUG] Extension realms for project org.springframework.boot:spring-boot-starter-parent:pom:2.5.4: (none)
#18 1.695 [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
#18 1.714 [DEBUG] Extension realms for project org.springframework.boot:spring-boot-dependencies:pom:2.5.4: (none)
#18 1.715 [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
#18 1.724 [DEBUG] === REACTOR BUILD PLAN ================================================
#18 1.724 [DEBUG] Project: com.remind.graph:graph:jar:1.0.0
#18 1.725 [DEBUG] Tasks: [package]
#18 1.725 [DEBUG] Style: Regular
#18 1.725 [DEBUG] =======================================================================
#18 1.730 [INFO]
#18 1.730 [INFO] -----------------------< com.remind.graph:graph >-----------------------
#18 1.730 [INFO] Building graph 1.0.0
#18 1.730 [INFO] --------------------------------[ jar ]---------------------------------
#18 1.731 [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]
#18 1.733 [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
#18 1.733 [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
#18 1.860 [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]
#18 1.861 [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
#18 1.861 [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
#18 1.861 [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]
#18 1.863 [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
#18 1.863 [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
#18 1.863 [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]
#18 1.864 [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
#18 1.864 [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
#18 1.864 [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]
#18 1.867 [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
#18 1.867 [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
#18 1.867 [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]
#18 1.869 [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
#18 1.869 [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
#18 1.869 [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]
#18 1.871 [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
#18 1.871 [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
#18 1.871 [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]
#18 1.873 [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
#18 1.873 [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
#18 1.873 [DEBUG] === PROJECT BUILD PLAN ================================================
#18 1.874 [DEBUG] Project: com.remind.graph:graph:1.0.0
#18 1.874 [DEBUG] Dependencies (collect): [compile+runtime]
#18 1.874 [DEBUG] Dependencies (resolve): [compile, compile+runtime, runtime, test]
#18 1.875 [DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
#18 1.875 [DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, default, releases)]
#18 1.876 [DEBUG] -----------------------------------------------------------------------
#18 1.876 [DEBUG] Goal: org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (validate)
#18 1.885 [DEBUG] Style: Regular
#18 1.908 [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
#18 1.909 <configuration>
#18 1.909 <cacheFile default-value="${project.build.directory}/checkstyle-cachefile"/>
#18 1.909 <configLocation default-value="sun_checks.xml">/tools/maven/checkstyle.xml</configLocation>
#18 1.910 <consoleOutput default-value="false">${checkstyle.consoleOutput}</consoleOutput>
#18 1.911 <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
#18 1.911 <excludes>${checkstyle.excludes}</excludes>
#18 1.911 <failOnViolation default-value="true">true</failOnViolation>
#18 1.911 <failsOnError default-value="false"/>
#18 1.911 <headerLocation default-value="LICENSE.txt">${checkstyle.header.file}</headerLocation>
#18 1.912 <includeResources default-value="true">${checkstyle.includeResources}</includeResources>
#18 1.912 <includeTestResources default-value="true">${checkstyle.includeTestResources}</includeTestResources>
#18 1.912 <includeTestSourceDirectory default-value="false">true</includeTestSourceDirectory>
#18 1.913 <includes default-value="**\/*.java">${checkstyle.includes}</includes>
#18 1.913 <logViolationsToConsole default-value="true">true</logViolationsToConsole>
#18 1.913 <maxAllowedViolations default-value="0">${checkstyle.maxAllowedViolations}</maxAllowedViolations>
#18 1.913 <mojoExecution default-value="${mojoExecution}"/>
#18 1.914 <outputFile default-value="${project.build.directory}/checkstyle-result.xml">${checkstyle.output.file}</outputFile>
#18 1.919 <outputFileFormat default-value="xml">${checkstyle.output.format}</outputFileFormat>
#18 1.919 <plugin default-value="${plugin}"/>
#18 1.920 <project default-value="${project}"/>
#18 1.920 <propertiesLocation>${checkstyle.properties.location}</propertiesLocation>
#18 1.920 <resourceExcludes>${checkstyle.resourceExcludes}</resourceExcludes>
#18 1.921 <resourceIncludes default-value="**/*.properties">${checkstyle.resourceIncludes}</resourceIncludes>
#18 1.922 <resources default-value="${project.resources}"/>
#18 1.922 <rulesFiles default-value="${project.build.directory}/checkstyle-rules.xml">${checkstyle.output.rules.file}</rulesFiles>
#18 1.922 <skip default-value="false">true</skip>
#18 1.923 <skipExec default-value="false">${checkstyle.skipExec}</skipExec>
#18 1.923 <sourceDirectories default-value="${project.compileSourceRoots}"/>
#18 1.923 <suppressionsFileExpression default-value="checkstyle.suppressions.file">${checkstyle.suppression.expression}</suppressionsFileExpression>
#18 1.923 <suppressionsLocation>/tools/maven/suppressions.xml</suppressionsLocation>
#18 1.923 <testResources default-value="${project.testResources}"/>
#18 1.924 <testSourceDirectories default-value="${project.testCompileSourceRoots}"/>
#18 1.924 <violationIgnore>${checkstyle.violation.ignore}</violationIgnore>
#18 1.924 <violationSeverity default-value="error">${checkstyle.violationSeverity}</violationSeverity>
#18 1.925 </configuration>
#18 1.925 [DEBUG] -----------------------------------------------------------------------
#18 1.925 [DEBUG] Goal: com.diffplug.spotless:spotless-maven-plugin:2.17.0:check (spotless-check)
#18 1.925 [DEBUG] Style: Regular
#18 1.925 [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
#18 1.925 <configuration>
#18 1.925 <baseDir default-value="${project.basedir}"/>
#18 1.925 <buildDir default-value="${project.build.directory}"/>
#18 1.925 <encoding default-value="UTF-8"/>
#18 1.926 <filePatterns>${spotlessFiles}</filePatterns>
#18 1.926 <java>
#18 1.926 <eclipse>
#18 1.926 <file>style.xml</file>
#18 1.926 </eclipse>
#18 1.926 <removeUnusedImports/>
#18 1.926 </java>
#18 1.926 <lineEndings default-value="GIT_ATTRIBUTES"/>
#18 1.926 <ratchetFrom>origin/main-a</ratchetFrom>
#18 1.926 <repositories default-value="${project.remotePluginRepositories}"/>
#18 1.926 <repositorySystemSession default-value="${repositorySystemSession}"/>
#18 1.926 <setLicenseHeaderYearsFromGitHistory>${spotlessSetLicenseHeaderYearsFromGitHistory}</setLicenseHeaderYearsFromGitHistory>
#18 1.926 <skip default-value="false">true</skip>
#18 1.927 </configuration>
#18 1.927 [DEBUG] -----------------------------------------------------------------------
#18 1.927 [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-resources)
#18 1.927 [DEBUG] Style: Regular
#18 1.927 [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
#18 1.927 <configuration>
#18 1.927 <addDefaultExcludes default-value="true"/>
#18 1.928 <buildFilters default-value="${project.build.filters}"/>
#18 1.928 <delimiters>
#18 1.928 <delimiter>@</delimiter>
#18 1.928 </delimiters>
#18 1.928 <encoding default-value="${project.build.sourceEncoding}"/>
#18 1.928 <escapeWindowsPaths default-value="true"/>
#18 1.928 <fileNameFiltering default-value="false"/>
#18 1.928 <includeEmptyDirs default-value="false"/>
#18 1.928 <outputDirectory default-value="${project.build.outputDirectory}"/>
#18 1.929 <overwrite default-value="false"/>
#18 1.929 <project default-value="${project}"/>
#18 1.929 <propertiesEncoding>UTF-8</propertiesEncoding>
#18 1.929 <resources default-value="${project.resources}"/>
#18 1.929 <session default-value="${session}"/>
#18 1.929 <skip default-value="false">${maven.resources.skip}</skip>
#18 1.929 <supportMultiLineFiltering default-value="false"/>
#18 1.929 <useBuildFilters default-value="true"/>
#18 1.930 <useDefaultDelimiters default-value="true">false</useDefaultDelimiters>
#18 1.930 </configuration>
#18 1.930 [DEBUG] -----------------------------------------------------------------------
#18 1.930 [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile)
#18 1.931 [DEBUG] Style: Regular
#18 1.931 [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
#18 1.932 <configuration>
#18 1.932 <basedir default-value="${basedir}"/>
#18 1.932 <buildDirectory default-value="${project.build.directory}"/>
#18 1.932 <compilePath default-value="${project.compileClasspathElements}"/>
#18 1.932 <compileSourceRoots default-value="${project.compileSourceRoots}"/>
#18 1.933 <compilerArgs>
#18 1.933 <arg>-Xpkginfo:always</arg>
#18 1.933 </compilerArgs>
#18 1.933 <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
#18 1.933 <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
#18 1.933 <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
#18 1.933 <debug default-value="true">${maven.compiler.debug}</debug>
#18 1.933 <debuglevel>${maven.compiler.debuglevel}</debuglevel>
#18 1.933 <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
#18 1.934 <executable>${maven.compiler.executable}</executable>
#18 1.934 <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
#18 1.934 <failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
#18 1.934 <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
#18 1.934 <fork default-value="false">${maven.compiler.fork}</fork>
#18 1.935 <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
#18 1.935 <maxmem>${maven.compiler.maxmem}</maxmem>
#18 1.935 <meminitial>${maven.compiler.meminitial}</meminitial>
#18 1.935 <mojoExecution default-value="${mojoExecution}"/>
#18 1.935 <optimize default-value="false">${maven.compiler.optimize}</optimize>
#18 1.935 <outputDirectory default-value="${project.build.outputDirectory}"/>
#18 1.935 <parameters default-value="false">true</parameters>
#18 1.936 <project default-value="${project}"/>
#18 1.936 <projectArtifact default-value="${project.artifact}"/>
#18 1.936 <release>${maven.compiler.release}</release>
#18 1.936 <session default-value="${session}"/>
#18 1.936 <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
#18 1.936 <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
#18 1.936 <skipMain>${maven.main.skip}</skipMain>
#18 1.937 <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
#18 1.937 <source default-value="1.6">11</source>
#18 1.937 <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
#18 1.937 <target default-value="1.6">11</target>
#18 1.937 <useIncrementalCompilation default-value="true">false</useIncrementalCompilation>
#18 1.938 <verbose default-value="false">${maven.compiler.verbose}</verbose>
#18 1.938 </configuration>
#18 1.938 [DEBUG] -----------------------------------------------------------------------
#18 1.938 [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default)
#18 1.941 [DEBUG] Style: Regular
#18 1.941 [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
#18 1.941 <configuration>
#18 1.941 <basedir default-value="${basedir}"/>
#18 1.941 <buildDirectory default-value="${project.build.directory}"/>
#18 1.941 <compilePath default-value="${project.compileClasspathElements}"/>
#18 1.941 <compileSourceRoots default-value="${project.compileSourceRoots}"/>
#18 1.941 <compilerArgs>
#18 1.941 <arg>-Xpkginfo:always</arg>
#18 1.941 </compilerArgs>
#18 1.941 <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
#18 1.941 <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
#18 1.941 <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
#18 1.941 <debug default-value="true">${maven.compiler.debug}</debug>
#18 1.941 <debuglevel>${maven.compiler.debuglevel}</debuglevel>
#18 1.941 <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
#18 1.941 <executable>${maven.compiler.executable}</executable>
#18 1.941 <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
#18 1.941 <failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
#18 1.941 <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
#18 1.942 <fork default-value="false">${maven.compiler.fork}</fork>
#18 1.942 <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
#18 1.942 <maxmem>${maven.compiler.maxmem}</maxmem>
#18 1.942 <meminitial>${maven.compiler.meminitial}</meminitial>
#18 1.942 <mojoExecution default-value="${mojoExecution}"/>
#18 1.942 <optimize default-value="false">${maven.compiler.optimize}</optimize>
#18 1.943 <outputDirectory default-value="${project.build.outputDirectory}"/>
#18 1.943 <parameters default-value="false">true</parameters>
#18 1.943 <project default-value="${project}"/>
#18 1.943 <projectArtifact default-value="${project.artifact}"/>
#18 1.944 <release>${maven.compiler.release}</release>
#18 1.944 <session default-value="${session}"/>
#18 1.944 <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
#18 1.944 <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
#18 1.945 <skipMain>${maven.main.skip}</skipMain>
#18 1.945 <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
#18 1.945 <source default-value="1.6">11</source>
#18 1.945 <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
#18 1.946 <target default-value="1.6">11</target>
#18 1.949 <useIncrementalCompilation default-value="true">false</useIncrementalCompilation>
#18 1.949 <verbose default-value="false">${maven.compiler.verbose}</verbose>
#18 1.949 </configuration>
#18 1.949 [DEBUG] -----------------------------------------------------------------------
#18 1.949 [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.2.0:testResources (default-testResources)
#18 1.949 [DEBUG] Style: Regular
#18 1.949 [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
#18 1.949 <configuration>
#18 1.949 <addDefaultExcludes default-value="true"/>
#18 1.949 <buildFilters default-value="${project.build.filters}"/>
#18 1.949 <delimiters>
#18 1.949 <delimiter>@</delimiter>
#18 1.949 </delimiters>
#18 1.949 <encoding default-value="${project.build.sourceEncoding}"/>
#18 1.949 <escapeWindowsPaths default-value="true"/>
#18 1.949 <fileNameFiltering default-value="false"/>
#18 1.949 <includeEmptyDirs default-value="false"/>
#18 1.949 <outputDirectory default-value="${project.build.testOutputDirectory}"/>
#18 1.949 <overwrite default-value="false"/>
#18 1.949 <project default-value="${project}"/>
#18 1.949 <propertiesEncoding>UTF-8</propertiesEncoding>
#18 1.949 <resources default-value="${project.testResources}"/>
#18 1.949 <session default-value="${session}"/>
#18 1.949 <skip default-value="false">${maven.test.skip}</skip>
#18 1.949 <supportMultiLineFiltering default-value="false"/>
#18 1.950 <useBuildFilters default-value="true"/>
#18 1.950 <useDefaultDelimiters default-value="true">false</useDefaultDelimiters>
#18 1.950 </configuration>
#18 1.950 [DEBUG] -----------------------------------------------------------------------
#18 1.950 [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile)
#18 1.950 [DEBUG] Style: Regular
#18 1.951 [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
#18 1.951 <configuration>
#18 1.951 <basedir default-value="${basedir}"/>
#18 1.951 <buildDirectory default-value="${project.build.directory}"/>
#18 1.952 <compilePath default-value="${project.compileClasspathElements}"/>
#18 1.952 <compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
#18 1.952 <compilerArgs>
#18 1.952 <arg>-Xpkginfo:always</arg>
#18 1.952 </compilerArgs>
#18 1.952 <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
#18 1.952 <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
#18 1.953 <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
#18 1.953 <debug default-value="true">${maven.compiler.debug}</debug>
#18 1.953 <debuglevel>${maven.compiler.debuglevel}</debuglevel>
#18 1.953 <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
#18 1.953 <executable>${maven.compiler.executable}</executable>
#18 1.953 <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
#18 1.954 <failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
#18 1.954 <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
#18 1.954 <fork default-value="false">${maven.compiler.fork}</fork>
#18 1.954 <generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
#18 1.954 <maxmem>${maven.compiler.maxmem}</maxmem>
#18 1.954 <meminitial>${maven.compiler.meminitial}</meminitial>
#18 1.955 <mojoExecution default-value="${mojoExecution}"/>
#18 1.955 <optimize default-value="false">${maven.compiler.optimize}</optimize>
#18 1.955 <outputDirectory default-value="${project.build.testOutputDirectory}"/>
#18 1.955 <parameters default-value="false">true</parameters>
#18 1.955 <project default-value="${project}"/>
#18 1.955 <release>${maven.compiler.release}</release>
#18 1.955 <session default-value="${session}"/>
#18 1.955 <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
#18 1.956 <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
#18 1.956 <skip>${maven.test.skip}</skip>
#18 1.956 <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
#18 1.956 <source default-value="1.6">11</source>
#18 1.956 <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
#18 1.956 <target default-value="1.6">11</target>
#18 1.957 <testPath default-value="${project.testClasspathElements}"/>
#18 1.957 <testRelease>${maven.compiler.testRelease}</testRelease>
#18 1.957 <testSource>${maven.compiler.testSource}</testSource>
#18 1.957 <testTarget>${maven.compiler.testTarget}</testTarget>
#18 1.957 <useIncrementalCompilation default-value="true">false</useIncrementalCompilation>
#18 1.957 <verbose default-value="false">${maven.compiler.verbose}</verbose>
#18 1.957 </configuration>
#18 1.958 [DEBUG] -----------------------------------------------------------------------
#18 1.958 [DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test)
#18 1.958 [DEBUG] Style: Regular
#18 1.959 [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
#18 1.959 <configuration>
#18 1.959 <additionalClasspathElements>${maven.test.additionalClasspath}</additionalClasspathElements>
#18 1.959 <argLine>${argLine}</argLine>
#18 1.959 <basedir default-value="${basedir}"/>
#18 1.959 <childDelegation default-value="false">${childDelegation}</childDelegation>
#18 1.959 <classesDirectory default-value="${project.build.outputDirectory}"/>
#18 1.959 <classpathDependencyExcludes>${maven.test.dependency.excludes}</classpathDependencyExcludes>
#18 1.960 <debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
#18 1.960 <dependenciesToScan>${dependenciesToScan}</dependenciesToScan>
#18 1.960 <disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
#18 1.960 <enableAssertions default-value="true">${enableAssertions}</enableAssertions>
#18 1.960 <encoding default-value="${project.reporting.outputEncoding}">${surefire.encoding}</encoding>
#18 1.961 <excludedGroups>${excludedGroups}</excludedGroups>
#18 1.961 <excludesFile>${surefire.excludesFile}</excludesFile>
#18 1.961 <failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
#18 1.961 <failIfNoTests>${failIfNoTests}</failIfNoTests>
#18 1.961 <forkCount default-value="1">${forkCount}</forkCount>
#18 1.961 <forkMode default-value="once">${forkMode}</forkMode>
#18 1.961 <forkedProcessExitTimeoutInSeconds default-value="30">${surefire.exitTimeout}</forkedProcessExitTimeoutInSeconds>
#18 1.965 <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
#18 1.965 <groups>${groups}</groups>
#18 1.965 <includesFile>${surefire.includesFile}</includesFile>
#18 1.965 <junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
#18 1.965 <junitPlatformArtifactName default-value="org.junit.platform:junit-platform-engine">${junitPlatformArtifactName}</junitPlatformArtifactName>
#18 1.965 <jvm>${jvm}</jvm>
#18 1.965 <localRepository default-value="${localRepository}"/>
#18 1.965 <objectFactory>${objectFactory}</objectFactory>
#18 1.965 <parallel>${parallel}</parallel>
#18 1.965 <parallelMavenExecution default-value="${session.parallel}"/>
#18 1.965 <parallelOptimized default-value="true">${parallelOptimized}</parallelOptimized>
#18 1.965 <parallelTestsTimeoutForcedInSeconds>${surefire.parallel.forcedTimeout}</parallelTestsTimeoutForcedInSeconds>
#18 1.965 <parallelTestsTimeoutInSeconds>${surefire.parallel.timeout}</parallelTestsTimeoutInSeconds>
#18 1.965 <perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
#18 1.965 <pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
#18 1.965 <pluginDescriptor default-value="${plugin}"/>
#18 1.965 <printSummary default-value="true">${surefire.printSummary}</printSummary>
#18 1.965 <projectArtifactMap>${project.artifactMap}</projectArtifactMap>
#18 1.965 <projectBuildDirectory default-value="${project.build.directory}"/>
#18 1.965 <redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
#18 1.965 <remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
#18 1.965 <reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
#18 1.965 <reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
#18 1.965 <reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
#18 1.965 <rerunFailingTestsCount default-value="0">${surefire.rerunFailingTestsCount}</rerunFailingTestsCount>
#18 1.965 <reuseForks default-value="true">${reuseForks}</reuseForks>
#18 1.965 <runOrder default-value="filesystem">${surefire.runOrder}</runOrder>
#18 1.965 <shutdown default-value="testset">${surefire.shutdown}</shutdown>
#18 1.965 <skip default-value="false">${maven.test.skip}</skip>
#18 1.966 <skipAfterFailureCount default-value="0">${surefire.skipAfterFailureCount}</skipAfterFailureCount>
#18 1.966 <skipExec>${maven.test.skip.exec}</skipExec>
#18 1.966 <skipTests default-value="false">${skipTests}</skipTests>
#18 1.966 <suiteXmlFiles>${surefire.suiteXmlFiles}</suiteXmlFiles>
#18 1.966 <tempDir default-value="surefire">${tempDir}</tempDir>
#18 1.966 <test>${test}</test>
#18 1.966 <testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
#18 1.966 <testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
#18 1.967 <testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
#18 1.967 <testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
#18 1.967 <threadCount>${threadCount}</threadCount>
#18 1.967 <threadCountClasses default-value="0">${threadCountClasses}</threadCountClasses>
#18 1.967 <threadCountMethods default-value="0">${threadCountMethods}</threadCountMethods>
#18 1.968 <threadCountSuites default-value="0">${threadCountSuites}</threadCountSuites>
#18 1.968 <trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
#18 1.968 <useFile default-value="true">${surefire.useFile}</useFile>
#18 1.968 <useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
#18 1.968 <useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
#18 1.968 <useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
#18 1.969 <workingDirectory>${basedir}</workingDirectory>
#18 1.969 <project default-value="${project}"/>
#18 1.969 <session default-value="${session}"/>
#18 1.969 </configuration>
#18 1.969 [DEBUG] -----------------------------------------------------------------------
#18 1.969 [DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:3.2.0:jar (default-jar)
#18 1.970 [DEBUG] Style: Regular
#18 1.970 [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
#18 1.970 <configuration>
#18 1.970 <archive>
#18 1.970 <manifest>
#18 1.970 <mainClass>${start-class}</mainClass>
#18 1.970 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
#18 1.970 </manifest>
#18 1.970 </archive>
#18 1.970 <classesDirectory default-value="${project.build.outputDirectory}"/>
#18 1.971 <finalName default-value="${project.build.finalName}"/>
#18 1.971 <forceCreation default-value="false">${maven.jar.forceCreation}</forceCreation>
#18 1.971 <outputDirectory default-value="${project.build.directory}"/>
#18 1.971 <outputTimestamp default-value="${project.build.outputTimestamp}"/>
#18 1.971 <project default-value="${project}"/>
#18 1.973 <session default-value="${session}"/>
#18 1.973 <skipIfEmpty default-value="false"/>
#18 1.973 <useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
#18 1.973 </configuration>
#18 1.973 [DEBUG] -----------------------------------------------------------------------
#18 1.973 [DEBUG] Goal: org.springframework.boot:spring-boot-maven-plugin:2.5.4:repackage (repackage)
#18 1.973 [DEBUG] Style: Regular
#18 1.973 [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
#18 1.973 <configuration>
#18 1.973 <attach default-value="true"/>
#18 1.973 <excludeDevtools default-value="true">${spring-boot.repackage.excludeDevtools}</excludeDevtools>
#18 1.973 <excludeGroupIds default-value="">${spring-boot.excludeGroupIds}</excludeGroupIds>
#18 1.973 <excludes>${spring-boot.excludes}</excludes>
#18 1.973 <executable default-value="false"/>
#18 1.973 <finalName default-value="${project.build.finalName}"/>
#18 1.973 <includeSystemScope default-value="false"/>
#18 1.974 <includes>${spring-boot.includes}</includes>
#18 1.974 <layout>${spring-boot.repackage.layout}</layout>
#18 1.974 <mainClass>${start-class}</mainClass>
#18 1.974 <outputDirectory default-value="${project.build.directory}"/>
#18 1.974 <outputTimestamp default-value="${project.build.outputTimestamp}"/>
#18 1.974 <project default-value="${project}"/>
#18 1.974 <session default-value="${session}"/>
#18 1.975 <skip default-value="false">${spring-boot.repackage.skip}</skip>
#18 1.975 </configuration>
#18 1.975 [DEBUG] =======================================================================
#18 2.296 [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1309453, ConflictMarker.markTime=590699, ConflictMarker.nodeCount=294, ConflictIdSorter.graphTime=630077, ConflictIdSorter.topsortTime=351766, ConflictIdSorter.conflictIdCount=151, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=13353846, ConflictResolver.conflictItemCount=254, DefaultDependencyCollector.collectTime=293042533, DefaultDependencyCollector.transformTime=18034041}
#18 2.298 [DEBUG] com.remind.graph:graph:jar:1.0.0
#18 2.298 [DEBUG] org.springframework.boot:spring-boot-starter-web:jar:2.5.4:compile
#18 2.299 [DEBUG] org.springframework.boot:spring-boot-starter:jar:2.5.4:compile (version managed from 2.5.4)
#18 2.299 [DEBUG] org.springframework.boot:spring-boot-autoconfigure:jar:2.5.4:compile (version managed from 2.5.4)
#18 2.299 [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile (version managed from 1.3.5)
#18 2.299 [DEBUG] org.yaml:snakeyaml:jar:1.28:compile (version managed from 1.28)
#18 2.300 [DEBUG] org.springframework.boot:spring-boot-starter-json:jar:2.5.4:compile (version managed from 2.5.4)
#18 2.300 [DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.12.4:compile (version managed from 2.12.4)
#18 2.300 [DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.12.4:compile (version managed from 2.12.4)
#18 2.301 [DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.12.4:compile (version managed from 2.12.4)
#18 2.301 [DEBUG] com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.12.4:compile (version managed from 2.12.4)
#18 2.301 [DEBUG] com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.12.4:compile (version managed from 2.12.4)
#18 2.302 [DEBUG] com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.12.4:compile (version managed from 2.12.4)
#18 2.302 [DEBUG] org.springframework.boot:spring-boot-starter-tomcat:jar:2.5.4:compile (version managed from 2.5.4)
#18 2.302 [DEBUG] org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.52:compile (version managed from 9.0.52)
#18 2.303 [DEBUG] org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.52:compile (version managed from 9.0.52)
#18 2.303 [DEBUG] org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.52:compile (version managed from 9.0.52)
#18 2.303 [DEBUG] org.springframework:spring-web:jar:5.3.9:compile (version managed from 5.3.9)
#18 2.304 [DEBUG] org.springframework:spring-beans:jar:5.3.9:compile (version managed from 5.3.9)
#18 2.304 [DEBUG] org.springframework:spring-webmvc:jar:5.3.9:compile (version managed from 5.3.9)
#18 2.304 [DEBUG] org.springframework:spring-context:jar:5.3.9:compile (version managed from 5.3.9)
#18 2.304 [DEBUG] org.springframework:spring-expression:jar:5.3.9:compile (version managed from 5.3.9)
#18 2.305 [DEBUG] org.springframework.boot:spring-boot-starter-log4j2:jar:2.5.4:compile
#18 2.305 [DEBUG] org.apache.logging.log4j:log4j-slf4j-impl:jar:2.12.1:compile (version managed from 2.14.1)
#18 2.305 [DEBUG] org.apache.logging.log4j:log4j-core:jar:2.12.1:compile (version managed from 2.14.1)
#18 2.306 [DEBUG] org.apache.logging.log4j:log4j-jul:jar:2.12.1:compile (version managed from 2.14.1)
#18 2.306 [DEBUG] org.slf4j:jul-to-slf4j:jar:1.7.32:compile (version managed from 1.7.32)
#18 2.306 [DEBUG] org.apache.logging.log4j:log4j-web:jar:2.12.1:compile
#18 2.306 [DEBUG] org.apache.logging.log4j:log4j-api:jar:2.12.1:compile (version managed from 2.12.1)
#18 2.306 [DEBUG] org.springframework.boot:spring-boot-starter-actuator:jar:2.5.4:compile
#18 2.307 [DEBUG] org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.5.4:compile (version managed from 2.5.4)
#18 2.307 [DEBUG] org.springframework.boot:spring-boot-actuator:jar:2.5.4:compile (version managed from 2.5.4)
#18 2.307 [DEBUG] io.micrometer:micrometer-core:jar:1.7.3:compile (version managed from 1.7.3)
#18 2.307 [DEBUG] org.hdrhistogram:HdrHistogram:jar:2.1.12:compile
#18 2.308 [DEBUG] org.latencyutils:LatencyUtils:jar:2.0.3:runtime
#18 2.308 [DEBUG] io.micrometer:micrometer-registry-statsd:jar:1.7.3:compile
#18 2.308 [DEBUG] com.datadoghq:dd-trace-api:jar:0.69.0:compile
#18 2.308 [DEBUG] org.slf4j:slf4j-api:jar:1.7.32:compile (version managed from 1.7.30)
#18 2.308 [DEBUG] com.rollbar:rollbar-spring-boot-webmvc:jar:1.7.5:compile
#18 2.308 [DEBUG] com.rollbar:rollbar-spring-webmvc:jar:1.7.5:compile
#18 2.309 [DEBUG] com.rollbar:rollbar-web:jar:1.7.5:compile
#18 2.309 [DEBUG] com.rollbar:rollbar-java:jar:1.7.5:compile
#18 2.309 [DEBUG] com.rollbar:rollbar-api:jar:1.7.5:compile
#18 2.309 [DEBUG] org.springframework.boot:spring-boot:jar:2.5.4:compile (version managed from 1.4.2.RELEASE)
#18 2.310 [DEBUG] javax.servlet:javax.servlet-api:jar:4.0.1:runtime (version managed from 3.1.0)
#18 2.310 [DEBUG] org.springframework.retry:spring-retry:jar:1.3.1:compile
#18 2.310 [DEBUG] javax.annotation:javax.annotation-api:jar:1.3.2:compile (version managed from 1.3.2)
#18 2.310 [DEBUG] org.elasticsearch.client:elasticsearch-rest-high-level-client:jar:7.8.0:compile
#18 2.311 [DEBUG] org.elasticsearch:elasticsearch:jar:7.8.0:compile (version managed from 7.8.0)
#18 2.311 [DEBUG] org.elasticsearch:elasticsearch-core:jar:7.8.0:compile
#18 2.311 [DEBUG] org.elasticsearch:elasticsearch-secure-sm:jar:7.8.0:compile
#18 2.311 [DEBUG] org.elasticsearch:elasticsearch-x-content:jar:7.8.0:compile
#18 2.311 [DEBUG] com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.12.4:compile (version managed from 2.10.4)
#18 2.312 [DEBUG] com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.12.4:compile (version managed from 2.10.4)
#18 2.312 [DEBUG] com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.12.4:compile (version managed from 2.10.4)
#18 2.312 [DEBUG] org.elasticsearch:elasticsearch-geo:jar:7.8.0:compile
#18 2.313 [DEBUG] org.apache.lucene:lucene-core:jar:8.5.1:compile
#18 2.313 [DEBUG] org.apache.lucene:lucene-analyzers-common:jar:8.5.1:compile
#18 2.313 [DEBUG] org.apache.lucene:lucene-backward-codecs:jar:8.5.1:compile
#18 2.313 [DEBUG] org.apache.lucene:lucene-grouping:jar:8.5.1:compile
#18 2.313 [DEBUG] org.apache.lucene:lucene-highlighter:jar:8.5.1:compile
#18 2.314 [DEBUG] org.apache.lucene:lucene-join:jar:8.5.1:compile
#18 2.314 [DEBUG] org.apache.lucene:lucene-memory:jar:8.5.1:compile
#18 2.314 [DEBUG] org.apache.lucene:lucene-misc:jar:8.5.1:compile
#18 2.314 [DEBUG] org.apache.lucene:lucene-queries:jar:8.5.1:compile
#18 2.314 [DEBUG] org.apache.lucene:lucene-queryparser:jar:8.5.1:compile
#18 2.314 [DEBUG] org.apache.lucene:lucene-sandbox:jar:8.5.1:compile
#18 2.315 [DEBUG] org.apache.lucene:lucene-spatial-extras:jar:8.5.1:compile
#18 2.315 [DEBUG] org.apache.lucene:lucene-spatial3d:jar:8.5.1:compile
#18 2.315 [DEBUG] org.apache.lucene:lucene-suggest:jar:8.5.1:compile
#18 2.315 [DEBUG] org.elasticsearch:elasticsearch-cli:jar:7.8.0:compile
#18 2.315 [DEBUG] net.sf.jopt-simple:jopt-simple:jar:5.0.2:compile
#18 2.315 [DEBUG] com.carrotsearch:hppc:jar:0.8.1:compile
#18 2.316 [DEBUG] joda-time:joda-time:jar:2.10.4:compile
#18 2.316 [DEBUG] com.tdunning:t-digest:jar:3.2:compile
#18 2.316 [DEBUG] org.elasticsearch:jna:jar:4.5.1:compile
#18 2.316 [DEBUG] org.elasticsearch.client:elasticsearch-rest-client:jar:7.8.0:compile (version managed from 7.8.0) (exclusions managed from [])
#18 2.316 [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.13:compile (version managed from 4.5.10) (exclusions managed from [*:*:*:*])
#18 2.317 [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.14:compile (version managed from 4.4.12)
#18 2.317 [DEBUG] org.apache.httpcomponents:httpasyncclient:jar:4.1.4:compile (version managed from 4.1.4) (exclusions managed from [*:*:*:*])
#18 2.317 [DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.14:compile (version managed from 4.4.12)
#18 2.318 [DEBUG] commons-codec:commons-codec:jar:1.15:compile (version managed from 1.11)
#18 2.318 [DEBUG] org.elasticsearch.plugin:mapper-extras-client:jar:7.8.0:compile
#18 2.318 [DEBUG] org.elasticsearch.plugin:parent-join-client:jar:7.8.0:compile
#18 2.318 [DEBUG] org.elasticsearch.plugin:aggs-matrix-stats-client:jar:7.8.0:compile
#18 2.319 [DEBUG] org.elasticsearch.plugin:rank-eval-client:jar:7.8.0:compile
#18 2.319 [DEBUG] org.elasticsearch.plugin:lang-mustache-client:jar:7.8.0:compile
#18 2.319 [DEBUG] com.github.spullara.mustache.java:compiler:jar:0.9.6:compile
#18 2.319 [DEBUG] org.springframework.boot:spring-boot-starter-aop:jar:2.5.4:compile
#18 2.321 [DEBUG] org.springframework:spring-aop:jar:5.3.9:compile (version managed from 5.3.9)
#18 2.321 [DEBUG] org.aspectj:aspectjweaver:jar:1.9.7:compile (version managed from 1.9.7)
#18 2.321 [DEBUG] commons-io:commons-io:jar:2.11.0:compile
#18 2.321 [DEBUG] io.github.resilience4j:resilience4j-spring-boot2:jar:1.7.1:compile
#18 2.321 [DEBUG] io.vavr:vavr:jar:0.10.2:compile
#18 2.321 [DEBUG] io.vavr:vavr-match:jar:0.10.2:compile
#18 2.321 [DEBUG] io.github.resilience4j:resilience4j-spring:jar:1.7.1:compile
#18 2.321 [DEBUG] io.github.resilience4j:resilience4j-annotations:jar:1.7.1:compile
#18 2.322 [DEBUG] io.github.resilience4j:resilience4j-consumer:jar:1.7.1:compile
#18 2.322 [DEBUG] io.github.resilience4j:resilience4j-core:jar:1.7.1:compile
#18 2.322 [DEBUG] io.github.resilience4j:resilience4j-circularbuffer:jar:1.7.1:runtime
#18 2.322 [DEBUG] io.github.resilience4j:resilience4j-framework-common:jar:1.7.1:compile
#18 2.323 [DEBUG] io.github.resilience4j:resilience4j-circuitbreaker:jar:1.7.1:compile
#18 2.323 [DEBUG] io.github.resilience4j:resilience4j-ratelimiter:jar:1.7.1:compile
#18 2.323 [DEBUG] io.github.resilience4j:resilience4j-retry:jar:1.7.1:compile
#18 2.323 [DEBUG] io.github.resilience4j:resilience4j-bulkhead:jar:1.7.1:compile
#18 2.324 [DEBUG] io.github.resilience4j:resilience4j-timelimiter:jar:1.7.1:compile
#18 2.324 [DEBUG] io.github.resilience4j:resilience4j-micrometer:jar:1.7.1:runtime
#18 2.324 [DEBUG] io.opentracing:opentracing-api:jar:0.33.0:compile
#18 2.329 [DEBUG] io.opentracing:opentracing-util:jar:0.33.0:compile
#18 2.329 [DEBUG] io.opentracing:opentracing-noop:jar:0.33.0:compile
#18 2.329 [DEBUG] com.google.guava:guava:jar:30.0-jre:compile
#18 2.329 [DEBUG] com.google.guava:failureaccess:jar:1.0.1:compile
#18 2.329 [DEBUG] com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
#18 2.329 [DEBUG] com.google.code.findbugs:jsr305:jar:3.0.2:compile
#18 2.329 [DEBUG] org.checkerframework:checker-qual:jar:3.5.0:compile
#18 2.329 [DEBUG] com.google.errorprone:error_prone_annotations:jar:2.3.4:compile
#18 2.329 [DEBUG] com.google.j2objc:j2objc-annotations:jar:1.3:compile
#18 2.329 [DEBUG] org.springframework.boot:spring-boot-starter-test:jar:2.5.4:test
#18 2.329 [DEBUG] org.springframework.boot:spring-boot-test:jar:2.5.4:test (version managed from 2.5.4)
#18 2.329 [DEBUG] org.springframework.boot:spring-boot-test-autoconfigure:jar:2.5.4:test (version managed from 2.5.4)
#18 2.329 [DEBUG] com.jayway.jsonpath:json-path:jar:2.5.0:test (version managed from 2.5.0)
#18 2.329 [DEBUG] net.minidev:json-smart:jar:2.4.7:test (version managed from 2.3)
#18 2.329 [DEBUG] net.minidev:accessors-smart:jar:2.4.7:test
#18 2.329 [DEBUG] org.ow2.asm:asm:jar:9.1:test
#18 2.329 [DEBUG] jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test (version managed from 2.3.3)
#18 2.329 [DEBUG] jakarta.activation:jakarta.activation-api:jar:1.2.2:test (version managed from 1.2.2)
#18 2.329 [DEBUG] org.assertj:assertj-core:jar:3.19.0:test (version managed from 3.19.0)
#18 2.329 [DEBUG] org.hamcrest:hamcrest:jar:2.2:test (version managed from 2.2)
#18 2.329 [DEBUG] org.junit.jupiter:junit-jupiter:jar:5.7.2:test (version managed from 5.7.2)
#18 2.330 [DEBUG] org.junit.jupiter:junit-jupiter-params:jar:5.7.2:test (version managed from 5.7.2)
#18 2.330 [DEBUG] org.mockito:mockito-core:jar:3.9.0:test (version managed from 3.9.0)
#18 2.330 [DEBUG] net.bytebuddy:byte-buddy:jar:1.10.22:test (version managed from 1.10.20)
#18 2.330 [DEBUG] net.bytebuddy:byte-buddy-agent:jar:1.10.22:test (version managed from 1.10.20)
#18 2.330 [DEBUG] org.objenesis:objenesis:jar:3.2:test
#18 2.331 [DEBUG] org.mockito:mockito-junit-jupiter:jar:3.9.0:test (version managed from 3.9.0)
#18 2.331 [DEBUG] org.skyscreamer:jsonassert:jar:1.5.0:test (version managed from 1.5.0)
#18 2.331 [DEBUG] com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
#18 2.337 [DEBUG] org.springframework:spring-core:jar:5.3.9:compile (version managed from 5.3.9)
#18 2.337 [DEBUG] org.springframework:spring-jcl:jar:5.3.9:compile (version managed from 5.3.9)
#18 2.337 [DEBUG] org.springframework:spring-test:jar:5.3.9:test (version managed from 5.3.9)
#18 2.337 [DEBUG] org.xmlunit:xmlunit-core:jar:2.8.2:test (version managed from 2.8.2)
#18 2.337 [DEBUG] org.junit.jupiter:junit-jupiter-api:jar:5.7.2:test
#18 2.337 [DEBUG] org.apiguardian:apiguardian-api:jar:1.1.0:test
#18 2.337 [DEBUG] org.opentest4j:opentest4j:jar:1.2.0:test
#18 2.337 [DEBUG] org.junit.platform:junit-platform-commons:jar:1.7.2:test (version managed from 1.7.2)
#18 2.337 [DEBUG] org.junit.jupiter:junit-jupiter-engine:jar:5.7.2:test
#18 2.337 [DEBUG] org.junit.platform:junit-platform-engine:jar:1.7.2:test (version managed from 1.7.2)
#18 2.337 [DEBUG] org.junit.platform:junit-platform-launcher:jar:1.7.2:test
#18 2.353 [INFO]
#18 2.353 [INFO] --- maven-checkstyle-plugin:2.17:check (validate) @ graph ---
#18 2.558 [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=431546, ConflictMarker.markTime=197167, ConflictMarker.nodeCount=288, ConflictIdSorter.graphTime=185146, ConflictIdSorter.topsortTime=70989, ConflictIdSorter.conflictIdCount=79, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1926530, ConflictResolver.conflictItemCount=192, DefaultDependencyCollector.collectTime=199936751, DefaultDependencyCollector.transformTime=2908029}
#18 2.560 [DEBUG] org.apache.maven.plugins:maven-checkstyle-plugin:jar:2.17
#18 2.560 [DEBUG] com.puppycrawl.tools:checkstyle:jar:8.14:runtime
#18 2.560 [DEBUG] antlr:antlr:jar:2.7.7:compile
#18 2.560 [DEBUG] org.antlr:antlr4-runtime:jar:4.7.1:runtime
#18 2.560 [DEBUG] commons-beanutils:commons-beanutils:jar:1.9.3:compile
#18 2.560 [DEBUG] commons-logging:commons-logging:jar:1.2:compile
#18 2.560 [DEBUG] commons-cli:commons-cli:jar:1.4:compile
#18 2.561 [DEBUG] com.google.guava:guava:jar:26.0-jre:runtime
#18 2.561 [DEBUG] com.google.code.findbugs:jsr305:jar:3.0.2:compile
#18 2.561 [DEBUG] org.checkerframework:checker-qual:jar:2.5.2:runtime
#18 2.561 [DEBUG] com.google.errorprone:error_prone_annotations:jar:2.1.3:runtime
#18 2.562 [DEBUG] com.google.j2objc:j2objc-annotations:jar:1.1:runtime
#18 2.562 [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:runtime
#18 2.562 [DEBUG] net.sf.saxon:Saxon-HE:jar:9.8.0-14:runtime
#18 2.562 [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile
#18 2.562 [DEBUG] org.apache.maven:maven-core:jar:2.2.1:compile
#18 2.562 [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile
#18 2.562 [DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile
#18 2.563 [DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.6:runtime
#18 2.563 [DEBUG] org.slf4j:slf4j-api:jar:1.5.6:runtime
#18 2.563 [DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime
#18 2.563 [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile
#18 2.563 [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
#18 2.564 [DEBUG] junit:junit:jar:3.8.1:compile
#18 2.564 [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
#18 2.564 [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile
#18 2.564 [DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
#18 2.564 [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
#18 2.564 [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
#18 2.565 [DEBUG] org.apache.maven:maven-monitor:jar:2.2.1:compile
#18 2.565 [DEBUG] classworlds:classworlds:jar:1.1:compile
#18 2.565 [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
#18 2.565 [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
#18 2.565 [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile
#18 2.565 [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile
#18 2.565 [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile
#18 2.565 [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile
#18 2.566 [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
#18 2.566 [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
#18 2.566 [DEBUG] org.apache.maven.reporting:maven-reporting-impl:jar:2.3:compile
#18 2.566 [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:0.6:compile
#18 2.566 [DEBUG] org.apache.maven.doxia:doxia-core:jar:1.2:compile
#18 2.566 [DEBUG] xerces:xercesImpl:jar:2.9.1:compile
#18 2.567 [DEBUG] xml-apis:xml-apis:jar:1.3.04:compile
#18 2.567 [DEBUG] org.apache.httpcomponents:httpclient:jar:4.0.2:compile
#18 2.567 [DEBUG] org.apache.httpcomponents:httpcore:jar:4.0.1:compile
#18 2.567 [DEBUG] commons-codec:commons-codec:jar:1.3:compile
#18 2.567 [DEBUG] commons-validator:commons-validator:jar:1.3.1:compile
#18 2.568 [DEBUG] commons-digester:commons-digester:jar:1.6:compile
#18 2.568 [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.4:compile
#18 2.568 [DEBUG] org.apache.maven.doxia:doxia-logging-api:jar:1.4:compile
#18 2.568 [DEBUG] org.apache.maven.doxia:doxia-decoration-model:jar:1.4:compile
#18 2.569 [DEBUG] org.apache.maven.doxia:doxia-site-renderer:jar:1.4:compile
#18 2.569 [DEBUG] org.apache.maven.doxia:doxia-module-xhtml:jar:1.4:compile
#18 2.569 [DEBUG] org.apache.maven.doxia:doxia-module-fml:jar:1.4:compile
#18 2.570 [DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile
#18 2.570 [DEBUG] org.apache.velocity:velocity-tools:jar:2.0:compile
#18 2.570 [DEBUG] commons-chain:commons-chain:jar:1.1:compile
#18 2.570 [DEBUG] dom4j:dom4j:jar:1.1:compile
#18 2.570 [DEBUG] sslext:sslext:jar:1.2-0:compile
#18 2.570 [DEBUG] org.apache.struts:struts-core:jar:1.3.8:compile
#18 2.571 [DEBUG] org.apache.struts:struts-taglib:jar:1.3.8:compile
#18 2.571 [DEBUG] org.apache.struts:struts-tiles:jar:1.3.8:compile
#18 2.571 [DEBUG] org.apache.maven.doxia:doxia-integration-tools:jar:1.6:compile
#18 2.571 [DEBUG] commons-io:commons-io:jar:1.4:compile
#18 2.572 [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
#18 2.572 [DEBUG] org.codehaus.plexus:plexus-resources:jar:1.0.1:compile
#18 2.572 [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
#18 2.573 [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.21:compile
#18 2.573 [DEBUG] org.codehaus.plexus:plexus-velocity:jar:1.1.8:compile
#18 2.573 [DEBUG] org.apache.velocity:velocity:jar:1.5:compile
#18 2.573 [DEBUG] commons-lang:commons-lang:jar:2.1:compile
#18 2.573 [DEBUG] oro:oro:jar:2.0.8:compile
#18 2.573 [DEBUG] commons-collections:commons-collections:jar:3.2.1:compile
#18 2.581 [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-checkstyle-plugin:2.17
#18 2.581 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-checkstyle-plugin:2.17
#18 2.581 [DEBUG] Imported: < maven.api
#18 2.581 [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-checkstyle-plugin:2.17
#18 2.582 [DEBUG] Included: org.apache.maven.plugins:maven-checkstyle-plugin:jar:2.17
#18 2.582 [DEBUG] Included: com.puppycrawl.tools:checkstyle:jar:8.14
#18 2.582 [DEBUG] Included: antlr:antlr:jar:2.7.7
#18 2.582 [DEBUG] Included: org.antlr:antlr4-runtime:jar:4.7.1
#18 2.583 [DEBUG] Included: commons-beanutils:commons-beanutils:jar:1.9.3
#18 2.583 [DEBUG] Included: commons-logging:commons-logging:jar:1.2
#18 2.583 [DEBUG] Included: commons-cli:commons-cli:jar:1.4
#18 2.583 [DEBUG] Included: com.google.guava:guava:jar:26.0-jre
#18 2.583 [DEBUG] Included: com.google.code.findbugs:jsr305:jar:3.0.2
#18 2.584 [DEBUG] Included: org.checkerframework:checker-qual:jar:2.5.2
#18 2.584 [DEBUG] Included: com.google.errorprone:error_prone_annotations:jar:2.1.3
#18 2.584 [DEBUG] Included: com.google.j2objc:j2objc-annotations:jar:1.1
#18 2.584 [DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
#18 2.585 [DEBUG] Included: net.sf.saxon:Saxon-HE:jar:9.8.0-14
#18 2.585 [DEBUG] Included: org.slf4j:slf4j-jdk14:jar:1.5.6
#18 2.585 [DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.5.6
#18 2.585 [DEBUG] Included: junit:junit:jar:3.8.1
#18 2.585 [DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
#18 2.586 [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
#18 2.586 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
#18 2.586 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
#18 2.586 [DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
#18 2.587 [DEBUG] Included: org.apache.maven.reporting:maven-reporting-impl:jar:2.3
#18 2.587 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:0.6
#18 2.587 [DEBUG] Included: org.apache.maven.doxia:doxia-core:jar:1.2
#18 2.587 [DEBUG] Included: xerces:xercesImpl:jar:2.9.1
#18 2.587 [DEBUG] Included: xml-apis:xml-apis:jar:1.3.04
#18 2.587 [DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.0.2
#18 2.588 [DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.0.1
#18 2.588 [DEBUG] Included: commons-codec:commons-codec:jar:1.3
#18 2.588 [DEBUG] Included: commons-validator:commons-validator:jar:1.3.1
#18 2.588 [DEBUG] Included: commons-digester:commons-digester:jar:1.6
#18 2.589 [DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.4
#18 2.589 [DEBUG] Included: org.apache.maven.doxia:doxia-logging-api:jar:1.4
#18 2.589 [DEBUG] Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.4
#18 2.589 [DEBUG] Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.4
#18 2.590 [DEBUG] Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.4
#18 2.590 [DEBUG] Included: org.apache.maven.doxia:doxia-module-fml:jar:1.4
#18 2.590 [DEBUG] Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7
#18 2.590 [DEBUG] Included: org.apache.velocity:velocity-tools:jar:2.0
#18 2.591 [DEBUG] Included: commons-chain:commons-chain:jar:1.1
#18 2.591 [DEBUG] Included: dom4j:dom4j:jar:1.1
#18 2.591 [DEBUG] Included: sslext:sslext:jar:1.2-0
#18 2.591 [DEBUG] Included: org.apache.struts:struts-core:jar:1.3.8
#18 2.591 [DEBUG] Included: org.apache.struts:struts-taglib:jar:1.3.8
#18 2.591 [DEBUG] Included: org.apache.struts:struts-tiles:jar:1.3.8
#18 2.592 [DEBUG] Included: org.apache.maven.doxia:doxia-integration-tools:jar:1.6
#18 2.592 [DEBUG] Included: commons-io:commons-io:jar:1.4
#18 2.592 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
#18 2.592 [DEBUG] Included: org.codehaus.plexus:plexus-resources:jar:1.0.1
#18 2.593 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
#18 2.593 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.21
#18 2.593 [DEBUG] Included: org.codehaus.plexus:plexus-velocity:jar:1.1.8
#18 2.593 [DEBUG] Included: org.apache.velocity:velocity:jar:1.5
#18 2.593 [DEBUG] Included: commons-lang:commons-lang:jar:2.1
#18 2.593 [DEBUG] Included: oro:oro:jar:2.0.8
#18 2.594 [DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
#18 2.812 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-checkstyle-plugin:2.17, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc]
#18 2.825 [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check' with basic configurator -->
#18 2.829 [DEBUG] (f) cacheFile = /app/target/checkstyle-cachefile
#18 2.829 [DEBUG] (f) configLocation = /tools/maven/checkstyle.xml
#18 2.830 [DEBUG] (f) consoleOutput = false
#18 2.830 [DEBUG] (f) encoding = UTF-8
#18 2.830 [DEBUG] (f) failOnViolation = true
#18 2.830 [DEBUG] (f) failsOnError = false
#18 2.830 [DEBUG] (f) headerLocation = LICENSE.txt
#18 2.830 [DEBUG] (f) includeResources = true
#18 2.831 [DEBUG] (f) includeTestResources = true
#18 2.831 [DEBUG] (f) includeTestSourceDirectory = true
#18 2.831 [DEBUG] (f) includes = **\/*.java
#18 2.831 [DEBUG] (f) logViolationsToConsole = true
#18 2.831 [DEBUG] (f) maxAllowedViolations = 0
#18 2.832 [DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check {execution: validate}
#18 2.832 [DEBUG] (f) outputFile = /app/target/checkstyle-result.xml
#18 2.832 [DEBUG] (f) outputFileFormat = xml
#18 2.832 [DEBUG] (f) plugin = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo', role hint: 'org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check'
#18 2.833 role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.checkstyle.CheckstyleReport', role hint: 'org.apache.maven.plugins:maven-checkstyle-plugin:2.17:checkstyle'
#18 2.834 role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.checkstyle.CheckstyleAggregateReport', role hint: 'org.apache.maven.plugins:maven-checkstyle-plugin:2.17:checkstyle-aggregate'
#18 2.834 role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.checkstyle.HelpMojo', role hint: 'org.apache.maven.plugins:maven-checkstyle-plugin:2.17:help'
#18 2.835 ---
#18 2.835 [DEBUG] (f) project = MavenProject: com.remind.graph:graph:1.0.0 @ /app/pom.xml
#18 2.835 [DEBUG] (f) resourceIncludes = **/*.properties
#18 2.836 [DEBUG] (f) resources = [Resource {targetPath: null, filtering: true, FileSet {directory: /app/src/main/resources, PatternSet [includes: {**/application*.yml, **/application*.yaml, **/application*.properties}, excludes: {}]}}, Resource {targetPath: null, filtering: false, FileSet {directory: /app/src/main/resources, PatternSet [includes: {}, excludes: {**/application*.yml, **/application*.yaml, **/application*.properties}]}}]
#18 2.837 [DEBUG] (f) rulesFiles = /app/target/checkstyle-rules.xml
#18 2.837 [DEBUG] (f) skip = true
#18 2.837 [DEBUG] (f) skipExec = false
#18 2.837 [DEBUG] (f) sourceDirectories = [/app/src/main/java]
#18 2.837 [DEBUG] (f) suppressionsFileExpression = checkstyle.suppressions.file
#18 2.838 [DEBUG] (f) suppressionsLocation = /tools/maven/suppressions.xml
#18 2.838 [DEBUG] (f) testResources = [Resource {targetPath: null, filtering: false, FileSet {directory: /app/src/test/resources, PatternSet [includes: {}, excludes: {}]}}]
#18 2.839 [DEBUG] (f) testSourceDirectories = [/app/src/test/java]
#18 2.839 [DEBUG] (f) violationSeverity = error
#18 2.839 [DEBUG] -- end configuration --
#18 2.840 [INFO]
#18 2.840 [INFO] --- spotless-maven-plugin:2.17.0:check (spotless-check) @ graph ---
#18 2.856 [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=60387, ConflictMarker.markTime=34393, ConflictMarker.nodeCount=22, ConflictIdSorter.graphTime=62324, ConflictIdSorter.topsortTime=18445, ConflictIdSorter.conflictIdCount=16, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=211969, ConflictResolver.conflictItemCount=22, DefaultDependencyCollector.collectTime=15246115, DefaultDependencyCollector.transformTime=418812}
#18 2.857 [DEBUG] com.diffplug.spotless:spotless-maven-plugin:jar:2.17.0
#18 2.857 [DEBUG] com.diffplug.spotless:spotless-lib:jar:2.19.0:runtime
#18 2.858 [DEBUG] com.diffplug.spotless:spotless-lib-extra:jar:2.19.0:runtime
#18 2.858 [DEBUG] com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1:runtime
#18 2.858 [DEBUG] org.codehaus.groovy:groovy-xml:jar:3.0.9:runtime
#18 2.858 [DEBUG] org.codehaus.groovy:groovy:jar:3.0.9:runtime
#18 2.858 [DEBUG] org.codehaus.plexus:plexus-resources:jar:1.0.1:runtime
#18 2.858 [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.4.1:runtime (version managed from default)
#18 2.858 [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:runtime
#18 2.859 [DEBUG] junit:junit:jar:3.8.1:runtime
#18 2.859 [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime
#18 2.859 [DEBUG] com.diffplug.durian:durian-core:jar:1.2.0:runtime
#18 2.859 [DEBUG] com.diffplug.durian:durian-collect:jar:1.2.0:runtime
#18 2.859 [DEBUG] org.eclipse.jgit:org.eclipse.jgit:jar:5.10.0.202012080955-r:runtime
#18 2.860 [DEBUG] com.googlecode.javaewah:JavaEWAH:jar:1.1.7:runtime
#18 2.860 [DEBUG] org.slf4j:slf4j-api:jar:1.7.30:runtime
#18 2.862 [DEBUG] Created new class realm plugin>com.diffplug.spotless:spotless-maven-plugin:2.17.0
#18 2.862 [DEBUG] Importing foreign packages into class realm plugin>com.diffplug.spotless:spotless-maven-plugin:2.17.0
#18 2.863 [DEBUG] Imported: < maven.api
#18 2.863 [DEBUG] Populating class realm plugin>com.diffplug.spotless:spotless-maven-plugin:2.17.0
#18 2.863 [DEBUG] Included: com.diffplug.spotless:spotless-maven-plugin:jar:2.17.0
#18 2.863 [DEBUG] Included: com.diffplug.spotless:spotless-lib:jar:2.19.0
#18 2.864 [DEBUG] Included: com.diffplug.spotless:spotless-lib-extra:jar:2.19.0
#18 2.864 [DEBUG] Included: com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1
#18 2.864 [DEBUG] Included: org.codehaus.groovy:groovy-xml:jar:3.0.9
#18 2.864 [DEBUG] Included: org.codehaus.groovy:groovy:jar:3.0.9
#18 2.865 [DEBUG] Included: org.codehaus.plexus:plexus-resources:jar:1.0.1
#18 2.865 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.4.1
#18 2.865 [DEBUG] Included: junit:junit:jar:3.8.1
#18 2.865 [DEBUG] Included: com.diffplug.durian:durian-core:jar:1.2.0
#18 2.866 [DEBUG] Included: com.diffplug.durian:durian-collect:jar:1.2.0
#18 2.866 [DEBUG] Included: org.eclipse.jgit:org.eclipse.jgit:jar:5.10.0.202012080955-r
#18 2.866 [DEBUG] Included: com.googlecode.javaewah:JavaEWAH:jar:1.1.7
#18 2.900 [DEBUG] Configuring mojo com.diffplug.spotless:spotless-maven-plugin:2.17.0:check from plugin realm ClassRealm[plugin>com.diffplug.spotless:spotless-maven-plugin:2.17.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc]
#18 2.903 [DEBUG] Configuring mojo 'com.diffplug.spotless:spotless-maven-plugin:2.17.0:check' with basic configurator -->
#18 2.904 [DEBUG] (f) baseDir = /app
#18 2.904 [DEBUG] (f) buildDir = /app/target
#18 2.904 [DEBUG] (f) encoding = UTF-8
#18 2.913 [DEBUG] (f) file = style.xml
#18 2.913 [DEBUG] (s) eclipse = com.diffplug.spotless.maven.java.Eclipse@2f4b98f6
#18 2.914 [DEBUG] (s) removeUnusedImports = com.diffplug.spotless.maven.java.RemoveUnusedImports@421def93
#18 2.914 [DEBUG] (f) java = com.diffplug.spotless.maven.java.Java@58c1da09
#18 2.915 [DEBUG] (f) lineEndings = GIT_ATTRIBUTES
#18 2.916 [DEBUG] (f) ratchetFrom = origin/main-a
#18 2.916 [DEBUG] (f) repositories = [central (https://repo.maven.apache.org/maven2, default, releases)]
#18 2.916 [DEBUG] (f) repositorySystemSession = org.eclipse.aether.DefaultRepositorySystemSession@7e307087
#18 2.917 [DEBUG] (f) skip = true
#18 2.917 [DEBUG] -- end configuration --
#18 3.061 [INFO] ------------------------------------------------------------------------
#18 3.061 [INFO] BUILD FAILURE
#18 3.061 [INFO] ------------------------------------------------------------------------
#18 3.062 [INFO] Total time: 1.600 s
#18 3.062 [INFO] Finished at: 2021-10-13T21:55:45Z
#18 3.062 [INFO] ------------------------------------------------------------------------
#18 3.063 [ERROR] Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.17.0:check (spotless-check) on project graph: Execution spotless-check of goal com.diffplug.spotless:spotless-maven-plugin:2.17.0:check failed: Cannot find git repository in any parent directory -> [Help 1]
#18 3.064 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.17.0:check (spotless-check) on project graph: Execution spotless-check of goal com.diffplug.spotless:spotless-maven-plugin:2.17.0:check failed: Cannot find git repository in any parent directory
#18 3.065 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
#18 3.065 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
#18 3.065 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
#18 3.066 at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
#18 3.066 at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
#18 3.066 at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
#18 3.066 at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
#18 3.066 at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
#18 3.067 at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
#18 3.067 at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
#18 3.067 at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
#18 3.067 at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
#18 3.067 at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
#18 3.068 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
#18 3.068 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
#18 3.068 at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
#18 3.068 at java.lang.reflect.Method.invoke (Method.java:566)
#18 3.068 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
#18 3.068 at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
#18 3.069 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
#18 3.069 at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
#18 3.069 Caused by: org.apache.maven.plugin.PluginExecutionException: Execution spotless-check of goal com.diffplug.spotless:spotless-maven-plugin:2.17.0:check failed: Cannot find git repository in any parent directory
#18 3.070 at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148)
#18 3.070 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
#18 3.070 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
#18 3.071 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
#18 3.071 at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
#18 3.071 at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
#18 3.071 at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
#18 3.072 at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
#18 3.072 at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
#18 3.072 at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
#18 3.072 at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
#18 3.072 at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
#18 3.073 at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
#18 3.073 at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
#18 3.073 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
#18 3.073 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
#18 3.073 at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
#18 3.074 at java.lang.reflect.Method.invoke (Method.java:566)
#18 3.074 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
#18 3.074 at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
#18 3.074 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
#18 3.074 at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
#18 3.075 Caused by: java.lang.IllegalArgumentException: Cannot find git repository in any parent directory
#18 3.075 at com.diffplug.spotless.extra.GitRatchet.repositoryFor (GitRatchet.java:156)
#18 3.075 at com.diffplug.spotless.extra.GitRatchet.repositoryFor (GitRatchet.java:161)
#18 3.075 at com.diffplug.spotless.maven.GitRatchetMaven.getDirtyFiles (GitRatchetMaven.java:60)
#18 3.076 at com.diffplug.spotless.maven.AbstractSpotlessMojo.collectFilesFromGit (AbstractSpotlessMojo.java:196)
#18 3.076 at com.diffplug.spotless.maven.AbstractSpotlessMojo.collectFiles (AbstractSpotlessMojo.java:163)
#18 3.077 at com.diffplug.spotless.maven.AbstractSpotlessMojo.execute (AbstractSpotlessMojo.java:151)
#18 3.077 at com.diffplug.spotless.maven.AbstractSpotlessMojo.execute (AbstractSpotlessMojo.java:145)
#18 3.077 at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
#18 3.077 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
#18 3.078 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
#18 3.078 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
#18 3.078 at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
#18 3.078 at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
#18 3.079 at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
#18 3.079 at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
#18 3.079 at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
#18 3.080 at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
#18 3.080 at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
#18 3.080 at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
#18 3.080 at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
#18 3.080 at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
#18 3.080 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
#18 3.081 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
#18 3.081 at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
#18 3.081 at java.lang.reflect.Method.invoke (Method.java:566)
#18 3.081 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
#18 3.082 at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
#18 3.082 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
#18 3.082 at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
#18 3.083 [ERROR]
#18 3.083 [ERROR]
#18 3.083 [ERROR] For more information about the errors and possible solutions, please read the following articles:
#18 3.083 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
#18 ERROR: executor failed running [/bin/bash -o pipefail -c ${MVN} package]: exit code: 1
------
> [stage-0 12/16] RUN mvn -B -X -P docker package:
------
executor failed running [/bin/bash -o pipefail -c ${MVN} package]: exit code: 1