From c961bd752be1fb2eee707cb5c7c44d1bda0894d2 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Thu, 25 Aug 2016 16:27:23 +0200 Subject: HONEYCOMB-140 - Honeycomb Plugin Archetype Change-Id: I6e04fb769e82fb539dbd6a79bb465974796137a4 Signed-off-by: Jan Srnicek --- .../__rootArtifactId__-api/pom.xml | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml (limited to 'tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml') diff --git a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml new file mode 100644 index 000000000..a88775d8a --- /dev/null +++ b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml @@ -0,0 +1,62 @@ + + + + io.fd.honeycomb.common + api-parent + 1.0.0-SNAPSHOT + + + 4.0.0 + ${groupId} + ${rootArtifactId}-api + ${version} + bundle + + + + + org.opendaylight.mdsal.model + mdsal-model-artifacts + 0.8.2-Beryllium-SR2 + pom + import + + + + + + + org.opendaylight.mdsal.model + iana-if-type-2014-05-08 + + + org.opendaylight.mdsal.model + ietf-yang-types-20130715 + + + org.opendaylight.mdsal.model + ietf-interfaces + + + org.opendaylight.mdsal.model + ietf-inet-types-2013-07-15 + + + org.opendaylight.mdsal.model + yang-ext + + + -- cgit 1.2.3-korg