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 [...]
Tag Archives: maven
Maven Facts
What’s really agile?
Today we ended a scrum sprint, two weeks long.
In two weeks a team of five developers managed to setup a project using state of art tecnologies such as DRW, ActiveMQ, ServiceMix, Hibernate, Spring, Atomikos XA Transactions.
Not only we have a use case up and running and we are able to show case it to the [...]
Posted in General Stuff Also tagged activemq, agile, dao, hibernate, hudson, servicemix, spring 4 Comments
Mavenized
It’s almost two months now that I use Maven every day, I have to say that it helped me a lot, I’m much more productive.
There are, indeed things that I don’t like and problems but the dependency management is really sweet, the project setup too, with the archetypes.
Some good links to start if you’re still [...]