The project structure of this project is the following: Project |-pom.xml: Maven 2 configuration file. `-src |-main: Project source code, resources and configuration | |-java: Java source code | |-resources: Resources needed by the code (resource bundles, images, etc.) |`-javadoc: Javadoc common resources `-test: Unit tests source code, resources and configuration |-java: Unit tests java source code `-resources: Resources needed by the test code (resource bundles, images, etc.) Look at the main folders for a README.txt file with more information on the contents of each folder.