Fix the distribution artifact name
[smart-dao.git] / README
blob903651f1cc5ac3471db462d84f4bb83ae01059d8
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 &&
21 mvn install -Dbuild.complete.dist=true -Dmaven.test.skip=true
23 It has to be built like this for this - http://jira.codehaus.org/browse/MNG-4129
24 Once this is solved a single command can serve the purpose. Also please use
25 Maven 2.1.0 for building this project.