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.1.0-SNAPSHOT</version>
11 <groupId>org.onap.sdnc.oam</groupId>
12 <artifactId>sdnc-oam</artifactId>
13 <version>1.4.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>dgbuilder</module>
26 <module>platform-logic</module>
27 <module>configbackuprestore</module>
28 <module>SdncReports</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>
63 <groupId>org.sonatype.plugins</groupId>
64 <artifactId>nexus-staging-maven-plugin</artifactId>
65 <version>1.6.7</version>
66 <extensions>true</extensions>
68 <nexusUrl>https://${onap.nexus.host}</nexusUrl>
69 <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId>
70 <serverId>${onap.nexus.staging.server-id}</serverId>
81 <name>blackduck-scan</name>
87 <groupId>com.blackducksoftware.integration</groupId>
88 <artifactId>hub-maven-plugin</artifactId>
89 <version>1.4.0</version>
90 <inherited>false</inherited>
92 <hubProjectName>${project.name}</hubProjectName>
93 <outputDirectory>${project.basedir}</outputDirectory>
97 <id>create-bdio-file</id>
98 <phase>package</phase>
100 <goal>createHubOutput</goal>
114 <module>installation</module>