Add Maven Wrapper to project #27

Merged
McPringle merged 1 commit from add-maven-wrapper into main 2026-04-29 09:18:04 +02:00
McPringle commented 2026-04-28 16:20:46 +02:00 (Migrated from github.com)

This PR introduces the Maven Wrapper to the project.

The Maven Wrapper allows building the project without requiring a preinstalled Maven version. It ensures that all contributors and CI environments use a consistent and reproducible Maven setup.

Changes

  • Add mvnw and mvnw.cmd scripts
  • Add .mvn/wrapper directory with configuration

Benefits

  • Consistent Maven version across environments
  • Simplified onboarding (no local Maven installation required)
  • Improved CI reliability and reproducibility
**This PR introduces the Maven Wrapper to the project.** The Maven Wrapper allows building the project without requiring a preinstalled Maven version. It ensures that all contributors and CI environments use a consistent and reproducible Maven setup. ## Changes - Add `mvnw` and `mvnw.cmd` scripts - Add `.mvn/wrapper` directory with configuration ## Benefits - Consistent Maven version across environments - Simplified onboarding (no local Maven installation required) - Improved CI reliability and reproducibility
Sign in to join this conversation.
No description provided.