X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=README;h=4f9664a00f0878ea18d93544a416696122415ada;hb=66aabf1aafdfbd87f141a65ba7e43f72534685db;hp=1401a994b5daf1740cd8717719f864b630a3023a;hpb=fb5f6a394d26ab3ef3c9943a6d975d60c70ae949;p=netvirt.git diff --git a/README b/README index 1401a994b5..4f9664a00f 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ DIRECTORY ORGANIZATION ====================== -- commons: contains the parent pom.xml for all ovsdb projects. +- commons/parent: contains the parent pom.xml for all ovsdb projects. - ovsdb: contains the ovsdb SB plugin - distribution/opendaylight: will build a working controller distribution based on the controller + ovsdb modules @@ -12,12 +12,12 @@ 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: -cd commons/ +cd commons/parent mvn clean install or if you want to avoid SNAPSHOT checking -cd commons/ +cd commons/parent mvn clean install -nsu HOW TO RUN