- Introduce Maven Wrapper for project builds (mvnw, mvnw.cmd, and configuration).
- Configure Jarsigner plugin for artifact signing.
- Add Maven Release Plugin for automated release management.
- Update `pom.xml` with version change to `0.0.1-SNAPSHOT`.
- Define distribution management and SCM settings.
- Add a test keystore file for signing (testkeystore.jks).
Signed-off-by: Minecon724 <git@m724.eu>