Skip to content

RTECO-1647 - Add support for Maven Wrapper (mvnw) command - #3615

Merged
fluxxBot merged 5 commits into
masterfrom
RTECO-1647-mvnwork
Jul 28, 2026
Merged

RTECO-1647 - Add support for Maven Wrapper (mvnw) command#3615
fluxxBot merged 5 commits into
masterfrom
RTECO-1647-mvnwork

Conversation

@fluxxBot

@fluxxBot fluxxBot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor
  • All tests have passed. If this feature is not already covered by the tests, new tests have been added.
  • The pull request is targeting the master branch.
  • The code has been validated to compile successfully by running go vet ./....
  • The code has been formatted properly using go fmt ./....

  • 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.

@fluxxBot fluxxBot added the improvement Automatically generated release notes label Jul 23, 2026
@fluxxBot fluxxBot added the safe to test Approve running integration tests on a pull request label Jul 23, 2026
@fluxxBot fluxxBot added safe to test Approve running integration tests on a pull request jfrog-internal Items created by jfrog employees and removed safe to test Approve running integration tests on a pull request labels Jul 23, 2026
Comment thread buildtools/cli.go
Comment thread buildtools/cli.go
fluxxBot added 4 commits July 28, 2026 17:57
- 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
fluxxBot force-pushed the RTECO-1647-mvnwork branch from 1728dd5 to aaa7986 Compare July 28, 2026 12:31
@fluxxBot
fluxxBot enabled auto-merge (squash) July 28, 2026 12:36
@github-actions

Copy link
Copy Markdown
Contributor

👍 Frogbot scanned this pull request and did not find any new security issues.


@fluxxBot
fluxxBot merged commit e76fe1a into master Jul 28, 2026
107 checks passed
@fluxxBot
fluxxBot deleted the RTECO-1647-mvnwork branch July 28, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Automatically generated release notes jfrog-internal Items created by jfrog employees safe to test Approve running integration tests on a pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants