Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Skip Wonnell | 439954b | 2018-02-20 15:06:54 -0600 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START========================================== |
| 4 | ONAP : APPC |
| 5 | =================================================================== |
| 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
| 7 | =================================================================== |
| 8 | |
| 9 | Unless otherwise specified, all software contained herein is licensed |
| 10 | under the Apache License, Version 2.0 (the License); |
| 11 | you may not use this software except in compliance with the License. |
| 12 | You may obtain a copy of the License at |
| 13 | |
| 14 | http://www.apache.org/licenses/LICENSE-2.0 |
| 15 | |
| 16 | Unless required by applicable law or agreed to in writing, software |
| 17 | distributed under the License is distributed on an "AS IS" BASIS, |
| 18 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 19 | See the License for the specific language governing permissions and |
| 20 | limitations under the License. |
| 21 | |
Skip Wonnell | 439954b | 2018-02-20 15:06:54 -0600 | [diff] [blame] | 22 | ============LICENSE_END============================================ |
| 23 | --> |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 24 | <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/maven-v4_0_0.xsd"> |
| 25 | <parent> |
Marcus G K Williams | fa2d3bf | 2017-09-26 13:12:01 -0700 | [diff] [blame] | 26 | <groupId>org.onap.ccsdk.parent</groupId> |
| 27 | <artifactId>odlparent-carbon-sr1</artifactId> |
Patrick Brady | ea8c76c | 2017-11-09 11:53:06 -0800 | [diff] [blame] | 28 | <version>0.1.0</version> |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 29 | </parent> |
| 30 | <modelVersion>4.0.0</modelVersion> |
| 31 | <packaging>pom</packaging> |
Patrick Brady | 2ad8214 | 2017-12-13 12:49:38 -0800 | [diff] [blame] | 32 | <groupId>org.onap.appc.deployment</groupId> |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 33 | <artifactId>appc-docker-project</artifactId> |
Jessica Wagantall | d6e17ad | 2017-09-08 13:26:01 -0700 | [diff] [blame] | 34 | <name>appc-deployment</name> |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 35 | <description>The APP-C component contains SDNC Docker Image, and installs APPC/SDNC components on top.</description> |
| 36 | |
Andrew Grimberg | c024feb | 2017-03-29 12:46:41 -0700 | [diff] [blame] | 37 | <properties> |
Patrick Brady | 4f1f92d | 2017-04-10 12:50:37 -0700 | [diff] [blame] | 38 | <!-- NEXUS URLS --> |
| 39 | <openecomp.nexus.host>nexus.onap.org</openecomp.nexus.host> |
| 40 | <openecomp.nexus.url>https://${openecomp.nexus.host}/content</openecomp.nexus.url> |
| 41 | <openecomp.nexus.snapshot-url>${openecomp.nexus.url}/repositories/snapshots/</openecomp.nexus.snapshot-url> |
| 42 | <openecomp.nexus.release-url>${openecomp.nexus.url}/repositories/releases/</openecomp.nexus.release-url> |
Andrew Grimberg | c024feb | 2017-03-29 12:46:41 -0700 | [diff] [blame] | 43 | </properties> |
| 44 | |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 45 | <!-- ================================================================================== --> |
ubuntu | cf76586 | 2017-05-10 18:31:45 -0400 | [diff] [blame] | 46 | <!-- Distribution Management Sites --> |
| 47 | <!-- ================================================================================== --> |
| 48 | <distributionManagement> |
| 49 | <repository> |
| 50 | <id>ecomp-releases</id> |
| 51 | <name>openecomp-repository-releases</name> |
| 52 | <url>${openecomp.nexus.release-url}</url> |
| 53 | </repository> |
| 54 | <snapshotRepository> |
| 55 | <id>ecomp-snapshots</id> |
| 56 | <name>openecomp-repository-snapshots</name> |
| 57 | <url>${openecomp.nexus.snapshot-url}</url> |
| 58 | </snapshotRepository> |
| 59 | </distributionManagement> |
| 60 | |
| 61 | <!-- ================================================================================== --> |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 62 | <!-- Define plugin repositories --> |
| 63 | <!-- ================================================================================== --> |
| 64 | <pluginRepositories> |
| 65 | <!-- Black Duck plugin dependencies --> |
| 66 | <pluginRepository> |
| 67 | <id>JCenter</id> |
| 68 | <name>JCenter Repository</name> |
| 69 | <url>http://jcenter.bintray.com</url> |
| 70 | </pluginRepository> |
| 71 | <pluginRepository> |
| 72 | <id>Restlet</id> |
| 73 | <name>Restlet Repository</name> |
| 74 | <url>http://maven.restlet.com</url> |
| 75 | </pluginRepository> |
| 76 | </pluginRepositories> |
| 77 | <build> |
| 78 | <plugins> |
Patrick Brady | 42ce57c | 2017-03-06 12:06:38 -0800 | [diff] [blame] | 79 | <!--maven staging plugin--> |
Patrick Brady | fc4d5a0 | 2017-03-06 15:02:46 -0800 | [diff] [blame] | 80 | <plugin> |
| 81 | <groupId>org.sonatype.plugins</groupId> |
| 82 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 83 | <version>1.6.7</version> |
| 84 | <extensions>true</extensions> |
| 85 | <configuration> |
Patrick Brady | 4f1f92d | 2017-04-10 12:50:37 -0700 | [diff] [blame] | 86 | <nexusUrl>https://${openecomp.nexus.host}</nexusUrl> |
Patrick Brady | fc4d5a0 | 2017-03-06 15:02:46 -0800 | [diff] [blame] | 87 | <stagingProfileId>176c31dfe190a</stagingProfileId> |
| 88 | <serverId>ecomp-staging</serverId> |
| 89 | </configuration> |
| 90 | </plugin> |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 91 | <!-- blackduck maven plugin --> |
| 92 | <plugin> |
| 93 | <groupId>com.blackducksoftware.integration</groupId> |
| 94 | <artifactId>hub-maven-plugin</artifactId> |
| 95 | <version>1.4.0</version> |
| 96 | <inherited>false</inherited> |
| 97 | <configuration> |
| 98 | <hubProjectName>${project.name}</hubProjectName> |
| 99 | <outputDirectory>${project.basedir}</outputDirectory> |
| 100 | </configuration> |
| 101 | <executions> |
| 102 | <execution> |
| 103 | <id>create-bdio-file</id> |
| 104 | <phase>package</phase> |
| 105 | <goals> |
| 106 | <goal>createHubOutput</goal> |
| 107 | </goals> |
| 108 | </execution> |
| 109 | </executions> |
| 110 | </plugin> |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 111 | </plugins> |
| 112 | </build> |
| 113 | <modules> |
| 114 | <module>platform-logic</module> |
| 115 | <module>installation</module> |
Patrick Brady | f92128c | 2018-03-15 17:52:35 -0400 | [diff] [blame] | 116 | <module>cdt</module> |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 117 | </modules> |
| 118 | <organization> |
Patrick Brady | 2ad8214 | 2017-12-13 12:49:38 -0800 | [diff] [blame] | 119 | <name>ONAP</name> |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 120 | </organization> |
Patrick Brady | 3f2b652 | 2019-08-07 13:21:49 -0700 | [diff] [blame] | 121 | <version>1.6.2-SNAPSHOT</version> |
Patrick Brady | 42ce57c | 2017-03-06 12:06:38 -0800 | [diff] [blame] | 122 | </project> |