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) | 48a2eaf | 2018-06-06 14:35:30 -0400 | [diff] [blame] | 8 | <version>1.1.0-SNAPSHOT</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) | 48a2eaf | 2018-06-06 14:35:30 -0400 | [diff] [blame] | 13 | <version>1.4.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> |
| 25 | <module>dgbuilder</module> |
| 26 | <module>platform-logic</module> |
| 27 | </modules> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 28 | |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 29 | <scm> |
Dan Timoney | 98ddb13 | 2017-09-01 17:40:45 -0400 | [diff] [blame] | 30 | <connection>scm:git:ssh://git@${onap.git.host}/sdnc-oam.git</connection> |
| 31 | <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-oam.git</developerConnection> |
| 32 | <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] | 33 | <tag>HEAD</tag> |
| 34 | </scm> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 35 | <issueManagement> |
| 36 | <system>JIRA</system> |
| 37 | <url>https://jira.onap.org/</url> |
| 38 | </issueManagement> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 39 | <ciManagement> |
| 40 | <system>Jenkins</system> |
Dan Timoney | 98ddb13 | 2017-09-01 17:40:45 -0400 | [diff] [blame] | 41 | <url>https://jenkins.onap.org/</url> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 42 | </ciManagement> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 43 | <distributionManagement> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 44 | <site> |
Dan Timoney | 9e9f964 | 2017-04-24 14:48:08 -0400 | [diff] [blame] | 45 | <id>sdnc-javadoc</id> |
Dan Timoney | 98ddb13 | 2017-09-01 17:40:45 -0400 | [diff] [blame] | 46 | <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] | 47 | </site> |
| 48 | </distributionManagement> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 49 | |
| 50 | <build> |
| 51 | <plugins> |
| 52 | <plugin> |
| 53 | <groupId>org.apache.maven.plugins</groupId> |
| 54 | <artifactId>maven-surefire-plugin</artifactId> |
| 55 | <version>2.17</version> |
| 56 | <configuration> |
| 57 | <skipTests>false</skipTests> |
| 58 | </configuration> |
| 59 | </plugin> |
| 60 | <plugin> |
| 61 | <groupId>org.sonatype.plugins</groupId> |
| 62 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 63 | <version>1.6.7</version> |
| 64 | <extensions>true</extensions> |
| 65 | <configuration> |
| 66 | <nexusUrl>https://${onap.nexus.host}</nexusUrl> |
| 67 | <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId> |
| 68 | <serverId>${onap.nexus.staging.server-id}</serverId> |
| 69 | </configuration> |
| 70 | </plugin> |
| 71 | </plugins> |
| 72 | </build> |
| 73 | |
Timoney, Daniel (dt5972) | eaa55e3 | 2017-02-21 09:40:28 -0500 | [diff] [blame] | 74 | <profiles> |
| 75 | <profile> |
| 76 | <id>blackduck</id> |
| 77 | <activation> |
| 78 | <property> |
| 79 | <name>blackduck-scan</name> |
| 80 | </property> |
| 81 | </activation> |
| 82 | <build> |
Timoney, Daniel (dt5972) | eaa55e3 | 2017-02-21 09:40:28 -0500 | [diff] [blame] | 83 | <plugins> |
| 84 | <plugin> |
| 85 | <groupId>com.blackducksoftware.integration</groupId> |
| 86 | <artifactId>hub-maven-plugin</artifactId> |
| 87 | <version>1.4.0</version> |
| 88 | <inherited>false</inherited> |
| 89 | <configuration> |
| 90 | <hubProjectName>${project.name}</hubProjectName> |
| 91 | <outputDirectory>${project.basedir}</outputDirectory> |
| 92 | </configuration> |
| 93 | <executions> |
| 94 | <execution> |
| 95 | <id>create-bdio-file</id> |
| 96 | <phase>package</phase> |
| 97 | <goals> |
| 98 | <goal>createHubOutput</goal> |
| 99 | </goals> |
| 100 | </execution> |
| 101 | </executions> |
| 102 | </plugin> |
| 103 | </plugins> |
| 104 | |
Timoney, Daniel (dt5972) | eaa55e3 | 2017-02-21 09:40:28 -0500 | [diff] [blame] | 105 | |
| 106 | </build> |
| 107 | |
| 108 | </profile> |
Timoney, Daniel (dt5972) | eaa55e3 | 2017-02-21 09:40:28 -0500 | [diff] [blame] | 109 | <profile> |
| 110 | <id>docker</id> |
| 111 | <modules> |
| 112 | <module>installation</module> |
| 113 | </modules> |
| 114 | </profile> |
| 115 | |
| 116 | </profiles> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 117 | </project> |