[ https://issues.apache.org/jira/browse/MNG-7666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676000#comment-17676000 ]
ASF GitHub Bot commented on MNG-7666: ------------------------------------- cstamas commented on PR #955: URL: https://github.com/apache/maven/pull/955#issuecomment-1380307949 Reason of IT failure: ``` Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.maven.plugins:maven-surefire-plugin:jar:3.0.0-M8 in central (file:target/null) ``` Basically this issue https://issues.apache.org/jira/browse/MNG-7667 > Update default binding and lifecycle plugin versions > ---------------------------------------------------- > > Key: MNG-7666 > URL: https://issues.apache.org/jira/browse/MNG-7666 > Project: Maven > Issue Type: Improvement > Components: Plugins and Lifecycle > Reporter: Tamas Cservenak > Assignee: Tamas Cservenak > Priority: Major > Fix For: 3.9.0, 4.0.0-alpha-4, 4.0.0 > > > The plugins since last update got a pretty nice overhaul, so I suggest this: > {noformat} > clean: 2.5 -> 3.2.0 > site: 3.3 -> 3.12.1 > install: 3.0.0-M1 -> 3.1.0 > deploy: 3.0.0-M2 -> 3.0.0 > resources: 2.6 -> 3.3.0 > compiler: 3.1 -> 3.10.1 > surefire: 2.12.4 -> 3.0.0-M8 > jar: 2.4 -> 3.3.0 > ejb: 2.3 -> 3.2.1 > plugin: 3.2 -> 3.7.0 > war: 2.2 -> 3.3.2 > ear: 2.8 -> 3.3.0 > rar: 2.2 -> 3.0.0 > wrapper: 3.1.0 -> 3.1.1{noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)