blob: af453f01c3fb4a9b10ab9a34f6dc5e89eb2e6aa7 [file] [log] [blame]
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -05001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)63298742018-03-01 10:59:28 -05002<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -05004
5 <parent>
Timoney, Dan (dt5972)63298742018-03-01 10:59:28 -05006 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>odlparent-lite</artifactId>
Timoney, Dan (dt5972)ed5adcf2019-09-12 09:53:35 -04008 <version>1.4.2</version>
Timoney, Dan (dt5972)c84dc842018-04-24 09:06:57 -04009 <relativePath/>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050010 </parent>
11
Dan Timoney98ddb132017-09-01 17:40:45 -040012 <groupId>org.onap.sdnc.oam</groupId>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050013 <artifactId>platform-logic-installer</artifactId>
Timoney, Dan (dt5972)ed5adcf2019-09-12 09:53:35 -040014 <version>1.7.2-SNAPSHOT</version>
Timoney, Dan (dt5972)63298742018-03-01 10:59:28 -050015 <packaging>pom</packaging>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050016
Timoney, Dan (dt5972)63298742018-03-01 10:59:28 -050017 <name>sdnc-oam :: platform-logic :: ${project.artifactId}</name>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050018 <description>Contains platform-level service logic installer</description>
19
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050020 <build>
21 <plugins>
Dan Timoneye86e05b2017-09-20 15:11:18 -040022
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050023 <plugin>
24 <artifactId>maven-assembly-plugin</artifactId>
Guo Ruijinga5aae992017-05-07 19:08:00 +000025 <version>2.6</version>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050026 <executions>
27 <execution>
28 <id>create-zip</id>
29 <goals>
30 <goal>single</goal>
31 </goals>
32 <phase>package</phase>
33 <configuration>
34 <attach>true</attach>
35 <descriptors>
36 <descriptor>src/assembly/assemble_zip.xml</descriptor>
37 </descriptors>
Guo Ruijinga5aae992017-05-07 19:08:00 +000038 <appendAssemblyId>false</appendAssemblyId>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050039 </configuration>
40 </execution>
41
42 </executions>
43 </plugin>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050044
Dan Timoneye86e05b2017-09-20 15:11:18 -040045 </plugins>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050046 </build>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050047</project>