3 Please consult the appropriate projects README for more details. Also note that
4 the lib includes all the dependencies of the project in one folder to find out
5 the exact dependencies please consult appropriate modules dependency report or
6 use it as a maven dependency.
8 To use with maven use the following -
10 <groupId>${project.groupId}</groupId>
11 <artifactId>${project.artifactId}</artifactId>
12 <version>${project.version}</version>
13 <type>${project.packaging}</type>
19 Also for building the project please execute the following command sequentially -
20 mvn clean install -Dbuild.complete=true -Dbuild.complete.dist=true
22 The system parameters specify to generate maven sites' and distribution
23 respectively. So for regular development they can be safely ommitted.