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>2.0.0-SNAPSHOT</version>
11 <groupId>org.onap.sdnc.oam</groupId>
12 <artifactId>sdnc-oam</artifactId>
13 <version>2.0.0-SNAPSHOT</version>
14 <packaging>pom</packaging>
17 <description>The SDN-C OAM component contains the components needed to operate, administer and maintain the SDN-C platform.</description>
18 <url>https://wiki.onap.org</url>
24 <module>admportal</module>
25 <module>platform-logic</module>
26 <module>configbackuprestore</module>
27 <module>SdncReports</module>
28 <module>data-migrator</module>
32 <connection>scm:git:ssh://git@${onap.git.host}/sdnc-oam.git</connection>
33 <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-oam.git</developerConnection>
34 <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-oam/browse</url>
39 <url>https://jira.onap.org/</url>
42 <system>Jenkins</system>
43 <url>https://jenkins.onap.org/</url>
45 <distributionManagement>
48 <url>dav:https://${onap.nexus.host}:${onap.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url>
50 </distributionManagement>
55 <groupId>org.apache.maven.plugins</groupId>
56 <artifactId>maven-surefire-plugin</artifactId>
57 <version>2.17</version>
59 <skipTests>false</skipTests>
70 <name>blackduck-scan</name>
76 <groupId>com.blackducksoftware.integration</groupId>
77 <artifactId>hub-maven-plugin</artifactId>
78 <version>1.4.0</version>
79 <inherited>false</inherited>
81 <hubProjectName>${project.name}</hubProjectName>
82 <outputDirectory>${project.basedir}</outputDirectory>
86 <id>create-bdio-file</id>
87 <phase>package</phase>
89 <goal>createHubOutput</goal>
103 <module>installation</module>
110 <groupId>org.slf4j</groupId>
111 <artifactId>slf4j-api</artifactId>
112 <version>1.7.25</version>