-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
24 lines (18 loc) · 856 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
${project.description}
Please consult the appropriate projects README for more details. Also note that
the lib includes all the dependencies of the project in one folder to find out
the exact dependencies please consult appropriate modules dependency report or
use it as a maven dependency.
To use with maven use the following -
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>
<type>${project.packaging}</type>
</dependency>
For Developers
--------------
Also for building the project please execute the following command sequentially -
mvn clean install -Dbuild.complete=true -Dbuild.complete.dist=true
The system parameters specify to generate maven sites' and distribution
respectively. So for regular development they can be safely ommitted.