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" 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>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>odlparent-lite</artifactId>
8 <version>1.4.3</version>
12 <groupId>org.onap.sdnc.northbound</groupId>
13 <artifactId>sdnc-northbound</artifactId>
14 <version>1.7.3-SNAPSHOT</version>
15 <packaging>pom</packaging>
17 <name>sdnc-northbound</name>
18 <description>The SDN-C Northbound APIs repo contains code for northbound API adaptors, typically MD-SAL applications</description>
19 <url>https://wiki.onap.org</url>
25 <module>generic-resource-api</module>
26 <module>vnfapi</module>
27 <module>vnftools</module>
28 <module>features</module>
29 <module>nonrt-ric-api</module>
33 <connection>scm:git:ssh://git@${onap.git.host}/sdnc-northbound.git</connection>
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>
40 <url>https://jira.onap.org/</url>
43 <system>Jenkins</system>
44 <url>https://jenkins.onap.org/</url>
46 <distributionManagement>
49 <url>dav:https://${onap.nexus.host}:${onap.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url>
51 </distributionManagement>
56 <groupId>org.apache.maven.plugins</groupId>
57 <artifactId>maven-surefire-plugin</artifactId>
58 <version>2.17</version>
60 <skipTests>false</skipTests>
71 <name>blackduck-scan</name>
77 <groupId>com.blackducksoftware.integration</groupId>
78 <artifactId>hub-maven-plugin</artifactId>
79 <version>1.4.0</version>
80 <inherited>false</inherited>
82 <hubProjectName>${project.name}</hubProjectName>
83 <outputDirectory>${project.basedir}</outputDirectory>
87 <id>create-bdio-file</id>
88 <phase>package</phase>
90 <goal>createHubOutput</goal>