Dan Timoney | 73be211 | 2017-08-09 13:37:32 -0400 | [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" |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Dan Timoney | 73be211 | 2017-08-09 13:37:32 -0400 | [diff] [blame] | 4 | |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>odlparent-carbon-sr1</artifactId> |
| 8 | <version>0.0.1-SNAPSHOT</version> |
| 9 | </parent> |
Dan Timoney | 73be211 | 2017-08-09 13:37:32 -0400 | [diff] [blame] | 10 | |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 11 | <modelVersion>4.0.0</modelVersion> |
| 12 | <packaging>pom</packaging> |
| 13 | <groupId>org.onap.ccsdk.distribution</groupId> |
| 14 | <artifactId>distribution-root</artifactId> |
| 15 | <version>0.1.0-SNAPSHOT</version> |
Dan Timoney | 73be211 | 2017-08-09 13:37:32 -0400 | [diff] [blame] | 16 | |
Jessica Wagantall | 9dd09fd | 2017-09-08 13:29:08 -0700 | [diff] [blame] | 17 | <name>ccsdk-distribution</name> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 18 | <description>Creates distributuon bundles for CCSDK</description> |
Dan Timoney | 73be211 | 2017-08-09 13:37:32 -0400 | [diff] [blame] | 19 | |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 20 | <properties> |
| 21 | <application.name>distribution</application.name> |
Dan Timoney | 73be211 | 2017-08-09 13:37:32 -0400 | [diff] [blame] | 22 | |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 23 | <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format> |
| 24 | <build.number>${maven.build.timestamp}</build.number> |
| 25 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 26 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| 27 | </properties> |
Dan Timoney | 73be211 | 2017-08-09 13:37:32 -0400 | [diff] [blame] | 28 | |
| 29 | <modules> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 30 | <module>platform-logic</module> |
Dan Timoney | 73be211 | 2017-08-09 13:37:32 -0400 | [diff] [blame] | 31 | <module>ubuntu</module> |
Dan Timoney | e50df7d | 2017-08-10 16:59:02 -0400 | [diff] [blame] | 32 | <module>opendaylight</module> |
Dan Timoney | 471dafa | 2017-08-21 14:44:05 -0400 | [diff] [blame] | 33 | <module>odlsli</module> |
Chinthakayala, Sheshashailavas (sc2914) | d156997 | 2017-08-28 05:25:46 -0900 | [diff] [blame] | 34 | <module>dgbuilder</module> |
Chinthakayala, Sheshashailavas (sc2914) | b7d0c7d | 2017-08-28 09:00:36 -0900 | [diff] [blame] | 35 | <module>dgbuilder-docker</module> |
Dan Timoney | 73be211 | 2017-08-09 13:37:32 -0400 | [diff] [blame] | 36 | </modules> |
| 37 | </project> |