Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 4 | |
| 5 | <parent> |
Dan Timoney | 98ddb13 | 2017-09-01 17:40:45 -0400 | [diff] [blame] | 6 | <groupId>org.onap.sdnc.oam</groupId> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 7 | <artifactId>platform-logic</artifactId> |
Dan Timoney | 598c743 | 2017-11-09 07:54:38 -0500 | [diff] [blame] | 8 | <version>1.2.1-SNAPSHOT</version> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 9 | </parent> |
| 10 | |
| 11 | <modelVersion>4.0.0</modelVersion> |
| 12 | <packaging>pom</packaging> |
Dan Timoney | 98ddb13 | 2017-09-01 17:40:45 -0400 | [diff] [blame] | 13 | <groupId>org.onap.sdnc.oam</groupId> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 14 | <artifactId>platform-logic-installer</artifactId> |
Dan Timoney | 598c743 | 2017-11-09 07:54:38 -0500 | [diff] [blame] | 15 | <version>1.2.1-SNAPSHOT</version> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 16 | |
| 17 | <name>Platform Logic Installer</name> |
| 18 | <description>Contains platform-level service logic installer</description> |
| 19 | |
| 20 | |
| 21 | |
| 22 | <build> |
| 23 | <plugins> |
Dan Timoney | e86e05b | 2017-09-20 15:11:18 -0400 | [diff] [blame] | 24 | |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 25 | <plugin> |
| 26 | <artifactId>maven-assembly-plugin</artifactId> |
Guo Ruijing | a5aae99 | 2017-05-07 19:08:00 +0000 | [diff] [blame] | 27 | <version>2.6</version> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 28 | <executions> |
| 29 | <execution> |
| 30 | <id>create-zip</id> |
| 31 | <goals> |
| 32 | <goal>single</goal> |
| 33 | </goals> |
| 34 | <phase>package</phase> |
| 35 | <configuration> |
| 36 | <attach>true</attach> |
| 37 | <descriptors> |
| 38 | <descriptor>src/assembly/assemble_zip.xml</descriptor> |
| 39 | </descriptors> |
Guo Ruijing | a5aae99 | 2017-05-07 19:08:00 +0000 | [diff] [blame] | 40 | <appendAssemblyId>false</appendAssemblyId> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 41 | </configuration> |
| 42 | </execution> |
| 43 | |
| 44 | </executions> |
| 45 | </plugin> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 46 | |
Dan Timoney | e86e05b | 2017-09-20 15:11:18 -0400 | [diff] [blame] | 47 | </plugins> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 48 | </build> |
Dan Timoney | e86e05b | 2017-09-20 15:11:18 -0400 | [diff] [blame] | 49 | |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 50 | |
| 51 | </project> |