From 36424f46ff5543c2ae475c60bb3e08f299c55799 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Sun, 10 Jan 2016 06:15:18 -0800 Subject: Initial honeycomb code commit. This commit drops the basic structure with disabled integration tests. The tests will be enabled in a follow-up patch, which sorts out the current .so loading problems. Change-Id: If70f2f13b2cf49af82996f884218ac05d335c2ed Signed-off-by: Ed Warnicke Signed-off-by: Robert Varga --- common/api-parent/pom.xml | 58 ++++++++++++++++++++ common/features-parent/pom.xml | 57 ++++++++++++++++++++ .../features-parent/src/main/features/features.xml | 16 ++++++ common/impl-parent/pom.xml | 63 ++++++++++++++++++++++ common/it-parent/pom.xml | 60 +++++++++++++++++++++ common/karaf-parent/pom.xml | 57 ++++++++++++++++++++ common/pom.xml | 54 +++++++++++++++++++ 7 files changed, 365 insertions(+) create mode 100644 common/api-parent/pom.xml create mode 100644 common/features-parent/pom.xml create mode 100644 common/features-parent/src/main/features/features.xml create mode 100644 common/impl-parent/pom.xml create mode 100644 common/it-parent/pom.xml create mode 100644 common/karaf-parent/pom.xml create mode 100644 common/pom.xml (limited to 'common') diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml new file mode 100644 index 000000000..76c2aafe7 --- /dev/null +++ b/common/api-parent/pom.xml @@ -0,0 +1,58 @@ + + + + + org.opendaylight.mdsal + binding-parent + 0.8.0-SNAPSHOT + + + + 4.0.0 + io.fd.honeycomb.common + api-parent + 1.0.0-SNAPSHOT + pom + + + + maven-checkstyle-plugin + ${checkstyle.version} + + + check-license + + check + + none + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + unpack-license + none + unpack + + + + + + diff --git a/common/features-parent/pom.xml b/common/features-parent/pom.xml new file mode 100644 index 000000000..a3dac7341 --- /dev/null +++ b/common/features-parent/pom.xml @@ -0,0 +1,57 @@ + + + + + org.opendaylight.odlparent + features-parent + 1.6.0-SNAPSHOT + + + io.fd.honeycomb.common + features-parent + 1.0.0-SNAPSHOT + 4.0.0 + pom + + + + maven-checkstyle-plugin + ${checkstyle.version} + + + check-license + + check + + none + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + unpack-license + none + unpack + + + + + + diff --git a/common/features-parent/src/main/features/features.xml b/common/features-parent/src/main/features/features.xml new file mode 100644 index 000000000..7d78e78a0 --- /dev/null +++ b/common/features-parent/src/main/features/features.xml @@ -0,0 +1,16 @@ + + + + + diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml new file mode 100644 index 000000000..ac17c8a34 --- /dev/null +++ b/common/impl-parent/pom.xml @@ -0,0 +1,63 @@ + + + + + + + org.opendaylight.controller + config-parent + 0.4.0-SNAPSHOT + + + + 4.0.0 + io.fd.honeycomb.common + impl-parent + 1.0.0-SNAPSHOT + pom + + APACHE_HEADER.txt + + + + + maven-checkstyle-plugin + ${checkstyle.version} + + + check-license + + check + + none + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + unpack-license + none + unpack + + + + + + diff --git a/common/it-parent/pom.xml b/common/it-parent/pom.xml new file mode 100644 index 000000000..9272cc4a8 --- /dev/null +++ b/common/it-parent/pom.xml @@ -0,0 +1,60 @@ + + + + + + + org.opendaylight.controller + mdsal-it-parent + 1.3.0-SNAPSHOT + + + + 4.0.0 + io.fd.honeycomb.common + it-parent + 1.0.0-SNAPSHOT + pom + + + + maven-checkstyle-plugin + ${checkstyle.version} + + + check-license + + check + + none + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + unpack-license + none + unpack + + + + + + diff --git a/common/karaf-parent/pom.xml b/common/karaf-parent/pom.xml new file mode 100644 index 000000000..253dc361b --- /dev/null +++ b/common/karaf-parent/pom.xml @@ -0,0 +1,57 @@ + + + + + org.opendaylight.controller + karaf-parent + 1.6.0-SNAPSHOT + + + 4.0.0 + io.fd.honeycomb.common + karaf-parent + 1.0.0-SNAPSHOT + pom + + + + maven-checkstyle-plugin + ${checkstyle.version} + + + check-license + + check + + none + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + unpack-license + none + unpack + + + + + + diff --git a/common/pom.xml b/common/pom.xml new file mode 100644 index 000000000..ad9f382ee --- /dev/null +++ b/common/pom.xml @@ -0,0 +1,54 @@ + + + + +io.fd.honeycomb.common + honeycomb-common-aggregator + 1.0.0-SNAPSHOT + honeycomb + pom + 4.0.0 + + 3.1.1 + + + api-parent + features-parent + impl-parent + it-parent + karaf-parent + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + + + -- cgit 1.2.3-korg