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