Skip to content

Update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3#97

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x
Open

Update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3#97
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 27, 2022

This PR contains the following updates:

Package Change Age Confidence
org.apache.maven.plugins:maven-enforcer-plugin (source) 1.3.13.6.3 age confidence

Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

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

@0crat
Copy link
Copy Markdown

0crat commented Sep 27, 2022

@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; @yegor256/z please review this and merge or reject

@yegor256
Copy link
Copy Markdown
Member

@rultor merge

@rultor
Copy link
Copy Markdown
Contributor

rultor commented Sep 28, 2022

@rultor merge

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

@rultor
Copy link
Copy Markdown
Contributor

rultor commented Sep 28, 2022

@rultor merge

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

[INFO] Finished at: 2022-09-28T05:34:04Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.1.0:enforce (enforce-maven-same-versions) on project jcabi-maven-plugin: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.1.0:enforce (enforce-maven-same-versions) on project jcabi-maven-plugin: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed.
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
    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:294)
    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:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    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.MojoExecutionException: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed.
    at org.apache.maven.plugins.enforcer.EnforceMojo.execute (EnforceMojo.java:260)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
    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:294)
    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:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    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] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
\u001b[0m\u001b[0mcontainer 973155202a4bc010cd43ad97a9b5ec3a1f49e0d7efd258e8cf66609b1a2d5245 is dead
Wed 28 Sep 2022 07:36:58 AM CEST

@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from d7a7a36 to 310d422 Compare September 28, 2022 05:51
@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from 310d422 to b97adf1 Compare January 17, 2023 18:54
@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from b97adf1 to 9780703 Compare February 1, 2023 01:49
@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from 9780703 to 943ecd1 Compare April 4, 2023 23:08
@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from 943ecd1 to cd18d50 Compare May 28, 2023 06:03
@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from cd18d50 to 3a18c20 Compare August 22, 2023 21:24
@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from 3a18c20 to 7ec826b Compare September 10, 2023 21:55
@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from 7ec826b to 7ed1213 Compare November 16, 2023 12:44
@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from 7ed1213 to 2352e42 Compare May 30, 2024 08:32
@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from 2352e42 to bc01e58 Compare March 3, 2025 12:49
@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from bc01e58 to 12182c7 Compare July 2, 2025 14:38
@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from 12182c7 to 02a2a43 Compare July 16, 2025 03:44
@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from 02a2a43 to cc0b567 Compare October 2, 2025 19:22
@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from cc0b567 to f83cec9 Compare February 2, 2026 19:31
@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from f83cec9 to ee0ac80 Compare April 1, 2026 17:47
@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from ee0ac80 to b6012dd Compare May 14, 2026 16:32
@renovate renovate Bot force-pushed the renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x branch from b6012dd to 0d04603 Compare May 18, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants