A sample Maven project for demonstrating CI/CD workflows with GitHub Actions.
- Maven build configuration
- GitHub Actions CI/CD workflow
- Automated package publishing
- Java 11 or higher
- Maven 3.6+
mvn clean packageThe project uses GitHub Actions to automatically publish packages to GitHub Packages when a release is created.
MIT