RTECO-1647 - Add support for Maven Wrapper (mvnw) command - #3615
Merged
Conversation
naveenku-jfrog
approved these changes
Jul 27, 2026
agrasth
approved these changes
Jul 28, 2026
- Introduced a new command "mvnw" in cli.go to run Maven builds using the project's Maven Wrapper. - Created help documentation for the mvnw command in help.go. - Updated go.mod to include a dependency on jfrog-cli-artifactory. - Added tests for the new mvnw command in maven_test.go to validate its behavior in native mode. - Included necessary Maven Wrapper files (MavenWrapperDownloader.java, maven-wrapper.jar, maven-wrapper.properties, mvnw, mvnw.cmd) in the test data for proper execution. - Created a sample pom.xml for testing Maven projects with the wrapper.
…retty to v6.8.3, properties to v1.18.11, runewidth to v0.0.27, and mod to v0.37.0
fluxxBot
force-pushed
the
RTECO-1647-mvnwork
branch
from
July 28, 2026 12:31
1728dd5 to
aaa7986
Compare
fluxxBot
enabled auto-merge (squash)
July 28, 2026 12:36
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

masterbranch.go vet ./....go fmt ./....