Tag Archives: pom

Maven Facts

Maven will never tell you which phases or goals are available in the pom, you have to guess or check the on-line documentation
Maven by default uses text files to dump the test execution results, if you want to see what’s happening on the console you have to call it with -Dsurefire.useFile=false
Maven can skip the executions [...]

Posted in General Stuff | Also tagged , , , | 1 Comment