Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 2 | <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"> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 4 | |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 5 | <parent> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>odlparent-lite</artifactId> |
Timoney, Dan (dt5972) | 1bbebfd | 2019-05-31 10:44:28 -0400 | [diff] [blame] | 8 | <version>1.2.4</version> |
Timoney, Dan (dt5972) | fc71329 | 2018-12-20 14:53:11 -0500 | [diff] [blame] | 9 | <relativePath/> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 10 | </parent> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 11 | |
| 12 | <groupId>org.onap.sdnc.northbound</groupId> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 13 | <artifactId>vnfapi-installer</artifactId> |
Timoney, Dan (dt5972) | 17a5843 | 2019-05-30 15:22:34 -0400 | [diff] [blame] | 14 | <version>1.5.3-SNAPSHOT</version> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 15 | <packaging>pom</packaging> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 16 | |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 17 | <name>sdnc-northbound :: vnfapi :: ${project.artifactId}</name> |
| 18 | |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 19 | <properties> |
| 20 | <application.name>sdnc-vnfapi</application.name> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 21 | <features.boot>${application.name}</features.boot> |
| 22 | <features.repositories>mvn:org.onap.sdnc.northbound/${application.name}/${project.version}/xml/features</features.repositories> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 23 | <include.transitive.dependencies>false</include.transitive.dependencies> |
| 24 | </properties> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 25 | |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 26 | <dependencies> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 27 | |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 28 | <dependency> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 29 | <groupId>${project.groupId}</groupId> |
| 30 | <artifactId>${application.name}</artifactId> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 31 | <version>${project.version}</version> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 32 | <type>xml</type> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 33 | <classifier>features</classifier> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 34 | <exclusions> |
| 35 | <exclusion> |
| 36 | <groupId>*</groupId> |
| 37 | <artifactId>*</artifactId> |
| 38 | </exclusion> |
| 39 | </exclusions> |
| 40 | </dependency> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 41 | |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 42 | <dependency> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 43 | <groupId>${project.groupId}</groupId> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 44 | <artifactId>vnfapi-provider</artifactId> |
| 45 | <version>${project.version}</version> |
| 46 | </dependency> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 47 | |
| 48 | |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 49 | </dependencies> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 50 | |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 51 | <build> |
| 52 | <plugins> |
| 53 | <plugin> |
| 54 | <artifactId>maven-assembly-plugin</artifactId> |
| 55 | <version>2.6</version> |
| 56 | <executions> |
| 57 | <execution> |
| 58 | <id>maven-repo-zip</id> |
| 59 | <goals> |
| 60 | <goal>single</goal> |
| 61 | </goals> |
| 62 | <phase>package</phase> |
| 63 | <configuration> |
Timoney, Dan (dt5972) | c9b19bb | 2018-07-17 11:23:42 -0400 | [diff] [blame] | 64 | <attach>true</attach> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 65 | <finalName>stage/${application.name}-${project.version}</finalName> |
| 66 | <descriptors> |
| 67 | <descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor> |
| 68 | </descriptors> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 69 | </configuration> |
| 70 | </execution> |
| 71 | <execution> |
| 72 | <id>installer-zip</id> |
| 73 | <goals> |
| 74 | <goal>single</goal> |
| 75 | </goals> |
| 76 | <phase>package</phase> |
| 77 | <configuration> |
| 78 | <attach>true</attach> |
| 79 | <finalName>${application.name}-${project.version}-installer</finalName> |
| 80 | <descriptors> |
| 81 | <descriptor>src/assembly/assemble_installer_zip.xml</descriptor> |
| 82 | </descriptors> |
| 83 | <appendAssemblyId>false</appendAssemblyId> |
| 84 | </configuration> |
| 85 | </execution> |
| 86 | </executions> |
| 87 | </plugin> |
| 88 | <plugin> |
| 89 | <groupId>org.apache.maven.plugins</groupId> |
| 90 | <artifactId>maven-dependency-plugin</artifactId> |
| 91 | <executions> |
| 92 | <execution> |
| 93 | <id>copy-dependencies</id> |
| 94 | <goals> |
| 95 | <goal>copy-dependencies</goal> |
| 96 | </goals> |
| 97 | <phase>prepare-package</phase> |
| 98 | <configuration> |
| 99 | <transitive>false</transitive> |
| 100 | <outputDirectory>${project.build.directory}/assembly/system</outputDirectory> |
| 101 | <overWriteReleases>false</overWriteReleases> |
| 102 | <overWriteSnapshots>true</overWriteSnapshots> |
| 103 | <overWriteIfNewer>true</overWriteIfNewer> |
| 104 | <useRepositoryLayout>true</useRepositoryLayout> |
| 105 | <addParentPoms>false</addParentPoms> |
| 106 | <copyPom>false</copyPom> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 107 | <includeGroupIds>org.onap.sdnc.northbound</includeGroupIds> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 108 | <scope>provided</scope> |
| 109 | </configuration> |
| 110 | </execution> |
| 111 | </executions> |
| 112 | </plugin> |
| 113 | <plugin> |
| 114 | <artifactId>maven-resources-plugin</artifactId> |
| 115 | <version>2.6</version> |
| 116 | <executions> |
| 117 | <execution> |
| 118 | <id>copy-version</id> |
| 119 | <goals> |
| 120 | <goal>copy-resources</goal> |
| 121 | </goals><!-- here the phase you need --> |
| 122 | <phase>validate</phase> |
| 123 | <configuration> |
| 124 | <outputDirectory>${basedir}/target/stage</outputDirectory> |
| 125 | <resources> |
| 126 | <resource> |
| 127 | <directory>src/main/resources/scripts</directory> |
| 128 | <includes> |
| 129 | <include>install-feature.sh</include> |
| 130 | </includes> |
| 131 | <filtering>true</filtering> |
| 132 | </resource> |
| 133 | </resources> |
| 134 | </configuration> |
| 135 | </execution> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 136 | |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 137 | </executions> |
| 138 | </plugin> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 139 | |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 140 | </plugins> |
| 141 | </build> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 142 | </project> |