yegor256 / takes

True Object-Oriented Java Web Framework without NULLs, Static Methods, Annotations, and Mutable Objects
https://www.takes.org/
MIT License
810 stars 201 forks source link

chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3 #1175

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.codehaus.mojo:exec-maven-plugin (source) 1.6.0 -> 3.5.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mojohaus/exec-maven-plugin (org.codehaus.mojo:exec-maven-plugin) ### [`v3.5.0`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.5.0) [Compare Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.4.1...3.5.0) #### πŸš€ New features and improvements - Add toolchain java path to environment variables in ExecMojo ([#​455](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/455)) [@​michalm2000](https://redirect.github.com/michalm2000) #### πŸ› Bug Fixes - [#​322](https://redirect.github.com/mojohaus/exec-maven-plugin/issues/322), enable to control the exec:java interaction with JVM classloader more finely ([#​337](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/337)) [@​rmannibucau](https://redirect.github.com/rmannibucau) #### πŸ“¦ Dependency updates - Bump org.codehaus.mojo:mojo-parent from 85 to 86 ([#​445](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/445)) [@​dependabot](https://redirect.github.com/dependabot) - Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/it/projects/project6/project5lib ([#​451](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/451)) [@​dependabot](https://redirect.github.com/dependabot) - Bump asm.version from 9.7 to 9.7.1 ([#​452](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/452)) [@​dependabot](https://redirect.github.com/dependabot) - Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/it/projects/setup-parent ([#​450](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/450)) [@​dependabot](https://redirect.github.com/dependabot) - Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/test/projects/project13 ([#​449](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/449)) [@​dependabot](https://redirect.github.com/dependabot) - Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 ([#​447](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/447)) [@​dependabot](https://redirect.github.com/dependabot) #### πŸ‘» Maintenance - Update site descriptor to 2.0.0 ([#​457](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/457)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) - Toolchains manual improvements ([#​456](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/456)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) - Manage version of maven-toolchains-plugin ([#​454](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/454)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) ### [`v3.4.1`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.4.1) [Compare Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.4.0...3.4.1) #### πŸ› Bug Fixes - Environment variable Path should be used as case-insensitive ([#​442](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/442)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) - fix: NPE because declared MavenSession field hides field of superclass ([#​439](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/439)) [@​sebthom](https://redirect.github.com/sebthom) #### πŸ“¦ Dependency updates - Bump org.codehaus.mojo:mojo-parent from 84 to 85 ([#​441](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/441)) [@​dependabot](https://redirect.github.com/dependabot) #### πŸ‘» Maintenance - Remove redundant spotless configuration ([#​440](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/440)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) #### πŸ”§ Build - Use Maven4 enabled with GH Action ([#​443](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/443)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) - Use shared release drafter GH Action ([#​444](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/444)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) ### [`v3.4.0`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.4.0) [Compare Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.3.0...3.4.0) #### πŸš€ New features and improvements - Allow `` to be specified for the exec:exec goal ([#​432](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/432)) [@​sebthom](https://redirect.github.com/sebthom) #### πŸ› Bug Fixes - Do not get UPPERCASE env vars ([#​427](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/427)) [@​wheezil](https://redirect.github.com/wheezil) #### πŸ“¦ Dependency updates - Bump org.codehaus.mojo:mojo-parent from 82 to 84 ([#​434](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/434)) [@​dependabot](https://redirect.github.com/dependabot) - Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 ([#​431](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/431)) [@​dependabot](https://redirect.github.com/dependabot) #### πŸ‘» Maintenance - Remove Log4j 1.2.x from ITs ([#​437](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/437)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) #### πŸ”§ Build - Use Maven 3.9.7 and 4.0.0-beta-3 ([#​433](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/433)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) ### [`v3.3.0`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.3.0) [Compare Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.2.0...3.3.0) #### πŸš€ New features and improvements - Add option to include runtime and provided ([#​61](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/61)) [@​rehevkor5](https://redirect.github.com/rehevkor5) #### πŸ“¦ Dependency updates - Bump org.codehaus.mojo:mojo-parent from 80 to 82 ([#​429](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/429)) [@​dependabot](https://redirect.github.com/dependabot) - Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 ([#​424](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/424)) [@​dependabot](https://redirect.github.com/dependabot) - Bump asm.version from 9.6 to 9.7 ([#​422](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/422)) [@​dependabot](https://redirect.github.com/dependabot) - Bump apache/maven-gh-actions-shared from 3 to 4 ([#​420](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/420)) [@​dependabot](https://redirect.github.com/dependabot) ### [`v3.2.0`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.2.0) [Compare Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.1.1...3.2.0) #### πŸš€ New features and improvements - Enable to exec:java runnables and not only mains with loosely coupled injections ([#​408](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/408)) [@​rmannibucau](https://redirect.github.com/rmannibucau) - Try to get rid of legacy API which can break starting with java 17 ([#​409](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/409)) [@​rmannibucau](https://redirect.github.com/rmannibucau) #### πŸ› Bug Fixes - Fix [#​401](https://redirect.github.com/mojohaus/exec-maven-plugin/issues/401) - Maven v4 compatibility ([#​414](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/414)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) #### πŸ“¦ Dependency updates - Bump org.codehaus.mojo:mojo-parent from 78 to 80 ([#​419](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/419)) [@​dependabot](https://redirect.github.com/dependabot) - Bump commons-io:commons-io from 1.1 to 2.7 in /src/it/projects/setup-parent ([#​416](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/416)) [@​dependabot](https://redirect.github.com/dependabot) - Bump org.apache.commons:commons-exec from 1.3 to 1.4.0 ([#​405](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/405)) [@​dependabot](https://redirect.github.com/dependabot) - Bump org.codehaus.mojo:mojo-parent from 77 to 78 ([#​406](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/406)) [@​dependabot](https://redirect.github.com/dependabot) - Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0 ([#​403](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/403)) [@​dependabot](https://redirect.github.com/dependabot) - Bump org.codehaus.plexus:plexus-component-annotations from 2.1.1 to 2.2.0 ([#​404](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/404)) [@​dependabot](https://redirect.github.com/dependabot) #### πŸ‘» Maintenance - ITs improvement ([#​415](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/415)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) - Fix documentation formatting, add menu items for new examples ([#​412](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/412)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) - Execute mexec-137 also on unix family ([#​413](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/413)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) - Remove unused test ([#​410](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/410)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) #### πŸ”§ Build - Bump release-drafter/release-drafter from 5 to 6 ([#​417](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/417)) [@​dependabot](https://redirect.github.com/dependabot) ### [`v3.1.1`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.1.1) #### πŸš€ New features and improvements - Remove unused killAfter options ([#​394](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/394)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) - \[[#​391](https://redirect.github.com/mojohaus/exec-maven-plugin/issues/391)] Cope with Thread::stop being unavailable in JDK 20+ ([#​393](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/393)) [@​kriegaex](https://redirect.github.com/kriegaex) - Only prefix program output with thread name when running with multiple threads ([#​157](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/157)) [@​hankolerd](https://redirect.github.com/hankolerd) - \[[#​389](https://redirect.github.com/mojohaus/exec-maven-plugin/issues/389)] Add option 'blockSystemExit' to 'java' mojo ([#​390](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/390)) [@​kriegaex](https://redirect.github.com/kriegaex) - Require Maven 3.6.3+ ([#​385](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/385)) [@​slachiewicz](https://redirect.github.com/slachiewicz) - Ensure maven.properties can be forwarded to system properties for exec:java ([#​346](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/346)) [@​rmannibucau](https://redirect.github.com/rmannibucau) #### πŸ› Bug Fixes - Fix [#​158](https://redirect.github.com/mojohaus/exec-maven-plugin/issues/158) - Fix non ascii character handling ([#​372](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/372)) [@​jebeaudet](https://redirect.github.com/jebeaudet) - \[[#​323](https://redirect.github.com/mojohaus/exec-maven-plugin/issues/323)] exec arguments missing ([#​324](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/324)) [@​bmarwell](https://redirect.github.com/bmarwell) #### πŸ“¦ Dependency updates - Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/projects/java_module-module+mainclass ([#​382](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/382)) [@​dependabot](https://redirect.github.com/dependabot) - Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/projects/java_module-mainclass ([#​380](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/380)) [@​dependabot](https://redirect.github.com/dependabot) - Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/projects/java_module-export ([#​379](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/379)) [@​dependabot](https://redirect.github.com/dependabot) - Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/projects/longModulepath with spaces ([#​383](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/383)) [@​dependabot](https://redirect.github.com/dependabot) - Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/projects/jigsaw ([#​381](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/381)) [@​dependabot](https://redirect.github.com/dependabot) - Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/mrm/java_module ([#​378](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/378)) [@​dependabot](https://redirect.github.com/dependabot) - Bump org.codehaus.mojo:mojo-parent from 76 to 77 ([#​384](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/384)) [@​dependabot](https://redirect.github.com/dependabot) - Require Maven 3.6.3+ ([#​385](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/385)) [@​slachiewicz](https://redirect.github.com/slachiewicz) - Bump plexus-utils from 3.5.1 to 4.0.0 ([#​368](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/368)) [@​dependabot](https://redirect.github.com/dependabot) - Bump parent from 70 to 76 ([#​375](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/375)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) - Bump groovy from 3.0.17 to 3.0.18 ([#​371](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/371)) [@​dependabot](https://redirect.github.com/dependabot) - Bump groovy from 3.0.16 to 3.0.17 ([#​365](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/365)) [@​dependabot](https://redirect.github.com/dependabot) - Bump groovy from 3.0.15 to 3.0.16 ([#​363](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/363)) [@​dependabot](https://redirect.github.com/dependabot) - Bump plexus-utils from 3.5.0 to 3.5.1 ([#​362](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/362)) [@​dependabot](https://redirect.github.com/dependabot) - Bump groovy from 3.0.14 to 3.0.15 ([#​361](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/361)) [@​dependabot](https://redirect.github.com/dependabot) - Bump groovy from 3.0.13 to 3.0.14 ([#​354](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/354)) [@​dependabot](https://redirect.github.com/dependabot) - Bump mockito-core from 4.9.0 to 4.11.0 ([#​355](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/355)) [@​dependabot](https://redirect.github.com/dependabot) - Bump mockito-core from 4.8.1 to 4.9.0 ([#​347](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/347)) [@​dependabot](https://redirect.github.com/dependabot) - Bump groovy from 3.0.12 to 3.0.13 ([#​340](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/340)) [@​dependabot](https://redirect.github.com/dependabot) - Bump plexus-utils from 3.4.2 to 3.5.0 ([#​343](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/343)) [@​dependabot](https://redirect.github.com/dependabot) - Bump mockito-core from 4.7.0 to 4.8.1 ([#​344](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/344)) [@​dependabot](https://redirect.github.com/dependabot) - Bump mojo-parent from 69 to 70 ([#​329](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/329)) [@​dependabot](https://redirect.github.com/dependabot) - Bump mockito-core from 4.6.1 to 4.7.0 ([#​330](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/330)) [@​dependabot](https://redirect.github.com/dependabot) - Bump groovy from 3.0.11 to 3.0.12 ([#​325](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/325)) [@​dependabot](https://redirect.github.com/dependabot) #### πŸ‘» Maintenance - Code cleanups - use newer JDK features ([#​396](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/396)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) - Enable spotless for code formatting ([#​395](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/395)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) - Require Maven 3.6.3+ ([#​385](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/385)) [@​slachiewicz](https://redirect.github.com/slachiewicz) - ITs cleanups ([#​374](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/374)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) - Use Resolver Api for dependency resolving ([#​349](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/349)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) #### πŸ”§ Build - Workaround for concurrent access to local repository on Windows by ITs ([#​392](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/392)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski) - Use Maven 3.9.4, 3.8.8 in GitHub build ([#​377](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/377)) [@​slawekjaranowski](https://redirect.github.com/slawekjaranowski)

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

0crat commented 2 years ago

@renovate/z[bot] this pull request is too small, just 2 lines changed (less than 10), there will be no formal code review, see Β§53 and Β§28; in the future, try to make sure your pull requests are not too small; @paulodamaso/z please review this and merge or reject

yegor256 commented 2 years ago

@rultor please, try to merge

rultor commented 1 year ago

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 1 year ago

@rultor please, try to merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 6min)

[\u001b[1;31mERROR\u001b[m] Failed to execute goal \u001b[32morg.apache.maven.plugins:maven-invoker-plugin:3.3.0:run\u001b[m \u001b[1m(default)\u001b[m on project \u001b[36mtakes\u001b[m: \u001b[1;31m1 build failed. See console output above for details.\u001b[m -> \u001b[1m[Help 1]\u001b[m
\u001b[1;31morg.apache.maven.lifecycle.LifecycleExecutionException\u001b[m: \u001b[1;31mFailed to execute goal \u001b[32morg.apache.maven.plugins:maven-invoker-plugin:3.3.0:run\u001b[m \u001b[1m(default)\u001b[m on project \u001b[36mtakes\u001b[m: \u001b[1;31m1 build failed. See console output above for details.\u001b[m\u001b[m
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (\u001b[1mMojoExecutor.java:375\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (\u001b[1mMojoExecutor.java:351\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:215\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:171\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:163\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:117\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:81\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (\u001b[1mSingleThreadedBuilder.java:56\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleStarter.execute (\u001b[1mLifecycleStarter.java:128\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:294\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:192\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.execute (\u001b[1mDefaultMaven.java:105\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.execute (\u001b[1mMavenCli.java:960\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.doMain (\u001b[1mMavenCli.java:293\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.main (\u001b[1mMavenCli.java:196\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:566\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (\u001b[1mLauncher.java:282\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launch (\u001b[1mLauncher.java:225\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (\u001b[1mLauncher.java:406\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.main (\u001b[1mLauncher.java:347\u001b[m)
\u001b[1mCaused by\u001b[m: org.apache.maven.plugin.MojoFailureException: \u001b[1;31m1 build failed. See console output above for details.\u001b[m
    \u001b[1mat\u001b[m org.apache.maven.plugins.invoker.InvokerSession.handleFailures (\u001b[1mInvokerSession.java:285\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugins.invoker.InvokerMojo.processResults (\u001b[1mInvokerMojo.java:81\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugins.invoker.AbstractInvokerMojo.execute (\u001b[1mAbstractInvokerMojo.java:876\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (\u001b[1mDefaultBuildPluginManager.java:137\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (\u001b[1mMojoExecutor.java:370\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (\u001b[1mMojoExecutor.java:351\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:215\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:171\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.MojoExecutor.execute (\u001b[1mMojoExecutor.java:163\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:117\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (\u001b[1mLifecycleModuleBuilder.java:81\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (\u001b[1mSingleThreadedBuilder.java:56\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.lifecycle.internal.LifecycleStarter.execute (\u001b[1mLifecycleStarter.java:128\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:294\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.doExecute (\u001b[1mDefaultMaven.java:192\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.DefaultMaven.execute (\u001b[1mDefaultMaven.java:105\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.execute (\u001b[1mMavenCli.java:960\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.doMain (\u001b[1mMavenCli.java:293\u001b[m)
    \u001b[1mat\u001b[m org.apache.maven.cli.MavenCli.main (\u001b[1mMavenCli.java:196\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (\u001b[1mNative Method\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke (\u001b[1mNativeMethodAccessorImpl.java:62\u001b[m)
    \u001b[1mat\u001b[m jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (\u001b[1mDelegatingMethodAccessorImpl.java:43\u001b[m)
    \u001b[1mat\u001b[m java.lang.reflect.Method.invoke (\u001b[1mMethod.java:566\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (\u001b[1mLauncher.java:282\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.launch (\u001b[1mLauncher.java:225\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (\u001b[1mLauncher.java:406\u001b[m)
    \u001b[1mat\u001b[m org.codehaus.plexus.classworlds.launcher.Launcher.main (\u001b[1mLauncher.java:347\u001b[m)
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] Re-run Maven using the \u001b[1m-X\u001b[m switch to enable full debug logging.
[\u001b[1;31mERROR\u001b[m] 
[\u001b[1;31mERROR\u001b[m] For more information about the errors and possible solutions, please read the following articles:
[\u001b[1;31mERROR\u001b[m] \u001b[1m[Help 1]\u001b[m http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
\u001b[0m\u001b[0mcontainer e33d58e2a4a0c080284f7fde1c1489d8b01dcfea8061c23bb39f16296548c7a7 is dead
Tue 17 Jan 2023 10:15:05 PM CET