blob: d4da4829743051889027faa7e7541d9c65477beb [file] [log] [blame]
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -05001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)63298742018-03-01 10:59:28 -05002<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>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -05004
5 <parent>
Dan Timoney98ddb132017-09-01 17:40:45 -04006 <groupId>org.onap.ccsdk.parent</groupId>
Timoney, Dan (dt5972)c84dc842018-04-24 09:06:57 -04007 <artifactId>odlparent-lite</artifactId>
Timoney, Dan (dt5972)b47edc42019-03-25 17:32:41 -04008 <version>1.2.2-SNAPSHOT</version>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -05009 </parent>
10
Dan Timoney98ddb132017-09-01 17:40:45 -040011 <groupId>org.onap.sdnc.oam</groupId>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050012 <artifactId>sdnc-oam</artifactId>
Timoney, Dan (dt5972)b47edc42019-03-25 17:32:41 -040013 <version>1.5.1-SNAPSHOT</version>
Timoney, Dan (dt5972)63298742018-03-01 10:59:28 -050014 <packaging>pom</packaging>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050015
Jessica Wagantall4bae6d02017-09-08 13:18:20 -070016 <name>sdnc-oam</name>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050017 <description>The SDN-C OAM component contains the components needed to operate, administer and maintain the SDN-C platform.</description>
Timoney, Dan (dt5972)63298742018-03-01 10:59:28 -050018 <url>https://wiki.onap.org</url>
19 <organization>
20 <name>AT&amp;T</name>
21 </organization>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050022
Timoney, Dan (dt5972)63298742018-03-01 10:59:28 -050023 <modules>
24 <module>admportal</module>
Timoney, Dan (dt5972)63298742018-03-01 10:59:28 -050025 <module>platform-logic</module>
Soumendu Sekhar Acharyafe054ab2018-08-07 12:36:28 +053026 <module>configbackuprestore</module>
Timoney, Dan (dt5972)fcf061b2018-10-02 12:38:52 -040027 <module>SdncReports</module>
Timoney, Dan (dt5972)63298742018-03-01 10:59:28 -050028 </modules>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050029
Timoney, Dan (dt5972)63298742018-03-01 10:59:28 -050030 <scm>
Dan Timoney98ddb132017-09-01 17:40:45 -040031 <connection>scm:git:ssh://git@${onap.git.host}/sdnc-oam.git</connection>
32 <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-oam.git</developerConnection>
33 <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 -050034 <tag>HEAD</tag>
35 </scm>
Timoney, Dan (dt5972)63298742018-03-01 10:59:28 -050036 <issueManagement>
37 <system>JIRA</system>
38 <url>https://jira.onap.org/</url>
39 </issueManagement>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050040 <ciManagement>
41 <system>Jenkins</system>
Dan Timoney98ddb132017-09-01 17:40:45 -040042 <url>https://jenkins.onap.org/</url>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050043 </ciManagement>
Timoney, Dan (dt5972)63298742018-03-01 10:59:28 -050044 <distributionManagement>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -050045 <site>
Dan Timoney9e9f9642017-04-24 14:48:08 -040046 <id>sdnc-javadoc</id>
Dan Timoney98ddb132017-09-01 17:40:45 -040047 <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 -050048 </site>
49 </distributionManagement>
Timoney, Dan (dt5972)63298742018-03-01 10:59:28 -050050
51 <build>
52 <plugins>
53 <plugin>
54 <groupId>org.apache.maven.plugins</groupId>
55 <artifactId>maven-surefire-plugin</artifactId>
56 <version>2.17</version>
57 <configuration>
58 <skipTests>false</skipTests>
59 </configuration>
60 </plugin>
Timoney, Dan (dt5972)63298742018-03-01 10:59:28 -050061 </plugins>
62 </build>
63
Timoney, Daniel (dt5972)eaa55e32017-02-21 09:40:28 -050064 <profiles>
65 <profile>
66 <id>blackduck</id>
67 <activation>
68 <property>
69 <name>blackduck-scan</name>
70 </property>
71 </activation>
72 <build>
Timoney, Daniel (dt5972)eaa55e32017-02-21 09:40:28 -050073 <plugins>
74 <plugin>
75 <groupId>com.blackducksoftware.integration</groupId>
76 <artifactId>hub-maven-plugin</artifactId>
77 <version>1.4.0</version>
78 <inherited>false</inherited>
79 <configuration>
80 <hubProjectName>${project.name}</hubProjectName>
81 <outputDirectory>${project.basedir}</outputDirectory>
82 </configuration>
83 <executions>
84 <execution>
85 <id>create-bdio-file</id>
86 <phase>package</phase>
87 <goals>
88 <goal>createHubOutput</goal>
89 </goals>
90 </execution>
91 </executions>
92 </plugin>
93 </plugins>
94
Timoney, Daniel (dt5972)eaa55e32017-02-21 09:40:28 -050095
96 </build>
97
98 </profile>
Timoney, Daniel (dt5972)eaa55e32017-02-21 09:40:28 -050099 <profile>
100 <id>docker</id>
101 <modules>
102 <module>installation</module>
103 </modules>
104 </profile>
105
106 </profiles>
Timoney, Daniel (dt5972)324ee362017-02-15 10:37:53 -0500107</project>