Add support for nested type of query parameter
[smart-dao.git] / README
blob05364bdabd6e5685c747410b462720bee16d70e4
1 ${project.description}
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 -
9 <dependency>
10     <groupId>${project.groupId}</groupId>
11     <artifactId>${project.artifactId}</artifactId>
12     <version>${project.version}</version>
13     <type>${project.packaging}</type>
14 </dependency>
16 For Developers
17 --------------
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.