Add a README file 38/638/1
authorRobert Varga <rovarga@cisco.com>
Wed, 24 Jul 2013 09:28:06 +0000 (11:28 +0200)
committerRobert Varga <rovarga@cisco.com>
Wed, 24 Jul 2013 09:28:06 +0000 (11:28 +0200)
Describes how to build the project and how the repository is organized.

Change-Id: I4ec01f75b3e53e7429d3f519bec50b5c1158de1c
Signed-off-by: Robert Varga <rovarga@cisco.com>
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..7d816de
--- /dev/null
+++ b/README
@@ -0,0 +1,38 @@
+DIRECTORY ORGANIZATION
+======================
+
+build:
+       configuration of build-time components, such as checkstyle plugin.
+
+src/site:
+       maven site plugin templates
+
+mockito-configuration:
+       default configuration of mockito framework
+
+concepts:
+       Common networking concepts, shared between the protocols
+
+util:
+       Common utility classes
+
+framework:
+       Legacy NIO-based protocol framework, to be replaced by Netty
+
+bgp:
+       BGP-related artifacts
+
+pcep:
+       PCEP-related artifacts
+
+
+HOW TO BUILD
+============
+In order to build it's required to have JDK 1.7+ and Maven 3+, to get
+a build going it's needed to:
+
+1) Go in the root directory and run
+   "mvn clean install"
+
+2) After successful completion, look for org.opendaylight.bgpcep artifacts
+   in your local maven repository.