Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -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> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 4 | |
| 5 | <parent> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 6 | <groupId>org.onap.ccsdk.parent</groupId> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 7 | <artifactId>odlparent-lite</artifactId> |
Dan Timoney | 9168960 | 2020-03-06 08:35:06 -0500 | [diff] [blame] | 8 | <version>1.5.2</version> |
Timoney, Dan (dt5972) | fc71329 | 2018-12-20 14:53:11 -0500 | [diff] [blame] | 9 | <relativePath/> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 10 | </parent> |
| 11 | |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 12 | <groupId>org.onap.sdnc.northbound</groupId> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 13 | <artifactId>sdnc-northbound</artifactId> |
Dan Timoney | 94672f9 | 2020-03-17 13:21:40 -0400 | [diff] [blame] | 14 | <version>1.8.1-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 15 | <packaging>pom</packaging> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 16 | |
Jessica Wagantall | 8e779f4 | 2017-09-08 11:51:39 -0700 | [diff] [blame] | 17 | <name>sdnc-northbound</name> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 18 | <description>The SDN-C Northbound APIs repo contains code for northbound API adaptors, typically MD-SAL applications</description> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 19 | <url>https://wiki.onap.org</url> |
| 20 | <organization> |
| 21 | <name>ONAP</name> |
| 22 | </organization> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 23 | |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 24 | <modules> |
| 25 | <module>generic-resource-api</module> |
Mehreen Kaleem | d5ae320 | 2020-02-19 07:22:45 +0000 | [diff] [blame] | 26 | <module>optical-service</module> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 27 | <module>vnfapi</module> |
| 28 | <module>vnftools</module> |
Timoney, Dan (dt5972) | c9b19bb | 2018-07-17 11:23:42 -0400 | [diff] [blame] | 29 | <module>features</module> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 30 | </modules> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 31 | |
| 32 | <scm> |
Marcus G K Williams | 307e6ec | 2017-09-13 11:52:07 -0700 | [diff] [blame] | 33 | <connection>scm:git:ssh://git@${onap.git.host}/sdnc-northbound.git</connection> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 34 | |
Marcus G K Williams | 307e6ec | 2017-09-13 11:52:07 -0700 | [diff] [blame] | 35 | <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-northbound.git</developerConnection> |
| 36 | <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-northbound/browse</url> |
Dan Timoney | 2db4ce9 | 2017-02-21 09:08:47 -0500 | [diff] [blame] | 37 | </scm> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 38 | <issueManagement> |
| 39 | <system>JIRA</system> |
| 40 | <url>https://jira.onap.org/</url> |
| 41 | </issueManagement> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 42 | <ciManagement> |
| 43 | <system>Jenkins</system> |
Marcus G K Williams | 307e6ec | 2017-09-13 11:52:07 -0700 | [diff] [blame] | 44 | <url>https://jenkins.onap.org/</url> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 45 | </ciManagement> |
Dan Timoney | 2db4ce9 | 2017-02-21 09:08:47 -0500 | [diff] [blame] | 46 | <distributionManagement> |
| 47 | <site> |
Dan Timoney | 60d5ee0 | 2017-04-21 17:36:30 -0400 | [diff] [blame] | 48 | <id>sdnc-javadoc</id> |
Marcus G K Williams | 307e6ec | 2017-09-13 11:52:07 -0700 | [diff] [blame] | 49 | <url>dav:https://${onap.nexus.host}:${onap.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url> |
Dan Timoney | 2db4ce9 | 2017-02-21 09:08:47 -0500 | [diff] [blame] | 50 | </site> |
| 51 | </distributionManagement> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 52 | |
| 53 | <build> |
| 54 | <plugins> |
| 55 | <plugin> |
| 56 | <groupId>org.apache.maven.plugins</groupId> |
| 57 | <artifactId>maven-surefire-plugin</artifactId> |
| 58 | <version>2.17</version> |
| 59 | <configuration> |
| 60 | <skipTests>false</skipTests> |
| 61 | </configuration> |
| 62 | </plugin> |
Timoney, Dan (dt5972) | 131f1fa | 2018-02-28 21:13:09 -0500 | [diff] [blame] | 63 | </plugins> |
| 64 | </build> |
| 65 | |
Dan Timoney | c75b13e | 2017-02-21 13:31:06 -0500 | [diff] [blame] | 66 | <profiles> |
| 67 | <profile> |
| 68 | <id>blackduck</id> |
| 69 | <activation> |
| 70 | <property> |
| 71 | <name>blackduck-scan</name> |
| 72 | </property> |
| 73 | </activation> |
| 74 | <build> |
Dan Timoney | c75b13e | 2017-02-21 13:31:06 -0500 | [diff] [blame] | 75 | <plugins> |
| 76 | <plugin> |
| 77 | <groupId>com.blackducksoftware.integration</groupId> |
| 78 | <artifactId>hub-maven-plugin</artifactId> |
| 79 | <version>1.4.0</version> |
| 80 | <inherited>false</inherited> |
| 81 | <configuration> |
| 82 | <hubProjectName>${project.name}</hubProjectName> |
| 83 | <outputDirectory>${project.basedir}</outputDirectory> |
| 84 | </configuration> |
| 85 | <executions> |
| 86 | <execution> |
| 87 | <id>create-bdio-file</id> |
| 88 | <phase>package</phase> |
| 89 | <goals> |
| 90 | <goal>createHubOutput</goal> |
| 91 | </goals> |
| 92 | </execution> |
| 93 | </executions> |
| 94 | </plugin> |
| 95 | </plugins> |
| 96 | |
Dan Timoney | c75b13e | 2017-02-21 13:31:06 -0500 | [diff] [blame] | 97 | |
| 98 | </build> |
| 99 | |
| 100 | </profile> |
Dan Timoney | c75b13e | 2017-02-21 13:31:06 -0500 | [diff] [blame] | 101 | |
| 102 | </profiles> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 103 | </project> |