summaryrefslogtreecommitdiffstats
path: root/odlsli/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-04-10 16:58:51 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-10 16:58:51 +0000
commitd200fedd1fa5513574aec2d0ee9b0d4dbc6f7cff (patch)
tree97ce7b2cacab9d3d45fd3c53a3824b705caaccc1 /odlsli/pom.xml
parent208d9851e396f3c7859443dfcd49ab979e0ea2d0 (diff)
parentf52fd84595277a11c27f335ff88e967889528f99 (diff)
Merge "Install directed graphs"
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 93f9c4fe..932a903a 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>