Please create a Maven github action to automatically test and build a JAR for every commit: - https://docs.github.com/en/actions/guides/building-and-testing-java-with-maven Define Maven `pom.xml` Define Maven folder structure: - `/src/main/java` - `/src/main/ressources` - `/src/test/java` - `/src/main/ressources` Move JUnit dependencies to Maven test scope only