【Jhipster 官网案例执行mvnw竟然 各种报错】

Jhipster 官网案例执行mvnw竟然 各种报错

经过

下载了jhipsterSampleApplication 这个demo,本机配置了
JDK

java version "17.0.8" 2023-07-18 LTS
Java(TM) SE Runtime Environment (build 17.0.8+9-LTS-211)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.8+9-LTS-211, mixed mode, sharing)

maven

Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: E:\apache-maven-3.9.4
Java version: 17.0.8, vendor: Oracle Corporation, runtime: D:\java\jdk-17.0.8
Default locale: en_US, platform encoding: GBK
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

node

v18.17.0

npm

9.6.7

执行文件夹中的 mvnw.cmd
各种乱七八糟的报错,我想说 JHipster 官网的案例,如此草率么?

在这里插入图片描述
一下是
Microsoft Windows [Version 10.0.17763.1613]
© 2018 Microsoft Corporation. All rights reserved.

D:\Jhipster projects\jhipsterSampleApplication>“D:\Jhipster projects\jhipsterSampleApplication\mvnw.cmd”

D:\Jhipster projects\jhipsterSampleApplication>title “D:\Jhipster projects\jhipsterSampleApplication\mvnw.cmd”

D:\Jhipster projects\jhipsterSampleApplication>if “” == “” (set “HOME=C:\Users\Administrator” )

D:\Jhipster projects\jhipsterSampleApplication>if not “” == “” goto skipRcPre

D:\Jhipster projects\jhipsterSampleApplication>if exist “C:\Users\Administrator\mavenrc_pre.bat” call “C:\Users\Administrator\mavenrc_pre.bat”

D:\Jhipster projects\jhipsterSampleApplication>if exist “C:\Users\Administrator\mavenrc_pre.cmd” call “C:\Users\Administrator\mavenrc_pre.cmd”

D:\Jhipster projects\jhipsterSampleApplication>set ERROR_CODE=0

D:\Jhipster projects\jhipsterSampleApplication>if not “D:\java\jdk-17.0.8” == “” goto OkJHome

D:\Jhipster projects\jhipsterSampleApplication>if exist “D:\java\jdk-17.0.8\bin\java.exe” goto init

D:\Jhipster projects\jhipsterSampleApplication>set MAVEN_PROJECTBASEDIR=

D:\Jhipster projects\jhipsterSampleApplication>IF NOT “” == “” goto endDetectBaseDir

D:\Jhipster projects\jhipsterSampleApplication>set EXEC_DIR=D:\Jhipster projects\jhipsterSampleApplication

D:\Jhipster projects\jhipsterSampleApplication>set WDIR=D:\Jhipster projects\jhipsterSampleApplication

D:\Jhipster projects\jhipsterSampleApplication>IF EXIST “D:\Jhipster projects\jhipsterSampleApplication”.mvn goto baseDirFound

D:\Jhipster projects\jhipsterSampleApplication>set MAVEN_PROJECTBASEDIR=D:\Jhipster projects\jhipsterSampleApplication

D:\Jhipster projects\jhipsterSampleApplication>cd “D:\Jhipster projects\jhipsterSampleApplication”

D:\Jhipster projects\jhipsterSampleApplication>goto endDetectBaseDir

D:\Jhipster projects\jhipsterSampleApplication>IF NOT EXIST “D:\Jhipster projects\jhipsterSampleApplication.mvn\jvm.config” goto endReadAdditionalConfig

D:\Jhipster projects\jhipsterSampleApplication>for /F “usebackq delims=” %a in (“D:\Jhipster projects\jhipsterSampleApplication.mvn\jvm.config”) do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %a

D:\Jhipster projects\jhipsterSampleApplication>SET MAVEN_JAVA_EXE=“D:\java\jdk-17.0.8\bin\java.exe”

D:\Jhipster projects\jhipsterSampleApplication>set WRAPPER_JAR=“D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar”

D:\Jhipster projects\jhipsterSampleApplication>set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain

D:\Jhipster projects\jhipsterSampleApplication>set WRAPPER_URL=“https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar”

D:\Jhipster projects\jhipsterSampleApplication>FOR /F “usebackq tokens=1,2 delims==” %A IN (“D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.properties”) DO (IF “%A” == “wrapperUrl” SET WRAPPER_URL=%B )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# Licensed to the Apache Software Foundation (ASF) under one” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# or more contributor license agreements. See the NOTICE file” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# distributed with this work for additional information” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# regarding copyright ownership. The ASF licenses this file” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# to you under the Apache License, Version 2.0 (the” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# “License”); you may not use this file except in compliance” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# with the License. You may obtain a copy of the License at” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “#” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# http://www.apache.org/licenses/LICENSE-2.0” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “#” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# Unless required by applicable law or agreed to in writing,” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# software distributed under the License is distributed on an” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# KIND, either express or implied. See the License for the” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# specific language governing permissions and limitations” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# under the License.” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “distributionUrl” == “wrapperUrl” SET WRAPPER_URL=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.2/apache-maven-3.9.2-bin.zip )

D:\Jhipster projects\jhipsterSampleApplication>(IF “wrapperUrl” == “wrapperUrl” SET WRAPPER_URL=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar )

D:\Jhipster projects\jhipsterSampleApplication>if exist “D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar” (if “” == “true” (echo Found “D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar” ) ) else (
if not “” == “” (SET WRAPPER_URL=“/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar” )
if “” == “true” (
echo Couldn’t find “D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar”, downloading it …
echo Downloading from: https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
)
powershell -Command “&{” “KaTeX parse error: Expected '}', got 'EOF' at end of input: …{" "webclient.Credentials = new-object System.Net.NetworkCredential(‘’, ‘’);” “}” “[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webclient.DownloadFile(‘https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar’, ‘“D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar”’)” “}”
if “” == “true” (echo Finished downloading “D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar” )
)

D:\Jhipster projects\jhipsterSampleApplication>SET WRAPPER_SHA_256_SUM=“”

D:\Jhipster projects\jhipsterSampleApplication>FOR /F “usebackq tokens=1,2 delims==” %A IN (“D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.properties”) DO (IF “%A” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM=%B )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# Licensed to the Apache Software Foundation (ASF) under one” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# or more contributor license agreements. See the NOTICE file” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# distributed with this work for additional information” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# regarding copyright ownership. The ASF licenses this file” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# to you under the Apache License, Version 2.0 (the” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# “License”); you may not use this file except in compliance” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# with the License. You may obtain a copy of the License at” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “#” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# http://www.apache.org/licenses/LICENSE-2.0” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “#” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# Unless required by applicable law or agreed to in writing,” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# software distributed under the License is distributed on an” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# KIND, either express or implied. See the License for the” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# specific language governing permissions and limitations” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# under the License.” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “distributionUrl” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.2/apache-maven-3.9.2-bin.zip )

D:\Jhipster projects\jhipsterSampleApplication>(IF “wrapperUrl” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar )

D:\Jhipster projects\jhipsterSampleApplication>IF NOT “” == “” (
powershell -Command “&{” “$hash = (Get-FileHash ““D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar”” -Algorithm SHA256).Hash.ToLower();” “If('”“’ -ne $hash){” " Write-Output ‘Error: Failed to validate Maven wrapper SHA-256, your Maven wrapper might be compromised.’;" " Write-Output ‘Investigate or delete “D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar” to attempt a clean download.’;" " Write-Output ‘If you updated your Maven version, you need to update the specified wrapperSha256Sum property.’;" " exit 1;" “}” “}”
if ERRORLEVEL 1 goto error
)

D:\Jhipster projects\jhipsterSampleApplication>set MAVEN_CMD_LINE_ARGS=

D:\Jhipster projects\jhipsterSampleApplication>“D:\java\jdk-17.0.8\bin\java.exe” -classpath “D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar” “-Dmaven.multiModuleProjectDirectory=D:\Jhipster projects\jhipsterSampleApplication” org.apache.maven.wrapper.MavenWrapperMain
[INFO] Scanning for projects…
[INFO]
[INFO] ----------< com.mycompany.myapp:jhipster-sample-application >-----------
[INFO] Building Jhipster Sample Application 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] >>> spring-boot:3.1.1:run (default-cli) > test-compile @ jhipster-sample-application >>>
[INFO]
[INFO] — resources:3.3.1:copy-resources (default-resources) @ jhipster-sample-application —
[INFO] Copying 4 resources from src\main\resources to target\classes
[INFO] Copying 16 resources from src\main\resources to target\classes
[INFO]
[INFO] — resources:3.3.1:resources (default-resources) @ jhipster-sample-application —
[INFO] Copying 4 resources from src\main\resources to target\classes
[INFO] Copying 16 resources from src\main\resources to target\classes
[INFO]
[INFO] — enforcer:3.3.0:enforce (enforce-versions) @ jhipster-sample-application —
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO]
[INFO] — enforcer:3.3.0:enforce (enforce-dependencyConvergence) @ jhipster-sample-application —
[WARNING] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence failed with message:
Failed while enforcing releasability.

Dependency convergence error for org.hibernate.orm:hibernate-core:jar:6.2.5.Final paths to dependency are:
±com.mycompany.myapp:jhipster-sample-application:jar:0.0.1-SNAPSHOT
±org.springframework.boot:spring-boot-starter-data-jpa:jar:3.1.1:compile
±org.hibernate.orm:hibernate-core:jar:6.2.5.Final:compile
and
±com.mycompany.myapp:jhipster-sample-application:jar:0.0.1-SNAPSHOT
±org.hibernate.orm:hibernate-core:jar:6.1.7.Final:compile
and
±com.mycompany.myapp:jhipster-sample-application:jar:0.0.1-SNAPSHOT
±org.hibernate.orm:hibernate-jcache:jar:6.1.7.Final:compile
±org.hibernate.orm:hibernate-core:jar:6.2.5.Final:compile

[INFO]
[INFO] — properties:1.1.0:read-project-properties (default) @ jhipster-sample-application —
[INFO]
[INFO] — jacoco:0.8.10:prepare-agent (pre-unit-tests) @ jhipster-sample-application —
[INFO] argLine set to “-javaagent:C:\Users\Administrator\.m2\repository\org\jacoco\org.jacoco.agent\0.8.10\org.jacoco.agent-0.8.10-runtime.jar=destfile=D:\Jhipster projects\jhipsterSampleApplication\target\jacoco.exec” -Djava.security.egd=file:/dev/./urandom -Xmx1G
[INFO]
[INFO] — spotless:2.37.0:apply (spotless) @ jhipster-sample-application —
[INFO] Spotless.Java is keeping 102 files clean - 0 were changed to be clean, 0 were already clean, 102 were skipped because caching determined they were already clean
[INFO]
[INFO] — checksum:1.11:files (create-pre-compiled-webapp-checksum) @ jhipster-sample-application —
[INFO]
[INFO] — antrun:3.1.0:run (eval-frontend-checksum) @ jhipster-sample-application —
[INFO] Executing tasks
[INFO] Executed tasks
[INFO]
[INFO] — frontend:1.13.4:install-node-and-npm (install-node-and-npm) @ jhipster-sample-application —
[INFO] Node v18.16.1 is already installed.
[INFO] NPM 9.8.0 is already installed.
[INFO]
[INFO] — frontend:1.13.4:npm (npm install) @ jhipster-sample-application —
[INFO] Running ‘npm install’ in D:\Jhipster projects\jhipsterSampleApplication
[INFO]
[INFO] > jhipster-sample-application@0.0.0 prepare
[INFO] > husky install
[INFO]
[INFO] fatal: not a git repository (or any of the parent directories): .git
[INFO] husky - git command not found, skipping install
[INFO]
[INFO] up to date, audited 1762 packages in 7s
[INFO]
[INFO] 311 packages are looking for funding
[INFO] run npm fund for details
[INFO]
[INFO] 4 moderate severity vulnerabilities
[INFO]
[INFO] To address all issues (including breaking changes), run:
[INFO] npm audit fix --force
[INFO]
[INFO] Run npm audit for details.
[INFO]
[INFO] — frontend:1.13.4:npm (webapp build dev) @ jhipster-sample-application —
[INFO] npm not inheriting proxy config from Maven
[INFO] Running ‘npm run webapp:build’ in D:\Jhipster projects\jhipsterSampleApplication
[INFO]
[INFO] > jhipster-sample-application@0.0.0 webapp:build
[INFO] > npm run clean-www && npm run webapp:build:dev –
[INFO]
[INFO]
[INFO] > jhipster-sample-application@0.0.0 clean-www
[INFO] > rimraf target/classes/static/app/{src,target/}
[INFO]
[INFO]
[INFO] > jhipster-sample-application@0.0.0 webapp:build:dev
[INFO] > npm run webpack – --mode development --env stats=minimal
[INFO]
[INFO]
[INFO] > jhipster-sample-application@0.0.0 webpack
[INFO] > webpack --config webpack/webpack.common.js --mode development --env stats=minimal
[INFO]
[INFO] D:\Jhipster projects\jhipsterSampleApplication\node_modules\webpack\lib\dependencies\HarmonyImportSpecifierDependency.js:211
[INFO] moduleGraph.getParentModule(this).buildMeta
[INFO] ^
[INFO]
[INFO] TypeError: Cannot read properties of undefined (reading ‘buildMeta’)
[INFO] at HarmonyImportSpecifierDependency._getEffectiveExportPresenceLevel (D:\Jhipster projects\jhipsterSampleApplication\node_modules\webpack\lib\dependencies\HarmonyImportSpecifierDependency.js:211:37)
[INFO] at HarmonyImportSpecifierDependency.getWarnings (D:\Jhipster projects\jhipsterSampleApplication\node_modules\webpack\lib\dependencies\HarmonyImportSpecifierDependency.js:224:32)
[INFO] at Compilation.reportDependencyErrorsAndWarnings (D:\Jhipster projects\jhipsterSampleApplication\node_modules\webpack\lib\Compilation.js:3140:24)
[INFO] at D:\Jhipster projects\jhipsterSampleApplication\node_modules\webpack\lib\Compilation.js:2737:28
[INFO] at eval (eval at create (D:\Jhipster projects\jhipsterSampleApplication\node_modules\tapable\lib\HookCodeFactory.js:33:10), :29:1)
[INFO] at D:\Jhipster projects\jhipsterSampleApplication\node_modules\webpack\lib\FlagDependencyExportsPlugin.js:380:10
[INFO] at D:\Jhipster projects\jhipsterSampleApplication\node_modules\neo-async\async.js:2830:7
[INFO] at Object.each (D:\Jhipster projects\jhipsterSampleApplication\node_modules\neo-async\async.js:2850:39)
[INFO] at D:\Jhipster projects\jhipsterSampleApplication\node_modules\webpack\lib\FlagDependencyExportsPlugin.js:356:17
[INFO] at D:\Jhipster projects\jhipsterSampleApplication\node_modules\neo-async\async.js:2830:7
[INFO]
[INFO] Node.js v18.16.1
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.452 s
[INFO] Finished at: 2023-08-08T19:06:53+03:00
[INFO] ------------------------------------------------------------------------
[WARNING]
[WARNING] Plugin validation issues were detected in 2 plugin(s)
[WARNING]
[WARNING] * org.jacoco:jacoco-maven-plugin:0.8.10
[WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.3.1
[WARNING]
[WARNING] For more or less details, use ‘maven.plugin.validation’ property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING]
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.13.4:npm (webapp build dev) on project jhipster-sample-application: Failed to run task: ‘npm run webapp:build’ failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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

D:\Jhipster projects\jhipsterSampleApplication>if ERRORLEVEL 1 goto error

D:\Jhipster projects\jhipsterSampleApplication>set ERROR_CODE=1

D:\Jhipster projects\jhipsterSampleApplication>if not “” == “” goto skipRcPost

D:\Jhipster projects\jhipsterSampleApplication>if exist “C:\Users\Administrator\mavenrc_post.bat” call “C:\Users\Administrator\mavenrc_post.bat”

D:\Jhipster projects\jhipsterSampleApplication>if exist “C:\Users\Administrator\mavenrc_post.cmd” call “C:\Users\Administrator\mavenrc_post.cmd”

D:\Jhipster projects\jhipsterSampleApplication>if “” == “on” pause

D:\Jhipster projects\jhipsterSampleApplication>if “” == “on” exit 1

D:\Jhipster projects\jhipsterSampleApplication>cmd /C exit /B 1

D:\Jhipster projects\jhipsterSampleApplication>“D:\Jhipster projects\jhipsterSampleApplication\mvnw.cmd” -e -X

D:\Jhipster projects\jhipsterSampleApplication>title “D:\Jhipster projects\jhipsterSampleApplication\mvnw.cmd”

D:\Jhipster projects\jhipsterSampleApplication>if “C:\Users\Administrator” == “” (set “HOME=C:\Users\Administrator” )

D:\Jhipster projects\jhipsterSampleApplication>if not “” == “” goto skipRcPre

D:\Jhipster projects\jhipsterSampleApplication>if exist “C:\Users\Administrator\mavenrc_pre.bat” call “C:\Users\Administrator\mavenrc_pre.bat” -e -X

D:\Jhipster projects\jhipsterSampleApplication>if exist “C:\Users\Administrator\mavenrc_pre.cmd” call “C:\Users\Administrator\mavenrc_pre.cmd” -e -X

D:\Jhipster projects\jhipsterSampleApplication>set ERROR_CODE=0

D:\Jhipster projects\jhipsterSampleApplication>if not “D:\java\jdk-17.0.8” == “” goto OkJHome

D:\Jhipster projects\jhipsterSampleApplication>if exist “D:\java\jdk-17.0.8\bin\java.exe” goto init

D:\Jhipster projects\jhipsterSampleApplication>set MAVEN_PROJECTBASEDIR=

D:\Jhipster projects\jhipsterSampleApplication>IF NOT “” == “” goto endDetectBaseDir

D:\Jhipster projects\jhipsterSampleApplication>set EXEC_DIR=D:\Jhipster projects\jhipsterSampleApplication

D:\Jhipster projects\jhipsterSampleApplication>set WDIR=D:\Jhipster projects\jhipsterSampleApplication

D:\Jhipster projects\jhipsterSampleApplication>IF EXIST “D:\Jhipster projects\jhipsterSampleApplication”.mvn goto baseDirFound

D:\Jhipster projects\jhipsterSampleApplication>set MAVEN_PROJECTBASEDIR=D:\Jhipster projects\jhipsterSampleApplication

D:\Jhipster projects\jhipsterSampleApplication>cd “D:\Jhipster projects\jhipsterSampleApplication”

D:\Jhipster projects\jhipsterSampleApplication>goto endDetectBaseDir

D:\Jhipster projects\jhipsterSampleApplication>IF NOT EXIST “D:\Jhipster projects\jhipsterSampleApplication.mvn\jvm.config” goto endReadAdditionalConfig

D:\Jhipster projects\jhipsterSampleApplication>for /F “usebackq delims=” %a in (“D:\Jhipster projects\jhipsterSampleApplication.mvn\jvm.config”) do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %a

D:\Jhipster projects\jhipsterSampleApplication>SET MAVEN_JAVA_EXE=“D:\java\jdk-17.0.8\bin\java.exe”

D:\Jhipster projects\jhipsterSampleApplication>set WRAPPER_JAR=“D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar”

D:\Jhipster projects\jhipsterSampleApplication>set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain

D:\Jhipster projects\jhipsterSampleApplication>set WRAPPER_URL=“https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar”

D:\Jhipster projects\jhipsterSampleApplication>FOR /F “usebackq tokens=1,2 delims==” %A IN (“D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.properties”) DO (IF “%A” == “wrapperUrl” SET WRAPPER_URL=%B )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# Licensed to the Apache Software Foundation (ASF) under one” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# or more contributor license agreements. See the NOTICE file” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# distributed with this work for additional information” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# regarding copyright ownership. The ASF licenses this file” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# to you under the Apache License, Version 2.0 (the” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# “License”); you may not use this file except in compliance” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# with the License. You may obtain a copy of the License at” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “#” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# http://www.apache.org/licenses/LICENSE-2.0” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “#” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# Unless required by applicable law or agreed to in writing,” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# software distributed under the License is distributed on an” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# KIND, either express or implied. See the License for the” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# specific language governing permissions and limitations” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# under the License.” == “wrapperUrl” SET WRAPPER_URL= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “distributionUrl” == “wrapperUrl” SET WRAPPER_URL=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.2/apache-maven-3.9.2-bin.zip )

D:\Jhipster projects\jhipsterSampleApplication>(IF “wrapperUrl” == “wrapperUrl” SET WRAPPER_URL=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar )

D:\Jhipster projects\jhipsterSampleApplication>if exist “D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar” (if “” == “true” (echo Found “D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar” ) ) else (
if not “” == “” (SET WRAPPER_URL=“/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar” )
if “” == “true” (
echo Couldn’t find “D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar”, downloading it …
echo Downloading from: https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
)
powershell -Command “&{” “KaTeX parse error: Expected '}', got 'EOF' at end of input: …{" "webclient.Credentials = new-object System.Net.NetworkCredential(‘’, ‘’);” “}” “[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webclient.DownloadFile(‘https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar’, ‘“D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar”’)” “}”
if “” == “true” (echo Finished downloading “D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar” )
)

D:\Jhipster projects\jhipsterSampleApplication>SET WRAPPER_SHA_256_SUM=“”

D:\Jhipster projects\jhipsterSampleApplication>FOR /F “usebackq tokens=1,2 delims==” %A IN (“D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.properties”) DO (IF “%A” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM=%B )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# Licensed to the Apache Software Foundation (ASF) under one” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# or more contributor license agreements. See the NOTICE file” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# distributed with this work for additional information” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# regarding copyright ownership. The ASF licenses this file” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# to you under the Apache License, Version 2.0 (the” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# “License”); you may not use this file except in compliance” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# with the License. You may obtain a copy of the License at” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “#” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# http://www.apache.org/licenses/LICENSE-2.0” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “#” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# Unless required by applicable law or agreed to in writing,” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# software distributed under the License is distributed on an” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# KIND, either express or implied. See the License for the” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# specific language governing permissions and limitations” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “# under the License.” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM= )

D:\Jhipster projects\jhipsterSampleApplication>(IF “distributionUrl” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.2/apache-maven-3.9.2-bin.zip )

D:\Jhipster projects\jhipsterSampleApplication>(IF “wrapperUrl” == “wrapperSha256Sum” SET WRAPPER_SHA_256_SUM=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar )

D:\Jhipster projects\jhipsterSampleApplication>IF NOT “” == “” (
powershell -Command “&{” “$hash = (Get-FileHash ““D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar”” -Algorithm SHA256).Hash.ToLower();” “If('”“’ -ne $hash){” " Write-Output ‘Error: Failed to validate Maven wrapper SHA-256, your Maven wrapper might be compromised.’;" " Write-Output ‘Investigate or delete “D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar” to attempt a clean download.’;" " Write-Output ‘If you updated your Maven version, you need to update the specified wrapperSha256Sum property.’;" " exit 1;" “}” “}”
if ERRORLEVEL 1 goto error
)

D:\Jhipster projects\jhipsterSampleApplication>set MAVEN_CMD_LINE_ARGS=-e -X

D:\Jhipster projects\jhipsterSampleApplication>“D:\java\jdk-17.0.8\bin\java.exe” -classpath “D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar” “-Dmaven.multiModuleProjectDirectory=D:\Jhipster projects\jhipsterSampleApplication” org.apache.maven.wrapper.MavenWrapperMain -e -X
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: C:\Users\Administrator.m2\wrapper\dists\apache-maven-3.9.2-bin\3238cb54\apache-maven-3.9.2
Java version: 17.0.8, vendor: Oracle Corporation, runtime: D:\java\jdk-17.0.8
Default locale: en_US, platform encoding: GBK
OS name: “windows 10”, version: “10.0”, arch: “amd64”, family: “windows”
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: javax.annotation.* < plexus.core
[DEBUG] Imported: javax.annotation.security.* < plexus.core
[DEBUG] Imported: javax.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.graph < 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.util < 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.event.* < plexus.core
[DEBUG] Imported: org.slf4j.helpers.* < plexus.core
[DEBUG] Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo project
[DEBUG] Reading global settings from C:\Users\Administrator.m2\wrapper\dists\apache-maven-3.9.2-bin\3238cb54\apache-maven-3.9.2\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\Administrator.m2\settings.xml
[DEBUG] Reading global toolchains from C:\Users\Administrator.m2\wrapper\dists\apache-maven-3.9.2-bin\3238cb54\apache-maven-3.9.2\conf\toolchains.xml
[DEBUG] Reading user toolchains from C:\Users\Administrator.m2\toolchains.xml
[DEBUG] Using local repository at C:\Users\Administrator.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\Administrator.m2\repository
[INFO] Scanning for projects…
[DEBUG] Extension realms for project com.mycompany.myapp:jhipster-sample-application:jar:0.0.1-SNAPSHOT: (none)
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Creating adapter using nameMapper ‘gav’ and factory ‘rwlock-local’
[DEBUG] Resolving plugin prefix spring-boot from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix spring-boot to org.springframework.boot:spring-boot-maven-plugin from POM com.mycompany.myapp:jhipster-sample-application:jar:0.0.1-SNAPSHOT
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.mycompany.myapp:jhipster-sample-application:jar:0.0.1-SNAPSHOT
[DEBUG] Tasks: [spring-boot:run]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ----------< com.mycompany.myapp:jhipster-sample-application >-----------
[INFO] Building Jhipster Sample Application 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[DEBUG] Resolving plugin prefix spring-boot from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix spring-boot to org.springframework.boot:spring-boot-maven-plugin from POM com.mycompany.myapp:jhipster-sample-application:jar:0.0.1-SNAPSHOT
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[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 site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[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 site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: com.mycompany.myapp:jhipster-sample-application:0.0.1-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [test]
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] — init fork of com.mycompany.myapp:jhipster-sample-application:0.0.1-SNAPSHOT for org.springframework.boot:spring-boot-maven-plugin:3.1.1:run (default-cli) —
[DEBUG] Dependencies (collect): [test]
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:copy-resources (default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>




#





D:\Jhipster projects\jhipsterSampleApplication\target/classes




src/main/resources/
true

config/.yml



src/main/resources/
false

config/.yml




m a v e n . r e s o u r c e s . s k i p < / s k i p > < s u p p o r t M u l t i L i n e F i l t e r i n g d e f a u l t − v a l u e = " f a l s e " / > < u s e B u i l d F i l t e r s d e f a u l t − v a l u e = " t r u e " / > < u s e D e f a u l t D e l i m i t e r s d e f a u l t − v a l u e = " t r u e " > f a l s e < / u s e D e f a u l t D e l i m i t e r s > < / c o n f i g u r a t i o n > [ D E B U G ] − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − [ D E B U G ] G o a l : o r g . a p a c h e . m a v e n . p l u g i n s : m a v e n − r e s o u r c e s − p l u g i n : 3.3.1 : r e s o u r c e s ( d e f a u l t − r e s o u r c e s ) [ D E B U G ] S t y l e : R e g u l a r [ D E B U G ] C o n f i g u r a t i o n : < ? x m l v e r s i o n = " 1.0 " e n c o d i n g = " U T F − 8 " ? > < c o n f i g u r a t i o n > < a d d D e f a u l t E x c l u d e s d e f a u l t − v a l u e = " t r u e " / > < b u i l d F i l t e r s d e f a u l t − v a l u e = " {maven.resources.skip}</skip> <supportMultiLineFiltering default-value="false"/> <useBuildFilters default-value="true"/> <useDefaultDelimiters default-value="true">false</useDefaultDelimiters> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <addDefaultExcludes default-value="true"/> <buildFilters default-value=" maven.resources.skip</skip><supportMultiLineFilteringdefaultvalue="false"/><useBuildFiltersdefaultvalue="true"/><useDefaultDelimitersdefaultvalue="true">false</useDefaultDelimiters></configuration>[DEBUG][DEBUG]Goal:org.apache.maven.plugins:mavenresourcesplugin:3.3.1:resources(defaultresources)[DEBUG]Style:Regular[DEBUG]Configuration:<?xmlversion="1.0"encoding="UTF8"?><configuration><addDefaultExcludesdefaultvalue="true"/><buildFiltersdefaultvalue="{project.build.filters}“/>

#





D:\Jhipster projects\jhipsterSampleApplication\target/classes




src/main/resources/
true

config/.yml



src/main/resources/
false

config/.yml




m a v e n . r e s o u r c e s . s k i p < / s k i p > < s u p p o r t M u l t i L i n e F i l t e r i n g d e f a u l t − v a l u e = " f a l s e " / > < u s e B u i l d F i l t e r s d e f a u l t − v a l u e = " t r u e " / > < u s e D e f a u l t D e l i m i t e r s d e f a u l t − v a l u e = " t r u e " > f a l s e < / u s e D e f a u l t D e l i m i t e r s > < / c o n f i g u r a t i o n > [ D E B U G ] − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − [ D E B U G ] G o a l : o r g . a p a c h e . m a v e n . p l u g i n s : m a v e n − e n f o r c e r − p l u g i n : 3.3.0 : e n f o r c e ( e n f o r c e − v e r s i o n s ) [ D E B U G ] S t y l e : R e g u l a r [ D E B U G ] C o n f i g u r a t i o n : < ? x m l v e r s i o n = " 1.0 " e n c o d i n g = " U T F − 8 " ? > < c o n f i g u r a t i o n > < c o m m a n d L i n e R u l e s > {maven.resources.skip}</skip> <supportMultiLineFiltering default-value="false"/> <useBuildFilters default-value="true"/> <useDefaultDelimiters default-value="true">false</useDefaultDelimiters> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.3.0:enforce (enforce-versions) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <commandLineRules> maven.resources.skip</skip><supportMultiLineFilteringdefaultvalue="false"/><useBuildFiltersdefaultvalue="true"/><useDefaultDelimitersdefaultvalue="true">false</useDefaultDelimiters></configuration>[DEBUG][DEBUG]Goal:org.apache.maven.plugins:mavenenforcerplugin:3.3.0:enforce(enforceversions)[DEBUG]Style:Regular[DEBUG]Configuration:<?xmlversion="1.0"encoding="UTF8"?><configuration><commandLineRules>{rules}
e n f o r c e r . f a i l < / f a i l > < f a i l F a s t d e f a u l t − v a l u e = " f a l s e " > {enforcer.fail}</fail> <failFast default-value="false"> enforcer.fail</fail><failFastdefaultvalue="false">{enforcer.failFast}
e n f o r c e r . f a i l I f N o R u l e s < / f a i l I f N o R u l e s > < i g n o r e C a c h e d e f a u l t − v a l u e = " f a l s e " > {enforcer.failIfNoRules}</failIfNoRules> <ignoreCache default-value="false"> enforcer.failIfNoRules</failIfNoRules><ignoreCachedefaultvalue="false">{enforcer.ignoreCache}




You are running an older version of Maven. JHipster requires at least Maven 3.2.5
[3.2.5,)


You are running an incompatible version of Java. JHipster supports JDK 17 to 19.
[17,18),[18,19),[19,20)


e n f o r c e r . r u l e s < / r u l e s T o E x e c u t e > < r u l e s T o S k i p > {enforcer.rules}</rulesToExecute> <rulesToSkip> enforcer.rules</rulesToExecute><rulesToSkip>{enforcer.skipRules}

e n f o r c e r . s k i p < / s k i p > < / c o n f i g u r a t i o n > [ D E B U G ] − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − [ D E B U G ] G o a l : o r g . a p a c h e . m a v e n . p l u g i n s : m a v e n − e n f o r c e r − p l u g i n : 3.3.0 : e n f o r c e ( e n f o r c e − d e p e n d e n c y C o n v e r g e n c e ) [ D E B U G ] S t y l e : R e g u l a r [ D E B U G ] C o n f i g u r a t i o n : < ? x m l v e r s i o n = " 1.0 " e n c o d i n g = " U T F − 8 " ? > < c o n f i g u r a t i o n > < c o m m a n d L i n e R u l e s > {enforcer.skip}</skip> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.3.0:enforce (enforce-dependencyConvergence) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <commandLineRules> enforcer.skip</skip></configuration>[DEBUG][DEBUG]Goal:org.apache.maven.plugins:mavenenforcerplugin:3.3.0:enforce(enforcedependencyConvergence)[DEBUG]Style:Regular[DEBUG]Configuration:<?xmlversion="1.0"encoding="UTF8"?><configuration><commandLineRules>{rules}
false
e n f o r c e r . f a i l F a s t < / f a i l F a s t > < f a i l I f N o R u l e s d e f a u l t − v a l u e = " t r u e " > {enforcer.failFast}</failFast> <failIfNoRules default-value="true"> enforcer.failFast</failFast><failIfNoRulesdefaultvalue="true">{enforcer.failIfNoRules}
e n f o r c e r . i g n o r e C a c h e < / i g n o r e C a c h e > < m o j o E x e c u t i o n d e f a u l t − v a l u e = " {enforcer.ignoreCache}</ignoreCache> <mojoExecution default-value=" enforcer.ignoreCache</ignoreCache><mojoExecutiondefaultvalue="{mojoExecution}”/>




You are running an older version of Maven. JHipster requires at least Maven 3.2.5
[3.2.5,)


You are running an incompatible version of Java. JHipster supports JDK 17 to 19.
[17,18),[18,19),[19,20)


e n f o r c e r . r u l e s < / r u l e s T o E x e c u t e > < r u l e s T o S k i p > {enforcer.rules}</rulesToExecute> <rulesToSkip> enforcer.rules</rulesToExecute><rulesToSkip>{enforcer.skipRules}

e n f o r c e r . s k i p < / s k i p > < / c o n f i g u r a t i o n > [ D E B U G ] − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − [ D E B U G ] G o a l : o r g . c o d e h a u s . m o j o : p r o p e r t i e s − m a v e n − p l u g i n : 1.1.0 : r e a d − p r o j e c t − p r o p e r t i e s ( d e f a u l t ) [ D E B U G ] S t y l e : R e g u l a r [ D E B U G ] C o n f i g u r a t i o n : < ? x m l v e r s i o n = " 1.0 " e n c o d i n g = " U T F − 8 " ? > < c o n f i g u r a t i o n > < f i l e s > < f i l e > s o n a r − p r o j e c t . p r o p e r t i e s < / f i l e > < / f i l e s > < p r o j e c t d e f a u l t − v a l u e = " {enforcer.skip}</skip> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:properties-maven-plugin:1.1.0:read-project-properties (default) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <files> <file>sonar-project.properties</file> </files> <project default-value=" enforcer.skip</skip></configuration>[DEBUG][DEBUG]Goal:org.codehaus.mojo:propertiesmavenplugin:1.1.0:readprojectproperties(default)[DEBUG]Style:Regular[DEBUG]Configuration:<?xmlversion="1.0"encoding="UTF8"?><configuration><files><file>sonarproject.properties</file></files><projectdefaultvalue="{project}"/>


[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.jacoco:jacoco-maven-plugin:0.8.10:prepare-agent (pre-unit-tests)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${jacoco.address}
${jacoco.append} ${jacoco.classDumpDir} ${jacoco.destFile} ${jacoco.dumpOnExit} ${jacoco.exclClassLoaders} ${jacoco.inclBootstrapClasses} ${jacoco.inclNoLocationClasses} ${jacoco.jmx} ${jacoco.output} ${plugin.artifactMap} ${jacoco.port} ${project} ${jacoco.propertyName} ${jacoco.sessionId} ${jacoco.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: com.diffplug.spotless:spotless-maven-plugin:2.37.0:apply (spotless) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> ${spotless.apply.skip} ${spotless.check.skip} ${spotlessFiles} ${spotlessSetLicenseHeaderYearsFromGitHistory} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: net.nicoulaj.maven.plugins:checksum-maven-plugin:1.11:files (create-pre-compiled-webapp-checksum) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> SHA-1 ${attachChecksums} ${encoding} false false D:\Jhipster projects\jhipsterSampleApplication src/main/webapp/**/*.* target/classes/static/**/*.* package-lock.json package.json webpack/*.* tsconfig.json .postcssrc.js **/app/**/service-worker.js **/app/**/vendor.css true false ${project} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run (eval-frontend-checksum) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> true ${localRepository} ${plugin.artifacts} ${maven.antrun.skip} ${sourceRoot} ${testSourceRoot} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: com.github.eirslett:frontend-maven-plugin:1.13.4:install-node-and-npm (install-node-and-npm) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> ${downloadRoot} target ${nodeDownloadRoot} v18.16.1 ${npmDownloadRoot} 9.8.0 ${serverId} ${session} ${skip.installnodenpm} ${skipTests} ${maven.test.failure.ignore} ${workingDirectory} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: com.github.eirslett:frontend-maven-plugin:1.13.4:npm (npm install) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> ${frontend.npm.arguments} target ${frontend.npm.npmInheritsProxyConfigFromMaven} ${npmRegistryURL} ${session} ${skip.npm} ${skipTests} ${maven.test.failure.ignore} ${workingDirectory} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: com.github.eirslett:frontend-maven-plugin:1.13.4:npm (webapp build dev) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> run webapp:build 0.0.1-SNAPSHOT target false ${npmRegistryURL} ${session} ${skip.npm} ${skipTests} ${maven.test.failure.ignore} ${workingDirectory} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> org.springframework.boot spring-boot-configuration-processor 3.1.1 org.mapstruct mapstruct-processor 1.5.5.Final org.glassfish.jaxb jaxb-runtime 4.0.3 org.hibernate.orm hibernate-jpamodelgen 6.1.7.Final ${maven.compiler.compilerId} ${maven.compiler.compilerReuseStrategy} ${maven.compiler.compilerVersion} ${maven.compiler.createMissingPackageInfoClass} ${maven.compiler.debug} ${maven.compiler.debuglevel} ${maven.compiler.enablePreview} ${encoding} ${maven.compiler.executable} ${maven.compiler.failOnError} ${maven.compiler.failOnWarning} ${maven.compiler.forceJavacCompilerUse} ${maven.compiler.fork} ${maven.compiler.implicit} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${maven.compiler.parameters} ${maven.compiler.release} ${maven.compiler.showCompilationChanges} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.main.skip} ${maven.compiler.skipMultiThreadWarning} 17 ${lastModGranularityMs} 17 ${maven.compiler.useIncrementalCompilation} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: net.nicoulaj.maven.plugins:checksum-maven-plugin:1.11:files (create-compiled-webapp-checksum) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> SHA-1 ${attachChecksums} checksums.csv.old ${encoding} false false D:\Jhipster projects\jhipsterSampleApplication src/main/webapp/**/*.* target/classes/static/**/*.* package-lock.json package.json webpack/*.* tsconfig.json .postcssrc.js **/app/**/service-worker.js **/app/**/vendor.css true false ${project} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> ${maven.test.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> org.springframework.boot spring-boot-configuration-processor 3.1.1 org.mapstruct mapstruct-processor 1.5.5.Final org.glassfish.jaxb jaxb-runtime 4.0.3 org.hibernate.orm hibernate-jpamodelgen 6.1.7.Final ${maven.compiler.compilerId} ${maven.compiler.compilerReuseStrategy} ${maven.compiler.compilerVersion} ${maven.compiler.createMissingPackageInfoClass} ${maven.compiler.debug} ${maven.compiler.debuglevel} ${maven.compiler.enablePreview} ${encoding} ${maven.compiler.executable} ${maven.compiler.failOnError} ${maven.compiler.failOnWarning} ${maven.compiler.forceJavacCompilerUse} ${maven.compiler.fork} ${maven.compiler.implicit} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${maven.compiler.parameters} ${maven.compiler.release} ${maven.compiler.showCompilationChanges} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.test.skip} ${maven.compiler.skipMultiThreadWarning} 17 ${lastModGranularityMs} 17 com/mycompany/myapp/config/PostgreSqlTestContainer.java ${maven.compiler.testRelease} ${maven.compiler.testSource} ${maven.compiler.testTarget} ${maven.compiler.useIncrementalCompilation} ${maven.compiler.verbose} [DEBUG] --- exit fork of com.mycompany.myapp:jhipster-sample-application:0.0.1-SNAPSHOT for org.springframework.boot:spring-boot-maven-plugin:3.1.1:run (default-cli) --- [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.springframework.boot:spring-boot-maven-plugin:3.1.1:run (default-cli) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> ${spring-boot.run.addResources} ${spring-boot.run.agents} ${spring-boot.run.arguments} ${spring-boot.run.directories} ${spring-boot.excludeGroupIds} ${spring-boot.excludes} ${spring-boot.includes} ${spring-boot.run.jvmArguments} com.mycompany.myapp.JhipsterSampleApplicationApp ${spring-boot.run.noverify} ${spring-boot.run.optimizedLaunch} ${spring-boot.run.profiles} ${spring-boot.run.skip} ${spring-boot.run.useTestClasspath} ${spring-boot.run.workingDirectory} [DEBUG] ======================================================================= [INFO] [INFO] >>> spring-boot:3.1.1:run (default-cli) > test-compile @ jhipster-sample-application >>> [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for ow2-snapshot (http://repository.ow2.org/nexus/content/repositories/snapshots). [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1611700, ConflictMarker.markTime=327700, ConflictMarker.nodeCount=541, ConflictIdSorter.graphTime=1254200, ConflictIdSorter.topsortTime=500800, ConflictIdSorter.conflictIdCount=180, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=11214900, ConflictResolver.conflictItemCount=389, DfDependencyCollector.collectTime=454644200, DfDependencyCollector.transformTime=16517000} [DEBUG] com.mycompany.myapp:jhipster-sample-application:jar:0.0.1-SNAPSHOT [DEBUG] tech.jhipster:jhipster-framework:jar:8.0.0-beta.2:compile [DEBUG] org.springframework:spring-context-support:jar:6.0.7:compile (version managed from 6.0.7) [DEBUG] org.springframework:spring-beans:jar:6.0.7:compile (version managed from 6.0.7) [DEBUG] org.springframework:spring-context:jar:6.0.7:compile (version managed from 6.0.7) [DEBUG] org.springframework.boot:spring-boot-starter-validation:jar:3.1.1:compile (version managed from 3.1.1) [DEBUG] org.springframework.boot:spring-boot-autoconfigure:jar:3.1.1:compile (version managed from 3.1.1) [DEBUG] org.springframework.boot:spring-boot-starter-aop:jar:3.1.1:compile (version managed from 3.1.1) [DEBUG] org.aspectj:aspectjweaver:jar:1.9.19:compile (version managed from 1.9.19) [DEBUG] net.logstash.logback:logstash-logback-encoder:jar:7.4:compile (version managed from 7.4) (exclusions managed from [ch.qos.logback:logback-core:*:*, ch.qos.logback:logback-classic:*:*, ch.qos.logback:logback-access:*:*]) [DEBUG] org.springframework.boot:spring-boot-configuration-processor:jar:3.1.1:provided (exclusions managed from [com.vaadin.external.google:android-json:*:*]) [DEBUG] org.springframework.boot:spring-boot-loader-tools:jar:3.1.1:compile [DEBUG] org.apache.commons:commons-compress:jar:1.21:compile [DEBUG] org.springframework:spring-core:jar:6.0.7:compile (version managed from 6.0.10) [DEBUG] org.springframework:spring-jcl:jar:6.0.7:compile (version managed from 6.0.7) [DEBUG] org.springframework.boot:spring-boot-starter-actuator:jar:3.1.1:compile [DEBUG] org.springframework.boot:spring-boot-starter:jar:3.1.1:compile (version managed from 3.1.1) [DEBUG] org.springframework.boot:spring-boot-actuator-autoconfigure:jar:3.1.1:compile (version managed from 3.1.1) [DEBUG] org.springframework.boot:spring-boot-actuator:jar:3.1.1:compile (version managed from 3.1.1) [DEBUG] io.micrometer:micrometer-observation:jar:1.10.5:compile (version managed from 1.11.1) [DEBUG] io.micrometer:micrometer-commons:jar:1.10.5:compile (version managed from 1.10.5) [DEBUG] io.micrometer:micrometer-core:jar:1.10.5:compile (version managed from 1.11.1) [DEBUG] org.hdrhistogram:HdrHistogram:jar:2.1.12:runtime [DEBUG] org.latencyutils:LatencyUtils:jar:2.0.3:runtime [DEBUG] org.springframework.boot:spring-boot-starter-cache:jar:3.1.1:compile [DEBUG] org.springframework.boot:spring-boot-starter-data-jpa:jar:3.1.1:compile [DEBUG] org.springframework.boot:spring-boot-starter-jdbc:jar:3.1.1:compile (version managed from 3.1.1) [DEBUG] org.springframework:spring-jdbc:jar:6.0.7:compile (version managed from 6.0.10) [DEBUG] org.springframework.data:spring-data-jpa:jar:3.0.4:compile (version managed from 3.1.1) [DEBUG] org.springframework:spring-orm:jar:6.0.7:compile (version managed from 6.0.7) [DEBUG] org.springframework:spring-tx:jar:6.0.7:compile (version managed from 6.0.7) [DEBUG] org.springframework:spring-aspects:jar:6.0.7:compile (version managed from 6.0.10) [DEBUG] org.springframework.boot:spring-boot-starter-logging:jar:3.1.1:compile [DEBUG] ch.qos.logback:logback-classic:jar:1.4.8:compile (version managed from 1.4.8) [DEBUG] ch.qos.logback:logback-core:jar:1.4.8:compile (version managed from 1.4.8) [DEBUG] org.apache.logging.log4j:log4j-to-slf4j:jar:2.19.0:compile (version managed from 2.20.0) [DEBUG] org.apache.logging.log4j:log4j-api:jar:2.19.0:compile (version managed from 2.19.0) [DEBUG] org.slf4j:jul-to-slf4j:jar:2.0.7:compile (version managed from 2.0.7) [DEBUG] org.springframework.boot:spring-boot-starter-mail:jar:3.1.1:compile [DEBUG] org.eclipse.angus:jakarta.mail:jar:1.1.0:compile (version managed from 1.1.0) [DEBUG] org.eclipse.angus:angus-activation:jar:2.0.0:runtime (version managed from 1.1.0) [DEBUG] org.springframework.boot:spring-boot-starter-oauth2-resource-server:jar:3.1.1:compile [DEBUG] org.springframework.security:spring-security-config:jar:6.0.2:compile (version managed from 6.1.1) [DEBUG] org.springframework.security:spring-security-core:jar:6.0.2:compile (version managed from 6.1.1) [DEBUG] org.springframework.security:spring-security-crypto:jar:6.0.2:compile (version managed from 6.0.2) [DEBUG] org.springframework:spring-expression:jar:6.0.7:compile (version managed from 6.0.5) [DEBUG] org.springframework.security:spring-security-oauth2-resource-server:jar:6.0.2:compile (version managed from 6.1.1) [DEBUG] org.springframework.security:spring-security-oauth2-core:jar:6.0.2:compile (version managed from 6.0.2) [DEBUG] org.springframework.security:spring-security-oauth2-jose:jar:6.0.2:compile (version managed from 6.1.1) [DEBUG] com.nimbusds:nimbus-jose-jwt:jar:9.24.4:compile [DEBUG] com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile [DEBUG] org.springframework.boot:spring-boot-starter-security:jar:3.1.1:compile [DEBUG] org.springframework:spring-aop:jar:6.0.7:compile (version managed from 6.0.10) [DEBUG] org.springframework.security:spring-security-web:jar:6.0.2:compile (version managed from 6.1.1) [DEBUG] org.springframework.boot:spring-boot-starter-test:jar:3.1.1:test (exclusions managed from [com.vaadin.external.google:android-json:*:*, commons-logging:commons-logging:*:*]) [DEBUG] org.springframework.boot:spring-boot-test-autoconfigure:jar:3.1.1:test (version managed from 3.1.1) [DEBUG] com.jayway.jsonpath:json-path:jar:2.8.0:test (version managed from 2.8.0) [DEBUG] jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0:compile (version managed from 4.0.0) [DEBUG] net.minidev:json-smart:jar:2.4.11:test (version managed from 2.4.11) [DEBUG] net.minidev:accessors-smart:jar:2.4.11:test [DEBUG] org.ow2.asm:asm:jar:9.3:test [DEBUG] org.assertj:assertj-core:jar:3.23.1:test (version managed from 3.24.2) [DEBUG] org.hamcrest:hamcrest:jar:2.2:test (version managed from 2.2) [DEBUG] org.junit.jupiter:junit-jupiter:jar:5.9.2:test (version managed from 5.9.3) [DEBUG] org.junit.jupiter:junit-jupiter-api:jar:5.9.2:test (version managed from 5.9.2) [DEBUG] org.opentest4j:opentest4j:jar:1.2.0:test [DEBUG] org.junit.platform:junit-platform-commons:jar:1.9.2:test (version managed from 1.9.2) [DEBUG] org.apiguardian:apiguardian-api:jar:1.1.2:test [DEBUG] org.junit.jupiter:junit-jupiter-params:jar:5.9.2:test (version managed from 5.9.2) [DEBUG] org.junit.jupiter:junit-jupiter-engine:jar:5.9.2:test (version managed from 5.9.2) [DEBUG] org.mockito:mockito-core:jar:4.8.1:test (version managed from 5.3.1) [DEBUG] net.bytebuddy:byte-buddy-agent:jar:1.14.5:test (version managed from 1.12.16) [DEBUG] org.objenesis:objenesis:jar:3.2:test [DEBUG] org.mockito:mockito-junit-jupiter:jar:4.8.1:test (version managed from 5.3.1) [DEBUG] org.skyscreamer:jsonassert:jar:1.5.1:test (version managed from 1.5.1) [DEBUG] org.springframework:spring-test:jar:6.0.7:test (version managed from 6.0.10) [DEBUG] org.xmlunit:xmlunit-core:jar:2.9.1:test (version managed from 2.9.1) [DEBUG] org.springframework.boot:spring-boot-starter-thymeleaf:jar:3.1.1:compile [DEBUG] org.thymeleaf:thymeleaf-spring6:jar:3.1.1.RELEASE:compile (version managed from 3.1.1.RELEASE) [DEBUG] org.thymeleaf:thymeleaf:jar:3.1.1.RELEASE:compile (version managed from 3.1.1.RELEASE) [DEBUG] org.attoparser:attoparser:jar:2.0.6.RELEASE:compile [DEBUG] org.unbescape:unbescape:jar:1.1.6.RELEASE:compile [DEBUG] org.springframework.boot:spring-boot-starter-undertow:jar:3.1.1:compile [DEBUG] io.undertow:undertow-core:jar:2.3.7.Final:compile (version managed from 2.3.7.Final) [DEBUG] org.jboss.xnio:xnio-api:jar:3.8.8.Final:compile [DEBUG] org.wildfly.common:wildfly-common:jar:1.5.4.Final:compile [DEBUG] org.wildfly.client:wildfly-client-config:jar:1.0.1.Final:compile [DEBUG] org.jboss.xnio:xnio-nio:jar:3.8.8.Final:runtime [DEBUG] org.jboss.threads:jboss-threads:jar:3.5.0.Final:compile [DEBUG] io.undertow:undertow-servlet:jar:2.3.7.Final:compile (version managed from 2.3.7.Final) [DEBUG] jakarta.servlet:jakarta.servlet-api:jar:6.0.0:compile (version managed from 6.0.0) [DEBUG] io.undertow:undertow-websockets-jsr:jar:2.3.7.Final:compile (version managed from 2.3.7.Final) [DEBUG] jakarta.websocket:jakarta.websocket-api:jar:2.1.0:compile (version managed from 2.1.0) [DEBUG] jakarta.websocket:jakarta.websocket-client-api:jar:2.1.0:compile (version managed from 2.1.0) [DEBUG] org.apache.tomcat.embed:tomcat-embed-el:jar:10.1.10:compile (version managed from 10.1.10) [DEBUG] org.springframework.boot:spring-boot-starter-web:jar:3.1.1:compile (exclusions managed from [org.springframework.boot:spring-boot-starter-tomcat:*:*]) [DEBUG] org.springframework.boot:spring-boot-starter-json:jar:3.1.1:compile (version managed from 3.1.1) [DEBUG] com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.2:compile (version managed from 2.15.2) [DEBUG] com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.2:compile (version managed from 2.15.2) [DEBUG] org.springframework:spring-web:jar:6.0.7:compile (version managed from 6.0.10) [DEBUG] org.springframework:spring-webmvc:jar:6.0.7:compile (version managed from 6.0.10) [DEBUG] org.springframework.boot:spring-boot-test:jar:3.1.1:test [DEBUG] org.springframework.boot:spring-boot:jar:3.1.1:compile (version managed from 3.1.1) [DEBUG] org.springframework.security:spring-security-data:jar:6.0.2:compile [DEBUG] org.springframework.data:spring-data-commons:jar:3.0.4:compile (version managed from 3.0.2) [DEBUG] org.springframework.security:spring-security-test:jar:6.0.2:test [DEBUG] org.springdoc:springdoc-openapi-starter-webmvc-api:jar:2.1.0:compile [DEBUG] org.springdoc:springdoc-openapi-starter-common:jar:2.1.0:compile (version managed from 2.1.0) [DEBUG] io.swagger.core.v3:swagger-core-jakarta:jar:2.2.9:compile (version managed from 2.2.9) [DEBUG] io.swagger.core.v3:swagger-annotations-jakarta:jar:2.2.9:compile [DEBUG] io.swagger.core.v3:swagger-models-jakarta:jar:2.2.9:compile [DEBUG] com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.14.2:compile (version managed from 2.14.2) [DEBUG] com.fasterxml.jackson.datatype:jackson-datatype-hibernate6:jar:2.15.2:compile [DEBUG] jakarta.transaction:jakarta.transaction-api:jar:2.0.1:compile (version managed from 2.0.1) [DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.14.2:compile (version managed from 2.15.2) [DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.14.2:compile (version managed from 2.15.2) [DEBUG] com.fasterxml.jackson.datatype:jackson-datatype-hppc:jar:2.14.2:compile [DEBUG] com.carrotsearch:hppc:jar:0.8.1:compile [DEBUG] com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.2:compile [DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.14.2:compile (version managed from 2.14.2) [DEBUG] com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.14.2:compile [DEBUG] jakarta.activation:jakarta.activation-api:jar:2.1.2:compile (version managed from 1.2.2) [DEBUG] com.tngtech.archunit:archunit-junit5-api:jar:1.0.1:test [DEBUG] com.tngtech.archunit:archunit:jar:1.0.1:test [DEBUG] com.tngtech.archunit:archunit-junit5-engine:jar:1.0.1:test [DEBUG] com.tngtech.archunit:archunit-junit5-engine-api:jar:1.0.1:test [DEBUG] org.junit.platform:junit-platform-engine:jar:1.9.2:test (version managed from 1.9.1) [DEBUG] com.zaxxer:HikariCP:jar:5.0.1:compile [DEBUG] org.slf4j:slf4j-api:jar:2.0.7:compile (version managed from 2.0.0-alpha1) [DEBUG] io.dropwizard.metrics:metrics-core:jar:4.2.18:compile [DEBUG] io.micrometer:micrometer-registry-prometheus:jar:1.10.5:compile [DEBUG] io.prometheus:simpleclient_common:jar:0.16.0:compile (version managed from 0.16.0) [DEBUG] io.prometheus:simpleclient:jar:0.16.0:compile (version managed from 0.16.0) [DEBUG] io.prometheus:simpleclient_tracer_otel:jar:0.16.0:compile (version managed from 0.16.0) [DEBUG] io.prometheus:simpleclient_tracer_common:jar:0.16.0:compile (version managed from 0.16.0) [DEBUG] io.prometheus:simpleclient_tracer_otel_agent:jar:0.16.0:compile (version managed from 0.16.0) [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] javax.cache:cache-api:jar:1.1.1:compile [DEBUG] org.apache.commons:commons-lang3:jar:3.12.0:compile [DEBUG] org.ehcache:ehcache:jar:jakarta:3.10.8:compile [DEBUG] org.glassfish.jaxb:jaxb-runtime:jar:4.0.2:runtime (version managed from [2.2,3)) [DEBUG] org.glassfish.jaxb:jaxb-core:jar:4.0.2:runtime (version managed from 4.0.2) [DEBUG] org.glassfish.jaxb:txw2:jar:4.0.2:runtime (version managed from 4.0.2) [DEBUG] com.sun.istack:istack-commons-runtime:jar:4.1.1:runtime (version managed from 4.1.1) [DEBUG] org.hibernate.orm:hibernate-core:jar:6.1.7.Final:compile [DEBUG] jakarta.persistence:jakarta.persistence-api:jar:3.1.0:compile (version managed from 3.0.0) [DEBUG] org.jboss.logging:jboss-logging:jar:3.5.1.Final:compile (version managed from 3.4.3.Final) [DEBUG] org.hibernate.common:hibernate-commons-annotations:jar:6.0.6.Final:runtime [DEBUG] org.jboss:jandex:jar:2.4.2.Final:runtime [DEBUG] com.fasterxml:classmate:jar:1.5.1:compile (version managed from 1.5.1) [DEBUG] net.bytebuddy:byte-buddy:jar:1.14.5:runtime (version managed from 1.12.18) [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.0:runtime [DEBUG] org.antlr:antlr4-runtime:jar:4.10.1:runtime [DEBUG] org.hibernate.orm:hibernate-jcache:jar:6.1.7.Final:compile [DEBUG] org.hibernate.orm:hibernate-jpamodelgen:jar:6.2.5.Final:provided [DEBUG] org.hibernate.validator:hibernate-validator:jar:8.0.0.Final:compile [DEBUG] jakarta.validation:jakarta.validation-api:jar:3.0.2:compile (version managed from 3.0.2) [DEBUG] org.liquibase:liquibase-core:jar:4.20.0:compile [DEBUG] javax.xml.bind:jaxb-api:jar:2.3.1:compile [DEBUG] javax.activation:javax.activation-api:jar:1.2.0:compile [DEBUG] org.yaml:snakeyaml:jar:1.33:compile (version managed from 1.33) [DEBUG] com.opencsv:opencsv:jar:5.7.1:compile [DEBUG] org.apache.commons:commons-text:jar:1.10.0:compile [DEBUG] org.apache.commons:commons-collections4:jar:4.4:compile (version managed from 4.4) [DEBUG] org.mapstruct:mapstruct:jar:1.5.5.Final:compile [DEBUG] org.mapstruct:mapstruct-processor:jar:1.5.5.Final:provided [DEBUG] org.testcontainers:jdbc:jar:1.18.3:test [DEBUG] org.testcontainers:database-commons:jar:1.18.3:test (version managed from 1.18.3) [DEBUG] org.testcontainers:testcontainers:jar:1.18.3:test (version managed from 1.18.3) [DEBUG] junit:junit:jar:4.13.2:test (version managed from 4.13.2) [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:test (version managed from 1.3) [DEBUG] org.rnorth.duct-tape:duct-tape:jar:1.0.8:test [DEBUG] org.jetbrains:annotations:jar:17.0.0:test [DEBUG] com.github.docker-java:docker-java-api:jar:3.3.0:test [DEBUG] com.github.docker-java:docker-java-transport-zerodep:jar:3.3.0:test [DEBUG] com.github.docker-java:docker-java-transport:jar:3.3.0:test [DEBUG] net.java.dev.jna:jna:jar:5.12.1:test [DEBUG] org.testcontainers:postgresql:jar:1.18.3:test [DEBUG] org.springframework.boot:spring-boot-devtools:jar:3.1.1:compile (optional) [DEBUG] com.h2database:h2:jar:2.1.214:compile [INFO] [INFO] --- resources:3.3.1:copy-resources (default-resources) @ jhipster-sample-application --- [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=110400, ConflictMarker.markTime=26000, ConflictMarker.nodeCount=13, ConflictIdSorter.graphTime=52400, ConflictIdSorter.topsortTime=14100, ConflictIdSorter.conflictIdCount=9, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=131600, ConflictResolver.conflictItemCount=13, DfDependencyCollector.collectTime=15246100, DfDependencyCollector.transformTime=352200} [DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:3.3.1 [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.26:runtime [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.5.1:compile [DEBUG] org.apache.maven.shared:maven-filtering:jar:3.3.1:compile [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.slf4j:slf4j-api:jar:1.7.36:compile [DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile [DEBUG] commons-io:commons-io:jar:2.11.0:compile [DEBUG] org.apache.commons:commons-lang3:jar:3.12.0:compile [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1 [DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:3.3.1 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.26 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.5.1 [DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:3.3.1 [DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7 [DEBUG] Included: commons-io:commons-io:jar:2.11.0 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.12.0 [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:copy-resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: java.net.URLClassLoader@42110406] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:3.3.1:copy-resources:default-resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (s) delimiters = [#] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = D:\Jhipster projects\jhipsterSampleApplication\target\classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.mycompany.myapp:jhipster-sample-application:0.0.1-SNAPSHOT @ D:\Jhipster projects\jhipsterSampleApplication\pom.xml [DEBUG] (s) directory = src/main/resources/ [DEBUG] (s) filtering = true [DEBUG] (s) includes = [config/*.yml] [DEBUG] (s) directory = src/main/resources/ [DEBUG] (s) filtering = false [DEBUG] (s) excludes = [config/*.yml] [DEBUG] (s) resources = [Resource {targetPath: null, filtering: true, FileSet {directory: src/main/resources/, PatternSet [includes: {config/*.yml}, excludes: {}]}}, Resource {targetPath: null, filtering: false, FileSet {directory: src/main/resources/, PatternSet [includes: {}, excludes: {config/*.yml}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@4d266391 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = false [DEBUG] -- end configuration -- [DEBUG] properties used: [DEBUG] archunit-junit5.version: 1.0.1 [DEBUG] argLine: -Djava.security.egd=file:/dev/./urandom -Xmx1G [DEBUG] checkstyle.version: 10.12.1 [DEBUG] checksum-maven-plugin.version: 1.11 [DEBUG] classworlds.conf: C:\Users\Administrator\.m2\wrapper\dists\apache-maven-3.9.2-bin\3238cb54\apache-maven-3.9.2\bin\m2.conf [DEBUG] env.=::: ::\ [DEBUG] env.=D:: D:\Jhipster projects\jhipsterSampleApplication [DEBUG] env.ALLUSERSPROFILE: C:\ProgramData [DEBUG] env.APPCODE_VM_OPTIONS: D:\heidong\jetbra\vmoptions\appcode.vmoptions [DEBUG] env.APPDATA: C:\Users\Administrator\AppData\Roaming [DEBUG] env.CLION_VM_OPTIONS: D:\heidong\jetbra\vmoptions\clion.vmoptions [DEBUG] env.COMMONPROGRAMFILES: C:\Program Files\Common Files [DEBUG] env.COMMONPROGRAMFILES(X86): C:\Program Files (x86)\Common Files [DEBUG] env.COMMONPROGRAMW6432: C:\Program Files\Common Files [DEBUG] env.COMPUTERNAME: PC-20220923AMXO [DEBUG] env.COMSPEC: C:\Windows\system32\cmd.exe [DEBUG] env.DATAGRIP_VM_OPTIONS: D:\heidong\jetbra\vmoptions\datagrip.vmoptions [DEBUG] env.DATASPELL_VM_OPTIONS: D:\heidong\jetbra\vmoptions\dataspell.vmoptions [DEBUG] env.DEVECOSTUDIO_VM_OPTIONS: D:\heidong\jetbra\vmoptions\devecostudio.vmoptions [DEBUG] env.DRIVERDATA: C:\Windows\System32\Drivers\DriverData [DEBUG] env.ERLANG_HOME: C:\Program Files\erl-24.1.7 [DEBUG] env.ERROR_CODE: 0 [DEBUG] env.EXEC_DIR: D:\Jhipster projects\jhipsterSampleApplication [DEBUG] env.GATEWAY_VM_OPTIONS: D:\heidong\jetbra\vmoptions\gateway.vmoptions [DEBUG] env.GOLAND_VM_OPTIONS: D:\heidong\jetbra\vmoptions\goland.vmoptions [DEBUG] env.HOME: C:\Users\Administrator [DEBUG] env.HOMEDRIVE: C: [DEBUG] env.HOMEPATH: \Users\Administrator [DEBUG] env.IDEA_VM_OPTIONS: D:\heidong\jetbra\vmoptions\idea.vmoptions [DEBUG] env.JAVA_HOME: D:\java\jdk-17.0.8 [DEBUG] env.JAVA_HOME11: E:\jdk-11.0.2\ [DEBUG] env.JAVA_HOME8: D:\java\jdk1.8.0_31 [DEBUG] env.JETBRAINSCLIENT_VM_OPTIONS: D:\heidong\jetbra\vmoptions\jetbrainsclient.vmoptions [DEBUG] env.JETBRAINS_CLIENT_VM_OPTIONS: D:\heidong\jetbra\vmoptions\jetbrains_client.vmoptions [DEBUG] env.LOCALAPPDATA: C:\Users\Administrator\AppData\Local [DEBUG] env.LOGONSERVER: \\PC-20220923AMXO [DEBUG] env.MAVEN_CMD_LINE_ARGS: -e -X [DEBUG] env.MAVEN_HOME: E:\apache-maven-3.9.4 [DEBUG] env.MAVEN_HOME3: E:\apache-maven-3.8.3 [DEBUG] env.MAVEN_HOME386: E:\apache-maven-3.8.6 [DEBUG] env.MAVEN_JAVA_EXE: "D:\java\jdk-17.0.8\bin\java.exe" [DEBUG] env.MAVEN_PROJECTBASEDIR: D:\Jhipster projects\jhipsterSampleApplication [DEBUG] env.MOZ_PLUGIN_PATH: D:\Program Files (x86)\fuxinpdf\Foxit PDF Reader\plugins\ [DEBUG] env.NUMBER_OF_PROCESSORS: 16 [DEBUG] env.ONEDRIVE: C:\Users\Administrator\OneDrive [DEBUG] env.ONEDRIVECONSUMER: C:\Users\Administrator\OneDrive [DEBUG] env.OS: Windows_NT [DEBUG] env.PATH: D:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Git\cmd;D:\Program Files\TortoiseSVN\bin;C:\Program Files\Docker\Docker\resources\bin;D:\java\jdk-17.0.8\bin;E:\apache-maven-3.9.4\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\erl-24.1.7\bin;C:\Program Files (x86)\Bitvise SSH Client;D:\Program Files\nodejs\;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Roaming\npm [DEBUG] env.PATHEXT: .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC [DEBUG] env.PHPSTORM_VM_OPTIONS: D:\heidong\jetbra\vmoptions\phpstorm.vmoptions [DEBUG] env.PROCESSOR_ARCHITECTURE: AMD64 [DEBUG] env.PROCESSOR_IDENTIFIER: AMD64 Family 25 Model 68 Stepping 1, AuthenticAMD [DEBUG] env.PROCESSOR_LEVEL: 25 [DEBUG] env.PROCESSOR_REVISION: 4401 [DEBUG] env.PROGRAMDATA: C:\ProgramData [DEBUG] env.PROGRAMFILES: C:\Program Files [DEBUG] env.PROGRAMFILES(X86): C:\Program Files (x86) [DEBUG] env.PROGRAMW6432: C:\Program Files [DEBUG] env.PROMPT: $P$G [DEBUG] env.PSMODULEPATH: C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules [DEBUG] env.PUBLIC: C:\Users\Public [DEBUG] env.PYCHARM_VM_OPTIONS: D:\heidong\jetbra\vmoptions\pycharm.vmoptions [DEBUG] env.RIDER_VM_OPTIONS: D:\heidong\jetbra\vmoptions\rider.vmoptions [DEBUG] env.RUBYMINE_VM_OPTIONS: D:\heidong\jetbra\vmoptions\rubymine.vmoptions [DEBUG] env.SESSIONNAME: Console [DEBUG] env.STUDIO_VM_OPTIONS: D:\heidong\jetbra\vmoptions\studio.vmoptions [DEBUG] env.SYSTEMDRIVE: C: [DEBUG] env.SYSTEMROOT: C:\Windows [DEBUG] env.TEMP: C:\Users\ADMINI~1\AppData\Local\Temp [DEBUG] env.TMP: C:\Users\ADMINI~1\AppData\Local\Temp [DEBUG] env.USERDOMAIN: PC-20220923AMXO [DEBUG] env.USERDOMAIN_ROAMINGPROFILE: PC-20220923AMXO [DEBUG] env.USERNAME: Administrator [DEBUG] env.USERPROFILE: C:\Users\Administrator [DEBUG] env.WDIR: D:\Jhipster projects\jhipsterSampleApplication [DEBUG] env.WEBIDE_VM_OPTIONS: D:\heidong\jetbra\vmoptions\webide.vmoptions [DEBUG] env.WEBSTORM_VM_OPTIONS: D:\heidong\jetbra\vmoptions\webstorm.vmoptions [DEBUG] env.WINDIR: C:\Windows [DEBUG] env.WRAPPER_JAR: "D:\Jhipster projects\jhipsterSampleApplication\.mvn\wrapper\maven-wrapper.jar" [DEBUG] env.WRAPPER_LAUNCHER: org.apache.maven.wrapper.MavenWrapperMain [DEBUG] env.WRAPPER_SHA_256_SUM: "" [DEBUG] env.WRAPPER_URL: https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar [DEBUG] file.encoding: GBK [DEBUG] file.separator: \ [DEBUG] frontend-maven-plugin.version: 1.13.4 [DEBUG] git-commit-id-maven-plugin.version: 6.0.0 [DEBUG] h2.version: 2.2.220 [DEBUG] hibernate.version: 6.1.7.Final [DEBUG] jacoco-maven-plugin.version: 0.8.10 [DEBUG] java.class.path: D:\Jhipster projects\jhipsterSampleApplication\.mvn\wrapper\maven-wrapper.jar [DEBUG] java.class.version: 61.0 [DEBUG] java.home: D:\java\jdk-17.0.8 [DEBUG] java.io.tmpdir: C:\Users\ADMINI~1\AppData\Local\Temp\ [DEBUG] java.library.path: D:\java\jdk-17.0.8\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Git\cmd;D:\Program Files\TortoiseSVN\bin;C:\Program Files\Docker\Docker\resources\bin;D:\java\jdk-17.0.8\bin;E:\apache-maven-3.9.4\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\erl-24.1.7\bin;C:\Program Files (x86)\Bitvise SSH Client;D:\Program Files\nodejs\;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Roaming\npm;. [DEBUG] java.runtime.name: Java(TM) SE Runtime Environment [DEBUG] java.runtime.version: 17.0.8+9-LTS-211 [DEBUG] java.specification.name: Java Platform API Specification [DEBUG] java.specification.vendor: Oracle Corporation [DEBUG] java.specification.version: 17 [DEBUG] java.vendor: Oracle Corporation [DEBUG] java.vendor.url: https://java.oracle.com/ [DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/ [DEBUG] java.version: 17.0.8 [DEBUG] java.version.date: 2023-07-18 [DEBUG] java.vm.compressedOopsMode: Zero based [DEBUG] java.vm.info: mixed mode, sharing [DEBUG] java.vm.name: Java HotSpot(TM) 64-Bit Server VM [DEBUG] java.vm.specification.name: Java Virtual Machine Specification [DEBUG] java.vm.specification.vendor: Oracle Corporation [DEBUG] java.vm.specification.version: 17 [DEBUG] java.vm.vendor: Oracle Corporation [DEBUG] java.vm.version: 17.0.8+9-LTS-211 [DEBUG] jaxb-runtime.version: 4.0.3 [DEBUG] jdk.debug: release [DEBUG] jhipster-dependencies.version: 8.0.0-beta.2 [DEBUG] jib-maven-plugin.architecture: amd64 [DEBUG] jib-maven-plugin.image: eclipse-temurin:17-jre-focal [DEBUG] jib-maven-plugin.version: 3.3.2 [DEBUG] lifecycle-mapping.version: 1.0.0 [DEBUG] line.separator:

[DEBUG] liquibase-plugin.driver: org.h2.Driver
[DEBUG] liquibase-plugin.hibernate-dialect: org.hibernate.dialect.H2Dialect
[DEBUG] liquibase-plugin.password:
[DEBUG] liquibase-plugin.url: jdbc:h2:file:D:\Jhipster projects\jhipsterSampleApplication\target/h2db/db/jhipstersampleapplication
[DEBUG] liquibase-plugin.username: jhipsterSampleApplication
[DEBUG] liquibase.version: 4.20.0
[DEBUG] m2e.apt.activation: jdt_apt
[DEBUG] mapstruct.version: 1.5.5.Final
[DEBUG] maven-antrun-plugin.version: 3.1.0
[DEBUG] maven-checkstyle-plugin.version: 3.3.0
[DEBUG] maven-clean-plugin.version: 3.3.1
[DEBUG] maven-compiler-plugin.version: 3.11.0
[DEBUG] maven-eclipse-plugin.version: 2.1
[DEBUG] maven-enforcer-plugin.version: 3.3.0
[DEBUG] maven-failsafe-plugin.version: 3.1.2
[DEBUG] maven-idea-plugin.version: 2.2.1
[DEBUG] maven-jar-plugin.version: 3.3.0
[DEBUG] maven-javadoc-plugin.version: 3.5.0
[DEBUG] maven-resources-plugin.version: 3.3.1
[DEBUG] maven-site-plugin.version: 3.12.1
[DEBUG] maven-surefire-plugin.version: 3.1.2
[DEBUG] maven-war-plugin.version: 3.4.0
[DEBUG] maven.build.timestamp: 2023-08-08T16:07:04Z
[DEBUG] maven.build.timestamp.format: yyyyMMddHHmmss
[DEBUG] maven.build.version: Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
[DEBUG] maven.compiler.source: 17
[DEBUG] maven.compiler.target: 17
[DEBUG] maven.conf: C:\Users\Administrator.m2\wrapper\dists\apache-maven-3.9.2-bin\3238cb54\apache-maven-3.9.2/conf
[DEBUG] maven.home: C:\Users\Administrator.m2\wrapper\dists\apache-maven-3.9.2-bin\3238cb54\apache-maven-3.9.2
[DEBUG] maven.multiModuleProjectDirectory: D:\Jhipster projects\jhipsterSampleApplication
[DEBUG] maven.version: 3.9.2
[DEBUG] modernizer-maven-plugin.version: 2.6.0
[DEBUG] native.encoding: GBK
[DEBUG] node.version: v18.16.1
[DEBUG] nohttp-checkstyle.version: 0.0.11
[DEBUG] npm.version: 9.8.0
[DEBUG] os.arch: amd64
[DEBUG] os.name: Windows 10
[DEBUG] os.version: 10.0
[DEBUG] path.separator: ;
[DEBUG] profile.api-docs:
[DEBUG] profile.e2e:
[DEBUG] profile.no-liquibase:
[DEBUG] profile.test: testdev
[DEBUG] profile.tls:
[DEBUG] project.baseUri: file:/D:/Jhipster%20projects/jhipsterSampleApplication/
[DEBUG] project.build.sourceEncoding: UTF-8
[DEBUG] project.reporting.outputEncoding: UTF-8
[DEBUG] properties-maven-plugin.version: 1.1.0
[DEBUG] run.addResources: false
[DEBUG] sonar-maven-plugin.version: 3.9.1.2184
[DEBUG] spotless-maven-plugin.version: 2.37.0
[DEBUG] spring-boot.version: 3.1.1
[DEBUG] spring.profiles.active: dev
[DEBUG] start-class: com.mycompany.myapp.JhipsterSampleApplicationApp
[DEBUG] sun.arch.data.model: 64
[DEBUG] sun.boot.library.path: D:\java\jdk-17.0.8\bin
[DEBUG] sun.cpu.endian: little
[DEBUG] sun.cpu.isalist: amd64
[DEBUG] sun.io.unicode.encoding: UnicodeLittle
[DEBUG] sun.java.command: org.apache.maven.wrapper.MavenWrapperMain -e -X
[DEBUG] sun.java.launcher: SUN_STANDARD
[DEBUG] sun.jnu.encoding: GBK
[DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers
[DEBUG] sun.os.patch.level:
[DEBUG] sun.stderr.encoding: ms936
[DEBUG] sun.stdout.encoding: ms936
[DEBUG] user.country: US
[DEBUG] user.dir: D:\Jhipster projects\jhipsterSampleApplication
[DEBUG] user.home: C:\Users\Administrator
[DEBUG] user.language: en
[DEBUG] user.name: Administrator
[DEBUG] user.script:
[DEBUG] user.variant:
[DEBUG] validation-api.version: 3.0.2
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resources.
[DEBUG] Using ‘UTF-8’ encoding to copy filtered properties files.
[DEBUG] resource with targetPath null
directory src/main/resources/
excludes []
includes [config/.yml]
[DEBUG] ignoreDelta true
[INFO] Copying 4 resources from src\main\resources to target\classes
[DEBUG] Copying file config\application-dev.yml
[DEBUG] file application-dev.yml has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘application-dev.yml’.
[DEBUG] filtering D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\application-dev.yml to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\application-dev.yml
[DEBUG] Copying file config\application-prod.yml
[DEBUG] file application-prod.yml has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘application-prod.yml’.
[DEBUG] filtering D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\application-prod.yml to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\application-prod.yml
[DEBUG] Copying file config\application-tls.yml
[DEBUG] file application-tls.yml has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘application-tls.yml’.
[DEBUG] filtering D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\application-tls.yml to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\application-tls.yml
[DEBUG] Copying file config\application.yml
[DEBUG] file application.yml has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘application.yml’.
[DEBUG] filtering D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\application.yml to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\application.yml
[DEBUG] resource with targetPath null
directory src/main/resources/
excludes [config/
.yml]
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 16 resources from src\main\resources to target\classes
[DEBUG] Copying file .h2.server.properties
[DEBUG] file .h2.server.properties has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘.h2.server.properties’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources.h2.server.properties to D:\Jhipster projects\jhipsterSampleApplication\target\classes.h2.server.properties
[DEBUG] Copying file banner.txt
[DEBUG] file banner.txt has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘banner.txt’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\banner.txt to D:\Jhipster projects\jhipsterSampleApplication\target\classes\banner.txt
[DEBUG] Copying file config\liquibase\changelog\00000000000000_initial_schema.xml
[DEBUG] file 00000000000000_initial_schema.xml has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘00000000000000_initial_schema.xml’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\liquibase\changelog\00000000000000_initial_schema.xml to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\liquibase\changelog\00000000000000_initial_schema.xml
[DEBUG] Copying file config\liquibase\data\authority.csv
[DEBUG] file authority.csv has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘authority.csv’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\liquibase\data\authority.csv to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\liquibase\data\authority.csv
[DEBUG] Copying file config\liquibase\data\user.csv
[DEBUG] file user.csv has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘user.csv’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\liquibase\data\user.csv to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\liquibase\data\user.csv
[DEBUG] Copying file config\liquibase\data\user_authority.csv
[DEBUG] file user_authority.csv has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘user_authority.csv’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\liquibase\data\user_authority.csv to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\liquibase\data\user_authority.csv
[DEBUG] Copying file config\liquibase\master.xml
[DEBUG] file master.xml has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘master.xml’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\liquibase\master.xml to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\liquibase\master.xml
[DEBUG] Copying file config\tls\keystore.p12
[DEBUG] file keystore.p12 has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘keystore.p12’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\tls\keystore.p12 to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\tls\keystore.p12
[DEBUG] Copying file i18n\messages.properties
[DEBUG] file messages.properties has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘messages.properties’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\i18n\messages.properties to D:\Jhipster projects\jhipsterSampleApplication\target\classes\i18n\messages.properties
[DEBUG] Copying file i18n\messages_en.properties
[DEBUG] file messages_en.properties has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘messages_en.properties’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\i18n\messages_en.properties to D:\Jhipster projects\jhipsterSampleApplication\target\classes\i18n\messages_en.properties
[DEBUG] Copying file i18n\messages_zh_CN.properties
[DEBUG] file messages_zh_CN.properties has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘messages_zh_CN.properties’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\i18n\messages_zh_CN.properties to D:\Jhipster projects\jhipsterSampleApplication\target\classes\i18n\messages_zh_CN.properties
[DEBUG] Copying file logback-spring.xml
[DEBUG] file logback-spring.xml has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘logback-spring.xml’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\logback-spring.xml to D:\Jhipster projects\jhipsterSampleApplication\target\classes\logback-spring.xml
[DEBUG] Copying file templates\error.html
[DEBUG] file error.html has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘error.html’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\templates\error.html to D:\Jhipster projects\jhipsterSampleApplication\target\classes\templates\error.html
[DEBUG] Copying file templates\mail\activationEmail.html
[DEBUG] file activationEmail.html has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘activationEmail.html’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\templates\mail\activationEmail.html to D:\Jhipster projects\jhipsterSampleApplication\target\classes\templates\mail\activationEmail.html
[DEBUG] Copying file templates\mail\creationEmail.html
[DEBUG] file creationEmail.html has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘creationEmail.html’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\templates\mail\creationEmail.html to D:\Jhipster projects\jhipsterSampleApplication\target\classes\templates\mail\creationEmail.html
[DEBUG] Copying file templates\mail\passwordResetEmail.html
[DEBUG] file passwordResetEmail.html has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘passwordResetEmail.html’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\templates\mail\passwordResetEmail.html to D:\Jhipster projects\jhipsterSampleApplication\target\classes\templates\mail\passwordResetEmail.html
[DEBUG] no user filter components
[INFO]
[INFO] — resources:3.3.1:resources (default-resources) @ jhipster-sample-application —
[DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.3.1, parent: java.net.URLClassLoader@42110406]
[DEBUG] Configuring mojo execution ‘org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources:default-resources’ with basic configurator -->
[DEBUG] (f) addDefaultExcludes = true
[DEBUG] (f) buildFilters = []
[DEBUG] (s) delimiters = [#]
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (f) fileNameFiltering = false
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = D:\Jhipster projects\jhipsterSampleApplication\target\classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: com.mycompany.myapp:jhipster-sample-application:0.0.1-SNAPSHOT @ D:\Jhipster projects\jhipsterSampleApplication\pom.xml
[DEBUG] (s) directory = src/main/resources/
[DEBUG] (s) filtering = true
[DEBUG] (s) includes = [config/.yml]
[DEBUG] (s) directory = src/main/resources/
[DEBUG] (s) filtering = false
[DEBUG] (s) excludes = [config/
.yml]
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: true, FileSet {directory: src/main/resources/, PatternSet [includes: {config/.yml}, excludes: {}]}}, Resource {targetPath: null, filtering: false, FileSet {directory: src/main/resources/, PatternSet [includes: {}, excludes: {config/.yml}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4d266391
[DEBUG] (f) skip = false
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = false
[DEBUG] – end configuration –
[DEBUG] properties used:
[DEBUG] archunit-junit5.version: 1.0.1
[DEBUG] argLine: -Djava.security.egd=file:/dev/./urandom -Xmx1G
[DEBUG] checkstyle.version: 10.12.1
[DEBUG] checksum-maven-plugin.version: 1.11
[DEBUG] classworlds.conf: C:\Users\Administrator.m2\wrapper\dists\apache-maven-3.9.2-bin\3238cb54\apache-maven-3.9.2\bin\m2.conf
[DEBUG] env.=::: ::
[DEBUG] env.=D:: D:\Jhipster projects\jhipsterSampleApplication
[DEBUG] env.ALLUSERSPROFILE: C:\ProgramData
[DEBUG] env.APPCODE_VM_OPTIONS: D:\heidong\jetbra\vmoptions\appcode.vmoptions
[DEBUG] env.APPDATA: C:\Users\Administrator\AppData\Roaming
[DEBUG] env.CLION_VM_OPTIONS: D:\heidong\jetbra\vmoptions\clion.vmoptions
[DEBUG] env.COMMONPROGRAMFILES: C:\Program Files\Common Files
[DEBUG] env.COMMONPROGRAMFILES(X86): C:\Program Files (x86)\Common Files
[DEBUG] env.COMMONPROGRAMW6432: C:\Program Files\Common Files
[DEBUG] env.COMPUTERNAME: PC-20220923AMXO
[DEBUG] env.COMSPEC: C:\Windows\system32\cmd.exe
[DEBUG] env.DATAGRIP_VM_OPTIONS: D:\heidong\jetbra\vmoptions\datagrip.vmoptions
[DEBUG] env.DATASPELL_VM_OPTIONS: D:\heidong\jetbra\vmoptions\dataspell.vmoptions
[DEBUG] env.DEVECOSTUDIO_VM_OPTIONS: D:\heidong\jetbra\vmoptions\devecostudio.vmoptions
[DEBUG] env.DRIVERDATA: C:\Windows\System32\Drivers\DriverData
[DEBUG] env.ERLANG_HOME: C:\Program Files\erl-24.1.7
[DEBUG] env.ERROR_CODE: 0
[DEBUG] env.EXEC_DIR: D:\Jhipster projects\jhipsterSampleApplication
[DEBUG] env.GATEWAY_VM_OPTIONS: D:\heidong\jetbra\vmoptions\gateway.vmoptions
[DEBUG] env.GOLAND_VM_OPTIONS: D:\heidong\jetbra\vmoptions\goland.vmoptions
[DEBUG] env.HOME: C:\Users\Administrator
[DEBUG] env.HOMEDRIVE: C:
[DEBUG] env.HOMEPATH: \Users\Administrator
[DEBUG] env.IDEA_VM_OPTIONS: D:\heidong\jetbra\vmoptions\idea.vmoptions
[DEBUG] env.JAVA_HOME: D:\java\jdk-17.0.8
[DEBUG] env.JAVA_HOME11: E:\jdk-11.0.2
[DEBUG] env.JAVA_HOME8: D:\java\jdk1.8.0_31
[DEBUG] env.JETBRAINSCLIENT_VM_OPTIONS: D:\heidong\jetbra\vmoptions\jetbrainsclient.vmoptions
[DEBUG] env.JETBRAINS_CLIENT_VM_OPTIONS: D:\heidong\jetbra\vmoptions\jetbrains_client.vmoptions
[DEBUG] env.LOCALAPPDATA: C:\Users\Administrator\AppData\Local
[DEBUG] env.LOGONSERVER: \PC-20220923AMXO
[DEBUG] env.MAVEN_CMD_LINE_ARGS: -e -X
[DEBUG] env.MAVEN_HOME: E:\apache-maven-3.9.4
[DEBUG] env.MAVEN_HOME3: E:\apache-maven-3.8.3
[DEBUG] env.MAVEN_HOME386: E:\apache-maven-3.8.6
[DEBUG] env.MAVEN_JAVA_EXE: “D:\java\jdk-17.0.8\bin\java.exe”
[DEBUG] env.MAVEN_PROJECTBASEDIR: D:\Jhipster projects\jhipsterSampleApplication
[DEBUG] env.MOZ_PLUGIN_PATH: D:\Program Files (x86)\fuxinpdf\Foxit PDF Reader\plugins
[DEBUG] env.NUMBER_OF_PROCESSORS: 16
[DEBUG] env.ONEDRIVE: C:\Users\Administrator\OneDrive
[DEBUG] env.ONEDRIVECONSUMER: C:\Users\Administrator\OneDrive
[DEBUG] env.OS: Windows_NT
[DEBUG] env.PATH: D:\Program Files (x86)\VMware\VMware Workstation\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Git\cmd;D:\Program Files\TortoiseSVN\bin;C:\Program Files\Docker\Docker\resources\bin;D:\java\jdk-17.0.8\bin;E:\apache-maven-3.9.4\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\erl-24.1.7\bin;C:\Program Files (x86)\Bitvise SSH Client;D:\Program Files\nodejs;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Roaming\npm
[DEBUG] env.PATHEXT: .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
[DEBUG] env.PHPSTORM_VM_OPTIONS: D:\heidong\jetbra\vmoptions\phpstorm.vmoptions
[DEBUG] env.PROCESSOR_ARCHITECTURE: AMD64
[DEBUG] env.PROCESSOR_IDENTIFIER: AMD64 Family 25 Model 68 Stepping 1, AuthenticAMD
[DEBUG] env.PROCESSOR_LEVEL: 25
[DEBUG] env.PROCESSOR_REVISION: 4401
[DEBUG] env.PROGRAMDATA: C:\ProgramData
[DEBUG] env.PROGRAMFILES: C:\Program Files
[DEBUG] env.PROGRAMFILES(X86): C:\Program Files (x86)
[DEBUG] env.PROGRAMW6432: C:\Program Files
[DEBUG] env.PROMPT: P P PG
[DEBUG] env.PSMODULEPATH: C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
[DEBUG] env.PUBLIC: C:\Users\Public
[DEBUG] env.PYCHARM_VM_OPTIONS: D:\heidong\jetbra\vmoptions\pycharm.vmoptions
[DEBUG] env.RIDER_VM_OPTIONS: D:\heidong\jetbra\vmoptions\rider.vmoptions
[DEBUG] env.RUBYMINE_VM_OPTIONS: D:\heidong\jetbra\vmoptions\rubymine.vmoptions
[DEBUG] env.SESSIONNAME: Console
[DEBUG] env.STUDIO_VM_OPTIONS: D:\heidong\jetbra\vmoptions\studio.vmoptions
[DEBUG] env.SYSTEMDRIVE: C:
[DEBUG] env.SYSTEMROOT: C:\Windows
[DEBUG] env.TEMP: C:\Users\ADMINI~1\AppData\Local\Temp
[DEBUG] env.TMP: C:\Users\ADMINI~1\AppData\Local\Temp
[DEBUG] env.USERDOMAIN: PC-20220923AMXO
[DEBUG] env.USERDOMAIN_ROAMINGPROFILE: PC-20220923AMXO
[DEBUG] env.USERNAME: Administrator
[DEBUG] env.USERPROFILE: C:\Users\Administrator
[DEBUG] env.WDIR: D:\Jhipster projects\jhipsterSampleApplication
[DEBUG] env.WEBIDE_VM_OPTIONS: D:\heidong\jetbra\vmoptions\webide.vmoptions
[DEBUG] env.WEBSTORM_VM_OPTIONS: D:\heidong\jetbra\vmoptions\webstorm.vmoptions
[DEBUG] env.WINDIR: C:\Windows
[DEBUG] env.WRAPPER_JAR: “D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar”
[DEBUG] env.WRAPPER_LAUNCHER: org.apache.maven.wrapper.MavenWrapperMain
[DEBUG] env.WRAPPER_SHA_256_SUM: “”
[DEBUG] env.WRAPPER_URL: https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
[DEBUG] file.encoding: GBK
[DEBUG] file.separator:
[DEBUG] frontend-maven-plugin.version: 1.13.4
[DEBUG] git-commit-id-maven-plugin.version: 6.0.0
[DEBUG] h2.version: 2.2.220
[DEBUG] hibernate.version: 6.1.7.Final
[DEBUG] jacoco-maven-plugin.version: 0.8.10
[DEBUG] java.class.path: D:\Jhipster projects\jhipsterSampleApplication.mvn\wrapper\maven-wrapper.jar
[DEBUG] java.class.version: 61.0
[DEBUG] java.home: D:\java\jdk-17.0.8
[DEBUG] java.io.tmpdir: C:\Users\ADMINI~1\AppData\Local\Temp
[DEBUG] java.library.path: D:\java\jdk-17.0.8\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\Program Files (x86)\VMware\VMware Workstation\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Git\cmd;D:\Program Files\TortoiseSVN\bin;C:\Program Files\Docker\Docker\resources\bin;D:\java\jdk-17.0.8\bin;E:\apache-maven-3.9.4\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\erl-24.1.7\bin;C:\Program Files (x86)\Bitvise SSH Client;D:\Program Files\nodejs;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\Administrator\AppData\Roaming\npm;.
[DEBUG] java.runtime.name: Java™ SE Runtime Environment
[DEBUG] java.runtime.version: 17.0.8+9-LTS-211
[DEBUG] java.specification.name: Java Platform API Specification
[DEBUG] java.specification.vendor: Oracle Corporation
[DEBUG] java.specification.version: 17
[DEBUG] java.vendor: Oracle Corporation
[DEBUG] java.vendor.url: https://java.oracle.com/
[DEBUG] java.vendor.url.bug: https://bugreport.java.com/bugreport/
[DEBUG] java.version: 17.0.8
[DEBUG] java.version.date: 2023-07-18
[DEBUG] java.vm.compressedOopsMode: Zero based
[DEBUG] java.vm.info: mixed mode, sharing
[DEBUG] java.vm.name: Java HotSpot™ 64-Bit Server VM
[DEBUG] java.vm.specification.name: Java Virtual Machine Specification
[DEBUG] java.vm.specification.vendor: Oracle Corporation
[DEBUG] java.vm.specification.version: 17
[DEBUG] java.vm.vendor: Oracle Corporation
[DEBUG] java.vm.version: 17.0.8+9-LTS-211
[DEBUG] jaxb-runtime.version: 4.0.3
[DEBUG] jdk.debug: release
[DEBUG] jhipster-dependencies.version: 8.0.0-beta.2
[DEBUG] jib-maven-plugin.architecture: amd64
[DEBUG] jib-maven-plugin.image: eclipse-temurin:17-jre-focal
[DEBUG] jib-maven-plugin.version: 3.3.2
[DEBUG] lifecycle-mapping.version: 1.0.0
[DEBUG] line.separator:

[DEBUG] liquibase-plugin.driver: org.h2.Driver
[DEBUG] liquibase-plugin.hibernate-dialect: org.hibernate.dialect.H2Dialect
[DEBUG] liquibase-plugin.password:
[DEBUG] liquibase-plugin.url: jdbc:h2:file:D:\Jhipster projects\jhipsterSampleApplication\target/h2db/db/jhipstersampleapplication
[DEBUG] liquibase-plugin.username: jhipsterSampleApplication
[DEBUG] liquibase.version: 4.20.0
[DEBUG] m2e.apt.activation: jdt_apt
[DEBUG] mapstruct.version: 1.5.5.Final
[DEBUG] maven-antrun-plugin.version: 3.1.0
[DEBUG] maven-checkstyle-plugin.version: 3.3.0
[DEBUG] maven-clean-plugin.version: 3.3.1
[DEBUG] maven-compiler-plugin.version: 3.11.0
[DEBUG] maven-eclipse-plugin.version: 2.1
[DEBUG] maven-enforcer-plugin.version: 3.3.0
[DEBUG] maven-failsafe-plugin.version: 3.1.2
[DEBUG] maven-idea-plugin.version: 2.2.1
[DEBUG] maven-jar-plugin.version: 3.3.0
[DEBUG] maven-javadoc-plugin.version: 3.5.0
[DEBUG] maven-resources-plugin.version: 3.3.1
[DEBUG] maven-site-plugin.version: 3.12.1
[DEBUG] maven-surefire-plugin.version: 3.1.2
[DEBUG] maven-war-plugin.version: 3.4.0
[DEBUG] maven.build.timestamp: 2023-08-08T16:07:04Z
[DEBUG] maven.build.timestamp.format: yyyyMMddHHmmss
[DEBUG] maven.build.version: Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
[DEBUG] maven.compiler.source: 17
[DEBUG] maven.compiler.target: 17
[DEBUG] maven.conf: C:\Users\Administrator.m2\wrapper\dists\apache-maven-3.9.2-bin\3238cb54\apache-maven-3.9.2/conf
[DEBUG] maven.home: C:\Users\Administrator.m2\wrapper\dists\apache-maven-3.9.2-bin\3238cb54\apache-maven-3.9.2
[DEBUG] maven.multiModuleProjectDirectory: D:\Jhipster projects\jhipsterSampleApplication
[DEBUG] maven.version: 3.9.2
[DEBUG] modernizer-maven-plugin.version: 2.6.0
[DEBUG] native.encoding: GBK
[DEBUG] node.version: v18.16.1
[DEBUG] nohttp-checkstyle.version: 0.0.11
[DEBUG] npm.version: 9.8.0
[DEBUG] os.arch: amd64
[DEBUG] os.name: Windows 10
[DEBUG] os.version: 10.0
[DEBUG] path.separator: ;
[DEBUG] profile.api-docs:
[DEBUG] profile.e2e:
[DEBUG] profile.no-liquibase:
[DEBUG] profile.test: testdev
[DEBUG] profile.tls:
[DEBUG] project.baseUri: file:/D:/Jhipster%20projects/jhipsterSampleApplication/
[DEBUG] project.build.sourceEncoding: UTF-8
[DEBUG] project.reporting.outputEncoding: UTF-8
[DEBUG] properties-maven-plugin.version: 1.1.0
[DEBUG] run.addResources: false
[DEBUG] sonar-maven-plugin.version: 3.9.1.2184
[DEBUG] spotless-maven-plugin.version: 2.37.0
[DEBUG] spring-boot.version: 3.1.1
[DEBUG] spring.profiles.active: dev
[DEBUG] start-class: com.mycompany.myapp.JhipsterSampleApplicationApp
[DEBUG] sun.arch.data.model: 64
[DEBUG] sun.boot.library.path: D:\java\jdk-17.0.8\bin
[DEBUG] sun.cpu.endian: little
[DEBUG] sun.cpu.isalist: amd64
[DEBUG] sun.io.unicode.encoding: UnicodeLittle
[DEBUG] sun.java.command: org.apache.maven.wrapper.MavenWrapperMain -e -X
[DEBUG] sun.java.launcher: SUN_STANDARD
[DEBUG] sun.jnu.encoding: GBK
[DEBUG] sun.management.compiler: HotSpot 64-Bit Tiered Compilers
[DEBUG] sun.os.patch.level:
[DEBUG] sun.stderr.encoding: ms936
[DEBUG] sun.stdout.encoding: ms936
[DEBUG] user.country: US
[DEBUG] user.dir: D:\Jhipster projects\jhipsterSampleApplication
[DEBUG] user.home: C:\Users\Administrator
[DEBUG] user.language: en
[DEBUG] user.name: Administrator
[DEBUG] user.script:
[DEBUG] user.variant:
[DEBUG] validation-api.version: 3.0.2
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resources.
[DEBUG] Using ‘UTF-8’ encoding to copy filtered properties files.
[DEBUG] resource with targetPath null
directory src/main/resources/
excludes []
includes [config/.yml]
[DEBUG] ignoreDelta true
[INFO] Copying 4 resources from src\main\resources to target\classes
[DEBUG] Copying file config\application-dev.yml
[DEBUG] file application-dev.yml has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘application-dev.yml’.
[DEBUG] filtering D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\application-dev.yml to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\application-dev.yml
[DEBUG] Copying file config\application-prod.yml
[DEBUG] file application-prod.yml has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘application-prod.yml’.
[DEBUG] filtering D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\application-prod.yml to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\application-prod.yml
[DEBUG] Copying file config\application-tls.yml
[DEBUG] file application-tls.yml has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘application-tls.yml’.
[DEBUG] filtering D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\application-tls.yml to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\application-tls.yml
[DEBUG] Copying file config\application.yml
[DEBUG] file application.yml has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘application.yml’.
[DEBUG] filtering D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\application.yml to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\application.yml
[DEBUG] resource with targetPath null
directory src/main/resources/
excludes [config/
.yml]
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 16 resources from src\main\resources to target\classes
[DEBUG] Copying file .h2.server.properties
[DEBUG] file .h2.server.properties has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘.h2.server.properties’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources.h2.server.properties to D:\Jhipster projects\jhipsterSampleApplication\target\classes.h2.server.properties
[DEBUG] Copying file banner.txt
[DEBUG] file banner.txt has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘banner.txt’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\banner.txt to D:\Jhipster projects\jhipsterSampleApplication\target\classes\banner.txt
[DEBUG] Copying file config\liquibase\changelog\00000000000000_initial_schema.xml
[DEBUG] file 00000000000000_initial_schema.xml has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘00000000000000_initial_schema.xml’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\liquibase\changelog\00000000000000_initial_schema.xml to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\liquibase\changelog\00000000000000_initial_schema.xml
[DEBUG] Copying file config\liquibase\data\authority.csv
[DEBUG] file authority.csv has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘authority.csv’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\liquibase\data\authority.csv to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\liquibase\data\authority.csv
[DEBUG] Copying file config\liquibase\data\user.csv
[DEBUG] file user.csv has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘user.csv’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\liquibase\data\user.csv to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\liquibase\data\user.csv
[DEBUG] Copying file config\liquibase\data\user_authority.csv
[DEBUG] file user_authority.csv has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘user_authority.csv’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\liquibase\data\user_authority.csv to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\liquibase\data\user_authority.csv
[DEBUG] Copying file config\liquibase\master.xml
[DEBUG] file master.xml has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘master.xml’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\liquibase\master.xml to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\liquibase\master.xml
[DEBUG] Copying file config\tls\keystore.p12
[DEBUG] file keystore.p12 has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘keystore.p12’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\config\tls\keystore.p12 to D:\Jhipster projects\jhipsterSampleApplication\target\classes\config\tls\keystore.p12
[DEBUG] Copying file i18n\messages.properties
[DEBUG] file messages.properties has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘messages.properties’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\i18n\messages.properties to D:\Jhipster projects\jhipsterSampleApplication\target\classes\i18n\messages.properties
[DEBUG] Copying file i18n\messages_en.properties
[DEBUG] file messages_en.properties has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘messages_en.properties’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\i18n\messages_en.properties to D:\Jhipster projects\jhipsterSampleApplication\target\classes\i18n\messages_en.properties
[DEBUG] Copying file i18n\messages_zh_CN.properties
[DEBUG] file messages_zh_CN.properties has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘messages_zh_CN.properties’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\i18n\messages_zh_CN.properties to D:\Jhipster projects\jhipsterSampleApplication\target\classes\i18n\messages_zh_CN.properties
[DEBUG] Copying file logback-spring.xml
[DEBUG] file logback-spring.xml has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘logback-spring.xml’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\logback-spring.xml to D:\Jhipster projects\jhipsterSampleApplication\target\classes\logback-spring.xml
[DEBUG] Copying file templates\error.html
[DEBUG] file error.html has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘error.html’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\templates\error.html to D:\Jhipster projects\jhipsterSampleApplication\target\classes\templates\error.html
[DEBUG] Copying file templates\mail\activationEmail.html
[DEBUG] file activationEmail.html has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘activationEmail.html’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\templates\mail\activationEmail.html to D:\Jhipster projects\jhipsterSampleApplication\target\classes\templates\mail\activationEmail.html
[DEBUG] Copying file templates\mail\creationEmail.html
[DEBUG] file creationEmail.html has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘creationEmail.html’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\templates\mail\creationEmail.html to D:\Jhipster projects\jhipsterSampleApplication\target\classes\templates\mail\creationEmail.html
[DEBUG] Copying file templates\mail\passwordResetEmail.html
[DEBUG] file passwordResetEmail.html has a filtered file extension
[DEBUG] Using ‘UTF-8’ encoding to copy filtered resource ‘passwordResetEmail.html’.
[DEBUG] copy D:\Jhipster projects\jhipsterSampleApplication\src\main\resources\templates\mail\passwordResetEmail.html to D:\Jhipster projects\jhipsterSampleApplication\target\classes\templates\mail\passwordResetEmail.html
[DEBUG] no user filter components
[INFO]
[INFO] — enforcer:3.3.0:enforce (enforce-versions) @ jhipster-sample-application —
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=17300, ConflictMarker.markTime=14400, ConflictMarker.nodeCount=11, ConflictIdSorter.graphTime=13100, ConflictIdSorter.topsortTime=10600, ConflictIdSorter.conflictIdCount=10, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=151600, ConflictResolver.conflictItemCount=11, DfDependencyCollector.collectTime=14181300, DfDependencyCollector.transformTime=224300}
[DEBUG] org.apache.maven.plugins:maven-enforcer-plugin:jar:3.3.0
[DEBUG] org.apache.maven.enforcer:enforcer-api:jar:3.3.0:compile
[DEBUG] org.apache.maven.enforcer:enforcer-rules:jar:3.3.0:compile
[DEBUG] org.eclipse.aether:aether-util:jar:1.0.0.v20140518:compile (version managed from default)
[DEBUG] org.eclipse.aether:aether-api:jar:1.0.0.v20140518:provided (scope managed from default) (version managed from default)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.5.1:compile (version managed from default)
[DEBUG] org.apache.commons:commons-lang3:jar:3.12.0:compile (version managed from default)
[DEBUG] commons-codec:commons-codec:jar:1.15:compile (version managed from default)
[DEBUG] commons-io:commons-io:jar:2.11.0:compile (version managed from default)
[DEBUG] org.apache-extras.beanshell:bsh:jar:2.0b6:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.3.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.3.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.3.0
[DEBUG] Included: org.apache.maven.plugins:maven-enforcer-plugin:jar:3.3.0
[DEBUG] Included: org.apache.maven.enforcer:enforcer-api:jar:3.3.0
[DEBUG] Included: org.apache.maven.enforcer:enforcer-rules:jar:3.3.0
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.5.1
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.12.0
[DEBUG] Included: commons-codec:commons-codec:jar:1.15
[DEBUG] Included: commons-io:commons-io:jar:2.11.0
[DEBUG] Included: org.apache-extras.beanshell:bsh:jar:2.0b6
[DEBUG] Loading mojo org.apache.maven.plugins:maven-enforcer-plugin:3.3.0:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.3.0, parent: java.net.URLClassLoader@42110406]
[DEBUG] Configuring mojo execution ‘org.apache.maven.plugins:maven-enforcer-plugin:3.3.0:enforce:enforce-versions’ with basic configurator -->
[DEBUG] (s) commandLineRules = []
[DEBUG] (s) fail = true
[DEBUG] (s) failFast = false
[DEBUG] (s) failIfNoRules = true
[DEBUG] (f) ignoreCache = false
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-enforcer-plugin:3.3.0:enforce {execution: enforce-versions}
[DEBUG] (f) project = MavenProject: com.mycompany.myapp:jhipster-sample-application:0.0.1-SNAPSHOT @ D:\Jhipster projects\jhipsterSampleApplication\pom.xml
[DEBUG] (f) rules = You are running an older version of Maven. JHipster requires at least Maven 3.2.5
[3.2.5,)

You are running an incompatible version of Java. JHipster supports JDK 17 to 19.
[17,18),[18,19),[19,20)

[DEBUG] (s) rulesToExecute = []
[DEBUG] (s) rulesToSkip = []
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4d266391
[DEBUG] (f) skip = false
[DEBUG] – end configuration –
[DEBUG] Executing Rule 0: EnforcerRuleDesc[name=requireMavenVersion, rule=RequireMavenVersion[message=You are running an older version of Maven. JHipster requires at least Maven 3.2.5, version=[3.2.5,)], level=ERROR]
[DEBUG] Check cache for class org.apache.maven.enforcer.rules.version.RequireMavenVersion with id -935462272
[DEBUG] Add cache class org.apache.maven.enforcer.rules.version.RequireMavenVersion with id -935462272
[DEBUG] Detected Maven Version: 3.9.2
[DEBUG] Detected Maven Version: 3.9.2 is allowed in the range [3.2.5,).
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[DEBUG] Finish Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion takes 7 ms
[DEBUG] Executing Rule 1: EnforcerRuleDesc[name=requireJavaVersion, rule=RequireJavaVersion[message=You are running an incompatible version of Java. JHipster supports JDK 17 to 19., version=[17,18),[18,19),[19,20), display=false], level=ERROR]
[DEBUG] Check cache for class org.apache.maven.enforcer.rules.version.RequireJavaVersion with id -3193736
[DEBUG] Add cache class org.apache.maven.enforcer.rules.version.RequireJavaVersion with id -3193736
[DEBUG] Detected Java Version: ‘17.0.8’
[DEBUG] Normalized Java Version: ‘17.0.8’
[DEBUG] Parsed Version: Major: 17 Minor: 0 Incremental: 8 Build: 0 Qualifier: null
[DEBUG] Detected JDK Version: 17.0.8 is allowed in the range [17,18),[18,19),[19,20).
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[DEBUG] Finish Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion takes 7 ms
[INFO]
[INFO] — enforcer:3.3.0:enforce (enforce-dependencyConvergence) @ jhipster-sample-application —
[DEBUG] Loading mojo org.apache.maven.plugins:maven-enforcer-plugin:3.3.0:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.3.0, parent: java.net.URLClassLoader@42110406]
[DEBUG] Configuring mojo execution ‘org.apache.maven.plugins:maven-enforcer-plugin:3.3.0:enforce:enforce-dependencyConvergence’ with basic configurator -->
[DEBUG] (s) commandLineRules = []
[DEBUG] (s) fail = false
[DEBUG] (s) failFast = false
[DEBUG] (s) failIfNoRules = true
[DEBUG] (f) ignoreCache = false
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-enforcer-plugin:3.3.0:enforce {execution: enforce-dependencyConvergence}
[DEBUG] (f) project = MavenProject: com.mycompany.myapp:jhipster-sample-application:0.0.1-SNAPSHOT @ D:\Jhipster projects\jhipsterSampleApplication\pom.xml
[DEBUG] (f) rules =
You are running an older version of Maven. JHipster requires at least Maven 3.2.5
[3.2.5,)

You are running an incompatible version of Java. JHipster supports JDK 17 to 19.
[17,18),[18,19),[19,20)

[DEBUG] (s) rulesToExecute = []
[DEBUG] (s) rulesToSkip = []
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4d266391
[DEBUG] (f) skip = false
[DEBUG] – end configuration –
[DEBUG] Executing Rule 0: EnforcerRuleDesc[name=dependencyConvergence, rule=DependencyConvergence[includes=null, excludes=null, uniqueVersions=false], level=ERROR]
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=154000, ConflictMarker.markTime=98500, ConflictMarker.nodeCount=418, ConflictIdSorter.graphTime=67200, ConflictIdSorter.topsortTime=82700, ConflictIdSorter.conflictIdCount=135, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5294900, ConflictResolver.conflictItemCount=300, DfDependencyCollector.collectTime=6187500, DfDependencyCollector.transformTime=5776100}
[DEBUG] Finish Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence takes 23 ms
[DEBUG] Executing Rule 1: EnforcerRuleDesc[name=requireMavenVersion, rule=RequireMavenVersion[message=You are running an older version of Maven. JHipster requires at least Maven 3.2.5, version=[3.2.5,)], level=ERROR]
[DEBUG] Check cache for class org.apache.maven.enforcer.rules.version.RequireMavenVersion with id -935462272
[DEBUG] Already cached class org.apache.maven.enforcer.rules.version.RequireMavenVersion with id -935462272
[DEBUG] Finish Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion takes 1 ms
[DEBUG] Executing Rule 2: EnforcerRuleDesc[name=requireJavaVersion, rule=RequireJavaVersion[message=You are running an incompatible version of Java. JHipster supports JDK 17 to 19., version=[17,18),[18,19),[19,20), display=false], level=ERROR]
[DEBUG] Check cache for class org.apache.maven.enforcer.rules.version.RequireJavaVersion with id -3193736
[DEBUG] Already cached class org.apache.maven.enforcer.rules.version.RequireJavaVersion with id -3193736
[DEBUG] Finish Rule 2: org.apache.maven.enforcer.rules.version.RequireJavaVersion takes 3 ms
[WARNING] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence failed with message:
Failed while enforcing releasability.

Dependency convergence error for org.hibernate.orm:hibernate-core:jar:6.2.5.Final paths to dependency are:
±com.mycompany.myapp:jhipster-sample-application:jar:0.0.1-SNAPSHOT
±org.springframework.boot:spring-boot-starter-data-jpa:jar:3.1.1:compile
±org.hibernate.orm:hibernate-core:jar:6.2.5.Final:compile
and
±com.mycompany.myapp:jhipster-sample-application:jar:0.0.1-SNAPSHOT
±org.hibernate.orm:hibernate-core:jar:6.1.7.Final:compile
and
±com.mycompany.myapp:jhipster-sample-application:jar:0.0.1-SNAPSHOT
±org.hibernate.orm:hibernate-jcache:jar:6.1.7.Final:compile
±org.hibernate.orm:hibernate-core:jar:6.2.5.Final:compile

[INFO]
[INFO] — properties:1.1.0:read-project-properties (default) @ jhipster-sample-application —
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=6900, ConflictMarker.markTime=11900, ConflictMarker.nodeCount=2, ConflictIdSorter.graphTime=4700, ConflictIdSorter.topsortTime=7700, ConflictIdSorter.conflictIdCount=2, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=74200, ConflictResolver.conflictItemCount=2, DfDependencyCollector.collectTime=3154200, DfDependencyCollector.transformTime=133100}
[DEBUG] org.codehaus.mojo:properties-maven-plugin:jar:1.1.0
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.4.1:compile
[DEBUG] Created new class realm plugin>org.codehaus.mojo:properties-maven-plugin:1.1.0
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:properties-maven-plugin:1.1.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.codehaus.mojo:properties-maven-plugin:1.1.0
[DEBUG] Included: org.codehaus.mojo:properties-maven-plugin:jar:1.1.0
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.4.1
[DEBUG] Loading mojo org.codehaus.mojo:properties-maven-plugin:1.1.0:read-project-properties from plugin realm ClassRealm[plugin>org.codehaus.mojo:properties-maven-plugin:1.1.0, parent: java.net.URLClassLoader@42110406]
[DEBUG] Configuring mojo execution ‘org.codehaus.mojo:properties-maven-plugin:1.1.0:read-project-properties:default’ with basic configurator -->
[DEBUG] (s) files = [D:\Jhipster projects\jhipsterSampleApplication\sonar-project.properties]
[DEBUG] (f) project = MavenProject: com.mycompany.myapp:jhipster-sample-application:0.0.1-SNAPSHOT @ D:\Jhipster projects\jhipsterSampleApplication\pom.xml
[DEBUG] (f) quiet = false
[DEBUG] – end configuration –
[DEBUG] Loading properties from File: D:\Jhipster projects\jhipsterSampleApplication\sonar-project.properties
[INFO]
[INFO] — jacoco:0.8.10:prepare-agent (pre-unit-tests) @ jhipster-sample-application —
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://cvs.apache.org/maven-snapshot-repository).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for central (http://repo1.maven.org/maven2).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://people.apache.org/maven-snapshot-repository).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=30600, ConflictMarker.markTime=21500, ConflictMarker.nodeCount=38, ConflictIdSorter.graphTime=10500, ConflictIdSorter.topsortTime=13000, ConflictIdSorter.conflictIdCount=21, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=165500, ConflictResolver.conflictItemCount=34, DfDependencyCollector.collectTime=38645000, DfDependencyCollector.transformTime=255900}
[DEBUG] org.jacoco:jacoco-maven-plugin:jar:0.8.10
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile
[DEBUG] org.apache.maven.shared:file-management:jar:1.2.1:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.shared:maven-shared-io:jar:1.1:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.2:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.2:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.2:compile
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile
[DEBUG] junit:junit:jar:4.13.1:compile (version managed from default)
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0:compile
[DEBUG] org.jacoco:org.jacoco.agent:jar:runtime:0.8.10:compile
[DEBUG] org.jacoco:org.jacoco.core:jar:0.8.10:compile
[DEBUG] org.ow2.asm:asm:jar:9.5:compile (version managed from default)
[DEBUG] org.ow2.asm:asm-commons:jar:9.5:compile (version managed from default)
[DEBUG] org.ow2.asm:asm-tree:jar:9.5:compile (version managed from default)
[DEBUG] org.jacoco:org.jacoco.report:jar:0.8.10:compile
[DEBUG] Created new class realm plugin>org.jacoco:jacoco-maven-plugin:0.8.10
[DEBUG] Importing foreign packages into class realm plugin>org.jacoco:jacoco-maven-plugin:0.8.10
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.jacoco:jacoco-maven-plugin:0.8.10
[DEBUG] Included: org.jacoco:jacoco-maven-plugin:jar:0.8.10
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24
[DEBUG] Included: org.apache.maven.shared:file-management:jar:1.2.1
[DEBUG] Included: org.apache.maven.shared:maven-shared-io:jar:1.1
[DEBUG] Included: junit:junit:jar:4.13.1
[DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.3
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0
[DEBUG] Included: org.jacoco:org.jacoco.agent:jar:runtime:0.8.10
[DEBUG] Included: org.jacoco:org.jacoco.core:jar:0.8.10
[DEBUG] Included: org.ow2.asm:asm:jar:9.5
[DEBUG] Included: org.ow2.asm:asm-commons:jar:9.5
[DEBUG] Included: org.ow2.asm:asm-tree:jar:9.5
[DEBUG] Included: org.jacoco:org.jacoco.report:jar:0.8.10
[DEBUG] Loading mojo org.jacoco:jacoco-maven-plugin:0.8.10:prepare-agent from plugin realm ClassRealm[plugin>org.jacoco:jacoco-maven-plugin:0.8.10, parent: java.net.URLClassLoader@42110406]
[DEBUG] Configuring mojo execution ‘org.jacoco:jacoco-maven-plugin:0.8.10:prepare-agent:pre-unit-tests’ with basic configurator -->
[DEBUG] (f) destFile = D:\Jhipster projects\jhipsterSampleApplication\target\jacoco.exec
[DEBUG] (f) pluginArtifactMap = {org.jacoco:jacoco-maven-plugin=org.jacoco:jacoco-maven-plugin:maven-plugin:0.8.10:, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:3.0.24:compile, org.apache.maven.shared:file-management=org.apache.maven.shared:file-management:jar:1.2.1:compile, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.0.6:compile, org.apache.maven.shared:maven-shared-io=org.apache.maven.shared:maven-shared-io:jar:1.1:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.0.2:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.0.2:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.0.2:compile, org.apache.maven.wagon:wagon-provider-api=org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile, junit:junit=junit:junit:jar:4.13.1:compile, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1-alpha-2:compile, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile, org.apache.maven.doxia:doxia-sink-api=org.apache.maven.doxia:doxia-sink-api:jar:1.0:compile, org.jacoco:org.jacoco.agent=org.jacoco:org.jacoco.agent:jar:runtime:0.8.10:compile, org.jacoco:org.jacoco.core=org.jacoco:org.jacoco.core:jar:0.8.10:compile, org.ow2.asm:asm=org.ow2.asm:asm:jar:9.5:compile, org.ow2.asm:asm-commons=org.ow2.asm:asm-commons:jar:9.5:compile, org.ow2.asm:asm-tree=org.ow2.asm:asm-tree:jar:9.5:compile, org.jacoco:org.jacoco.report=org.jacoco:org.jacoco.report:jar:0.8.10:compile}
[DEBUG] (f) project = MavenProject: com.mycompany.myapp:jhipster-sample-application:0.0.1-SNAPSHOT @ D:\Jhipster projects\jhipsterSampleApplication\pom.xml
[DEBUG] (f) skip = false
[DEBUG] – end configuration –
[INFO] argLine set to “-javaagent:C:\Users\Administrator\.m2\repository\org\jacoco\org.jacoco.agent\0.8.10\org.jacoco.agent-0.8.10-runtime.jar=destfile=D:\Jhipster projects\jhipsterSampleApplication\target\jacoco.exec” -Djava.security.egd=file:/dev/./urandom -Xmx1G
[INFO]
[INFO] — spotless:2.37.0:apply (spotless) @ jhipster-sample-application —
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=29300, ConflictMarker.markTime=20600, ConflictMarker.nodeCount=37, ConflictIdSorter.graphTime=10200, ConflictIdSorter.topsortTime=13500, ConflictIdSorter.conflictIdCount=24, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=155200, ConflictResolver.conflictItemCount=35, DfDependencyCollector.collectTime=19555300, DfDependencyCollector.transformTime=242600}
[DEBUG] com.diffplug.spotless:spotless-maven-plugin:jar:2.37.0
[DEBUG] com.diffplug.spotless:spotless-lib:jar:2.39.0:runtime
[DEBUG] com.diffplug.spotless:spotless-lib-extra:jar:2.39.0:runtime
[DEBUG] com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1:runtime
[DEBUG] dev.equo.ide:solstice:jar:1.3.1:runtime
[DEBUG] com.diffplug.durian:durian-swt.os:jar:4.2.0:runtime
[DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.18.300:runtime
[DEBUG] org.tukaani:xz:jar:1.9:runtime
[DEBUG] com.squareup.okhttp3:okhttp:jar:4.10.0:runtime
[DEBUG] com.squareup.okio:okio-jvm:jar:3.0.0:runtime
[DEBUG] org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.5.31:runtime
[DEBUG] org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.5.31:runtime
[DEBUG] org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.5.31:runtime
[DEBUG] org.jetbrains.kotlin:kotlin-stdlib:jar:1.6.20:runtime
[DEBUG] org.jetbrains:annotations:jar:13.0:runtime
[DEBUG] com.diffplug.durian:durian-core:jar:1.2.0:runtime
[DEBUG] com.diffplug.durian:durian-collect:jar:1.2.0:runtime
[DEBUG] org.codehaus.plexus:plexus-resources:jar:1.2.0:runtime
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.4.1:runtime
[DEBUG] javax.inject:javax.inject:jar:1:runtime
[DEBUG] org.slf4j:slf4j-api:jar:1.7.32:runtime
[DEBUG] org.eclipse.jgit:org.eclipse.jgit:jar:6.5.0.202303070854-r:runtime
[DEBUG] com.googlecode.javaewah:JavaEWAH:jar:1.1.13:runtime
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:runtime
[DEBUG] Created new class realm plugin>com.diffplug.spotless:spotless-maven-plugin:2.37.0
[DEBUG] Importing foreign packages into class realm plugin>com.diffplug.spotless:spotless-maven-plugin:2.37.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>com.diffplug.spotless:spotless-maven-plugin:2.37.0
[DEBUG] Included: com.diffplug.spotless:spotless-maven-plugin:jar:2.37.0
[DEBUG] Included: com.diffplug.spotless:spotless-lib:jar:2.39.0
[DEBUG] Included: com.diffplug.spotless:spotless-lib-extra:jar:2.39.0
[DEBUG] Included: com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1
[DEBUG] Included: dev.equo.ide:solstice:jar:1.3.1
[DEBUG] Included: com.diffplug.durian:durian-swt.os:jar:4.2.0
[DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.18.300
[DEBUG] Included: org.tukaani:xz:jar:1.9
[DEBUG] Included: com.squareup.okhttp3:okhttp:jar:4.10.0
[DEBUG] Included: com.squareup.okio:okio-jvm:jar:3.0.0
[DEBUG] Included: org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.5.31
[DEBUG] Included: org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.5.31
[DEBUG] Included: org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.5.31
[DEBUG] Included: org.jetbrains.kotlin:kotlin-stdlib:jar:1.6.20
[DEBUG] Included: org.jetbrains:annotations:jar:13.0
[DEBUG] Included: com.diffplug.durian:durian-core:jar:1.2.0
[DEBUG] Included: com.diffplug.durian:durian-collect:jar:1.2.0
[DEBUG] Included: org.codehaus.plexus:plexus-resources:jar:1.2.0
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.4.1
[DEBUG] Included: org.eclipse.jgit:org.eclipse.jgit:jar:6.5.0.202303070854-r
[DEBUG] Included: com.googlecode.javaewah:JavaEWAH:jar:1.1.13
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7
[DEBUG] Loading mojo com.diffplug.spotless:spotless-maven-plugin:2.37.0:apply from plugin realm ClassRealm[plugin>com.diffplug.spotless:spotless-maven-plugin:2.37.0, parent: java.net.URLClassLoader@42110406]
[DEBUG] Configuring mojo execution ‘com.diffplug.spotless:spotless-maven-plugin:2.37.0:apply:spotless’ with basic configurator -->
[DEBUG] (f) applySkip = false
[DEBUG] (f) baseDir = D:\Jhipster projects\jhipsterSampleApplication
[DEBUG] (f) buildDir = D:\Jhipster projects\jhipsterSampleApplication\target
[DEBUG] (f) checkSkip = false
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) goal = apply
[DEBUG] (s) removeUnusedImports = com.diffplug.spotless.maven.java.RemoveUnusedImports@ea00de
[DEBUG] (f) java = com.diffplug.spotless.maven.java.Java@23ca36d
[DEBUG] (f) lineEndings = GIT_ATTRIBUTES
[DEBUG] (f) project = MavenProject: com.mycompany.myapp:jhipster-sample-application:0.0.1-SNAPSHOT @ D:\Jhipster projects\jhipsterSampleApplication\pom.xml
[DEBUG] (f) repositories = [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] (f) repositorySystemSession = org.eclipse.aether.DefaultRepositorySystemSession@4cdba2ed
[DEBUG] (f) skip = false
[DEBUG] – end configuration –
[DEBUG] readpipe [C:\Program Files\Git\cmd\git.exe, --version],C:\Program Files\Git\cmd
[DEBUG] readpipe may return ‘git version 2.41.0.windows.3’
[DEBUG] remaining output:

[DEBUG] readpipe [C:\Program Files\Git\cmd\git.exe, config, --system, --show-origin, --list, -z],C:\Program Files\Git\cmd
[DEBUG] readpipe may return ‘file:C:/Program Files/Git/etc/gitconfig diff.astextplain.textconv’
[DEBUG] remaining output:

[DEBUG] astextplain file:C:/Program Files/Git/etc/gitconfig filter.lfs.clean
[DEBUG] git-lfs clean – %f file:C:/Program Files/Git/etc/gitconfig filter.lfs.smudge
[DEBUG] git-lfs smudge – %f file:C:/Program Files/Git/etc/gitconfig filter.lfs.process
[DEBUG] git-lfs filter-process file:C:/Program Files/Git/etc/gitconfig filter.lfs.required
[DEBUG] true file:C:/Program Files/Git/etc/gitconfig http.sslbackend
[DEBUG] openssl file:C:/Program Files/Git/etc/gitconfig http.sslcainfo
[DEBUG] C:/Program Files/Git/mingw64/etc/ssl/certs/ca-bundle.crt file:C:/Program Files/Git/etc/gitconfig core.autocrlf
[DEBUG] true file:C:/Program Files/Git/etc/gitconfig core.fscache
[DEBUG] true file:C:/Program Files/Git/etc/gitconfig core.symlinks
[DEBUG] false file:C:/Program Files/Git/etc/gitconfig pull.rebase
[DEBUG] false file:C:/Program Files/Git/etc/gitconfig credential.helper
[DEBUG] manager file:C:/Program Files/Git/etc/gitconfig credential.https://dev.azure.com.usehttppath
[DEBUG] true file:C:/Program Files/Git/etc/gitconfig init.defaultbranch
[DEBUG] master
[DEBUG] file=C:\Program Files\Git\etc\gitconfig, create new FileSnapshot: lastRead=2023-08-08 19:07:05.372753900, lastModified=2023-07-18 09:48:10.129150600, size=470, fileKey=java.lang.Object@62c3f556
[DEBUG] file=C:\Users\Administrator.gitconfig, create new FileSnapshot: lastRead=2023-08-08 19:07:05.379772500, lastModified=2023-07-21 14:13:39.705742000, size=114, fileKey=java.lang.Object@62c3f556
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=10100, ConflictMarker.markTime=14500, ConflictMarker.nodeCount=9, ConflictIdSorter.graphTime=4400, ConflictIdSorter.topsortTime=13600, ConflictIdSorter.conflictIdCount=8, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=78000, ConflictResolver.conflictItemCount=8, DfDependencyCollector.collectTime=8555800, DfDependencyCollector.transformTime=135300}
[DEBUG] Resolved artifact: com.google.googlejavaformat:google-java-format:jar:1.17.0 < central (https://repo.maven.apache.org/maven2, default, releases)
[DEBUG] Resolved artifact: com.google.guava:guava:jar:31.1-jre < central (https://repo.maven.apache.org/maven2, default, releases)
[DEBUG] Resolved artifact: com.google.guava:failureaccess:jar:1.0.1 < central (https://repo.maven.apache.org/maven2, default, releases)
[DEBUG] Resolved artifact: com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava < central (https://repo.maven.apache.org/maven2, default, releases)
[DEBUG] Resolved artifact: com.google.code.findbugs:jsr305:jar:3.0.2 < central (https://repo.maven.apache.org/maven2, default, releases)
[DEBUG] Resolved artifact: org.checkerframework:checker-qual:jar:3.12.0 < central (https://repo.maven.apache.org/maven2, default, releases)
[DEBUG] Resolved artifact: com.google.errorprone:error_prone_annotations:jar:2.11.0 < central (https://repo.maven.apache.org/maven2, default, releases)
[DEBUG] Resolved artifact: com.google.j2objc:j2objc-annotations:jar:1.3 < central (https://repo.maven.apache.org/maven2, default, releases)
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\aop\logging\LoggingAspect.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\aop\logging\package-info.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\ApplicationWebXml.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\ApplicationProperties.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\AsyncConfiguration.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\CacheConfiguration.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\Constants.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\CRLFLogConverter.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\DatabaseConfiguration.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\DateTimeFormatConfiguration.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\JacksonConfiguration.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\LiquibaseConfiguration.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\LocaleConfiguration.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\LoggingAspectConfiguration.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\LoggingConfiguration.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\package-info.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\SecurityConfiguration.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\SecurityJwtConfiguration.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\StaticResourcesWebConfiguration.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\config\WebConfigurer.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\domain\AbstractAuditingEntity.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\domain\Authority.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\domain\package-info.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\domain\User.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\GeneratedByJHipster.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\JhipsterSampleApplicationApp.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\management\package-info.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\management\SecurityMetersService.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\package-info.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\repository\AuthorityRepository.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\repository\package-info.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\repository\UserRepository.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\security\AuthoritiesConstants.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\security\DomainUserDetailsService.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\security\package-info.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\security\SecurityUtils.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\security\SpringSecurityAuditorAware.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\security\UserNotActivatedException.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\service\dto\AdminUserDTO.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\service\dto\package-info.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\service\dto\PasswordChangeDTO.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\service\dto\UserDTO.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\service\EmailAlreadyUsedException.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\service\InvalidPasswordException.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\service\MailService.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\service\mapper\package-info.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\service\mapper\UserMapper.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\service\package-info.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\service\UsernameAlreadyUsedException.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\service\UserService.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\filter\package-info.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\filter\SpaWebFilter.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\AccountResource.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\AuthenticateController.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\errors\BadRequestAlertException.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\errors\EmailAlreadyUsedException.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\errors\ErrorConstants.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslator.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\errors\FieldErrorVM.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\errors\InvalidPasswordException.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\errors\LoginAlreadyUsedException.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\errors\package-info.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\package-info.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\PublicUserResource.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\UserResource.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\vm\KeyAndPasswordVM.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\vm\LoginVM.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\vm\ManagedUserVM.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\main\java\com\mycompany\myapp\web\rest\vm\package-info.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\config\AsyncSyncConfiguration.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\config\EmbeddedSQL.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\config\PostgreSqlTestContainer.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\config\SpringBootTestClassOrderer.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\config\SqlTestContainer.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\config\SqlTestContainersSpringContextCustomizerFactory.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\config\StaticResourcesWebConfigurerTest.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\config\timezone\HibernateTimeZoneIT.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\config\WebConfigurerTest.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\config\WebConfigurerTestController.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\IntegrationTest.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\management\SecurityMetersServiceTests.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\repository\timezone\DateTimeWrapper.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\repository\timezone\DateTimeWrapperRepository.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\security\DomainUserDetailsServiceIT.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\security\jwt\AuthenticationIntegrationTest.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\security\jwt\JwtAuthenticationTestUtils.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\security\jwt\TokenAuthenticationIT.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\security\jwt\TokenAuthenticationSecurityMetersIT.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\security\SecurityUtilsUnitTest.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\service\MailServiceIT.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\service\mapper\UserMapperTest.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\service\UserServiceIT.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\TechnicalStructureTest.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\web\filter\SpaWebFilterIT.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\web\rest\AccountResourceIT.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\web\rest\AuthenticateControllerIT.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslatorIT.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslatorTestController.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\web\rest\PublicUserResourceIT.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\web\rest\TestUtil.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\web\rest\UserResourceIT.java
[DEBUG] Spotless will not format an up-to-date file: D:\Jhipster projects\jhipsterSampleApplication\src\test\java\com\mycompany\myapp\web\rest\WithUnauthenticatedMockUser.java
[INFO] Spotless.Java is keeping 102 files clean - 0 were changed to be clean, 0 were already clean, 102 were skipped because caching determined they were already clean
[INFO]
[INFO] — checksum:1.11:files (create-pre-compiled-webapp-checksum) @ jhipster-sample-application —
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for repository.jboss.org (http://repository.jboss.org/maven2).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots.jboss.org (http://snapshots.jboss.org/maven2).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for oss.sonatype.org/jboss-snapshots (http://oss.sonatype.org/content/repositories/jboss-snapshots).
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=44900, ConflictMarker.markTime=27800, ConflictMarker.nodeCount=79, ConflictIdSorter.graphTime=17400, ConflictIdSorter.topsortTime=14600, ConflictIdSorter.conflictIdCount=29, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=194200, ConflictResolver.conflictItemCount=70, DfDependencyCollector.collectTime=53287400, DfDependencyCollector.transformTime=313900}
[DEBUG] net.nicoulaj.maven.plugins:checksum-maven-plugin:jar:1.11
[DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.69:compile
[DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:3.2.0:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.1.1:provided (scope managed from default) (version managed from default)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.15:provided
[DEBUG] org.apache.maven:maven-model:jar:3.1.1:provided (scope managed from default) (version managed from default)
[DEBUG] org.apache.maven:maven-core:jar:3.1.1:provided (scope managed from default) (version managed from default)
[DEBUG] org.apache.maven:maven-settings:jar:3.1.1:provided
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.1.1:provided
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.1.1:provided
[DEBUG] org.apache.maven:maven-model-builder:jar:3.1.1:provided
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.1.1:provided
[DEBUG] org.eclipse.aether:aether-spi:jar:0.9.0.M2:provided
[DEBUG] org.eclipse.aether:aether-impl:jar:0.9.0.M2:provided
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.19:provided
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.5.1:provided
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:provided
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:provided
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:provided
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.1.1:provided (scope managed from default) (version managed from default)
[DEBUG] commons-io:commons-io:jar:2.6:compile
[DEBUG] org.eclipse.aether:aether-api:jar:0.9.0.M2:provided (scope managed from default) (version managed from default)
[DEBUG] org.eclipse.aether:aether-util:jar:0.9.0.M2:provided (scope managed from default) (version managed from default)
[DEBUG] org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.4:provided (scope managed from default) (version managed from default)
[DEBUG] javax.enterprise:cdi-api:jar:1.0:provided
[DEBUG] javax.annotation:jsr250-api:jar:1.0:provided
[DEBUG] javax.inject:javax.inject:jar:1:provided
[DEBUG] org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.4:provided
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.3.4:compile
[DEBUG] Created new class realm plugin>net.nicoulaj.maven.plugins:checksum-maven-plugin:1.11
[DEBUG] Importing foreign packages into class realm plugin>net.nicoulaj.maven.plugins:checksum-maven-plugin:1.11
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>net.nicoulaj.maven.plugins:checksum-maven-plugin:1.11
[DEBUG] Included: net.nicoulaj.maven.plugins:checksum-maven-plugin:jar:1.11
[DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.69
[DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:3.2.0
[DEBUG] Included: commons-io:commons-io:jar:2.6
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.3.4
[DEBUG] Loading mojo net.nicoulaj.maven.plugins:checksum-maven-plugin:1.11:files from plugin realm ClassRealm[plugin>net.nicoulaj.maven.plugins:checksum-maven-plugin:1.11, parent: java.net.URLClassLoader@42110406]
[DEBUG] Configuring mojo execution ‘net.nicoulaj.maven.plugins:checksum-maven-plugin:1.11:files:create-pre-compiled-webapp-checksum’ with basic configurator -->
[DEBUG] (f) algorithms = [SHA-1]
[DEBUG] (f) attachChecksums = false
[DEBUG] (f) csvSummary = true
[DEBUG] (f) csvSummaryFile = checksums.csv
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failIfNoFiles = false
[DEBUG] (f) failOnError = false
[DEBUG] (s) directory = D:\Jhipster projects\jhipsterSampleApplication
[DEBUG] (s) includes = [src/main/webapp//., target/classes/static//., package-lock.json, package.json, webpack/., tsconfig.json, .postcssrc.js]
[DEBUG] (s) excludes = [/app//service-worker.js, /app//vendor.css]
[DEBUG] (f) fileSets = [FileSet {directory: D:\Jhipster projects\jhipsterSampleApplication, PatternSet [includes: {src/main/webapp//., target/classes/static//., package-lock.json, package.json, webpack/., tsconfig.json, .postcssrc.js}, excludes: {/app//service-worker.js, /app//vendor.css}]}]
[DEBUG] (f) includeRelativePath = true
[DEBUG] (f) individualFiles = false
[DEBUG] (f) project = MavenProject: com.mycompany.myapp:jhipster-sample-application:0.0.1-SNAPSHOT @ D:\Jhipster projects\jhipsterSampleApplication\pom.xml
[DEBUG] (f) quiet = true
[DEBUG] (f) shasumSummary = false
[DEBUG] (f) shasumSummaryFile = checksums.sha
[DEBUG] (f) xmlSummary = false
[DEBUG] (f) xmlSummaryFile = checksums.xml
[DEBUG] – end configuration –
[INFO]
[INFO] — antrun:3.1.0:run (eval-frontend-checksum) @ jhipster-sample-application —
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=23900, ConflictMarker.markTime=26000, ConflictMarker.nodeCount=4, ConflictIdSorter.graphTime=8500, ConflictIdSorter.topsortTime=8200, ConflictIdSorter.conflictIdCount=4, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=54400, ConflictResolver.conflictItemCount=4, DfDependencyCollector.collectTime=3246600, DfDependencyCollector.transformTime=133300}
[DEBUG] org.apache.maven.plugins:maven-antrun-plugin:jar:3.1.0
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.4.1:compile
[DEBUG] org.apache.ant🐜jar:1.10.12:compile
[DEBUG] org.apache.ant:ant-launcher:jar:1.10.12:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-antrun-plugin:3.1.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-antrun-plugin:3.1.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-antrun-plugin:3.1.0
[DEBUG] Included: org.apache.maven.plugins:maven-antrun-plugin:jar:3.1.0
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.4.1
[DEBUG] Included: org.apache.ant🐜jar:1.10.12
[DEBUG] Included: org.apache.ant:ant-launcher:jar:1.10.12
[DEBUG] Loading mojo org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-antrun-plugin:3.1.0, parent: java.net.URLClassLoader@42110406]
[DEBUG] Configuring mojo execution ‘org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run:eval-frontend-checksum’ with basic configurator -->
[DEBUG] (f) exportAntProperties = true
[DEBUG] (f) failOnError = true
[DEBUG] (f) localRepository = id: local
url: file:///C:/Users/Administrator/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
blocked: false

[DEBUG] (f) mavenProject = MavenProject: com.mycompany.myapp:jhipster-sample-application:0.0.1-SNAPSHOT @ D:\Jhipster projects\jhipsterSampleApplication\pom.xml
[DEBUG] (f) pluginArtifacts = [org.apache.maven.plugins:maven-antrun-plugin:maven-plugin:3.1.0:, org.codehaus.plexus:plexus-utils:jar:3.4.1:compile, org.apache.ant🐜jar:1.10.12:compile, org.apache.ant:ant-launcher:jar:1.10.12:compile]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@4d266391
[DEBUG] (f) skip = false
[DEBUG] (f) target =




[DEBUG] (f) versionsPropertyName = maven.project.dependencies.versions
[DEBUG] – end configuration –
[DEBUG] Adding reference: ant.projectHelper
[DEBUG] Adding reference: ant.PropertyHelper
[DEBUG] Adding reference: ant.parsing.context
[DEBUG] Adding reference: ant.targets
[DEBUG] parsing buildfile D:\Jhipster projects\jhipsterSampleApplication\target\antrun\build-main.xml with URI = file:/D:/Jhipster%20projects/jhipsterSampleApplication/target/antrun/build-main.xml
[DEBUG] Setting ro project property: ant.project.name -> maven-antrun-
[DEBUG] Adding reference: maven-antrun-
[DEBUG] Setting ro project property: ant.project.default-target -> main
[DEBUG] Setting ro project property: ant.file.maven-antrun- -> D:\Jhipster projects\jhipsterSampleApplication\target\antrun\build-main.xml
[DEBUG] Setting ro project property: ant.file.type.maven-antrun- -> file
[DEBUG] Project base dir set to: D:\Jhipster projects\jhipsterSampleApplication\target\antrun
[DEBUG] +Target:
[DEBUG] +Target: main
[DEBUG] Adding reference: ant.LocalProperties
[DEBUG] Detected Java version: 17 in: D:\java\jdk-17.0.8
[DEBUG] Detected OS: Windows 10
[DEBUG] Adding reference: ant.ComponentHelper
[DEBUG] Project base dir set to: D:\Jhipster projects\jhipsterSampleApplication
[DEBUG] Adding reference: maven.dependency.classpath
[DEBUG] Adding reference: maven.compile.classpath
[DEBUG] Adding reference: maven.runtime.classpath
[DEBUG] Adding reference: maven.test.classpath
[DEBUG] Adding reference: maven.plugin.classpath
[DEBUG] Adding reference: maven.project
[DEBUG] Adding reference: maven.project.ref
[DEBUG] Adding reference: maven.project.helper
[DEBUG] Adding reference: maven.local.repository
[DEBUG] Initialize Maven Ant Tasks
[DEBUG] parsing buildfile jar:file:/C:/Users/Administrator/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar!/org/apache/maven/ant/tasks/antlib.xml with URI = jar:file:/C:/Users/Administrator/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar!/org/apache/maven/ant/tasks/antlib.xml from a zip file
[DEBUG] parsing buildfile jar:file:/C:/Users/Administrator/.m2/repository/org/apache/ant/ant/1.10.12/ant-1.10.12.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/C:/Users/Administrator/.m2/repository/org/apache/ant/ant/1.10.12/ant-1.10.12.jar!/org/apache/tools/ant/antlib.xml from a zip file
[DEBUG] Class org.apache.maven.ant.tasks.AttachArtifactTask loaded from parent loader (parentFirst)
[DEBUG] +Datatype attachartifact org.apache.maven.ant.tasks.AttachArtifactTask
[DEBUG] Class org.apache.maven.ant.tasks.DependencyFilesetsTask loaded from parent loader (parentFirst)
[DEBUG] +Datatype dependencyfilesets org.apache.maven.ant.tasks.DependencyFilesetsTask
[DEBUG] Setting project property: maven-checkstyle-plugin.version -> 3.3.0
[DEBUG] Setting project property: sonar.projectName -> jhipsterSampleApplication generated by jhipster
[DEBUG] Setting project property: sonar.issue.ignore.multicriteria -> S3437,S4502,S4684,S5145,UndocumentedApi
[DEBUG] Setting project property: liquibase-plugin.url -> jdbc:h2:file:D:\Jhipster projects\jhipsterSampleApplication\target/h2db/db/jhipstersampleapplication
[DEBUG] Setting project property: sonar.host.url -> http://localhost:9001
[DEBUG] Setting project property: sonar.issue.ignore.multicriteria.UndocumentedApi.ruleKey -> squid:UndocumentedApi
[DEBUG] Setting project property: nohttp-checkstyle.version -> 0.0.11
[DEBUG] Setting project property: sonar.test.inclusions -> src/test//.
[DEBUG] Setting project property: modernizer-maven-plugin.version -> 2.6.0
[DEBUG] Setting project property: sonar-maven-plugin.version -> 3.9.1.2184
[DEBUG] Setting project property: sonar.issue.ignore.multicriteria.UndocumentedApi.resourceKey -> src/main/java/
/*
[DEBUG] Setting project property: maven-javadoc-plugin.version -> 3.5.0
[DEBUG] Setting project property: maven-antrun-plugin.version -> 3.1.0
[DEBUG] Setting project property: liquibase-plugin.hibernate-dialect -> org.hibernate.dialect.H2Dialect
[DEBUG] Setting project property: mapstruct.version -> 1.5.5.Final
[DEBUG] Setting project property: validation-api.version -> 3.0.2
[DEBUG] Setting project property: sonar.coverage.jacoco.xmlReportPaths -> target/site//jacoco*.xml
[DEBUG] Setting project property: archunit-junit5.version -> 1.0.1
[DEBUG] Setting project property: sonar.issue.ignore.multicriteria.S3437.ruleKey -> squid:S3437
[DEBUG] Setting project property: npm.version -> 9.8.0
[DEBUG] Setting project property: maven-jar-plugin.version -> 3.3.0
[DEBUG] Setting project property: sonar.sourceEncoding -> UTF-8
[DEBUG] Setting project property: maven.version -> 3.2.5
[DEBUG] Setting project property: maven.compiler.source -> 17
[DEBUG] Setting project property: maven-compiler-plugin.version -> 3.11.0
[DEBUG] Setting project property: sonar.javascript.lcov.reportPaths -> target/test-results/lcov.info
[DEBUG] Setting project property: jib-maven-plugin.version -> 3.3.2
[DEBUG] Setting project property: h2.version -> 2.2.220
[DEBUG] Setting project property: frontend-maven-plugin.version -> 1.13.4
[DEBUG] Setting project property: sonar.issue.ignore.multicriteria.S4502.resourceKey -> src/main/java/
/*
[DEBUG] Setting project property: jaxb-runtime.version -> 4.0.3
[DEBUG] Setting project property: maven-clean-plugin.version -> 3.3.1
[DEBUG] Setting project property: sonar.issue.ignore.multicriteria.S5145.resourceKey -> src/main/java//*
[DEBUG] Setting project property: spring.profiles.active -> dev
[DEBUG] Setting project property: run.addResources -> false
[DEBUG] Setting project property: sonar.issue.ignore.multicriteria.S3437.resourceKey -> src/main/java/
/*
[DEBUG] Setting project property: spotless-maven-plugin.version -> 2.37.0
[DEBUG] Setting project property: profile.tls ->
[DEBUG] Setting project property: maven-enforcer-plugin.version -> 3.3.0
[DEBUG] Setting project property: maven-surefire-plugin.version -> 3.1.2
[DEBUG] Setting project property: liquibase-plugin.password ->
[DEBUG] Setting project property: start-class -> com.mycompany.myapp.JhipsterSampleApplicationApp
[DEBUG] Setting project property: sonar.issue.ignore.multicriteria.S4684.resourceKey -> src/main/java//*
[DEBUG] Setting project property: jhipster-dependencies.version -> 8.0.0-beta.2
[DEBUG] Setting project property: maven-war-plugin.version -> 3.4.0
[DEBUG] Setting project property: maven-resources-plugin.version -> 3.3.1
[DEBUG] Setting project property: checksum-maven-plugin.version -> 1.11
[DEBUG] Setting project property: lifecycle-mapping.version -> 1.0.0
[DEBUG] Setting project property: jib-maven-plugin.image -> eclipse-temurin:17-jre-focal
[DEBUG] Setting project property: sonar.issue.ignore.multicriteria.S5145.ruleKey -> javasecurity:S5145
[DEBUG] Setting project property: spring-boot.version -> 3.1.1
[DEBUG] Setting project property: sonar.junit.reportPaths -> target/surefire-reports,target/failsafe-reports
[DEBUG] Setting project property: sonar.exclusions -> src/main/webapp/content/
/., src/main/webapp/i18n/.js, target/classes/static/**/.*
[DEBUG] Setting project property: maven-idea-plugin.version -> 2.2.1
[DEBUG] Setting project property: sonar.tests -> src
[DEBUG] Setting project property: maven.build.timestamp.format -> yyyyMMddHHmmss
[DEBUG] Setting project property: profile.e2e ->
[DEBUG] Setting project property: profile.api-docs ->
[DEBUG] Setting project property: project.build.sourceEncoding -> UTF-8
[DEBUG] Setting project property: jacoco-maven-plugin.version -> 0.8.10
[DEBUG] Setting project property: sonar.java.codeCoveragePlugin -> jacoco
[DEBUG] Setting project property: hibernate.version -> 6.1.7.Final
[DEBUG] Setting project property: maven-failsafe-plugin.version -> 3.1.2
[DEBUG] Overriding previous definition of property “java.version”
[DEBUG] Setting project property: java.version -> 17
[DEBUG] Setting project property: liquibase.version -> 4.20.0
[DEBUG] Setting project property: liquibase-plugin.username -> jhipsterSampleApplication
[DEBUG] Setting project property: jib-maven-plugin.architecture -> amd64
[DEBUG] Setting project property: sonar.sources -> src
[DEBUG] Setting project property: properties-maven-plugin.version -> 1.1.0
[DEBUG] Setting project property: project.reporting.outputEncoding -> UTF-8
[DEBUG] Setting project property: m2e.apt.activation -> jdt_apt
[DEBUG] Setting project property: maven.compiler.target -> 17
[DEBUG] Setting project property: sonar.projectKey -> jhipsterSampleApplication
[DEBUG] Setting project property: checkstyle.version -> 10.12.1
[DEBUG] Setting project property: node.version -> v18.16.1
[DEBUG] Setting project property: sonar.issue.ignore.multicriteria.S4684.ruleKey -> java:S4684
[DEBUG] Setting project property: profile.test -> testdev
[DEBUG] Setting project property: maven-eclipse-plugin.version -> 2.1
[DEBUG] Setting project property: profile.no-liquibase ->
[DEBUG] Setting project property: sonar.testExecutionReportPaths -> target/test-results/jest/TESTS-results-sonar.xml
[DEBUG] Setting project property: git-commit-id-maven-plugin.version -> 6.0.0
[DEBUG] Setting project property: liquibase-plugin.driver -> org.h2.Driver
[DEBUG] Setting project property: sonar.issue.ignore.multicriteria.S4502.ruleKey -> java:S4502
[DEBUG] Setting project property: argLine -> “-javaagent:C:\Users\Administrator\.m2\repository\org\jacoco\org.jacoco.agent\0.8.10\org.jacoco.agent-0.8.10-runtime.jar=destfile=D:\Jhipster projects\jhipsterSampleApplication\target\jacoco.exec” -Djava.security.egd=file:/dev/./urandom -Xmx1G
[DEBUG] Setting project property: maven-site-plugin.version -> 3.12.1
[DEBUG] Setting project property: ant.file -> D:\Jhipster projects\jhipsterSampleApplication\pom.xml
[DEBUG] Setting properties with prefix:
[DEBUG] Setting project property: project.groupId -> com.mycompany.myapp
[DEBUG] Setting project property: project.artifactId -> jhipster-sample-application
[DEBUG] Setting project property: project.name -> Jhipster Sample Application
[DEBUG] Setting project property: project.description -> Description for Jhipster Sample Application
[DEBUG] Setting project property: project.version -> 0.0.1-SNAPSHOT
[DEBUG] Setting project property: project.packaging -> jar
[DEBUG] Setting project property: project.build.directory -> D:\Jhipster projects\jhipsterSampleApplication\target
[DEBUG] Setting project property: project.build.outputDirectory -> D:\Jhipster projects\jhipsterSampleApplication\target\classes
[DEBUG] Setting project property: project.build.testOutputDirectory -> D:\Jhipster projects\jhipsterSampleApplication\target\test-classes
[DEBUG] Setting project property: project.build.sourceDirectory -> D:\Jhipster projects\jhipsterSampleApplication\src\main\java
[DEBUG] Setting project property: project.build.testSourceDirectory -> D:\Jhipster projects\jhipsterSampleApplication\src\test\java
[DEBUG] Setting project property: localRepository -> id: local
url: file:///C:/Users/Administrator/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
blocked: false

[DEBUG] Setting project property: settings.localRepository -> C:\Users\Administrator.m2\repository
[DEBUG] Setting project property: tech.jhipster:jhipster-framework:jar -> C:\Users\Administrator.m2\repository\tech\jhipster\jhipster-framework\8.0.0-beta.2\jhipster-framework-8.0.0-beta.2.jar
[DEBUG] Setting project property: org.springframework:spring-context-support:jar -> C:\Users\Administrator.m2\repository\org\springframework\spring-context-support\6.0.7\spring-context-support-6.0.7.jar
[DEBUG] Setting project property: org.springframework:spring-beans:jar -> C:\Users\Administrator.m2\repository\org\springframework\spring-beans\6.0.7\spring-beans-6.0.7.jar
[DEBUG] Setting project property: org.springframework:spring-context:jar -> C:\Users\Administrator.m2\repository\org\springframework\spring-context\6.0.7\spring-context-6.0.7.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-starter-validation:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-starter-validation\3.1.1\spring-boot-starter-validation-3.1.1.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-autoconfigure:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-autoconfigure\3.1.1\spring-boot-autoconfigure-3.1.1.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-starter-aop:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-starter-aop\3.1.1\spring-boot-starter-aop-3.1.1.jar
[DEBUG] Setting project property: org.aspectj:aspectjweaver:jar -> C:\Users\Administrator.m2\repository\org\aspectj\aspectjweaver\1.9.19\aspectjweaver-1.9.19.jar
[DEBUG] Setting project property: net.logstash.logback:logstash-logback-encoder:jar -> C:\Users\Administrator.m2\repository\net\logstash\logback\logstash-logback-encoder\7.4\logstash-logback-encoder-7.4.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-configuration-processor:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-configuration-processor\3.1.1\spring-boot-configuration-processor-3.1.1.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-loader-tools:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-loader-tools\3.1.1\spring-boot-loader-tools-3.1.1.jar
[DEBUG] Setting project property: org.apache.commons:commons-compress:jar -> C:\Users\Administrator.m2\repository\org\apache\commons\commons-compress\1.21\commons-compress-1.21.jar
[DEBUG] Setting project property: org.springframework:spring-core:jar -> C:\Users\Administrator.m2\repository\org\springframework\spring-core\6.0.7\spring-core-6.0.7.jar
[DEBUG] Setting project property: org.springframework:spring-jcl:jar -> C:\Users\Administrator.m2\repository\org\springframework\spring-jcl\6.0.7\spring-jcl-6.0.7.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-starter-actuator:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-starter-actuator\3.1.1\spring-boot-starter-actuator-3.1.1.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-starter:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-starter\3.1.1\spring-boot-starter-3.1.1.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-actuator-autoconfigure:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\3.1.1\spring-boot-actuator-autoconfigure-3.1.1.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-actuator:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-actuator\3.1.1\spring-boot-actuator-3.1.1.jar
[DEBUG] Setting project property: io.micrometer:micrometer-observation:jar -> C:\Users\Administrator.m2\repository\io\micrometer\micrometer-observation\1.10.5\micrometer-observation-1.10.5.jar
[DEBUG] Setting project property: io.micrometer:micrometer-commons:jar -> C:\Users\Administrator.m2\repository\io\micrometer\micrometer-commons\1.10.5\micrometer-commons-1.10.5.jar
[DEBUG] Setting project property: io.micrometer:micrometer-core:jar -> C:\Users\Administrator.m2\repository\io\micrometer\micrometer-core\1.10.5\micrometer-core-1.10.5.jar
[DEBUG] Setting project property: org.hdrhistogram:HdrHistogram:jar -> C:\Users\Administrator.m2\repository\org\hdrhistogram\HdrHistogram\2.1.12\HdrHistogram-2.1.12.jar
[DEBUG] Setting project property: org.latencyutils:LatencyUtils:jar -> C:\Users\Administrator.m2\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-starter-cache:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-starter-cache\3.1.1\spring-boot-starter-cache-3.1.1.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-starter-data-jpa:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-starter-data-jpa\3.1.1\spring-boot-starter-data-jpa-3.1.1.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-starter-jdbc:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-starter-jdbc\3.1.1\spring-boot-starter-jdbc-3.1.1.jar
[DEBUG] Setting project property: org.springframework:spring-jdbc:jar -> C:\Users\Administrator.m2\repository\org\springframework\spring-jdbc\6.0.7\spring-jdbc-6.0.7.jar
[DEBUG] Setting project property: org.springframework.data:spring-data-jpa:jar -> C:\Users\Administrator.m2\repository\org\springframework\data\spring-data-jpa\3.0.4\spring-data-jpa-3.0.4.jar
[DEBUG] Setting project property: org.springframework:spring-orm:jar -> C:\Users\Administrator.m2\repository\org\springframework\spring-orm\6.0.7\spring-orm-6.0.7.jar
[DEBUG] Setting project property: org.springframework:spring-tx:jar -> C:\Users\Administrator.m2\repository\org\springframework\spring-tx\6.0.7\spring-tx-6.0.7.jar
[DEBUG] Setting project property: org.springframework:spring-aspects:jar -> C:\Users\Administrator.m2\repository\org\springframework\spring-aspects\6.0.7\spring-aspects-6.0.7.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-starter-logging:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-starter-logging\3.1.1\spring-boot-starter-logging-3.1.1.jar
[DEBUG] Setting project property: ch.qos.logback:logback-classic:jar -> C:\Users\Administrator.m2\repository\ch\qos\logback\logback-classic\1.4.8\logback-classic-1.4.8.jar
[DEBUG] Setting project property: ch.qos.logback:logback-core:jar -> C:\Users\Administrator.m2\repository\ch\qos\logback\logback-core\1.4.8\logback-core-1.4.8.jar
[DEBUG] Setting project property: org.apache.logging.log4j:log4j-to-slf4j:jar -> C:\Users\Administrator.m2\repository\org\apache\logging\log4j\log4j-to-slf4j\2.19.0\log4j-to-slf4j-2.19.0.jar
[DEBUG] Setting project property: org.apache.logging.log4j:log4j-api:jar -> C:\Users\Administrator.m2\repository\org\apache\logging\log4j\log4j-api\2.19.0\log4j-api-2.19.0.jar
[DEBUG] Setting project property: org.slf4j:jul-to-slf4j:jar -> C:\Users\Administrator.m2\repository\org\slf4j\jul-to-slf4j\2.0.7\jul-to-slf4j-2.0.7.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-starter-mail:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-starter-mail\3.1.1\spring-boot-starter-mail-3.1.1.jar
[DEBUG] Setting project property: org.eclipse.angus:jakarta.mail:jar -> C:\Users\Administrator.m2\repository\org\eclipse\angus\jakarta.mail\1.1.0\jakarta.mail-1.1.0.jar
[DEBUG] Setting project property: org.eclipse.angus:angus-activation:jar -> C:\Users\Administrator.m2\repository\org\eclipse\angus\angus-activation\2.0.0\angus-activation-2.0.0.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-starter-oauth2-resource-server:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-starter-oauth2-resource-server\3.1.1\spring-boot-starter-oauth2-resource-server-3.1.1.jar
[DEBUG] Setting project property: org.springframework.security:spring-security-config:jar -> C:\Users\Administrator.m2\repository\org\springframework\security\spring-security-config\6.0.2\spring-security-config-6.0.2.jar
[DEBUG] Setting project property: org.springframework.security:spring-security-core:jar -> C:\Users\Administrator.m2\repository\org\springframework\security\spring-security-core\6.0.2\spring-security-core-6.0.2.jar
[DEBUG] Setting project property: org.springframework.security:spring-security-crypto:jar -> C:\Users\Administrator.m2\repository\org\springframework\security\spring-security-crypto\6.0.2\spring-security-crypto-6.0.2.jar
[DEBUG] Setting project property: org.springframework:spring-expression:jar -> C:\Users\Administrator.m2\repository\org\springframework\spring-expression\6.0.7\spring-expression-6.0.7.jar
[DEBUG] Setting project property: org.springframework.security:spring-security-oauth2-resource-server:jar -> C:\Users\Administrator.m2\repository\org\springframework\security\spring-security-oauth2-resource-server\6.0.2\spring-security-oauth2-resource-server-6.0.2.jar
[DEBUG] Setting project property: org.springframework.security:spring-security-oauth2-core:jar -> C:\Users\Administrator.m2\repository\org\springframework\security\spring-security-oauth2-core\6.0.2\spring-security-oauth2-core-6.0.2.jar
[DEBUG] Setting project property: org.springframework.security:spring-security-oauth2-jose:jar -> C:\Users\Administrator.m2\repository\org\springframework\security\spring-security-oauth2-jose\6.0.2\spring-security-oauth2-jose-6.0.2.jar
[DEBUG] Setting project property: com.nimbusds:nimbus-jose-jwt:jar -> C:\Users\Administrator.m2\repository\com\nimbusds\nimbus-jose-jwt\9.24.4\nimbus-jose-jwt-9.24.4.jar
[DEBUG] Setting project property: com.github.stephenc.jcip:jcip-annotations:jar -> C:\Users\Administrator.m2\repository\com\github\stephenc\jcip\jcip-annotations\1.0-1\jcip-annotations-1.0-1.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-starter-security:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-starter-security\3.1.1\spring-boot-starter-security-3.1.1.jar
[DEBUG] Setting project property: org.springframework:spring-aop:jar -> C:\Users\Administrator.m2\repository\org\springframework\spring-aop\6.0.7\spring-aop-6.0.7.jar
[DEBUG] Setting project property: org.springframework.security:spring-security-web:jar -> C:\Users\Administrator.m2\repository\org\springframework\security\spring-security-web\6.0.2\spring-security-web-6.0.2.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-starter-test:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-starter-test\3.1.1\spring-boot-starter-test-3.1.1.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-test-autoconfigure:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\3.1.1\spring-boot-test-autoconfigure-3.1.1.jar
[DEBUG] Setting project property: com.jayway.jsonpath:json-path:jar -> C:\Users\Administrator.m2\repository\com\jayway\jsonpath\json-path\2.8.0\json-path-2.8.0.jar
[DEBUG] Setting project property: jakarta.xml.bind:jakarta.xml.bind-api:jar -> C:\Users\Administrator.m2\repository\jakarta\xml\bind\jakarta.xml.bind-api\4.0.0\jakarta.xml.bind-api-4.0.0.jar
[DEBUG] Setting project property: net.minidev:json-smart:jar -> C:\Users\Administrator.m2\repository\net\minidev\json-smart\2.4.11\json-smart-2.4.11.jar
[DEBUG] Setting project property: net.minidev:accessors-smart:jar -> C:\Users\Administrator.m2\repository\net\minidev\accessors-smart\2.4.11\accessors-smart-2.4.11.jar
[DEBUG] Setting project property: org.ow2.asm:asm:jar -> C:\Users\Administrator.m2\repository\org\ow2\asm\asm\9.3\asm-9.3.jar
[DEBUG] Setting project property: org.assertj:assertj-core:jar -> C:\Users\Administrator.m2\repository\org\assertj\assertj-core\3.23.1\assertj-core-3.23.1.jar
[DEBUG] Setting project property: org.hamcrest:hamcrest:jar -> C:\Users\Administrator.m2\repository\org\hamcrest\hamcrest\2.2\hamcrest-2.2.jar
[DEBUG] Setting project property: org.junit.jupiter:junit-jupiter:jar -> C:\Users\Administrator.m2\repository\org\junit\jupiter\junit-jupiter\5.9.2\junit-jupiter-5.9.2.jar
[DEBUG] Setting project property: org.junit.jupiter:junit-jupiter-api:jar -> C:\Users\Administrator.m2\repository\org\junit\jupiter\junit-jupiter-api\5.9.2\junit-jupiter-api-5.9.2.jar
[DEBUG] Setting project property: org.opentest4j:opentest4j:jar -> C:\Users\Administrator.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar
[DEBUG] Setting project property: org.junit.platform:junit-platform-commons:jar -> C:\Users\Administrator.m2\repository\org\junit\platform\junit-platform-commons\1.9.2\junit-platform-commons-1.9.2.jar
[DEBUG] Setting project property: org.apiguardian:apiguardian-api:jar -> C:\Users\Administrator.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar
[DEBUG] Setting project property: org.junit.jupiter:junit-jupiter-params:jar -> C:\Users\Administrator.m2\repository\org\junit\jupiter\junit-jupiter-params\5.9.2\junit-jupiter-params-5.9.2.jar
[DEBUG] Setting project property: org.junit.jupiter:junit-jupiter-engine:jar -> C:\Users\Administrator.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.9.2\junit-jupiter-engine-5.9.2.jar
[DEBUG] Setting project property: org.mockito:mockito-core:jar -> C:\Users\Administrator.m2\repository\org\mockito\mockito-core\4.8.1\mockito-core-4.8.1.jar
[DEBUG] Setting project property: net.bytebuddy:byte-buddy-agent:jar -> C:\Users\Administrator.m2\repository\net\bytebuddy\byte-buddy-agent\1.14.5\byte-buddy-agent-1.14.5.jar
[DEBUG] Setting project property: org.objenesis:objenesis:jar -> C:\Users\Administrator.m2\repository\org\objenesis\objenesis\3.2\objenesis-3.2.jar
[DEBUG] Setting project property: org.mockito:mockito-junit-jupiter:jar -> C:\Users\Administrator.m2\repository\org\mockito\mockito-junit-jupiter\4.8.1\mockito-junit-jupiter-4.8.1.jar
[DEBUG] Setting project property: org.skyscreamer:jsonassert:jar -> C:\Users\Administrator.m2\repository\org\skyscreamer\jsonassert\1.5.1\jsonassert-1.5.1.jar
[DEBUG] Setting project property: org.springframework:spring-test:jar -> C:\Users\Administrator.m2\repository\org\springframework\spring-test\6.0.7\spring-test-6.0.7.jar
[DEBUG] Setting project property: org.xmlunit:xmlunit-core:jar -> C:\Users\Administrator.m2\repository\org\xmlunit\xmlunit-core\2.9.1\xmlunit-core-2.9.1.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-starter-thymeleaf:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-starter-thymeleaf\3.1.1\spring-boot-starter-thymeleaf-3.1.1.jar
[DEBUG] Setting project property: org.thymeleaf:thymeleaf-spring6:jar -> C:\Users\Administrator.m2\repository\org\thymeleaf\thymeleaf-spring6\3.1.1.RELEASE\thymeleaf-spring6-3.1.1.RELEASE.jar
[DEBUG] Setting project property: org.thymeleaf:thymeleaf:jar -> C:\Users\Administrator.m2\repository\org\thymeleaf\thymeleaf\3.1.1.RELEASE\thymeleaf-3.1.1.RELEASE.jar
[DEBUG] Setting project property: org.attoparser:attoparser:jar -> C:\Users\Administrator.m2\repository\org\attoparser\attoparser\2.0.6.RELEASE\attoparser-2.0.6.RELEASE.jar
[DEBUG] Setting project property: org.unbescape:unbescape:jar -> C:\Users\Administrator.m2\repository\org\unbescape\unbescape\1.1.6.RELEASE\unbescape-1.1.6.RELEASE.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-starter-undertow:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-starter-undertow\3.1.1\spring-boot-starter-undertow-3.1.1.jar
[DEBUG] Setting project property: io.undertow:undertow-core:jar -> C:\Users\Administrator.m2\repository\io\undertow\undertow-core\2.3.7.Final\undertow-core-2.3.7.Final.jar
[DEBUG] Setting project property: org.jboss.xnio:xnio-api:jar -> C:\Users\Administrator.m2\repository\org\jboss\xnio\xnio-api\3.8.8.Final\xnio-api-3.8.8.Final.jar
[DEBUG] Setting project property: org.wildfly.common:wildfly-common:jar -> C:\Users\Administrator.m2\repository\org\wildfly\common\wildfly-common\1.5.4.Final\wildfly-common-1.5.4.Final.jar
[DEBUG] Setting project property: org.wildfly.client:wildfly-client-config:jar -> C:\Users\Administrator.m2\repository\org\wildfly\client\wildfly-client-config\1.0.1.Final\wildfly-client-config-1.0.1.Final.jar
[DEBUG] Setting project property: org.jboss.xnio:xnio-nio:jar -> C:\Users\Administrator.m2\repository\org\jboss\xnio\xnio-nio\3.8.8.Final\xnio-nio-3.8.8.Final.jar
[DEBUG] Setting project property: org.jboss.threads:jboss-threads:jar -> C:\Users\Administrator.m2\repository\org\jboss\threads\jboss-threads\3.5.0.Final\jboss-threads-3.5.0.Final.jar
[DEBUG] Setting project property: io.undertow:undertow-servlet:jar -> C:\Users\Administrator.m2\repository\io\undertow\undertow-servlet\2.3.7.Final\undertow-servlet-2.3.7.Final.jar
[DEBUG] Setting project property: jakarta.servlet:jakarta.servlet-api:jar -> C:\Users\Administrator.m2\repository\jakarta\servlet\jakarta.servlet-api\6.0.0\jakarta.servlet-api-6.0.0.jar
[DEBUG] Setting project property: io.undertow:undertow-websockets-jsr:jar -> C:\Users\Administrator.m2\repository\io\undertow\undertow-websockets-jsr\2.3.7.Final\undertow-websockets-jsr-2.3.7.Final.jar
[DEBUG] Setting project property: jakarta.websocket:jakarta.websocket-api:jar -> C:\Users\Administrator.m2\repository\jakarta\websocket\jakarta.websocket-api\2.1.0\jakarta.websocket-api-2.1.0.jar
[DEBUG] Setting project property: jakarta.websocket:jakarta.websocket-client-api:jar -> C:\Users\Administrator.m2\repository\jakarta\websocket\jakarta.websocket-client-api\2.1.0\jakarta.websocket-client-api-2.1.0.jar
[DEBUG] Setting project property: org.apache.tomcat.embed:tomcat-embed-el:jar -> C:\Users\Administrator.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\10.1.10\tomcat-embed-el-10.1.10.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-starter-web:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-starter-web\3.1.1\spring-boot-starter-web-3.1.1.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-starter-json:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-starter-json\3.1.1\spring-boot-starter-json-3.1.1.jar
[DEBUG] Setting project property: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar -> C:\Users\Administrator.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.14.2\jackson-datatype-jdk8-2.14.2.jar
[DEBUG] Setting project property: com.fasterxml.jackson.module:jackson-module-parameter-names:jar -> C:\Users\Administrator.m2\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.14.2\jackson-module-parameter-names-2.14.2.jar
[DEBUG] Setting project property: org.springframework:spring-web:jar -> C:\Users\Administrator.m2\repository\org\springframework\spring-web\6.0.7\spring-web-6.0.7.jar
[DEBUG] Setting project property: org.springframework:spring-webmvc:jar -> C:\Users\Administrator.m2\repository\org\springframework\spring-webmvc\6.0.7\spring-webmvc-6.0.7.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-test:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-test\3.1.1\spring-boot-test-3.1.1.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot\3.1.1\spring-boot-3.1.1.jar
[DEBUG] Setting project property: org.springframework.security:spring-security-data:jar -> C:\Users\Administrator.m2\repository\org\springframework\security\spring-security-data\6.0.2\spring-security-data-6.0.2.jar
[DEBUG] Setting project property: org.springframework.data:spring-data-commons:jar -> C:\Users\Administrator.m2\repository\org\springframework\data\spring-data-commons\3.0.4\spring-data-commons-3.0.4.jar
[DEBUG] Setting project property: org.springframework.security:spring-security-test:jar -> C:\Users\Administrator.m2\repository\org\springframework\security\spring-security-test\6.0.2\spring-security-test-6.0.2.jar
[DEBUG] Setting project property: org.springdoc:springdoc-openapi-starter-webmvc-api:jar -> C:\Users\Administrator.m2\repository\org\springdoc\springdoc-openapi-starter-webmvc-api\2.1.0\springdoc-openapi-starter-webmvc-api-2.1.0.jar
[DEBUG] Setting project property: org.springdoc:springdoc-openapi-starter-common:jar -> C:\Users\Administrator.m2\repository\org\springdoc\springdoc-openapi-starter-common\2.1.0\springdoc-openapi-starter-common-2.1.0.jar
[DEBUG] Setting project property: io.swagger.core.v3:swagger-core-jakarta:jar -> C:\Users\Administrator.m2\repository\io\swagger\core\v3\swagger-core-jakarta\2.2.9\swagger-core-jakarta-2.2.9.jar
[DEBUG] Setting project property: io.swagger.core.v3:swagger-annotations-jakarta:jar -> C:\Users\Administrator.m2\repository\io\swagger\core\v3\swagger-annotations-jakarta\2.2.9\swagger-annotations-jakarta-2.2.9.jar
[DEBUG] Setting project property: io.swagger.core.v3:swagger-models-jakarta:jar -> C:\Users\Administrator.m2\repository\io\swagger\core\v3\swagger-models-jakarta\2.2.9\swagger-models-jakarta-2.2.9.jar
[DEBUG] Setting project property: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar -> C:\Users\Administrator.m2\repository\com\fasterxml\jackson\dataformat\jackson-dataformat-yaml\2.14.2\jackson-dataformat-yaml-2.14.2.jar
[DEBUG] Setting project property: com.fasterxml.jackson.datatype:jackson-datatype-hibernate6:jar -> C:\Users\Administrator.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-hibernate6\2.15.2\jackson-datatype-hibernate6-2.15.2.jar
[DEBUG] Setting project property: jakarta.transaction:jakarta.transaction-api:jar -> C:\Users\Administrator.m2\repository\jakarta\transaction\jakarta.transaction-api\2.0.1\jakarta.transaction-api-2.0.1.jar
[DEBUG] Setting project property: com.fasterxml.jackson.core:jackson-core:jar -> C:\Users\Administrator.m2\repository\com\fasterxml\jackson\core\jackson-core\2.14.2\jackson-core-2.14.2.jar
[DEBUG] Setting project property: com.fasterxml.jackson.core:jackson-databind:jar -> C:\Users\Administrator.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.14.2\jackson-databind-2.14.2.jar
[DEBUG] Setting project property: com.fasterxml.jackson.datatype:jackson-datatype-hppc:jar -> C:\Users\Administrator.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-hppc\2.14.2\jackson-datatype-hppc-2.14.2.jar
[DEBUG] Setting project property: com.carrotsearch:hppc:jar -> C:\Users\Administrator.m2\repository\com\carrotsearch\hppc\0.8.1\hppc-0.8.1.jar
[DEBUG] Setting project property: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar -> C:\Users\Administrator.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.14.2\jackson-datatype-jsr310-2.14.2.jar
[DEBUG] Setting project property: com.fasterxml.jackson.core:jackson-annotations:jar -> C:\Users\Administrator.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.14.2\jackson-annotations-2.14.2.jar
[DEBUG] Setting project property: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar -> C:\Users\Administrator.m2\repository\com\fasterxml\jackson\module\jackson-module-jaxb-annotations\2.14.2\jackson-module-jaxb-annotations-2.14.2.jar
[DEBUG] Setting project property: jakarta.activation:jakarta.activation-api:jar -> C:\Users\Administrator.m2\repository\jakarta\activation\jakarta.activation-api\2.1.2\jakarta.activation-api-2.1.2.jar
[DEBUG] Setting project property: com.tngtech.archunit:archunit-junit5-api:jar -> C:\Users\Administrator.m2\repository\com\tngtech\archunit\archunit-junit5-api\1.0.1\archunit-junit5-api-1.0.1.jar
[DEBUG] Setting project property: com.tngtech.archunit:archunit:jar -> C:\Users\Administrator.m2\repository\com\tngtech\archunit\archunit\1.0.1\archunit-1.0.1.jar
[DEBUG] Setting project property: com.tngtech.archunit:archunit-junit5-engine:jar -> C:\Users\Administrator.m2\repository\com\tngtech\archunit\archunit-junit5-engine\1.0.1\archunit-junit5-engine-1.0.1.jar
[DEBUG] Setting project property: com.tngtech.archunit:archunit-junit5-engine-api:jar -> C:\Users\Administrator.m2\repository\com\tngtech\archunit\archunit-junit5-engine-api\1.0.1\archunit-junit5-engine-api-1.0.1.jar
[DEBUG] Setting project property: org.junit.platform:junit-platform-engine:jar -> C:\Users\Administrator.m2\repository\org\junit\platform\junit-platform-engine\1.9.2\junit-platform-engine-1.9.2.jar
[DEBUG] Setting project property: com.zaxxer:HikariCP:jar -> C:\Users\Administrator.m2\repository\com\zaxxer\HikariCP\5.0.1\HikariCP-5.0.1.jar
[DEBUG] Setting project property: org.slf4j:slf4j-api:jar -> C:\Users\Administrator.m2\repository\org\slf4j\slf4j-api\2.0.7\slf4j-api-2.0.7.jar
[DEBUG] Setting project property: io.dropwizard.metrics:metrics-core:jar -> C:\Users\Administrator.m2\repository\io\dropwizard\metrics\metrics-core\4.2.18\metrics-core-4.2.18.jar
[DEBUG] Setting project property: io.micrometer:micrometer-registry-prometheus:jar -> C:\Users\Administrator.m2\repository\io\micrometer\micrometer-registry-prometheus\1.10.5\micrometer-registry-prometheus-1.10.5.jar
[DEBUG] Setting project property: io.prometheus:simpleclient_common:jar -> C:\Users\Administrator.m2\repository\io\prometheus\simpleclient_common\0.16.0\simpleclient_common-0.16.0.jar
[DEBUG] Setting project property: io.prometheus:simpleclient:jar -> C:\Users\Administrator.m2\repository\io\prometheus\simpleclient\0.16.0\simpleclient-0.16.0.jar
[DEBUG] Setting project property: io.prometheus:simpleclient_tracer_otel:jar -> C:\Users\Administrator.m2\repository\io\prometheus\simpleclient_tracer_otel\0.16.0\simpleclient_tracer_otel-0.16.0.jar
[DEBUG] Setting project property: io.prometheus:simpleclient_tracer_common:jar -> C:\Users\Administrator.m2\repository\io\prometheus\simpleclient_tracer_common\0.16.0\simpleclient_tracer_common-0.16.0.jar
[DEBUG] Setting project property: io.prometheus:simpleclient_tracer_otel_agent:jar -> C:\Users\Administrator.m2\repository\io\prometheus\simpleclient_tracer_otel_agent\0.16.0\simpleclient_tracer_otel_agent-0.16.0.jar
[DEBUG] Setting project property: jakarta.annotation:jakarta.annotation-api:jar -> C:\Users\Administrator.m2\repository\jakarta\annotation\jakarta.annotation-api\2.1.1\jakarta.annotation-api-2.1.1.jar
[DEBUG] Setting project property: javax.cache:cache-api:jar -> C:\Users\Administrator.m2\repository\javax\cache\cache-api\1.1.1\cache-api-1.1.1.jar
[DEBUG] Setting project property: org.apache.commons:commons-lang3:jar -> C:\Users\Administrator.m2\repository\org\apache\commons\commons-lang3\3.12.0\commons-lang3-3.12.0.jar
[DEBUG] Setting project property: org.ehcache:ehcache:jar:jakarta -> C:\Users\Administrator.m2\repository\org\ehcache\ehcache\3.10.8\ehcache-3.10.8-jakarta.jar
[DEBUG] Setting project property: org.glassfish.jaxb:jaxb-runtime:jar -> C:\Users\Administrator.m2\repository\org\glassfish\jaxb\jaxb-runtime\4.0.2\jaxb-runtime-4.0.2.jar
[DEBUG] Setting project property: org.glassfish.jaxb:jaxb-core:jar -> C:\Users\Administrator.m2\repository\org\glassfish\jaxb\jaxb-core\4.0.2\jaxb-core-4.0.2.jar
[DEBUG] Setting project property: org.glassfish.jaxb:txw2:jar -> C:\Users\Administrator.m2\repository\org\glassfish\jaxb\txw2\4.0.2\txw2-4.0.2.jar
[DEBUG] Setting project property: com.sun.istack:istack-commons-runtime:jar -> C:\Users\Administrator.m2\repository\com\sun\istack\istack-commons-runtime\4.1.1\istack-commons-runtime-4.1.1.jar
[DEBUG] Setting project property: org.hibernate.orm:hibernate-core:jar -> C:\Users\Administrator.m2\repository\org\hibernate\orm\hibernate-core\6.1.7.Final\hibernate-core-6.1.7.Final.jar
[DEBUG] Setting project property: jakarta.persistence:jakarta.persistence-api:jar -> C:\Users\Administrator.m2\repository\jakarta\persistence\jakarta.persistence-api\3.1.0\jakarta.persistence-api-3.1.0.jar
[DEBUG] Setting project property: org.jboss.logging:jboss-logging:jar -> C:\Users\Administrator.m2\repository\org\jboss\logging\jboss-logging\3.5.1.Final\jboss-logging-3.5.1.Final.jar
[DEBUG] Setting project property: org.hibernate.common:hibernate-commons-annotations:jar -> C:\Users\Administrator.m2\repository\org\hibernate\common\hibernate-commons-annotations\6.0.6.Final\hibernate-commons-annotations-6.0.6.Final.jar
[DEBUG] Setting project property: org.jboss:jandex:jar -> C:\Users\Administrator.m2\repository\org\jboss\jandex\2.4.2.Final\jandex-2.4.2.Final.jar
[DEBUG] Setting project property: com.fasterxml:classmate:jar -> C:\Users\Administrator.m2\repository\com\fasterxml\classmate\1.5.1\classmate-1.5.1.jar
[DEBUG] Setting project property: net.bytebuddy:byte-buddy:jar -> C:\Users\Administrator.m2\repository\net\bytebuddy\byte-buddy\1.14.5\byte-buddy-1.14.5.jar
[DEBUG] Setting project property: jakarta.inject:jakarta.inject-api:jar -> C:\Users\Administrator.m2\repository\jakarta\inject\jakarta.inject-api\2.0.0\jakarta.inject-api-2.0.0.jar
[DEBUG] Setting project property: org.antlr:antlr4-runtime:jar -> C:\Users\Administrator.m2\repository\org\antlr\antlr4-runtime\4.10.1\antlr4-runtime-4.10.1.jar
[DEBUG] Setting project property: org.hibernate.orm:hibernate-jcache:jar -> C:\Users\Administrator.m2\repository\org\hibernate\orm\hibernate-jcache\6.1.7.Final\hibernate-jcache-6.1.7.Final.jar
[DEBUG] Setting project property: org.hibernate.orm:hibernate-jpamodelgen:jar -> C:\Users\Administrator.m2\repository\org\hibernate\orm\hibernate-jpamodelgen\6.2.5.Final\hibernate-jpamodelgen-6.2.5.Final.jar
[DEBUG] Setting project property: org.hibernate.validator:hibernate-validator:jar -> C:\Users\Administrator.m2\repository\org\hibernate\validator\hibernate-validator\8.0.0.Final\hibernate-validator-8.0.0.Final.jar
[DEBUG] Setting project property: jakarta.validation:jakarta.validation-api:jar -> C:\Users\Administrator.m2\repository\jakarta\validation\jakarta.validation-api\3.0.2\jakarta.validation-api-3.0.2.jar
[DEBUG] Setting project property: org.liquibase:liquibase-core:jar -> C:\Users\Administrator.m2\repository\org\liquibase\liquibase-core\4.20.0\liquibase-core-4.20.0.jar
[DEBUG] Setting project property: javax.xml.bind:jaxb-api:jar -> C:\Users\Administrator.m2\repository\javax\xml\bind\jaxb-api\2.3.1\jaxb-api-2.3.1.jar
[DEBUG] Setting project property: javax.activation:javax.activation-api:jar -> C:\Users\Administrator.m2\repository\javax\activation\javax.activation-api\1.2.0\javax.activation-api-1.2.0.jar
[DEBUG] Setting project property: org.yaml:snakeyaml:jar -> C:\Users\Administrator.m2\repository\org\yaml\snakeyaml\1.33\snakeyaml-1.33.jar
[DEBUG] Setting project property: com.opencsv:opencsv:jar -> C:\Users\Administrator.m2\repository\com\opencsv\opencsv\5.7.1\opencsv-5.7.1.jar
[DEBUG] Setting project property: org.apache.commons:commons-text:jar -> C:\Users\Administrator.m2\repository\org\apache\commons\commons-text\1.10.0\commons-text-1.10.0.jar
[DEBUG] Setting project property: org.apache.commons:commons-collections4:jar -> C:\Users\Administrator.m2\repository\org\apache\commons\commons-collections4\4.4\commons-collections4-4.4.jar
[DEBUG] Setting project property: org.mapstruct:mapstruct:jar -> C:\Users\Administrator.m2\repository\org\mapstruct\mapstruct\1.5.5.Final\mapstruct-1.5.5.Final.jar
[DEBUG] Setting project property: org.mapstruct:mapstruct-processor:jar -> C:\Users\Administrator.m2\repository\org\mapstruct\mapstruct-processor\1.5.5.Final\mapstruct-processor-1.5.5.Final.jar
[DEBUG] Setting project property: org.testcontainers:jdbc:jar -> C:\Users\Administrator.m2\repository\org\testcontainers\jdbc\1.18.3\jdbc-1.18.3.jar
[DEBUG] Setting project property: org.testcontainers:database-commons:jar -> C:\Users\Administrator.m2\repository\org\testcontainers\database-commons\1.18.3\database-commons-1.18.3.jar
[DEBUG] Setting project property: org.testcontainers:testcontainers:jar -> C:\Users\Administrator.m2\repository\org\testcontainers\testcontainers\1.18.3\testcontainers-1.18.3.jar
[DEBUG] Setting project property: junit:junit:jar -> C:\Users\Administrator.m2\repository\junit\junit\4.13.2\junit-4.13.2.jar
[DEBUG] Setting project property: org.hamcrest:hamcrest-core:jar -> C:\Users\Administrator.m2\repository\org\hamcrest\hamcrest-core\2.2\hamcrest-core-2.2.jar
[DEBUG] Setting project property: org.rnorth.duct-tape:duct-tape:jar -> C:\Users\Administrator.m2\repository\org\rnorth\duct-tape\duct-tape\1.0.8\duct-tape-1.0.8.jar
[DEBUG] Setting project property: org.jetbrains:annotations:jar -> C:\Users\Administrator.m2\repository\org\jetbrains\annotations\17.0.0\annotations-17.0.0.jar
[DEBUG] Setting project property: com.github.docker-java:docker-java-api:jar -> C:\Users\Administrator.m2\repository\com\github\docker-java\docker-java-api\3.3.0\docker-java-api-3.3.0.jar
[DEBUG] Setting project property: com.github.docker-java:docker-java-transport-zerodep:jar -> C:\Users\Administrator.m2\repository\com\github\docker-java\docker-java-transport-zerodep\3.3.0\docker-java-transport-zerodep-3.3.0.jar
[DEBUG] Setting project property: com.github.docker-java:docker-java-transport:jar -> C:\Users\Administrator.m2\repository\com\github\docker-java\docker-java-transport\3.3.0\docker-java-transport-3.3.0.jar
[DEBUG] Setting project property: net.java.dev.jna:jna:jar -> C:\Users\Administrator.m2\repository\net\java\dev\jna\jna\5.12.1\jna-5.12.1.jar
[DEBUG] Setting project property: org.testcontainers:postgresql:jar -> C:\Users\Administrator.m2\repository\org\testcontainers\postgresql\1.18.3\postgresql-1.18.3.jar
[DEBUG] Setting project property: org.springframework.boot:spring-boot-devtools:jar -> C:\Users\Administrator.m2\repository\org\springframework\boot\spring-boot-devtools\3.1.1\spring-boot-devtools-3.1.1.jar
[DEBUG] Setting project property: com.h2database:h2:jar -> C:\Users\Administrator.m2\repository\com\h2database\h2\2.1.214\h2-2.1.214.jar
[DEBUG] Setting project property: maven.project.dependencies.versions -> 8.0.0-beta.2;6.0.7;6.0.7;6.0.7;3.1.1;3.1.1;3.1.1;1.9.19;7.4;3.1.1;3.1.1;1.21;6.0.7;6.0.7;3.1.1;3.1.1;3.1.1;3.1.1;1.10.5;1.10.5;1.10.5;2.1.12;2.0.3;3.1.1;3.1.1;3.1.1;6.0.7;3.0.4;6.0.7;6.0.7;6.0.7;3.1.1;1.4.8;1.4.8;2.19.0;2.19.0;2.0.7;3.1.1;1.1.0;2.0.0;3.1.1;6.0.2;6.0.2;6.0.2;6.0.7;6.0.2;6.0.2;6.0.2;9.24.4;1.0-1;3.1.1;6.0.7;6.0.2;3.1.1;3.1.1;2.8.0;4.0.0;2.4.11;2.4.11;9.3;3.23.1;2.2;5.9.2;5.9.2;1.2.0;1.9.2;1.1.2;5.9.2;5.9.2;4.8.1;1.14.5;3.2;4.8.1;1.5.1;6.0.7;2.9.1;3.1.1;3.1.1.RELEASE;3.1.1.RELEASE;2.0.6.RELEASE;1.1.6.RELEASE;3.1.1;2.3.7.Final;3.8.8.Final;1.5.4.Final;1.0.1.Final;3.8.8.Final;3.5.0.Final;2.3.7.Final;6.0.0;2.3.7.Final;2.1.0;2.1.0;10.1.10;3.1.1;3.1.1;2.14.2;2.14.2;6.0.7;6.0.7;3.1.1;3.1.1;6.0.2;3.0.4;6.0.2;2.1.0;2.1.0;2.2.9;2.2.9;2.2.9;2.14.2;2.15.2;2.0.1;2.14.2;2.14.2;2.14.2;0.8.1;2.14.2;2.14.2;2.14.2;2.1.2;1.0.1;1.0.1;1.0.1;1.0.1;1.9.2;5.0.1;2.0.7;4.2.18;1.10.5;0.16.0;0.16.0;0.16.0;0.16.0;0.16.0;2.1.1;1.1.1;3.12.0;3.10.8;4.0.2;4.0.2;4.0.2;4.1.1;6.1.7.Final;3.1.0;3.5.1.Final;6.0.6.Final;2.4.2.Final;1.5.1;1.14.5;2.0.0;4.10.1;6.1.7.Final;6.2.5.Final;8.0.0.Final;3.0.2;4.20.0;2.3.1;1.2.0;1.33;5.7.1;1.10.0;4.4;1.5.5.Final;1.5.5.Final;1.18.3;1.18.3;1.18.3;4.13.2;2.2;1.0.8;17.0.0;3.3.0;3.3.0;3.3.0;5.12.1;1.18.3;3.1.1;2.1.214;
[INFO] Executing tasks
[DEBUG] Build sequence for target(s) main' is [main] [DEBUG] Complete build sequence is [main, ] [DEBUG] main: [DEBUG] Class org.apache.tools.ant.taskdefs.condition.And loaded from parent loader (parentFirst) [DEBUG] Class org.apache.tools.ant.types.resources.selectors.And loaded from parent loader (parentFirst) [DEBUG] Class org.apache.tools.ant.taskdefs.condition.FilesMatch loaded from parent loader (parentFirst) [DEBUG] [available] Searching D:\Jhipster projects\jhipsterSampleApplication\target [DEBUG] [available] Found: checksums.csv in D:\Jhipster projects\jhipsterSampleApplication\target [DEBUG] [available] Searching D:\Jhipster projects\jhipsterSampleApplication\target [DEBUG] [available] Unable to find checksums.csv.old [DEBUG] Condition false; setting skip.npm to false [DEBUG] Setting project property: skip.npm -> false [INFO] Executed tasks [DEBUG] Propagated Ant properties to Maven properties [DEBUG] Ant property 'sonar.testExecutionReportPaths=target/test-results/jest/TESTS-results-sonar.xml' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'liquibase-plugin.hibernate-dialect=org.hibernate.dialect.H2Dialect' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven-antrun-plugin.version=3.1.0' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.issue.ignore.multicriteria.UndocumentedApi.ruleKey=squid:UndocumentedApi' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'liquibase-plugin.url=jdbc:h2:file:D:\Jhipster projects\jhipsterSampleApplication\target/h2db/db/jhipstersampleapplication' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'node.version=v18.16.1' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'project.reporting.outputEncoding=UTF-8' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.sources=src' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'm2e.apt.activation=jdt_apt' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.javascript.lcov.reportPaths=target/test-results/lcov.info' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.issue.ignore.multicriteria.S4684.ruleKey=java:S4684' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.issue.ignore.multicriteria.S5145.ruleKey=javasecurity:S5145' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'jib-maven-plugin.image=eclipse-temurin:17-jre-focal' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven-jar-plugin.version=3.3.0' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven.compiler.source=17' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.exclusions=src/main/webapp/content/**/*.*, src/main/webapp/i18n/*.js, target/classes/static/**/*.*' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'npm.version=9.8.0' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'lifecycle-mapping.version=1.0.0' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'validation-api.version=3.0.2' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'profile.tls=' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.issue.ignore.multicriteria.S4684.resourceKey=src/main/java/**/*' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'liquibase-plugin.driver=org.h2.Driver' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven.version=3.2.5' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'liquibase.version=4.20.0' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'java.version=17' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'properties-maven-plugin.version=1.1.0' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.issue.ignore.multicriteria.S4502.resourceKey=src/main/java/**/*' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'h2.version=2.2.220' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.junit.reportPaths=target/surefire-reports,target/failsafe-reports' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'start-class=com.mycompany.myapp.JhipsterSampleApplicationApp' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven-failsafe-plugin.version=3.1.2' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.issue.ignore.multicriteria.S4502.ruleKey=java:S4502' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'frontend-maven-plugin.version=1.13.4' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven-eclipse-plugin.version=2.1' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven-checkstyle-plugin.version=3.3.0' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.issue.ignore.multicriteria=S3437,S4502,S4684,S5145,UndocumentedApi' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven-compiler-plugin.version=3.11.0' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven-idea-plugin.version=2.2.1' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'profile.test=testdev' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'jhipster-dependencies.version=8.0.0-beta.2' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'hibernate.version=6.1.7.Final' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'checksum-maven-plugin.version=1.11' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'argLine="-javaagent:C:\\Users\\Administrator\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.10\\org.jacoco.agent-0.8.10-runtime.jar=destfile=D:\\Jhipster projects\\jhipsterSampleApplication\\target\\jacoco.exec" -Djava.security.egd=file:/dev/./urandom -Xmx1G' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'jib-maven-plugin.version=3.3.2' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'liquibase-plugin.password=' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven-war-plugin.version=3.4.0' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven.compiler.target=17' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'git-commit-id-maven-plugin.version=6.0.0' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'profile.api-docs=' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'archunit-junit5.version=1.0.1' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'mapstruct.version=1.5.5.Final' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'profile.no-liquibase=' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'nohttp-checkstyle.version=0.0.11' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.issue.ignore.multicriteria.UndocumentedApi.resourceKey=src/main/java/**/*' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.test.inclusions=src/test/**/*.*' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'run.addResources=false' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.issue.ignore.multicriteria.S3437.ruleKey=squid:S3437' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven-enforcer-plugin.version=3.3.0' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar-maven-plugin.version=3.9.1.2184' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'spring.profiles.active=dev' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.tests=src' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'liquibase-plugin.username=jhipsterSampleApplication' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'profile.e2e=' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.projectName=jhipsterSampleApplication generated by jhipster' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven-javadoc-plugin.version=3.5.0' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.java.codeCoveragePlugin=jacoco' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.sourceEncoding=UTF-8' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven.build.timestamp.format=yyyyMMddHHmmss' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'spotless-maven-plugin.version=2.37.0' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'jacoco-maven-plugin.version=0.8.10' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven-resources-plugin.version=3.3.1' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'spring-boot.version=3.1.1' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.issue.ignore.multicriteria.S3437.resourceKey=src/main/java/**/*' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven-surefire-plugin.version=3.1.2' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'jaxb-runtime.version=4.0.3' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.coverage.jacoco.xmlReportPaths=target/site/**/jacoco*.xml' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven-clean-plugin.version=3.3.1' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'jib-maven-plugin.architecture=amd64' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'maven-site-plugin.version=3.12.1' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.projectKey=jhipsterSampleApplication' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.issue.ignore.multicriteria.S5145.resourceKey=src/main/java/**/*' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'sonar.host.url=http://localhost:9001' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'checkstyle.version=10.12.1' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'modernizer-maven-plugin.version=2.6.0' clashs with an existing Maven property, SKIPPING this Ant property propagation. [DEBUG] Ant property 'project.build.sourceEncoding=UTF-8' clashs with an existing Maven property, SKIPPING this Ant property propagation. [INFO] [INFO] --- frontend:1.13.4:install-node-and-npm (install-node-and-npm) @ jhipster-sample-application --- [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=17800, ConflictMarker.markTime=13400, ConflictMarker.nodeCount=17, ConflictIdSorter.graphTime=6100, ConflictIdSorter.topsortTime=9300, ConflictIdSorter.conflictIdCount=15, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=85000, ConflictResolver.conflictItemCount=17, DfDependencyCollector.collectTime=21574300, DfDependencyCollector.transformTime=145100} [DEBUG] com.github.eirslett:frontend-maven-plugin:jar:1.13.4 [DEBUG] com.github.eirslett:frontend-plugin-core:jar:1.13.4:compile [DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.13.0:compile [DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.13.4.2:compile [DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4:compile [DEBUG] org.apache.commons:commons-compress:jar:1.21:compile [DEBUG] commons-io:commons-io:jar:2.11.0:compile [DEBUG] org.apache.commons:commons-exec:jar:1.3:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.13:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.13:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] commons-codec:commons-codec:jar:1.11:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:4.0.0:compile [DEBUG] org.slf4j:slf4j-api:jar:1.7.5:compile [DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile [DEBUG] Created new class realm plugin>com.github.eirslett:frontend-maven-plugin:1.13.4 [DEBUG] Importing foreign packages into class realm plugin>com.github.eirslett:frontend-maven-plugin:1.13.4 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm plugin>com.github.eirslett:frontend-maven-plugin:1.13.4 [DEBUG] Included: com.github.eirslett:frontend-maven-plugin:jar:1.13.4 [DEBUG] Included: com.github.eirslett:frontend-plugin-core:jar:1.13.4 [DEBUG] Included: com.fasterxml.jackson.core:jackson-core:jar:2.13.0 [DEBUG] Included: com.fasterxml.jackson.core:jackson-databind:jar:2.13.4.2 [DEBUG] Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.21 [DEBUG] Included: commons-io:commons-io:jar:2.11.0 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.3 [DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.5.13 [DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.4.13 [DEBUG] Included: commons-logging:commons-logging:jar:1.2 [DEBUG] Included: commons-codec:commons-codec:jar:1.11 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:4.0.0 [DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7 [DEBUG] Loading mojo com.github.eirslett:frontend-maven-plugin:1.13.4:install-node-and-npm from plugin realm ClassRealm[plugin>com.github.eirslett:frontend-maven-plugin:1.13.4, parent: java.net.URLClassLoader@42110406] [DEBUG] Configuring mojo execution 'com.github.eirslett:frontend-maven-plugin:1.13.4:install-node-and-npm:install-node-and-npm' with basic configurator --> [DEBUG] (f) installDirectory = D:\Jhipster projects\jhipsterSampleApplication\target [DEBUG] (f) nodeVersion = v18.16.1 [DEBUG] (f) npmDownloadRoot = https://registry.npmjs.org/npm/-/ [DEBUG] (f) npmVersion = 9.8.0 [DEBUG] (f) project = MavenProject: com.mycompany.myapp:jhipster-sample-application:0.0.1-SNAPSHOT @ D:\Jhipster projects\jhipsterSampleApplication\pom.xml [DEBUG] (f) repositorySystemSession = org.eclipse.aether.DefaultRepositorySystemSession@4cdba2ed [DEBUG] (f) session = org.apache.maven.execution.MavenSession@4d266391 [DEBUG] (f) skipTests = false [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) workingDirectory = D:\Jhipster projects\jhipsterSampleApplication [DEBUG] (f) execution = com.github.eirslett:frontend-maven-plugin:1.13.4:install-node-and-npm {execution: install-node-and-npm} [DEBUG] -- end configuration -- [DEBUG] Executing command line [D:\Jhipster projects\jhipsterSampleApplication\target\node\node.exe, --version] [DEBUG] Exit value 0 [INFO] Node v18.16.1 is already installed. [INFO] NPM 9.8.0 is already installed. [INFO] [INFO] --- frontend:1.13.4:npm (npm install) @ jhipster-sample-application --- [DEBUG] Loading mojo com.github.eirslett:frontend-maven-plugin:1.13.4:npm from plugin realm ClassRealm[plugin>com.github.eirslett:frontend-maven-plugin:1.13.4, parent: java.net.URLClassLoader@42110406] [DEBUG] Configuring mojo execution 'com.github.eirslett:frontend-maven-plugin:1.13.4:npm:npm install' with basic configurator --> [DEBUG] (f) arguments = install [DEBUG] (f) installDirectory = D:\Jhipster projects\jhipsterSampleApplication\target [DEBUG] (f) npmInheritsProxyConfigFromMaven = true [DEBUG] (f) project = MavenProject: com.mycompany.myapp:jhipster-sample-application:0.0.1-SNAPSHOT @ D:\Jhipster projects\jhipsterSampleApplication\pom.xml [DEBUG] (f) repositorySystemSession = org.eclipse.aether.DefaultRepositorySystemSession@4cdba2ed [DEBUG] (f) session = org.apache.maven.execution.MavenSession@4d266391 [DEBUG] (f) skip = false [DEBUG] (f) skipTests = false [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) workingDirectory = D:\Jhipster projects\jhipsterSampleApplication [DEBUG] (f) execution = com.github.eirslett:frontend-maven-plugin:1.13.4:npm {execution: npm install} [DEBUG] -- end configuration -- [INFO] Running 'npm install' in D:\Jhipster projects\jhipsterSampleApplication [DEBUG] Executing command line [D:\Jhipster projects\jhipsterSampleApplication\target\node\node.exe, D:\Jhipster projects\jhipsterSampleApplication\target\node\node_modules\npm\bin\npm-cli.js, install] [INFO] [INFO] > jhipster-sample-application@0.0.0 prepare [INFO] > husky install [INFO] [INFO] fatal: not a git repository (or any of the parent directories): .git [INFO] husky - git command not found, skipping install [INFO] [INFO] up to date, audited 1762 packages in 3s [INFO] [INFO] 311 packages are looking for funding [INFO] run npm fundfor details [INFO] [INFO] 4 moderate severity vulnerabilities [INFO] [INFO] To address all issues (including breaking changes), run: [INFO] npm audit fix --force [INFO] [INFO] Runnpm audit` for details.
[DEBUG] Exit value 0
[INFO]
[INFO] — frontend:1.13.4:npm (webapp build dev) @ jhipster-sample-application —
[DEBUG] Loading mojo com.github.eirslett:frontend-maven-plugin:1.13.4:npm from plugin realm ClassRealm[plugin>com.github.eirslett:frontend-maven-plugin:1.13.4, parent: java.net.URLClassLoader@42110406]
[DEBUG] Configuring mojo execution ‘com.github.eirslett:frontend-maven-plugin:1.13.4:npm:webapp build dev’ with basic configurator

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值