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
- produces a usable zip similar to the original on branch named
feature/maven
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.xmlfeature/maven