Description:
The project has no Maven Wrapper (mvnw, .mvn/). Contributors must install Maven themselves; CI and “run locally” instructions assume mvn is on the PATH. The Dockerfile was updated to use a Maven image, but local and CI builds would benefit from a wrapper.
Acceptance criteria:
Description:
The project has no Maven Wrapper (
mvnw,.mvn/). Contributors must install Maven themselves; CI and “run locally” instructions assumemvnis on the PATH. The Dockerfile was updated to use a Maven image, but local and CI builds would benefit from a wrapper.Acceptance criteria:
mvnw,mvnw.cmd,.mvn/)./mvnw(ormvnw.cmdon Windows) where appropriate.gitignoredoes not exclude the wrapper scripts or.mvn(except optional files like.mvn/timing.propertiesif desired)