workflow for maven build.
the workflow should compile all our java classes and can be defined in .github/workflows/build.yml
to start the branch get the latest dev branch than use git checkout -b feature/maven`
Definition of Done:
- defined by a working
pom.xml
- all classes compile without error in workflow pipeline
- commits that perform the recommended file structure via renames
workflow for maven build.
the workflow should compile all our java classes and can be defined in
.github/workflows/build.ymlto start the branch get the latest dev branch than use
git checkout -bfeature/maven`Definition of Done:
pom.xml