Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -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/maven-v4_0_0.xsd"> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 3 | |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 4 | <parent> |
| 5 | <groupId>org.onap.ccsdk.parent</groupId> |
Timoney, Dan (dt5972) | db9fffa | 2018-04-18 15:28:17 -0400 | [diff] [blame] | 6 | <artifactId>odlparent-lite</artifactId> |
Dan Timoney | 206f410 | 2020-06-24 07:18:15 -0400 | [diff] [blame] | 7 | <version>1.5.10-SNAPSHOT</version> |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 8 | </parent> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 9 | |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 10 | <modelVersion>4.0.0</modelVersion> |
| 11 | <packaging>pom</packaging> |
| 12 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
Dan Timoney | 6fbbf01 | 2017-08-29 08:45:58 -0400 | [diff] [blame] | 13 | <artifactId>ccsdk-sli-adaptors</artifactId> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 14 | |
Jessica Wagantall | ead610a | 2017-09-08 14:26:25 -0700 | [diff] [blame] | 15 | <name>ccsdk-sli-adaptors</name> |
Marcus G K Williams | 3c3e80c | 2017-08-18 13:42:02 -0700 | [diff] [blame] | 16 | <url>https://wiki.onap.org</url> |
| 17 | <description>The CCSDK core components contains the SLI, dblib and root pom</description> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 18 | |
| 19 | |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 20 | <issueManagement> |
| 21 | <system>JIRA</system> |
Marcus G K Williams | 3c3e80c | 2017-08-18 13:42:02 -0700 | [diff] [blame] | 22 | <url>https://jira.onap.org/</url> |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 23 | </issueManagement> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 24 | |
| 25 | |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 26 | <scm> |
Marcus G K Williams | 3c3e80c | 2017-08-18 13:42:02 -0700 | [diff] [blame] | 27 | <connection>scm:git:ssh://git@${onap.git.host}/ccsdk/sli/adaptors</connection> |
| 28 | <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/ccsdk/sli/adaptors</developerConnection> |
| 29 | <url>${onap.git.protocol}://${onap.git.host}/ccsdk/sli/adaptors</url> |
| 30 | <tag>ccsdk-adaptors-${project.version}</tag> |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 31 | </scm> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 32 | |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 33 | <ciManagement> |
| 34 | <system>Jenkins</system> |
Marcus G K Williams | 3c3e80c | 2017-08-18 13:42:02 -0700 | [diff] [blame] | 35 | <url>https://jenkins.onap.org/</url> |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 36 | </ciManagement> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 37 | |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 38 | <distributionManagement> |
| 39 | <site> |
| 40 | <id>sdnc-javadoc</id> |
Alexis de Talhouƫt | d10de42 | 2018-08-15 14:29:07 -0400 | [diff] [blame] | 41 | <url> |
| 42 | dav:https://${onap.nexus.host}/content/sites/site/org/onap/sdnc/adaptors/${project.artifactId}/${project.version} |
| 43 | </url> |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 44 | </site> |
| 45 | </distributionManagement> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 46 | |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 47 | <profiles> |
| 48 | <profile> |
| 49 | <id>blackduck</id> |
| 50 | <activation> |
| 51 | <property> |
| 52 | <name>blackduck-scan</name> |
| 53 | </property> |
| 54 | </activation> |
| 55 | <build> |
| 56 | <plugins> |
| 57 | <plugin> |
| 58 | <groupId>com.blackducksoftware.integration</groupId> |
| 59 | <artifactId>hub-maven-plugin</artifactId> |
| 60 | <version>1.4.0</version> |
| 61 | <inherited>false</inherited> |
| 62 | <configuration> |
| 63 | <hubProjectName>${project.name}</hubProjectName> |
| 64 | <outputDirectory>${project.basedir}</outputDirectory> |
| 65 | </configuration> |
| 66 | <executions> |
| 67 | <execution> |
| 68 | <id>create-bdio-file</id> |
| 69 | <phase>package</phase> |
| 70 | <goals> |
| 71 | <goal>createHubOutput</goal> |
| 72 | </goals> |
| 73 | </execution> |
| 74 | </executions> |
| 75 | </plugin> |
| 76 | </plugins> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 77 | |
| 78 | |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 79 | </build> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 80 | |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 81 | </profile> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 82 | |
Timoney, Dan (dt5972) | 9ed4144 | 2019-12-10 10:30:14 -0500 | [diff] [blame] | 83 | <profile> |
| 84 | <id>dependency-list</id> |
| 85 | <build> |
| 86 | <plugins> |
| 87 | <plugin> |
| 88 | <groupId>com.github.ferstl</groupId> |
| 89 | <artifactId>depgraph-maven-plugin</artifactId> |
| 90 | <executions> |
| 91 | <execution> |
| 92 | <phase>validate</phase> |
| 93 | <inherited>false</inherited> |
| 94 | <goals> |
| 95 | <goal>aggregate</goal> |
| 96 | </goals> |
| 97 | </execution> |
| 98 | </executions> |
| 99 | </plugin> |
| 100 | <plugin> |
| 101 | <groupId>org.codehaus.mojo</groupId> |
| 102 | <artifactId>build-helper-maven-plugin</artifactId> |
| 103 | <executions> |
| 104 | <execution> |
| 105 | <id>attach-artifacts</id> |
| 106 | <phase>package</phase> |
| 107 | <inherited>false</inherited> |
| 108 | <goals> |
| 109 | <goal>attach-artifact</goal> |
| 110 | </goals> |
| 111 | <configuration> |
| 112 | <artifacts> |
| 113 | <artifact> |
| 114 | <file>${dependency-list.file}</file> |
| 115 | <type>txt</type> |
| 116 | <classifier>dependencies</classifier> |
| 117 | </artifact> |
| 118 | </artifacts> |
| 119 | </configuration> |
| 120 | </execution> |
| 121 | </executions> |
| 122 | </plugin> |
| 123 | </plugins> |
| 124 | </build> |
| 125 | </profile> |
| 126 | |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 127 | </profiles> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 128 | |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 129 | <build> |
| 130 | <plugins> |
| 131 | <plugin> |
| 132 | <groupId>org.apache.maven.plugins</groupId> |
| 133 | <artifactId>maven-surefire-plugin</artifactId> |
| 134 | <version>2.17</version> |
| 135 | <configuration> |
Marcus G K Williams | 7703d8d | 2017-09-01 15:41:27 -0700 | [diff] [blame] | 136 | <skipTests>false</skipTests> |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 137 | </configuration> |
| 138 | </plugin> |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 139 | </plugins> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 140 | |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 141 | </build> |
| 142 | <modules> |
| 143 | <module>aai-service</module> |
Timoney, Dan (dt5972) | 99fe1a5 | 2018-03-29 12:31:45 -0400 | [diff] [blame] | 144 | <module>ansible-adapter</module> |
Ganesh Chandrasekaran | 8fe9122 | 2018-06-28 17:39:09 +0900 | [diff] [blame] | 145 | <module>saltstack-adapter</module> |
Timoney, Dan (dt5972) | 116667d | 2019-08-29 10:49:50 -0400 | [diff] [blame] | 146 | <module>netbox-client</module> |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 147 | <module>mdsal-resource</module> |
| 148 | <module>resource-assignment</module> |
| 149 | <module>sql-resource</module> |
Timoney, Dan (dt5972) | 98e280c | 2019-12-05 14:09:05 -0500 | [diff] [blame] | 150 | <module>base</module> |
Timoney, Dan (dt5972) | 4f904e3 | 2019-08-16 11:01:58 -0400 | [diff] [blame] | 151 | <module>message-router</module> |
Timoney, Dan (dt5972) | 153b6c2 | 2018-06-22 15:50:29 -0400 | [diff] [blame] | 152 | <module>features</module> |
Timoney, Dan (dt5972) | 5df4fb3 | 2018-12-18 09:49:53 -0500 | [diff] [blame] | 153 | <module>artifacts</module> |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 154 | </modules> |
| 155 | <organization> |
Marcus G K Williams | 3c3e80c | 2017-08-18 13:42:02 -0700 | [diff] [blame] | 156 | <name>ONAP</name> |
Marcus G K Williams | 806052b | 2017-08-02 15:09:24 -0700 | [diff] [blame] | 157 | </organization> |
Dan Timoney | 206f410 | 2020-06-24 07:18:15 -0400 | [diff] [blame] | 158 | <version>0.7.4-SNAPSHOT</version> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 159 | |
| 160 | |
| 161 | </project> |