@EdColeman @mjwall and I were getting frustrated with our Maven build lifecycle the other day and thought it might be nice to simplify the pom down so "mvn clean verify" does the minimum amount of work.
Simplifiying the pom would help with maintainability for the project. I find myself always running "mvn clean verify -Dspotbugs.skip -DskipTests" which is fine but can still take a while. For newer developers unfamiliar with Maven appending an absurd amount of "skip" options can be a burden as well.
@EdColeman @mjwall and I were getting frustrated with our Maven build lifecycle the other day and thought it might be nice to simplify the pom down so "mvn clean verify" does the minimum amount of work.
Simplifiying the pom would help with maintainability for the project. I find myself always running "mvn clean verify -Dspotbugs.skip -DskipTests" which is fine but can still take a while. For newer developers unfamiliar with Maven appending an absurd amount of "skip" options can be a burden as well.