aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-config-params
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-02-08 18:14:22 -0500
committerTakamune Cho <tc012c@att.com>2018-02-09 14:47:12 +0000
commite5bdbcfa5b3ede207e675c6326e18e0edba84d2f (patch)
tree9e3bbdc89fe2ec7d7528602e5cb81e5d7263891a /appc-config/appc-config-params
parent31fad62422ebe4d5ec68fa3ae1bfd6d31df01dc2 (diff)
Add appc-yang to install package
The appc-config-params feature is expecting the appc-yang-generator jar file to be in the opendaylight folder. It was relying on it being extracted from appc-artifact-handler, but artifact-handler can't install without config-params being installed. It needs to be included in the installer zip of appc-config-params. Change-Id: I3f6d4c63499925a945645099be18ebe51da5eaf1 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-587
Diffstat (limited to 'appc-config/appc-config-params')
-rw-r--r--appc-config/appc-config-params/installer/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/appc-config/appc-config-params/installer/pom.xml b/appc-config/appc-config-params/installer/pom.xml
index 0b5b7326f..3b217ff2a 100644
--- a/appc-config/appc-config-params/installer/pom.xml
+++ b/appc-config/appc-config-params/installer/pom.xml
@@ -55,6 +55,11 @@
<artifactId>appc-config-params-provider</artifactId>
<version>1.3.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.onap.appc</groupId>
+ <artifactId>appc-yang-generator</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -68,7 +73,7 @@
</goals>
<phase>package</phase>
<configuration>
- <appendAssemblyId>false</appendAssemblyId>
+ <appendAssemblyId>false</appendAssemblyId>
<attach>false</attach>
<finalName>stage/${application.name}-${project.version}</finalName>
<descriptors>
@@ -83,7 +88,7 @@
</goals>
<phase>package</phase>
<configuration>
- <appendAssemblyId>false</appendAssemblyId>
+ <appendAssemblyId>false</appendAssemblyId>
<attach>true</attach>
<finalName>${application.name}-${project.version}</finalName>
<descriptors>