Maven is a popular open source build tool for enterprise Java projects, designed to take much of the hard work out of the build process. Maven uses a declarative approach, where the project structure ...
Easyb is a very cool way to test your Java application in BDD-style with Java. But wouldn’t it be nice to be able to integrate your BDD stories into your Maven build process? The good news is, you can ...