Building - HomeAdvisor/Robusto GitHub Wiki

Building

The robusto framework is very modular, allowing you to only import the modules you need. Each module comes with its own Maven POM file. If you're not familiar with Maven, you can build each module with the following command:

mvn package

This will compile the Java files, run unit tests, and create a jar file. You'll need to run this for each module you plan to use in your applications. There is also a top level Maven POM file that can be used to build every module at once.