Dan Timoney | dd89f65 | 2017-07-19 15:03:41 -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" |
Marcus G K Williams | d0dc04e | 2017-08-29 16:06:38 -0700 | [diff] [blame] | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Dan Timoney | dd89f65 | 2017-07-19 15:03:41 -0400 | [diff] [blame] | 4 | |
Dan Timoney | e8886c4 | 2017-10-24 20:08:51 -0400 | [diff] [blame] | 5 | |
Marcus G K Williams | d0dc04e | 2017-08-29 16:06:38 -0700 | [diff] [blame] | 6 | <modelVersion>4.0.0</modelVersion> |
| 7 | <packaging>pom</packaging> |
| 8 | <groupId>org.onap.ccsdk.parent</groupId> |
Dan Timoney | 0f2db3f | 2018-01-25 16:23:27 -0500 | [diff] [blame] | 9 | <artifactId>parent</artifactId> |
Timoney, Dan (dt5972) | adcb084 | 2018-06-05 13:27:30 -0400 | [diff] [blame] | 10 | <version>1.1.0-SNAPSHOT</version> |
Dan Timoney | 0f2db3f | 2018-01-25 16:23:27 -0500 | [diff] [blame] | 11 | <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |
Dan Timoney | dd89f65 | 2017-07-19 15:03:41 -0400 | [diff] [blame] | 12 | |
Timoney, Dan (dt5972) | ab85bb6 | 2018-03-05 15:28:15 -0500 | [diff] [blame] | 13 | <properties> |
| 14 | <onap.nexus.host>nexus.onap.org</onap.nexus.host> |
| 15 | <onap.nexus.staging.server-id>ecomp-staging</onap.nexus.staging.server-id> |
| 16 | <onap.nexus.staging.profile-id>176c31dfe190a</onap.nexus.staging.profile-id> |
| 17 | </properties> |
| 18 | |
Marcus G K Williams | d0dc04e | 2017-08-29 16:06:38 -0700 | [diff] [blame] | 19 | <distributionManagement> |
| 20 | <repository> |
| 21 | <id>ecomp-releases</id> |
Dan Timoney | 45ddb6c | 2018-02-06 10:19:20 -0500 | [diff] [blame] | 22 | <url>http://nexus.onap.org/content/repositories/releases</url> |
Marcus G K Williams | d0dc04e | 2017-08-29 16:06:38 -0700 | [diff] [blame] | 23 | </repository> |
| 24 | <snapshotRepository> |
| 25 | <id>ecomp-snapshots</id> |
Dan Timoney | 45ddb6c | 2018-02-06 10:19:20 -0500 | [diff] [blame] | 26 | <url>http://nexus.onap.org/content/repositories/snapshots</url> |
Marcus G K Williams | d0dc04e | 2017-08-29 16:06:38 -0700 | [diff] [blame] | 27 | </snapshotRepository> |
| 28 | </distributionManagement> |
Dan Timoney | dd89f65 | 2017-07-19 15:03:41 -0400 | [diff] [blame] | 29 | |
Dan Timoney | 3e77e07 | 2018-02-08 15:36:37 -0500 | [diff] [blame] | 30 | <build> |
| 31 | <plugins> |
| 32 | <plugin> |
| 33 | <groupId>org.codehaus.mojo</groupId> |
| 34 | <artifactId>versions-maven-plugin</artifactId> |
| 35 | <version>2.5</version> |
| 36 | <configuration> |
| 37 | <processAllModules>true</processAllModules> |
| 38 | </configuration> |
| 39 | </plugin> |
Timoney, Dan (dt5972) | ab85bb6 | 2018-03-05 15:28:15 -0500 | [diff] [blame] | 40 | <plugin> |
| 41 | <groupId>org.sonatype.plugins</groupId> |
| 42 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 43 | <version>1.6.7</version> |
| 44 | <extensions>true</extensions> |
| 45 | <configuration> |
| 46 | <nexusUrl>https://${onap.nexus.host}</nexusUrl> |
| 47 | <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId> |
| 48 | <serverId>${onap.nexus.staging.server-id}</serverId> |
| 49 | </configuration> |
| 50 | </plugin> |
Dan Timoney | 3e77e07 | 2018-02-08 15:36:37 -0500 | [diff] [blame] | 51 | </plugins> |
| 52 | </build> |
Dan Timoney | 0f2db3f | 2018-01-25 16:23:27 -0500 | [diff] [blame] | 53 | <modules> |
| 54 | <module>odlparent</module> |
Timoney, Dan (dt5972) | 8f78b09 | 2018-09-13 14:17:30 -0400 | [diff] [blame] | 55 | <module>springboot</module> |
Dan Timoney | 0f2db3f | 2018-01-25 16:23:27 -0500 | [diff] [blame] | 56 | </modules> |
Dan Timoney | e8886c4 | 2017-10-24 20:08:51 -0400 | [diff] [blame] | 57 | |
Dan Timoney | dd89f65 | 2017-07-19 15:03:41 -0400 | [diff] [blame] | 58 | </project> |