What needs to happen?
Create a Maven profile that disables some plugins to make full builds faster.
mvn -T 4 clean install -DskipTests=true -> Total time: 05:53 min (Wall Clock)
mvn -T 4 clean install -Pfast-build -> Total time: 02:36 min (Wall Clock)
Note: this profile skips spotless, too so this still needs to be done before creating the PR
Issue Priority
Priority: 2
Issue Component
Component: Other
What needs to happen?
Create a Maven profile that disables some plugins to make full builds faster.
Note: this profile skips spotless, too so this still needs to be done before creating the PR
Issue Priority
Priority: 2
Issue Component
Component: Other