blob: 9824b5b28b93725f157dbb1642354da781624414 [file] [log] [blame]
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -05001<?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"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
5 <parent>
Dan Timoney98ddb132017-09-01 17:40:45 -04006 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>odlparent-carbon-sr1</artifactId>
Marcus G K Williamsd6994152017-09-26 13:53:08 -07008 <version>0.0.2-SNAPSHOT</version>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -05009 </parent>
10
11 <modelVersion>4.0.0</modelVersion>
12 <packaging>pom</packaging>
Dan Timoney98ddb132017-09-01 17:40:45 -040013 <groupId>org.onap.sdnc.oam</groupId>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050014 <artifactId>sdnc-oam</artifactId>
15
Jessica Wagantall4bae6d02017-09-08 13:18:20 -070016 <name>sdnc-oam</name>
Dan Timoney98ddb132017-09-01 17:40:45 -040017 <url>https://wiki.onap.org</url>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050018 <description>The SDN-C OAM component contains the components needed to operate, administer and maintain the SDN-C platform.</description>
19
20
21 <issueManagement>
22 <system>JIRA</system>
Dan Timoney98ddb132017-09-01 17:40:45 -040023 <url>https://jira.onap.org/</url>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050024 </issueManagement>
25
26 <scm>
Dan Timoney98ddb132017-09-01 17:40:45 -040027 <connection>scm:git:ssh://git@${onap.git.host}/sdnc-oam.git</connection>
28 <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-oam.git</developerConnection>
29 <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-oam/browse</url>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050030 <tag>HEAD</tag>
31 </scm>
32
33 <ciManagement>
34 <system>Jenkins</system>
Dan Timoney98ddb132017-09-01 17:40:45 -040035 <url>https://jenkins.onap.org/</url>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050036 </ciManagement>
37
38 <distributionManagement>
39 <site>
Dan Timoney9e9f9642017-04-24 14:48:08 -040040 <id>sdnc-javadoc</id>
Dan Timoney98ddb132017-09-01 17:40:45 -040041 <url>dav:https://${onap.nexus.host}:${onap.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050042 </site>
43 </distributionManagement>
Timoney, Daniel (dt5972)eaa55e32017-02-21 09:40:28 -050044 <profiles>
45 <profile>
46 <id>blackduck</id>
47 <activation>
48 <property>
49 <name>blackduck-scan</name>
50 </property>
51 </activation>
52 <build>
Timoney, Daniel (dt5972)eaa55e32017-02-21 09:40:28 -050053 <plugins>
54 <plugin>
55 <groupId>com.blackducksoftware.integration</groupId>
56 <artifactId>hub-maven-plugin</artifactId>
57 <version>1.4.0</version>
58 <inherited>false</inherited>
59 <configuration>
60 <hubProjectName>${project.name}</hubProjectName>
61 <outputDirectory>${project.basedir}</outputDirectory>
62 </configuration>
63 <executions>
64 <execution>
65 <id>create-bdio-file</id>
66 <phase>package</phase>
67 <goals>
68 <goal>createHubOutput</goal>
69 </goals>
70 </execution>
71 </executions>
72 </plugin>
73 </plugins>
74
Timoney, Daniel (dt5972)eaa55e32017-02-21 09:40:28 -050075
76 </build>
77
78 </profile>
Timoney, Daniel (dt5972)eaa55e32017-02-21 09:40:28 -050079 <profile>
80 <id>docker</id>
81 <modules>
82 <module>installation</module>
83 </modules>
84 </profile>
85
86 </profiles>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050087
88 <build>
89 <plugins>
Timoney, Daniel (dt5972)57716782017-02-21 03:48:05 -050090 <plugin>
Timoney, Daniel (dt5972)6d831ce2017-02-20 11:13:38 -050091 <groupId>org.apache.maven.plugins</groupId>
92 <artifactId>maven-surefire-plugin</artifactId>
93 <version>2.17</version>
94 <configuration>
Marcus G K Williams8b87ce12017-09-06 15:11:14 -070095 <skipTests>false</skipTests>
Timoney, Daniel (dt5972)6d831ce2017-02-20 11:13:38 -050096 </configuration>
97 </plugin>
Timoney, Daniel (dt5972)94b542b2017-02-21 15:57:41 -050098 <plugin>
99 <groupId>org.sonatype.plugins</groupId>
100 <artifactId>nexus-staging-maven-plugin</artifactId>
101 <version>1.6.7</version>
102 <extensions>true</extensions>
103 <configuration>
Dan Timoney98ddb132017-09-01 17:40:45 -0400104 <nexusUrl>https://${onap.nexus.host}</nexusUrl>
105 <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId>
106 <serverId>${onap.nexus.staging.server-id}</serverId>
Timoney, Daniel (dt5972)94b542b2017-02-21 15:57:41 -0500107 </configuration>
108 </plugin>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -0500109 </plugins>
110
111 </build>
112 <modules>
113 <module>admportal</module>
Dan Timoneyb2175582017-03-31 17:47:19 -0400114 <module>dgbuilder</module>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -0500115 <module>platform-logic</module>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -0500116 </modules>
Timoney, Daniel (dt5972)6d831ce2017-02-20 11:13:38 -0500117
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -0500118 <organization>
119 <name>AT&amp;T</name>
120 </organization>
Dan Timoney98ddb132017-09-01 17:40:45 -0400121 <version>1.2.0-SNAPSHOT</version>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -0500122
123
124</project>