Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded maven-download-plugin #466

Merged

Conversation

protoism
Copy link
Contributor

@protoism protoism commented Apr 12, 2023

The plugin is not building anymore.
The maven-download-plugin picks up a cached 2.8.2 plugin instead of the desired 2.7.0
See #465 and #467
Upgrading maven-download-plugin seems to fix the issue, at least on WSL

Extract of "mvn -X generate-resources"

Configuring mojo 'com.googlecode.maven-download-plugin:download-maven-plugin:1.2.1:
   (f) outputDirectory = /home/luca/gwt-eclipse-plugin/plugins/com.gwtplugins.gwt.ec
   (f) outputFileName = gwt-2.7.0.zip
   (f) overwrite = true
   (f) readTimeOut = 0
   (f) retries = 2
   (f) session = org.apache.maven.execution.MavenSession@5a4098d5
   (f) skip = false
   (f) skipCache = false
   (f) unpack = true
   (f) url = http://goo.gl/t7FQSn
 -- end configuration --
 Cache is: /home/luca/.m2/repository/.cache/maven-download-plugin
Got from cache: /home/luca/.m2/repository/.cache/maven-download-plugin/gwt-2.8.2.zip

@protoism protoism merged commit eca6e41 into gwt-plugins:main May 16, 2023
@protoism protoism deleted the features/fix_maven_gwt_download branch May 16, 2023 21:45
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.

2 participants