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> |
Dan Timoney | ba16d99 | 2017-09-26 14:39:27 +0200 | [diff] [blame] | 8 | <version>0.0.2-SNAPSHOT</version> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 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 | |
Dan Timoney | 69fd1f2 | 2017-09-27 09:20:07 +0200 | [diff] [blame^] | 29 | <build> |
| 30 | <plugins> |
| 31 | <plugin> |
| 32 | <groupId>org.sonatype.plugins</groupId> |
| 33 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 34 | <version>1.6.7</version> |
| 35 | <extensions>true</extensions> |
| 36 | <configuration> |
| 37 | <nexusUrl>https://${onap.nexus.host}</nexusUrl> |
| 38 | <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId> |
| 39 | <serverId>${onap.nexus.staging.server-id}</serverId> |
| 40 | </configuration> |
| 41 | </plugin> |
| 42 | </plugins> |
| 43 | </build> |
| 44 | |
Dan Timoney | 73be211 | 2017-08-09 13:37:32 -0400 | [diff] [blame] | 45 | <modules> |
Dan Timoney | 24a1a1b | 2017-08-21 10:27:47 -0400 | [diff] [blame] | 46 | <module>platform-logic</module> |
Dan Timoney | 73be211 | 2017-08-09 13:37:32 -0400 | [diff] [blame] | 47 | <module>ubuntu</module> |
Dan Timoney | e50df7d | 2017-08-10 16:59:02 -0400 | [diff] [blame] | 48 | <module>opendaylight</module> |
Dan Timoney | 471dafa | 2017-08-21 14:44:05 -0400 | [diff] [blame] | 49 | <module>odlsli</module> |
Chinthakayala, Sheshashailavas (sc2914) | d156997 | 2017-08-28 05:25:46 -0900 | [diff] [blame] | 50 | <module>dgbuilder</module> |
Chinthakayala, Sheshashailavas (sc2914) | b7d0c7d | 2017-08-28 09:00:36 -0900 | [diff] [blame] | 51 | <module>dgbuilder-docker</module> |
Dan Timoney | 73be211 | 2017-08-09 13:37:32 -0400 | [diff] [blame] | 52 | </modules> |
| 53 | </project> |