BUG-49 : updated the rest of ignored tests and fixed more warnings.
[bgpcep.git] / README
1 DIRECTORY ORGANIZATION
2 ======================
3
4 src/site:
5         maven site plugin templates
6
7 mockito-configuration:
8         default configuration of mockito framework
9
10 concepts:
11         Common networking concepts, shared between the protocols
12
13 util:
14         Common utility classes
15
16 framework:
17         Legacy NIO-based protocol framework, to be replaced by Netty
18
19 bgp:
20         BGP-related artifacts
21
22 pcep:
23         PCEP-related artifacts
24
25
26 HOW TO BUILD
27 ============
28 In order to build it's required to have JDK 1.7+ and Maven 3+, to get
29 a build going it's needed to:
30
31 1) Go in the root directory and run
32    "mvn clean install"
33
34 2) After successful completion, look for org.opendaylight.bgpcep artifacts
35    in your local maven repository.