Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 2 | <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/xsd/maven-4.0.0.xsd"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 4 | |
| 5 | <parent> |
Dan Timoney | 98ddb13 | 2017-09-01 17:40:45 -0400 | [diff] [blame] | 6 | <groupId>org.onap.ccsdk.parent</groupId> |
Timoney, Dan (dt5972) | c84dc84 | 2018-04-24 09:06:57 -0400 | [diff] [blame] | 7 | <artifactId>odlparent-lite</artifactId> |
Timoney, Dan (dt5972) | 84238e1 | 2019-03-18 17:23:08 -0400 | [diff] [blame] | 8 | <version>1.2.1</version> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 9 | </parent> |
| 10 | |
Dan Timoney | 98ddb13 | 2017-09-01 17:40:45 -0400 | [diff] [blame] | 11 | <groupId>org.onap.sdnc.oam</groupId> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 12 | <artifactId>sdnc-oam</artifactId> |
Timoney, Dan (dt5972) | 1bd7bcb | 2018-10-23 16:23:03 -0400 | [diff] [blame] | 13 | <version>1.5.0-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 14 | <packaging>pom</packaging> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 15 | |
Jessica Wagantall | 4bae6d0 | 2017-09-08 13:18:20 -0700 | [diff] [blame] | 16 | <name>sdnc-oam</name> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 17 | <description>The SDN-C OAM component contains the components needed to operate, administer and maintain the SDN-C platform.</description> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 18 | <url>https://wiki.onap.org</url> |
| 19 | <organization> |
| 20 | <name>AT&T</name> |
| 21 | </organization> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 22 | |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 23 | <modules> |
| 24 | <module>admportal</module> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 25 | <module>platform-logic</module> |
Soumendu Sekhar Acharya | fe054ab | 2018-08-07 12:36:28 +0530 | [diff] [blame] | 26 | <module>configbackuprestore</module> |
Timoney, Dan (dt5972) | fcf061b | 2018-10-02 12:38:52 -0400 | [diff] [blame] | 27 | <module>SdncReports</module> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 28 | </modules> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 29 | |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 30 | <scm> |
Dan Timoney | 98ddb13 | 2017-09-01 17:40:45 -0400 | [diff] [blame] | 31 | <connection>scm:git:ssh://git@${onap.git.host}/sdnc-oam.git</connection> |
| 32 | <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-oam.git</developerConnection> |
| 33 | <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-oam/browse</url> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 34 | <tag>HEAD</tag> |
| 35 | </scm> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 36 | <issueManagement> |
| 37 | <system>JIRA</system> |
| 38 | <url>https://jira.onap.org/</url> |
| 39 | </issueManagement> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 40 | <ciManagement> |
| 41 | <system>Jenkins</system> |
Dan Timoney | 98ddb13 | 2017-09-01 17:40:45 -0400 | [diff] [blame] | 42 | <url>https://jenkins.onap.org/</url> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 43 | </ciManagement> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 44 | <distributionManagement> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 45 | <site> |
Dan Timoney | 9e9f964 | 2017-04-24 14:48:08 -0400 | [diff] [blame] | 46 | <id>sdnc-javadoc</id> |
Dan Timoney | 98ddb13 | 2017-09-01 17:40:45 -0400 | [diff] [blame] | 47 | <url>dav:https://${onap.nexus.host}:${onap.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 48 | </site> |
| 49 | </distributionManagement> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 50 | |
| 51 | <build> |
| 52 | <plugins> |
| 53 | <plugin> |
| 54 | <groupId>org.apache.maven.plugins</groupId> |
| 55 | <artifactId>maven-surefire-plugin</artifactId> |
| 56 | <version>2.17</version> |
| 57 | <configuration> |
| 58 | <skipTests>false</skipTests> |
| 59 | </configuration> |
| 60 | </plugin> |
| 61 | <plugin> |
| 62 | <groupId>org.sonatype.plugins</groupId> |
| 63 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 64 | <version>1.6.7</version> |
| 65 | <extensions>true</extensions> |
| 66 | <configuration> |
| 67 | <nexusUrl>https://${onap.nexus.host}</nexusUrl> |
| 68 | <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId> |
| 69 | <serverId>${onap.nexus.staging.server-id}</serverId> |
| 70 | </configuration> |
| 71 | </plugin> |
| 72 | </plugins> |
| 73 | </build> |
| 74 | |
Timoney, Daniel (dt5972) | eaa55e3 | 2017-02-21 09:40:28 -0500 | [diff] [blame] | 75 | <profiles> |
| 76 | <profile> |
| 77 | <id>blackduck</id> |
| 78 | <activation> |
| 79 | <property> |
| 80 | <name>blackduck-scan</name> |
| 81 | </property> |
| 82 | </activation> |
| 83 | <build> |
Timoney, Daniel (dt5972) | eaa55e3 | 2017-02-21 09:40:28 -0500 | [diff] [blame] | 84 | <plugins> |
| 85 | <plugin> |
| 86 | <groupId>com.blackducksoftware.integration</groupId> |
| 87 | <artifactId>hub-maven-plugin</artifactId> |
| 88 | <version>1.4.0</version> |
| 89 | <inherited>false</inherited> |
| 90 | <configuration> |
| 91 | <hubProjectName>${project.name}</hubProjectName> |
| 92 | <outputDirectory>${project.basedir}</outputDirectory> |
| 93 | </configuration> |
| 94 | <executions> |
| 95 | <execution> |
| 96 | <id>create-bdio-file</id> |
| 97 | <phase>package</phase> |
| 98 | <goals> |
| 99 | <goal>createHubOutput</goal> |
| 100 | </goals> |
| 101 | </execution> |
| 102 | </executions> |
| 103 | </plugin> |
| 104 | </plugins> |
| 105 | |
Timoney, Daniel (dt5972) | eaa55e3 | 2017-02-21 09:40:28 -0500 | [diff] [blame] | 106 | |
| 107 | </build> |
| 108 | |
| 109 | </profile> |
Timoney, Daniel (dt5972) | eaa55e3 | 2017-02-21 09:40:28 -0500 | [diff] [blame] | 110 | <profile> |
| 111 | <id>docker</id> |
| 112 | <modules> |
| 113 | <module>installation</module> |
| 114 | </modules> |
| 115 | </profile> |
| 116 | |
| 117 | </profiles> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 118 | </project> |