geonetwork / geonetwork-microservices

GNU General Public License v2.0
13 stars 18 forks source link

org.geonetwork-opensource.cloud:gn-cloud is missing on maven #63

Closed MichalSzkibiel closed 1 year ago

MichalSzkibiel commented 1 year ago

Hi!

I'm trying to build microservice "ogc-api-records". But maven doesn't recognize any of org.geonetwork-opensource.cloud:gn-cloud repositories. I would like to know whether gn-cloud is accessible in any way

Regards

fxprunayre commented 1 year ago

How did you start the build? You need all the modules and not only ogc-api-records. Check https://github.com/geonetwork/geonetwork-microservices#build--run

MichalSzkibiel commented 1 year ago

I run ./mvnw clean install -Drelax -P-docker for whole project and build stops on gn-cloud-common-utility, due to compilation error, here is log on debug mode:

[DEBUG] incrementalBuildHelper#beforeRebuildExecution [INFO] Compiling 5 source files to C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes [DEBUG] incrementalBuildHelper#afterRebuildExecution [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.670 s [INFO] Finished at: 2022-12-09T13:27:06+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project gn-cloud-common-utility: Compilation failure -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project gn-cloud-common-utility: Compilation failure at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1224) at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:187) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) [ERROR] [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

It doesn't give any explanation, why there's compilation error and I haven't modified any code. Help, please

fxprunayre commented 1 year ago

No error earlier in the log ? Just to check you're using JDK11 ? Probably ok, the error would look like

[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ gn-cloud-microservices ---
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message:
Detected JDK Version: 1.8.0-312 is not in the allowed range 11.
[INFO] ------------------------------------------------------------------------

so it is probably fine. I've main branch building fine in various places (but not checked on Windows).

MichalSzkibiel commented 1 year ago

Actually I have something like this:

[DEBUG] Detected JDK Version: 17 is allowed in the range 11

And it is only presence of "Detected JDK Version" in log

Here is the full log:

Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: C:\Users\mszkibiel.m2\wrapper\dists\apache-maven-3.6.3-bin\1iopthnavndlasol9gbrbg6bf2\apache-maven-3.6.3 Java version: 17, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk-17 Default locale: pl_PL, platform encoding: Cp1250 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.enterprise.inject. < plexus.core [DEBUG] Imported: javax.enterprise.util. < plexus.core [DEBUG] Imported: javax.inject. < plexus.core [DEBUG] Imported: org.apache.maven. < plexus.core [DEBUG] Imported: org.apache.maven.artifact < plexus.core [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [DEBUG] Imported: org.apache.maven.cli < plexus.core [DEBUG] Imported: org.apache.maven.configuration < plexus.core [DEBUG] Imported: org.apache.maven.exception < plexus.core [DEBUG] Imported: org.apache.maven.execution < plexus.core [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [DEBUG] Imported: org.apache.maven.model < plexus.core [DEBUG] Imported: org.apache.maven.monitor < plexus.core [DEBUG] Imported: org.apache.maven.plugin < plexus.core [DEBUG] Imported: org.apache.maven.profiles < plexus.core [DEBUG] Imported: org.apache.maven.project < plexus.core [DEBUG] Imported: org.apache.maven.reporting < plexus.core [DEBUG] Imported: org.apache.maven.repository < plexus.core [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [DEBUG] Imported: org.apache.maven.settings < plexus.core [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [DEBUG] Imported: org.apache.maven.usability < plexus.core [DEBUG] Imported: org.apache.maven.wagon. < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [DEBUG] Imported: org.codehaus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus. < plexus.core [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [DEBUG] Imported: org.eclipse.aether. < plexus.core [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [DEBUG] Imported: org.eclipse.aether.version < plexus.core [DEBUG] Imported: org.fusesource.jansi. < plexus.core [DEBUG] Imported: org.slf4j. < plexus.core [DEBUG] Imported: org.slf4j.event. < plexus.core [DEBUG] Imported: org.slf4j.helpers. < plexus.core [DEBUG] Imported: org.slf4j.spi. < plexus.core [DEBUG] Populating class realm maven.api [INFO] Error stacktraces are turned on. [DEBUG] Message scheme: color [DEBUG] Message styles: debug info warning error success failure strong mojo project [DEBUG] Reading global settings from C:\Users\mszkibiel.m2\wrapper\dists\apache-maven-3.6.3-bin\1iopthnavndlasol9gbrbg6bf2\apache-maven-3.6.3\conf\settings.xml [DEBUG] Reading user settings from C:\Users\mszkibiel.m2\settings.xml [DEBUG] Reading global toolchains from C:\Users\mszkibiel.m2\wrapper\dists\apache-maven-3.6.3-bin\1iopthnavndlasol9gbrbg6bf2\apache-maven-3.6.3\conf\toolchains.xml [DEBUG] Reading user toolchains from C:\Users\mszkibiel.m2\toolchains.xml [DEBUG] Using local repository at C:\Users\mszkibiel.m2\repository [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\mszkibiel.m2\repository [INFO] Scanning for projects... [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-microservices:pom:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-parent:pom:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-support-services:pom:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-discovery:jar:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-configuring:jar:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-lib:pom:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-common-utility:jar:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-common-security:jar:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-common-index-model:jar:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-common-search:jar:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-common-error:jar:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-common-view:jar:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-common-persistence:jar:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-common-standards:jar:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-standards:pom:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-standard-iso19139:jar:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-services:pom:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-authorizing:jar:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-indexing:jar:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-searching:jar:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-gateway:jar:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] Extension realms for project org.geonetwork-opensource.cloud:gn-cloud-ogc-api-records-service:jar:0.3-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] GeoNetwork common utility [jar] [INFO] GeoNetwork common security [jar] [INFO] GeoNetwork common error [jar] [INFO] GeoNetwork common index model [jar] [INFO] GeoNetwork common search [jar] [INFO] GeoNetwork common standard [jar] [INFO] GeoNetwork common view [jar] [INFO] GeoNetwork common error [jar] [INFO] GeoNetwork standards [pom] [INFO] GeoNetwork standard / ISO 19139 [jar] [INFO] GeoNetwork services [pom] [INFO] GeoNetwork authorizing app [jar] [INFO] GeoNetwork indexing app [jar] [INFO] GeoNetwork search app [jar] [INFO] GeoNetwork gateway service [jar] [INFO] GeoNetwork OGC API Records service [jar] [DEBUG] === REACTOR BUILD PLAN ================================================ [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-common-utility:jar:0.3-SNAPSHOT [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-common-security:jar:0.3-SNAPSHOT [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-common-persistence:jar:0.3-SNAPSHOT [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-common-index-model:jar:0.3-SNAPSHOT [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-common-search:jar:0.3-SNAPSHOT [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-common-standards:jar:0.3-SNAPSHOT [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-common-view:jar:0.3-SNAPSHOT [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-common-error:jar:0.3-SNAPSHOT [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-standards:pom:0.3-SNAPSHOT [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-standard-iso19139:jar:0.3-SNAPSHOT [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-services:pom:0.3-SNAPSHOT [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-authorizing:jar:0.3-SNAPSHOT [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-indexing:jar:0.3-SNAPSHOT [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-searching:jar:0.3-SNAPSHOT [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-gateway:jar:0.3-SNAPSHOT [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-ogc-api-records-service:jar:0.3-SNAPSHOT [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ======================================================================= [INFO] [INFO] ------< org.geonetwork-opensource.cloud:gn-cloud-common-utility >------- [INFO] Building GeoNetwork common utility 0.3-SNAPSHOT [1/16] [INFO] --------------------------------[ jar ]--------------------------------- [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-te st-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-te st-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-te st-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-te st-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-te st-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-te st-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-te st-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-te st-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-te st-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-te st-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-te st-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-te st-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.geonetwork-opensource.cloud:gn-cloud-common-utility:0.3-SNAPSHOT [DEBUG] Dependencies (collect): [test] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [OSGeo (https://repo.osgeo.org/repository/release/, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)] [DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose}

[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${rules} ${enforcer.fail} ${enforcer.failFast} ${enforcer.ignoreCache} 3.6.3 11 ${enforcer.skip}

[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${maven.resources.skip}

[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${maven.compiler.compilerId} ${maven.compiler.compilerReuseStrategy} ${maven.compiler.compilerVersion} true ${maven.compiler.debuglevel} UTF-8 ${maven.compiler.executable} ${maven.compiler.failOnError} ${maven.compiler.failOnWarning} ${maven.compiler.forceJavacCompilerUse} true 256M ${maven.compiler.meminitial} ${maven.compiler.optimize} ${maven.compiler.parameters} 11 ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.main.skip} ${maven.compiler.skipMultiThreadWarning} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.useIncrementalCompilation} ${maven.compiler.verbose}

[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:3.0.2: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.8.1:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${maven.compiler.compilerId} ${maven.compiler.compilerReuseStrategy} ${maven.compiler.compilerVersion} true ${maven.compiler.debuglevel} UTF-8 ${maven.compiler.executable} ${maven.compiler.failOnError} ${maven.compiler.failOnWarning} ${maven.compiler.forceJavacCompilerUse} true 256M ${maven.compiler.meminitial} ${maven.compiler.optimize} ${maven.compiler.parameters} 11 ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.test.skip} ${maven.compiler.skipMultiThreadWarning} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.testRelease} ${maven.compiler.testSource} ${maven.compiler.testTarget} ${maven.compiler.useIncrementalCompilation} ${maven.compiler.verbose}

[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${maven.test.additionalClasspath} ${argLine} ${childDelegation} ${maven.test.dependency.excludes} ${maven.surefire.debug} ${dependenciesToScan} ${disableXmlReport} ${enableAssertions} ${surefire.encoding} ${excludedGroups} ${surefire.excludesFile} ${surefire.failIfNoSpecifiedTests} ${failIfNoTests} ${forkCount} ${forkMode} ${surefire.exitTimeout} ${surefire.timeout} ${groups} ${surefire.includesFile} ${junitArtifactName} ${junitPlatformArtifactName} ${jvm} ${objectFactory} ${parallel} ${parallelOptimized} ${surefire.parallel.forcedTimeout} ${surefire.parallel.timeout} ${perCoreThreadCount} ${plugin.artifactMap} ${surefire.printSummary} ${project.artifactMap} ${maven.test.redirectTestOutputToFile} ${surefire.reportFormat} ${surefire.reportNameSuffix} ${surefire.rerunFailingTestsCount} ${reuseForks} ${surefire.runOrder} ${surefire.shutdown} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skip.exec} ${skipTests} ${surefire.suiteXmlFiles} ${tempDir} ${test} ${maven.test.failure.ignore} ${testNGArtifactName} ${threadCount} ${threadCountClasses} ${threadCountMethods} ${threadCountSuites} ${trimStackTrace} ${surefire.useFile} ${surefire.useManifestOnlyJar} ${surefire.useSystemClassLoader} ${useUnlimitedThreads} ${basedir}

[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${jar.finalName} ${jar.forceCreation} ${jar.skipIfEmpty} ${jar.useDefaultManifestFile}

[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-source-plugin:3.2.1:jar-no-fork (attach-sources) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${maven.source.attach} ${maven.source.classifier} ${maven.source.excludeResources} ${maven.source.forceCreation} ${maven.source.includePom} ${maven.source.skip} ${maven.source.useDefaultExcludes} ${maven.source.useDefaultManifestFile}

[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

${createChecksum} ${installAtEnd} ${localRepository} ${maven.install.skip} ${updateReleaseInfo}

[DEBUG] ======================================================================= [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1179900, ConflictMarker.markTime=165400, ConflictMarker.nodeCount=15, ConflictIdSorter.graphTime=678600, ConflictIdSorter.topsortTime=436600, ConflictIdSorter.conflict IdCount=10, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2810300, ConflictResolver.conflictItemCount=14, DefaultDependencyCollector.collectTime=36865200, DefaultDependencyCollector.transformTime=7167700}
[DEBUG] org.geonetwork-opensource.cloud:gn-cloud-common-utility:jar:0.3-SNAPSHOT [DEBUG] javax.xml.bind:jaxb-api:jar:2.3.1:compile [DEBUG] javax.activation:javax.activation-api:jar:1.2.0:compile (version managed from 1.2.0) [DEBUG] net.sf.saxon:Saxon-HE:jar:10.2:compile [DEBUG] org.springframework:spring-context:jar:5.2.12.RELEASE:compile [DEBUG] org.springframework:spring-aop:jar:5.2.12.RELEASE:compile (version managed from 5.2.12.RELEASE) [DEBUG] org.springframework:spring-beans:jar:5.2.12.RELEASE:compile (version managed from 5.2.12.RELEASE) [DEBUG] org.springframework:spring-core:jar:5.2.12.RELEASE:compile (version managed from 5.2.12.RELEASE) [DEBUG] org.springframework:spring-jcl:jar:5.2.12.RELEASE:compile (version managed from 5.2.12.RELEASE) [DEBUG] org.springframework:spring-expression:jar:5.2.12.RELEASE:compile (version managed from 5.2.12.RELEASE) [DEBUG] org.projectlombok:lombok:jar:1.18.12:provided [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ gn-cloud-common-utility --- [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=44000, ConflictMarker.markTime=47400, ConflictMarker.nodeCount=14, ConflictIdSorter.graphTime=13900, ConflictIdSorter.topsortTime=12200, ConflictIdSorter.conflictIdCou nt=12, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=372400, ConflictResolver.conflictItemCount=14, DefaultDependencyCollector.collectTime=72142700, DefaultDependencyCollector.transformTime=544800} [DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:3.1.0 [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile [DEBUG] org.apache.maven:maven-model:jar:3.0:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile [DEBUG] commons-io:commons-io:jar:2.5:compile [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0 [DEBUG] Included: org.apache.maven.plugins:maven-clean-plugin:jar:3.1.0 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.4 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1 [DEBUG] Included: commons-io:commons-io:jar:2.5 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.1.0, parent: java.net.URLClassLoader@722c41f4] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean' with basic configurator --> [DEBUG] (f) directory = C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes [DEBUG] (f) reportDirectory = C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\test-classes [DEBUG] -- end configuration -- [INFO] Deleting C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target [INFO] Deleting file C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\maven-status\maven-compiler-plugin\compile\default-compile\inputFiles.lst [INFO] Deleting file C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\maven-status\maven-compiler-plugin\compile\default-compile\createdFiles.lst [INFO] Deleting directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\maven-status\maven-compiler-plugin\compile\default-compile [INFO] Deleting directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\maven-status\maven-compiler-plugin\compile [INFO] Deleting directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\maven-status\maven-compiler-plugin [INFO] Deleting directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\maven-status [INFO] Deleting directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\generated-sources\annotations [INFO] Deleting directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\generated-sources [INFO] Deleting file C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes\org\fao\geonet\common\xml\XsltUtil.class [INFO] Deleting file C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes\org\fao\geonet\common\xml\XmlStreamWriterDestinationInDocument.class [INFO] Deleting file C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes\org\fao\geonet\common\xml\XmlList.class [INFO] Deleting file C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes\org\fao\geonet\common\xml\ReceiverToXmlStreamWriteInDocument.class [INFO] Deleting directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes\org\fao\geonet\common\xml [INFO] Deleting file C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes\org\fao\geonet\common\MetricUtil.class [INFO] Deleting directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes\org\fao\geonet\common [INFO] Deleting directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes\org\fao\geonet [INFO] Deleting directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes\org\fao [INFO] Deleting directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes\org [INFO] Deleting directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes [INFO] Deleting directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target [DEBUG] Skipping non-existing directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes [DEBUG] Skipping non-existing directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\test-classes [DEBUG] Skipping non-existing directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ gn-cloud-common-utility --- [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=309100, ConflictMarker.markTime=193200, ConflictMarker.nodeCount=97, ConflictIdSorter.graphTime=153100, ConflictIdSorter.topsortTime=60100, ConflictIdSorter.conflictId Count=40, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2093900, ConflictResolver.conflictItemCount=96, DefaultDependencyCollector.collectTime=107357500, DefaultDependencyCollector.transformTime=2841800} [DEBUG] org.apache.maven.plugins:maven-enforcer-plugin:jar:3.0.0-M3 [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile [DEBUG] org.apache.maven:maven-model:jar:3.0:compile [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile [DEBUG] org.apache.maven:maven-core:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime [DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile (version managed from default) [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.3.0:compile [DEBUG] org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M3:compile [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile [DEBUG] junit:junit:jar:4.11: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.enforcer:enforcer-rules:jar:3.0.0-M3:compile [DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.0:compile (version managed from default) [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.1.0:compile [DEBUG] commons-io:commons-io:jar:2.5:compile [DEBUG] org.apache.commons:commons-lang3:jar:3.8.1:compile (version managed from default) [DEBUG] commons-codec:commons-codec:jar:1.12:compile (version managed from default) [DEBUG] org.beanshell:bsh:jar:2.0b4:compile [DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:2.2:compile (version managed from default) [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.4.1:compile (version managed from default) [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.4.1:compile [DEBUG] org.apache.maven:maven-compat:jar:3.0:compile (version managed from default) [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3 [DEBUG] Included: org.apache.maven.plugins:maven-enforcer-plugin:jar:3.0.0-M3 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 [DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.3.0 [DEBUG] Included: org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M3 [DEBUG] Included: junit:junit:jar:4.11 [DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.3 [DEBUG] Included: org.apache.maven.enforcer:enforcer-rules:jar:3.0.0-M3 [DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.0 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.1.0 [DEBUG] Included: commons-io:commons-io:jar:2.5 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.8.1 [DEBUG] Included: commons-codec:commons-codec:jar:1.12 [DEBUG] Included: org.beanshell:bsh:jar:2.0b4 [DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:2.2 [DEBUG] Included: org.apache.maven.resolver:maven-resolver-util:jar:1.4.1 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3, parent: java.net.URLClassLoader@722c41f4] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce' with basic configurator --> [DEBUG] (f) commandLineRules = [] [DEBUG] (s) fail = true [DEBUG] (s) failFast = false [DEBUG] (f) ignoreCache = false [DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce {execution: enforce-versions} [DEBUG] (s) project = MavenProject: org.geonetwork-opensource.cloud:gn-cloud-common-utility:0.3-SNAPSHOT @ C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\pom.xml [DEBUG] (s) version = 3.6.3 [DEBUG] (s) version = 11 [DEBUG] (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@3ae0b770, org.apache.maven.plugins.enforcer.RequireJavaVersion@55e3d6c3] [DEBUG] (s) session = org.apache.maven.execution.MavenSession@30e6a763 [DEBUG] (s) skip = false [DEBUG] -- end configuration -- [DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion [DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable. [DEBUG] Detected Maven Version: 3.6.3 [DEBUG] Detected Maven Version: 3.6.3 is allowed in the range 3.6.3. [DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireJavaVersion [DEBUG] Rule org.apache.maven.plugins.enforcer.RequireJavaVersion is cacheable. [DEBUG] Detected Java String: '17' [DEBUG] Normalized Java String: '17' [DEBUG] Parsed Version: Major: 17 Minor: 0 Incremental: 0 Build: 0 Qualifier: null [DEBUG] Detected JDK Version: 17 is allowed in the range 11. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ gn-cloud-common-utility --- [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=195700, ConflictMarker.markTime=95200, ConflictMarker.nodeCount=68, ConflictIdSorter.graphTime=145100, ConflictIdSorter.topsortTime=30000, ConflictIdSorter.conflictIdC ount=28, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1233500, ConflictResolver.conflictItemCount=67, DefaultDependencyCollector.collectTime=59979800, DefaultDependencyCollector.transformTime=1741500} [DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:3.0.2 [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile [DEBUG] org.apache.maven:maven-core:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime [DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.6:compile (version managed from default) [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [DEBUG] org.apache.maven:maven-model:jar:3.0:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile [DEBUG] org.apache.maven.shared:maven-filtering:jar:3.1.1:compile [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.0.0:compile [DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile [DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile [DEBUG] commons-io:commons-io:jar:2.5:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.24:compile [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.0.2 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.0.2 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.0.2 [DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:3.0.2 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 [DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24 [DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:3.1.1 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.0.0 [DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1 [DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7 [DEBUG] Included: commons-io:commons-io:jar:2.5 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.24 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.0.2, parent: java.net.URLClassLoader@722c41f4] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources' with basic configurator --> [DEBUG] (f) addDefaultExcludes = true [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (f) fileNameFiltering = false [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: org.geonetwork-opensource.cloud:gn-cloud-common-utility:0.3-SNAPSHOT @ C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\resources, PatternSet [includes: {}, exclu des: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@30e6a763 [DEBUG] (f) skip = false [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.NUMBER_OF_PROCESSORS=8, env.USERPROFILE=C:\Users\mszkibiel, java.specification.version=17, sun.cpu.isalist=amd64, jackson.version=2.11.4, sun.arch.data.model=64, env.PROGRAMW6432=C:\Program Files, java.v endor.url=https://java.oracle.com/, env.OS=Windows_NT, sun.boot.library.path=C:\Program Files\Java\jdk-17\bin, sun.java.command=org.apache.maven.wrapper.MavenWrapperMain clean install -Drelax -P-docker -X -rf :gn-cloud-common-utilit y, env.WRAPPER_JAR="C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices.mvn\wrapper\maven-wrapper.jar", env.SYSTEMROOT=C:\WINDOWS, jdk.debug=release, maven.version=3.6.3, java.specification.vendor=Oracle Corporation, java.vers ion.date=2021-09-14, java.home=C:\Program Files\Java\jdk-17, geonetwork.version=4.0.0-0, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.CHOCOLATEYINSTALL=C:\ProgramData\ chocolatey, env.LOCALAPPDATA=C:\Users\mszkibiel\AppData\Local, camel.version=3.5.0, env.USERDOMAIN_ROAMINGPROFILE=GISPARTNER, env.PYCHARM COMMUNITY EDITION=C:\Users\mszkibiel\AppData\Local\JetBrains\PyCharm Community Edition 2021.1. 3\bin;, user.script=, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.GDAL_VERSION=3.1.4, java.runtime.version=17+35-2724, env.PATH=C:\ProgramData\Anaconda3;C:\ProgramData\Anaconda3\Library\mingw-w64\bin;C:\ProgramData\ Anaconda3\Library\usr\bin;C:\ProgramData\Anaconda3\Library\bin;C:\Users\mszkibiel\Documents\Oracle\instantclient_21_3;C:\ProgramData\Anaconda3\Scripts;C:\ProgramData\Anaconda3\bin;C:\ProgramData\Anaconda3\condabin;C:\Python37\Script s;C:\Python37;C:\Python38\Scripts;C:\Python38;C:\Python27;C:\Python27\Scripts;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS;C:\WINDOWS\syste m32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files\TortoiseSVN\bin;C:\Program Files\GDAL;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\Program Files\apache- maven-3;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Liquid Technologies\Liquid Studio 2021\XmlDataBinder19\Redist19\cpp\win32\bin;C:\Program Files\Liquid Technologies\Liquid Studio 2021\XmlDataBinder19\Redist19\cpp\win64\bin;C:\Program Files\Inkscape\bin;C:\Program Files\Java\jdk-17\bin;C:\Users\mszkibiel\AppData\Local\Microsoft\WindowsApps;C:\Users\mszkibiel\AppData\Local\Programs\Microsoft VS Code\bi n;C:\Program Files\apache-maven-3.6.3\bin;C:\Users\mszkibiel.dotnet\tools;C:\Program Files\JetBrains\IntelliJ IDEA 2020.3\bin;C:\Users\mszkibiel\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Users\mszkibiel\AppData\Roaming\nvm;C:\ Users\mszkibiel\AppData\Local\JetBrains\PyCharm Community Edition 2021.1.3\bin;, env.PUBLIC=C:\Users\Public, env.EXEC_DIR=C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices, env.COMMONPROGRAMW6432=C:\Program Files\Common Files , file.encoding=Cp1250, env.COMPUTERNAME=DRO-WAW-MSZ, env.HOMEPATH=\Users\mszkibiel, micrometer.version=1.5.5, env.APPDATA=C:\Users\mszkibiel\AppData\Roaming, project.baseUri=file:/C:/Users/mszkibiel/IdeaProjects/geonetwork-microser vices/modules/library/common-utility/, java.io.tmpdir=C:\Users\MSZKIB~1\AppData\Local\Temp\, java.version=17, env.GEODA_GDAL_DATA=C:\Program Files\GeoDa Software\data, java.vm.specification.name=Java Virtual Machine Specification, j ts.version=1.18.1, native.encoding=Cp1250, env.POSTGIS_ENABLE_OUTDB_RASTERS=1, java.library.path=C:\Program Files\Java\jdk-17\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\ProgramData\Anaconda3;C:\ProgramData\Anacond a3\Library\mingw-w64\bin;C:\ProgramData\Anaconda3\Library\usr\bin;C:\ProgramData\Anaconda3\Library\bin;C:\Users\mszkibiel\Documents\Oracle\instantclient_21_3;C:\ProgramData\Anaconda3\Scripts;C:\ProgramData\Anaconda3\bin;C:\ProgramDa ta\Anaconda3\condabin;C:\Python37\Scripts;C:\Python37;C:\Python38\Scripts;C:\Python38;C:\Python27;C:\Python27\Scripts;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files\TortoiseSVN\bin;C:\Program Files\GDAL;C:\Program Files\Git\cmd;C:\ProgramData \chocolatey\bin;C:\Program Files\apache-maven-3;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Liquid Technologies\Liquid Studio 2021\XmlDataBinder19\Redist19\cpp\win32\bin;C:\ Program Files\Liquid Technologies\Liquid Studio 2021\XmlDataBinder19\Redist19\cpp\win64\bin;C:\Program Files\Inkscape\bin;C:\Program Files\Java\jdk-17\bin;C:\Users\mszkibiel\AppData\Local\Microsoft\WindowsApps;C:\Users\mszkibiel\App Data\Local\Programs\Microsoft VS Code\bin;C:\Program Files\apache-maven-3.6.3\bin;C:\Users\mszkibiel.dotnet\tools;C:\Program Files\JetBrains\IntelliJ IDEA 2020.3\bin;C:\Users\mszkibiel\AppData\Roaming\nvm;C:\Program Files\nodejs;C: \Users\mszkibiel\AppData\Roaming\nvm;C:\Users\mszkibiel\AppData\Local\JetBrains\PyCharm Community Edition 2021.1.3\bin;;., java.vendor=Oracle Corporation, env.ERROR_CODE=0, classworlds.conf=C:\Users\mszkibiel.m2\wrapper\dists\apach e-maven-3.6.3-bin\1iopthnavndlasol9gbrbg6bf2\apache-maven-3.6.3\bin\m2.conf, sun.io.unicode.encoding=UnicodeLittle, joda-time.version=2.10.6, env.MAVEN_JAVA_EXE="C:\Program Files\Java\jdk-17\bin\java.exe", java.vm.specification.vers ion=17, os.name=Windows 10, rdf4j.version=3.5.0, env.DOWNLOAD_URL="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar", env.=::=::\, env.GEODA_OGR_DRIVER_PATH=C:\Program Files\GeoDa Software, user.home=C:\Users\mszkibiel, maven.build.timestamp=2022-12-09T13:06:38Z, env.ONEDRIVECOMMERCIAL=C:\Users\mszkibiel\OneDrive - GISPartner Sp. z o.o, env.ALLUSERSPROFILE=C:\ProgramData, env.SESSIONNAME=Console, env.IDEA_INITIAL_DIREC TORY=C:\Users\mszkibiel\Desktop, env.PROJ_LIB=C:\Program Files\PostgreSQL\13\share\contrib\postgis-3.2\proj, path.separator=;, os.version=10.0, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW;.CPL, java.vm .name=OpenJDK 64-Bit Server VM, packaging.type=jar, swagger.version=2.1.2, relax=true, env.USERNAME=mszkibiel, os.arch=amd64, maven.multiModuleProjectDirectory=C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices, env.GDAL_DATA= C:\Program Files\PostgreSQL\13\gdal-data, env.MAVEN_PROJECTBASEDIR=C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices, java.vm.info=mixed mode, sharing, env.FPS_BROWSER_USER_PROFILE_STRING=Default, env.TEMP=C:\Users\MSZKIB~1\A ppData\Local\Temp, java.class.version=61.0, env.ONEDRIVE=C:\Users\mszkibiel\OneDrive - GISPartner Sp. z o.o, env.WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain, sun.jnu.encoding=Cp1250, javac.maxHeapSize=256M, env.NVM_HO ME=C:\Users\mszkibiel\AppData\Roaming\nvm, env.TERMINAL_EMULATOR=JetBrains-JediTerm, spring-cloud.version=Hoxton.SR8, env.FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, maven.build.version=Apache Maven 3.6.3 (cecedd343002696d0abb 50b32b541b8a6ba2883f), maven.home=C:\Users\mszkibiel.m2\wrapper\dists\apache-maven-3.6.3-bin\1iopthnavndlasol9gbrbg6bf2\apache-maven-3.6.3, sun.stderr.encoding=cp852, spring-security-oauth2-core.version=5.3.2.RELEASE, env.JAVA_HOME =C:\Program Files\Java\jdk-17, env.PROGRAMFILES=C:\Program Files, file.separator=\, java.vm.compressedOopsMode=Zero based, line.separator= , sun.stdout.encoding=cp852, env.PROMPT=$P$G, env.PROCESSOR_REVISION=8e0a, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel, env.PROGRAMDATA=C:\ProgramData, user.name=mszkibiel, spring-boot.version=2.3.8 .RELEASE, env.GEOSERVER_DATA_DIR=C:\ProgramData\GeoServer2.20, env.DRIVERDATA=C:\Windows\System32\Drivers\DriverData, env.TERM_SESSION_ID=98292f81-1430-4f42-abcc-995c31eca763, env.SYSTEMDRIVE=C:, env.VBOX_MSI_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\, env.PROGRAMFILES(X86)=C:\Program Files (x86), env.PROCESSOR_LEVEL=6, env.HOMEDRIVE=C:, env.PSMODULEPATH=C:\Users\mszkibiel\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\ WINDOWS\system32\WindowsPowerShell\v1.0\Modules, env.TMP=C:\Users\MSZKIB~1\AppData\Local\Temp, project.reporting.outputEncoding=UTF-8, sun.os.patch.level=, env.ORACLE_HOME=C:\Program Files (x86)\Oracle\instantclient_19_9, env.NVM_SY MLINK=C:\Program Files\nodejs, env.LOGONSERVER=\GISSERWER1, env.WINDIR=C:\WINDOWS, env.USERDNSDOMAIN=GISPARTNER.PL, java.class.path=C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices.mvn\wrapper\maven-wrapper.jar, env.HOME=C :\Users\mszkibiel, java.vm.vendor=Oracle Corporation, env.PROCESSOR_ARCHITECTURE=AMD64, user.variant=, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.INTELLIJ_COMMAND_HISTFILE=C:\Users\mszkibiel\AppData\Local\JetBrain s\IdeaIC2022.1\terminal\history\geonetwork-microservices-history, maven.conf=C:\Users\mszkibiel.m2\wrapper\dists\apache-maven-3.6.3-bin\1iopthnavndlasol9gbrbg6bf2\apache-maven-3.6.3/conf, sun.java.launcher=SUN_STANDARD, user.countr y=PL, env.USERDOMAIN=GISPARTNER, env.COMSPEC=C:\WINDOWS\system32\cmd.exe, sun.cpu.endian=little, fork.javac=true, user.language=pl, env.__PSLOCKDOWNPOLICY=0, env.GDAL_DRIVER_PATH=C:\OSGeo4W\bin\gdalplugins, env.ESET_OPTIONS=

                                   , env.INTELLIJ IDEA=C:\Program Files\JetBrains\IntelliJ IDEA 2020.3\bin;, env.WDIR=C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices, jetty.version=9.4.27.v20200227, env.=C:=C:\Users\msz

kibiel\IdeaProjects\geonetwork-microservices, elasticsearch.version=7.9.0, env.CONFIGSETROOT=C:\WINDOWS\ConfigSetRoot, java.runtime.name=OpenJDK Runtime Environment, project.build.sourceEncoding=UTF-8, env.CHOCOLATEYLASTPATHUPDATE=1 32427379350413433, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.ZES_ENABLE_SYSMAN=1, env.MAVEN_CMD_LINE_ARGS=clean install -Drelax -P-docker -X -rf :gn-cloud-common-utility, java.vendor.url.bug=https://bugrep ort.java.com/bugreport/, maven.test.skip=true, user.dir=C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices, env.POSTGIS_GDAL_ENABLED_DRIVERS=GTiff PNG JPEG GIF XYZ DTED USGSDEM AAIGrid, java.vm.version=17+35-2724} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\resources excludes [] includes [] [INFO] skip non existing resourceDirectory C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\resources [DEBUG] no use filter components [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gn-cloud-common-utility --- [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=322100, ConflictMarker.markTime=73800, ConflictMarker.nodeCount=118, ConflictIdSorter.graphTime=78100, ConflictIdSorter.topsortTime=31300, ConflictIdSorter.conflictIdC ount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=828200, ConflictResolver.conflictItemCount=72, DefaultDependencyCollector.collectTime=105551400, DefaultDependencyCollector.transformTime=1355900} [DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1 [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile [DEBUG] org.apache.maven:maven-model:jar:3.0:compile [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile [DEBUG] org.apache.maven:maven-core:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime [DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile (version managed from default) [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile [DEBUG] commons-io:commons-io:jar:2.5:compile [DEBUG] org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile [DEBUG] org.codehaus.plexus:plexus-java:jar:0.9.10:compile [DEBUG] org.ow2.asm:asm:jar:6.2:compile [DEBUG] com.thoughtworks.qdox:qdox:jar:2.0-M9:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.8.4:compile [DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.8.4:compile [DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.8.4:runtime [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1 [DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.4 [DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1 [DEBUG] Included: commons-io:commons-io:jar:2.5 [DEBUG] Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1 [DEBUG] Included: org.codehaus.plexus:plexus-java:jar:0.9.10 [DEBUG] Included: org.ow2.asm:asm:jar:6.2 [DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0-M9 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.8.4 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.8.4 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.8.4 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1, parent: java.net.URLClassLoader@722c41f4] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile' with basic configurator --> [DEBUG] (f) basedir = C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility [DEBUG] (f) buildDirectory = C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target [DEBUG] (f) compilePath = [C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes, C:\Users\mszkibiel.m2\repository\javax\xml\bind\jaxb-api\2.3.1\jaxb-api-2.3.1.jar, C:\Users\mszkib iel.m2\repository\javax\activation\javax.activation-api\1.2.0\javax.activation-api-1.2.0.jar, C:\Users\mszkibiel.m2\repository\net\sf\saxon\Saxon-HE\10.2\Saxon-HE-10.2.jar, C:\Users\mszkibiel.m2\repository\org\springframework\spr ing-context\5.2.12.RELEASE\spring-context-5.2.12.RELEASE.jar, C:\Users\mszkibiel.m2\repository\org\springframework\spring-aop\5.2.12.RELEASE\spring-aop-5.2.12.RELEASE.jar, C:\Users\mszkibiel.m2\repository\org\springframework\sprin g-beans\5.2.12.RELEASE\spring-beans-5.2.12.RELEASE.jar, C:\Users\mszkibiel.m2\repository\org\springframework\spring-core\5.2.12.RELEASE\spring-core-5.2.12.RELEASE.jar, C:\Users\mszkibiel.m2\repository\org\springframework\spring-jc l\5.2.12.RELEASE\spring-jcl-5.2.12.RELEASE.jar, C:\Users\mszkibiel.m2\repository\org\springframework\spring-expression\5.2.12.RELEASE\spring-expression-5.2.12.RELEASE.jar, C:\Users\mszkibiel.m2\repository\org\projectlombok\lombok\ 1.18.12\lombok-1.18.12.jar] [DEBUG] (f) compileSourceRoots = [C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\java] [DEBUG] (f) compilerId = javac [DEBUG] (f) debug = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnError = true [DEBUG] (f) failOnWarning = false [DEBUG] (f) forceJavacCompilerUse = false [DEBUG] (f) fork = true [DEBUG] (f) generatedSourcesDirectory = C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\generated-sources\annotations [DEBUG] (f) maxmem = 256M [DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile {execution: default-compile} [DEBUG] (f) optimize = false [DEBUG] (f) outputDirectory = C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes [DEBUG] (f) parameters = false [DEBUG] (f) project = MavenProject: org.geonetwork-opensource.cloud:gn-cloud-common-utility:0.3-SNAPSHOT @ C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\pom.xml [DEBUG] (f) projectArtifact = org.geonetwork-opensource.cloud:gn-cloud-common-utility:jar:0.3-SNAPSHOT [DEBUG] (s) release = 11 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@30e6a763 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) skipMultiThreadWarning = false [DEBUG] (f) source = 1.6 [DEBUG] (f) staleMillis = 0 [DEBUG] (s) target = 1.6 [DEBUG] (f) useIncrementalCompilation = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Using compiler 'javac'. [DEBUG] Adding C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\generated-sources\annotations to compile source roots: C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\java [DEBUG] New compile source roots: C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\java C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\generated-sources\annotations [DEBUG] CompilerReuseStrategy: reuseCreated [DEBUG] useIncrementalCompilation enabled [DEBUG] Stale source detected: C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\java\org\fao\geonet\common\xml\ReceiverToXmlStreamWriteInDocument.java [DEBUG] Stale source detected: C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\java\org\fao\geonet\common\xml\XmlStreamWriterDestinationInDocument.java [DEBUG] Stale source detected: C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\java\org\fao\geonet\common\xml\XsltUtil.java [DEBUG] Stale source detected: C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\java\org\fao\geonet\common\xml\XmlList.java [DEBUG] Stale source detected: C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\java\org\fao\geonet\common\MetricUtil.java [INFO] Changes detected - recompiling the module! [DEBUG] Classpath: [DEBUG] C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes [DEBUG] C:\Users\mszkibiel.m2\repository\javax\xml\bind\jaxb-api\2.3.1\jaxb-api-2.3.1.jar [DEBUG] C:\Users\mszkibiel.m2\repository\javax\activation\javax.activation-api\1.2.0\javax.activation-api-1.2.0.jar [DEBUG] C:\Users\mszkibiel.m2\repository\net\sf\saxon\Saxon-HE\10.2\Saxon-HE-10.2.jar [DEBUG] C:\Users\mszkibiel.m2\repository\org\springframework\spring-context\5.2.12.RELEASE\spring-context-5.2.12.RELEASE.jar [DEBUG] C:\Users\mszkibiel.m2\repository\org\springframework\spring-aop\5.2.12.RELEASE\spring-aop-5.2.12.RELEASE.jar [DEBUG] C:\Users\mszkibiel.m2\repository\org\springframework\spring-beans\5.2.12.RELEASE\spring-beans-5.2.12.RELEASE.jar [DEBUG] C:\Users\mszkibiel.m2\repository\org\springframework\spring-core\5.2.12.RELEASE\spring-core-5.2.12.RELEASE.jar [DEBUG] C:\Users\mszkibiel.m2\repository\org\springframework\spring-jcl\5.2.12.RELEASE\spring-jcl-5.2.12.RELEASE.jar [DEBUG] C:\Users\mszkibiel.m2\repository\org\springframework\spring-expression\5.2.12.RELEASE\spring-expression-5.2.12.RELEASE.jar [DEBUG] C:\Users\mszkibiel.m2\repository\org\projectlombok\lombok\1.18.12\lombok-1.18.12.jar [DEBUG] Source roots: [DEBUG] C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\java [DEBUG] C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\generated-sources\annotations [DEBUG] Command line options: [DEBUG] -d C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes -classpath C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes;C:\U sers\mszkibiel.m2\repository\javax\xml\bind\jaxb-api\2.3.1\jaxb-api-2.3.1.jar;C:\Users\mszkibiel.m2\repository\javax\activation\javax.activation-api\1.2.0\javax.activation-api-1.2.0.jar;C:\Users\mszkibiel.m2\repository\net\sf\sax on\Saxon-HE\10.2\Saxon-HE-10.2.jar;C:\Users\mszkibiel.m2\repository\org\springframework\spring-context\5.2.12.RELEASE\spring-context-5.2.12.RELEASE.jar;C:\Users\mszkibiel.m2\repository\org\springframework\spring-aop\5.2.12.RELEASE \spring-aop-5.2.12.RELEASE.jar;C:\Users\mszkibiel.m2\repository\org\springframework\spring-beans\5.2.12.RELEASE\spring-beans-5.2.12.RELEASE.jar;C:\Users\mszkibiel.m2\repository\org\springframework\spring-core\5.2.12.RELEASE\spring -core-5.2.12.RELEASE.jar;C:\Users\mszkibiel.m2\repository\org\springframework\spring-jcl\5.2.12.RELEASE\spring-jcl-5.2.12.RELEASE.jar;C:\Users\mszkibiel.m2\repository\org\springframework\spring-expression\5.2.12.RELEASE\spring-exp ression-5.2.12.RELEASE.jar;C:\Users\mszkibiel.m2\repository\org\projectlombok\lombok\1.18.12\lombok-1.18.12.jar; -sourcepath C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\java;C:\U sers\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\generated-sources\annotations; C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\java\org\fao\ geonet\common\xml\XmlList.java C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\java\org\fao\geonet\common\MetricUtil.java C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modu les\library\common-utility\src\main\java\org\fao\geonet\common\xml\XsltUtil.java C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\java\org\fao\geonet\common\xml\ReceiverToXmlStreamWrit eInDocument.java C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\src\main\java\org\fao\geonet\common\xml\XmlStreamWriterDestinationInDocument.java -s C:\Users\mszkibiel\IdeaProjects\geonetwork -microservices\modules\library\common-utility\target\generated-sources\annotations -g -nowarn --release 11 -encoding UTF-8 [DEBUG] incrementalBuildHelper#beforeRebuildExecution [INFO] Compiling 5 source files to C:\Users\mszkibiel\IdeaProjects\geonetwork-microservices\modules\library\common-utility\target\classes [DEBUG] incrementalBuildHelper#afterRebuildExecution [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for GeoNetwork common utility 0.3-SNAPSHOT: [INFO] [INFO] GeoNetwork common utility .......................... FAILURE [ 3.738 s] [INFO] GeoNetwork common security ......................... SKIPPED [INFO] GeoNetwork common error ............................ SKIPPED [INFO] GeoNetwork common index model ...................... SKIPPED [INFO] GeoNetwork common search ........................... SKIPPED [INFO] GeoNetwork common standard ......................... SKIPPED [INFO] GeoNetwork common view ............................. SKIPPED [INFO] GeoNetwork common error ............................ SKIPPED [INFO] GeoNetwork standards ............................... SKIPPED [INFO] GeoNetwork standard / ISO 19139 .................... SKIPPED [INFO] GeoNetwork services ................................ SKIPPED [INFO] GeoNetwork authorizing app ......................... SKIPPED [INFO] GeoNetwork indexing app ............................ SKIPPED [INFO] GeoNetwork search app .............................. SKIPPED [INFO] GeoNetwork gateway service ......................... SKIPPED [INFO] GeoNetwork OGC API Records service ................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.765 s [INFO] Finished at: 2022-12-09T14:06:40+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project gn-cloud-common-utility: Compilation failure -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project gn-cloud-common-utility: Compilation failure at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.apache.maven.wrapper.BootstrapMainStarter.start (BootstrapMainStarter.java:39) at org.apache.maven.wrapper.WrapperExecutor.execute (WrapperExecutor.java:122) at org.apache.maven.wrapper.MavenWrapperMain.main (MavenWrapperMain.java:61) Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1224) at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:187) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.apache.maven.wrapper.BootstrapMainStarter.start (BootstrapMainStarter.java:39) at org.apache.maven.wrapper.WrapperExecutor.execute (WrapperExecutor.java:122) at org.apache.maven.wrapper.MavenWrapperMain.main (MavenWrapperMain.java:61) [ERROR] [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

MichalSzkibiel commented 1 year ago

Switching to JDK 11 solved the problem, thanks for help