summaryrefslogtreecommitdiffstats
path: root/samples/samples-impl/pom.xml
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-04-09 09:45:46 +0200
committerMichal Cmarada <mcmarada@cisco.com>2019-04-29 11:55:17 +0200
commit7235eeb213a5b4b3ce980b2629e429b7becc4097 (patch)
treefd717809a66faf4f88ae840171f491b0d985942b /samples/samples-impl/pom.xml
parent6f9743cd43171d87c9f20339f9ae32f6cd5b952d (diff)
fixes for samples module
- fix package name - add copyright - fix typo - fix builder - add dependencies for minimal distribution Change-Id: Idf183f58c4343f016f7c6c2f02fa76c139dbfc70 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'samples/samples-impl/pom.xml')
-rw-r--r--samples/samples-impl/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/samples/samples-impl/pom.xml b/samples/samples-impl/pom.xml
index e5ede225c..317ff299d 100644
--- a/samples/samples-impl/pom.xml
+++ b/samples/samples-impl/pom.xml
@@ -10,14 +10,16 @@
</parent>
<modelVersion>4.0.0</modelVersion>
+ <groupId>io.fd.hc2vpp.samples</groupId>
<artifactId>samples-impl</artifactId>
<name>${project.artifactId}</name>
<version>1.19.08-SNAPSHOT</version>
+ <packaging>bundle</packaging>
<dependencies>
<!-- Api classes generated from yang model -->
<dependency>
- <groupId>io.fd.hc2vpp.common</groupId>
+ <groupId>io.fd.hc2vpp.samples</groupId>
<artifactId>samples-api</artifactId>
<version>${project.version}</version>
</dependency>