-
Notifications
You must be signed in to change notification settings - Fork 644
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
CI builds with Maven Wrapper to ensure that Maven Wrapper files and configuration are correct #1450
Comments
3 tasks
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 1, 2021
… Wrapper files and configuration are correct + Add Linux and Windows Github workflows for maven wrapper builds + Updated maven wrapper files as per maven 3.6.3
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 1, 2021
… Wrapper files and configuration are correct + Add Linux and Windows Github workflows for maven wrapper builds + Updated maven wrapper files as per maven 3.6.3
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 2, 2021
… Wrapper files and configuration are correct + Add Linux and Windows Github workflows for maven wrapper builds
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
Apr 2, 2021
… Wrapper files and configuration are correct + Add Linux and Windows Github workflows for maven wrapper builds
rohanKanojia
added a commit
to rohanKanojia/docker-maven-plugin
that referenced
this issue
May 15, 2021
… Wrapper files and configuration are correct + Add Linux and Windows Github workflows for maven wrapper builds
rohanKanojia
added a commit
that referenced
this issue
May 15, 2021
…files and configuration are correct + Add Linux and Windows Github workflows for maven wrapper builds
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Add automatic builds with Maven Wrapper into CI.
Info
mvn -v
) : n/amvn
command with builds using./mvnw
(for Linux builds) andmvnw.cmd
(for Windows builds) to ensure that Maven Wrapper works correctly. Note that Maven Wrapper caches its files under~/.m2/wrapper
, so the builds will need to ensure that this directory doesn't exist (i.e. remove this directory if it exists) before calling Maven Wrapper.The text was updated successfully, but these errors were encountered: