[
https://issues.apache.org/jira/browse/MWRAPPER-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17182332#comment-17182332
]
Brian Oxley commented on MWRAPPER-6:
------------------------------------
I'd like to try the wrapper with Maven 3.6.3, not waiting for 3.7.0 to release.
Obviously, this issue is a blocker.
> Wrapper not working: apache-maven-wrapper missing on central
> ------------------------------------------------------------
>
> Key: MWRAPPER-6
> URL: https://issues.apache.org/jira/browse/MWRAPPER-6
> Project: Maven Wrapper
> Issue Type: Bug
> Affects Versions: 3.0.1
> Environment: OSX / Windows 10 (with Git bash)
> Reporter: Gerd Aschemann
> Priority: Blocker
> Attachments: pom.xml, simple-settings.xml
>
>
> The incorporated Maven wrapper does not yet work since the download artifacts
> are missing on Maven central.
> Calling the current Maven wrapper plugin leads to a download error:
> {code:java}
> mvn -s ~/.m2/simple-settings.xml wrapper:wrapper
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------< net.aschemann:dummy
> >-------------------------
> [INFO] Building dummy 1.0-SNAPSHOT
> [INFO] --------------------------------[ pom
> ]---------------------------------
> [INFO]
> [INFO] --- maven-wrapper-plugin:3.0.1:wrapper (default-cli) @ dummy ---
> [WARNING] The POM for org.apache.maven:apache-maven-wrapper:zip:script:3.6.3
> is missing, no dependency information available
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 0.689 s
> [INFO] Finished at: 2020-08-08T17:36:18+02:00
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-wrapper-plugin:3.0.1:wrapper (default-cli) on
> project dummy: Failure to find
> org.apache.maven:apache-maven-wrapper:zip:script:3.6.3 in
> https://repo.maven.apache.org/maven2 was cached in the local repository,
> resolution will not be reattempted until the update interval of central has
> elapsed or updates are forced -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please
> read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> {code}
> Arbitrary combinations of {{-DmavenVersion}}, {{-DwrapperVersion}},
> {{-Dtype}}, {{-U}} do not resolve the problem: Looks like the download
> scripts or jars simply do not exist?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)