From 94deffdf24f4c041cd9c909ea2593e02819d42a3 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Sun, 4 Aug 2013 23:17:16 -0500 Subject: [PATCH] Moved commons/ to commons/parent Allows for things like a local commons/checkstyle etc. Change-Id: I920af99eec7ea4af051fcd90f60ac6ef698c7889 Signed-off-by: Ed Warnicke --- README | 6 +++--- commons/{ => parent}/pom.xml | 4 ++-- distribution/opendaylight/pom.xml | 2 +- ovsdb/pom.xml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) rename commons/{ => parent}/pom.xml (96%) 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 diff --git a/commons/pom.xml b/commons/parent/pom.xml similarity index 96% rename from commons/pom.xml rename to commons/parent/pom.xml index bd66993b19..769aa938a0 100755 --- a/commons/pom.xml +++ b/commons/parent/pom.xml @@ -23,8 +23,8 @@ UTF-8 - ../ovsdb/ - ../distribution/opendaylight + ../../ovsdb/ + ../../distribution/opendaylight diff --git a/distribution/opendaylight/pom.xml b/distribution/opendaylight/pom.xml index 15509b8a15..18beff7dc0 100755 --- a/distribution/opendaylight/pom.xml +++ b/distribution/opendaylight/pom.xml @@ -11,7 +11,7 @@ http://maven.apache.org/maven-v4_0_0.xsd"> org.opendaylight.ovsdb commons.ovsdb 1.0.0-SNAPSHOT - ../../commons/ + ../../commons/parent/ distribution.ovsdb diff --git a/ovsdb/pom.xml b/ovsdb/pom.xml index 932aa901c5..1709a3609f 100755 --- a/ovsdb/pom.xml +++ b/ovsdb/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.ovsdb commons.ovsdb 1.0.0-SNAPSHOT - ../commons + ../commons/parent/ ovsdb 0.4.0-SNAPSHOT -- 2.36.6