Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -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"> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 4 | |
| 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.parent</groupId> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 7 | <artifactId>odlparent-lite</artifactId> |
Timoney, Dan (dt5972) | 4e6e6a3 | 2018-05-30 16:55:58 -0400 | [diff] [blame^] | 8 | <version>1.0.4-SNAPSHOT</version> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 9 | <relativePath/> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 10 | </parent> |
| 11 | |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 12 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 13 | <artifactId>ccsdk-sli-core</artifactId> |
Timoney, Dan (dt5972) | 4e6e6a3 | 2018-05-30 16:55:58 -0400 | [diff] [blame^] | 14 | <version>0.2.4-SNAPSHOT</version> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 15 | <packaging>pom</packaging> |
| 16 | |
| 17 | <name>ccsdk-sli-core</name> |
| 18 | <description>CCSDK core components contains the SLI, dblib</description> |
| 19 | <url>https://wiki.onap.org</url> |
| 20 | <organization> |
| 21 | <name>ONAP</name> |
| 22 | </organization> |
| 23 | |
| 24 | <modules> |
| 25 | <module>utils</module> |
| 26 | <module>dblib</module> |
| 27 | <module>sli</module> |
| 28 | <module>filters</module> |
| 29 | <module>sliPluginUtils</module> |
| 30 | <module>sliapi</module> |
| 31 | </modules> |
| 32 | |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 33 | <scm> |
| 34 | <connection>scm:git:ssh://git@${onap.git.host}/sdnc-code.git</connection> |
| 35 | <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-core.git</developerConnection> |
| 36 | <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-core/browse</url> |
| 37 | <tag>sdnc-core-1.1.0</tag> |
| 38 | </scm> |
| 39 | |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 40 | |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 41 | <profiles> |
| 42 | <profile> |
| 43 | <id>blackduck</id> |
| 44 | <activation> |
| 45 | <property> |
| 46 | <name>blackduck-scan</name> |
| 47 | </property> |
| 48 | </activation> |
| 49 | <build> |
| 50 | <plugins> |
| 51 | <plugin> |
| 52 | <groupId>com.blackducksoftware.integration</groupId> |
| 53 | <artifactId>hub-maven-plugin</artifactId> |
| 54 | <version>1.4.0</version> |
| 55 | <inherited>false</inherited> |
| 56 | <configuration> |
| 57 | <hubProjectName>${project.name}</hubProjectName> |
| 58 | <outputDirectory>${project.basedir}</outputDirectory> |
| 59 | </configuration> |
| 60 | <executions> |
| 61 | <execution> |
| 62 | <id>create-bdio-file</id> |
| 63 | <phase>package</phase> |
| 64 | <goals> |
| 65 | <goal>createHubOutput</goal> |
| 66 | </goals> |
| 67 | </execution> |
| 68 | </executions> |
| 69 | </plugin> |
| 70 | </plugins> |
| 71 | |
| 72 | |
| 73 | |
| 74 | </build> |
| 75 | |
| 76 | </profile> |
| 77 | |
| 78 | </profiles> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 79 | </project> |