Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 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> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 4 | |
| 5 | <parent> |
Dan Timoney | 98ddb13 | 2017-09-01 17:40:45 -0400 | [diff] [blame] | 6 | <groupId>org.onap.ccsdk.parent</groupId> |
Timoney, Dan (dt5972) | c84dc84 | 2018-04-24 09:06:57 -0400 | [diff] [blame] | 7 | <artifactId>odlparent-lite</artifactId> |
Timoney, Dan (dt5972) | f16e0e1 | 2019-08-05 11:02:01 -0400 | [diff] [blame] | 8 | <version>1.3.2</version> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 9 | </parent> |
| 10 | |
Dan Timoney | 98ddb13 | 2017-09-01 17:40:45 -0400 | [diff] [blame] | 11 | <groupId>org.onap.sdnc.oam</groupId> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 12 | <artifactId>sdnc-oam</artifactId> |
Timoney, Dan (dt5972) | 9054cae | 2019-08-16 15:41:35 -0400 | [diff] [blame] | 13 | <version>1.6.2-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 14 | <packaging>pom</packaging> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 15 | |
Jessica Wagantall | 4bae6d0 | 2017-09-08 13:18:20 -0700 | [diff] [blame] | 16 | <name>sdnc-oam</name> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 17 | <description>The SDN-C OAM component contains the components needed to operate, administer and maintain the SDN-C platform.</description> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 18 | <url>https://wiki.onap.org</url> |
| 19 | <organization> |
| 20 | <name>AT&T</name> |
| 21 | </organization> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 22 | |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 23 | <modules> |
| 24 | <module>admportal</module> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 25 | <module>platform-logic</module> |
Soumendu Sekhar Acharya | fe054ab | 2018-08-07 12:36:28 +0530 | [diff] [blame] | 26 | <module>configbackuprestore</module> |
ankitbhatt | 75a5dad | 2019-03-05 16:34:18 +0530 | [diff] [blame] | 27 | <module>SdncReports</module> |
| 28 | <module>data-migrator</module> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 29 | </modules> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 30 | |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 31 | <scm> |
Dan Timoney | 98ddb13 | 2017-09-01 17:40:45 -0400 | [diff] [blame] | 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> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 35 | <tag>HEAD</tag> |
| 36 | </scm> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 37 | <issueManagement> |
| 38 | <system>JIRA</system> |
| 39 | <url>https://jira.onap.org/</url> |
| 40 | </issueManagement> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 41 | <ciManagement> |
| 42 | <system>Jenkins</system> |
Dan Timoney | 98ddb13 | 2017-09-01 17:40:45 -0400 | [diff] [blame] | 43 | <url>https://jenkins.onap.org/</url> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 44 | </ciManagement> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 45 | <distributionManagement> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 46 | <site> |
Dan Timoney | 9e9f964 | 2017-04-24 14:48:08 -0400 | [diff] [blame] | 47 | <id>sdnc-javadoc</id> |
Dan Timoney | 98ddb13 | 2017-09-01 17:40:45 -0400 | [diff] [blame] | 48 | <url>dav:https://${onap.nexus.host}:${onap.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 49 | </site> |
| 50 | </distributionManagement> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 51 | |
| 52 | <build> |
| 53 | <plugins> |
| 54 | <plugin> |
| 55 | <groupId>org.apache.maven.plugins</groupId> |
| 56 | <artifactId>maven-surefire-plugin</artifactId> |
| 57 | <version>2.17</version> |
| 58 | <configuration> |
| 59 | <skipTests>false</skipTests> |
| 60 | </configuration> |
| 61 | </plugin> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 62 | </plugins> |
| 63 | </build> |
| 64 | |
Timoney, Daniel (dt5972) | eaa55e3 | 2017-02-21 09:40:28 -0500 | [diff] [blame] | 65 | <profiles> |
| 66 | <profile> |
| 67 | <id>blackduck</id> |
| 68 | <activation> |
| 69 | <property> |
| 70 | <name>blackduck-scan</name> |
| 71 | </property> |
| 72 | </activation> |
| 73 | <build> |
Timoney, Daniel (dt5972) | eaa55e3 | 2017-02-21 09:40:28 -0500 | [diff] [blame] | 74 | <plugins> |
| 75 | <plugin> |
| 76 | <groupId>com.blackducksoftware.integration</groupId> |
| 77 | <artifactId>hub-maven-plugin</artifactId> |
| 78 | <version>1.4.0</version> |
| 79 | <inherited>false</inherited> |
| 80 | <configuration> |
| 81 | <hubProjectName>${project.name}</hubProjectName> |
| 82 | <outputDirectory>${project.basedir}</outputDirectory> |
| 83 | </configuration> |
| 84 | <executions> |
| 85 | <execution> |
| 86 | <id>create-bdio-file</id> |
| 87 | <phase>package</phase> |
| 88 | <goals> |
| 89 | <goal>createHubOutput</goal> |
| 90 | </goals> |
| 91 | </execution> |
| 92 | </executions> |
| 93 | </plugin> |
| 94 | </plugins> |
| 95 | |
Timoney, Daniel (dt5972) | eaa55e3 | 2017-02-21 09:40:28 -0500 | [diff] [blame] | 96 | |
| 97 | </build> |
| 98 | |
| 99 | </profile> |
Timoney, Daniel (dt5972) | eaa55e3 | 2017-02-21 09:40:28 -0500 | [diff] [blame] | 100 | <profile> |
| 101 | <id>docker</id> |
| 102 | <modules> |
| 103 | <module>installation</module> |
| 104 | </modules> |
| 105 | </profile> |
| 106 | |
| 107 | </profiles> |
ankitbhatt | 75a5dad | 2019-03-05 16:34:18 +0530 | [diff] [blame] | 108 | <dependencies> |
| 109 | <dependency> |
| 110 | <groupId>org.slf4j</groupId> |
| 111 | <artifactId>slf4j-api</artifactId> |
| 112 | <version>1.7.25</version> |
| 113 | </dependency> |
| 114 | </dependencies> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 115 | </project> |