summaryrefslogtreecommitdiffstats
path: root/odlsli/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-04-10 11:46:29 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-04-10 11:46:29 -0400
commitf52fd84595277a11c27f335ff88e967889528f99 (patch)
tree4bdee820117ea90652416877cd590a42a0349dfe /odlsli/pom.xml
parente38ee0493138a482257d9904f79584c90587f6c2 (diff)
Install directed graphs
Added execution to maven-dependency-plugin in odlsli/pom.xml to install directed graphs. Change-Id: I5bb9a01407d541be6e876f560faf1596fdbc4510 Issue-ID: CCSDK-237 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'odlsli/pom.xml')
-rw-r--r--odlsli/pom.xml40
1 files changed, 18 insertions, 22 deletions
diff --git a/odlsli/pom.xml b/odlsli/pom.xml
index 3c306de3..8edfebb2 100644
--- a/odlsli/pom.xml
+++ b/odlsli/pom.xml
@@ -309,6 +309,24 @@
<excludeTransitive>true</excludeTransitive>
</configuration>
</execution>
+ <execution>
+ <id>unpack dgs</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>${basedir}/target/docker-stage/opt/onap/ccsdk</outputDirectory>
+ <artifactItems>
+ <artifactItem>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>platform-logic-installer</artifactId>
+ <version>${project.version}</version>
+ <type>zip</type>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
</executions>
</plugin>
<plugin>
@@ -317,28 +335,6 @@
<version>1.5.0</version>
<executions>
-<!-- <execution>
- <id>Get features</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>exec</goal>
- </goals>
- <configuration>
- <executable>/bin/bash</executable>
- <environmentVariables>
- <SDNC_CORE_VERSION>${ccsdk.sli.core.version}</SDNC_CORE_VERSION>
- <SDNC_ADAPTORS_VERSION>${ccsdk.sli.adaptors.version}</SDNC_ADAPTORS_VERSION>
- <SDNC_NORTHBOUND_VERSION>${ccsdk.sli.northbound.version}</SDNC_NORTHBOUND_VERSION>
- <SDNC_PLUGINS_VERSION>${ccsdk.sli.plugins.version}</SDNC_PLUGINS_VERSION>
- <SDNC_OAM_VERSION>${project.version}</SDNC_OAM_VERSION>
- </environmentVariables>
- <arguments>
- <argument>${basedir}/src/main/scripts/installZips.sh</argument>
- <argument>${basedir}/target/docker-stage/opt/onap/ccsdk</argument>
- </arguments>
- </configuration>
- </execution> -->
-
<execution>
<id>change shell permissions</id>
<phase>process-sources</phase>