Dan Timoney | 7dbb644 | 2017-07-18 20:35:53 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -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> |
Dan Timoney | 7dbb644 | 2017-07-18 20:35:53 -0400 | [diff] [blame] | 4 | |
Marcus G K Williams | 9042880 | 2017-08-23 11:47:08 -0700 | [diff] [blame] | 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.parent</groupId> |
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 7 | <artifactId>odlparent-lite</artifactId> |
Timoney, Dan (dt5972) | d5f883f | 2019-04-30 11:54:52 -0400 | [diff] [blame] | 8 | <version>1.3.0-SNAPSHOT</version> |
Marcus G K Williams | 9042880 | 2017-08-23 11:47:08 -0700 | [diff] [blame] | 9 | </parent> |
Dan Timoney | 7dbb644 | 2017-07-18 20:35:53 -0400 | [diff] [blame] | 10 | |
Marcus G K Williams | 9042880 | 2017-08-23 11:47:08 -0700 | [diff] [blame] | 11 | <groupId>org.onap.ccsdk.sli.plugins</groupId> |
Dan Timoney | e1f7195 | 2017-08-29 08:57:00 -0400 | [diff] [blame] | 12 | <artifactId>ccsdk-sli-plugins</artifactId> |
Timoney, Dan (dt5972) | d5f883f | 2019-04-30 11:54:52 -0400 | [diff] [blame] | 13 | <version>0.5.0-SNAPSHOT</version> |
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 14 | <packaging>pom</packaging> |
Dan Timoney | 7dbb644 | 2017-07-18 20:35:53 -0400 | [diff] [blame] | 15 | |
Jessica Wagantall | 6f48bb9 | 2017-09-08 11:53:50 -0700 | [diff] [blame] | 16 | <name>ccsdk-sli-plugins</name> |
Marcus G K Williams | 69fec3e | 2017-09-01 15:56:15 -0700 | [diff] [blame] | 17 | <description>CCSDK Java Plugins</description> |
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 18 | <url>https://wiki.onap.org</url> |
| 19 | <organization> |
| 20 | <name>ONAP</name> |
| 21 | </organization> |
Dan Timoney | 7dbb644 | 2017-07-18 20:35:53 -0400 | [diff] [blame] | 22 | |
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 23 | <modules> |
| 24 | <module>properties-node</module> |
| 25 | <module>restapi-call-node</module> |
Ganesh Chandrasekaran | d6a56cd | 2018-07-19 11:17:06 +0900 | [diff] [blame] | 26 | <module>sshapi-call-node</module> |
gaurav | d7d5ea0 | 2018-07-18 19:39:10 +0530 | [diff] [blame] | 27 | <module>restconf-client</module> |
Smokowski, Kevin (ks6305) | 42478b1 | 2018-08-07 19:07:35 +0000 | [diff] [blame] | 28 | <module>template-node</module> |
Haddox, Anthony | 4fc631c | 2019-01-23 06:10:06 -0800 | [diff] [blame] | 29 | <module>grToolkit</module> |
Timoney, Dan (dt5972) | 2e0e98c | 2018-12-18 10:24:32 -0500 | [diff] [blame] | 30 | <module>features</module> |
| 31 | <module>artifacts</module> |
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 32 | </modules> |
Dan Timoney | 7dbb644 | 2017-07-18 20:35:53 -0400 | [diff] [blame] | 33 | |
Marcus G K Williams | 9042880 | 2017-08-23 11:47:08 -0700 | [diff] [blame] | 34 | <scm> |
| 35 | <connection>scm:git:ssh://git@${onap.git.host}/ccsdk/sli/plugins.git</connection> |
| 36 | <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/ccsdk/sli/plugins.git</developerConnection> |
| 37 | <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/ccsdk/sli/plugins/browse</url> |
| 38 | <tag>HEAD</tag> |
| 39 | </scm> |
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 40 | <issueManagement> |
| 41 | <system>JIRA</system> |
| 42 | <url>https://jira.onap.org/</url> |
| 43 | </issueManagement> |
Marcus G K Williams | 9042880 | 2017-08-23 11:47:08 -0700 | [diff] [blame] | 44 | <ciManagement> |
| 45 | <system>Jenkins</system> |
| 46 | <url>https://jenkins.onap.org</url> |
| 47 | </ciManagement> |
Marcus G K Williams | 9042880 | 2017-08-23 11:47:08 -0700 | [diff] [blame] | 48 | <distributionManagement> |
| 49 | <site> |
| 50 | <id>sdnc-javadoc</id> |
| 51 | <url>dav:https://${onap.nexus.host}/content/sites/site/org/onap/sdnc/plugins/${project.artifactId}/${project.version}</url> |
| 52 | </site> |
| 53 | </distributionManagement> |
Dan Timoney | 7dbb644 | 2017-07-18 20:35:53 -0400 | [diff] [blame] | 54 | |
Marcus G K Williams | 9042880 | 2017-08-23 11:47:08 -0700 | [diff] [blame] | 55 | <build> |
| 56 | <plugins> |
| 57 | <plugin> |
| 58 | <groupId>org.apache.maven.plugins</groupId> |
| 59 | <artifactId>maven-surefire-plugin</artifactId> |
| 60 | <version>2.17</version> |
| 61 | <configuration> |
Marcus G K Williams | 69fec3e | 2017-09-01 15:56:15 -0700 | [diff] [blame] | 62 | <skipTests>false</skipTests> |
Marcus G K Williams | 9042880 | 2017-08-23 11:47:08 -0700 | [diff] [blame] | 63 | </configuration> |
| 64 | </plugin> |
Marcus G K Williams | 9042880 | 2017-08-23 11:47:08 -0700 | [diff] [blame] | 65 | </plugins> |
Marcus G K Williams | 9042880 | 2017-08-23 11:47:08 -0700 | [diff] [blame] | 66 | </build> |
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 67 | |
| 68 | <profiles> |
| 69 | <profile> |
| 70 | <id>blackduck</id> |
| 71 | <activation> |
| 72 | <property> |
| 73 | <name>blackduck-scan</name> |
| 74 | </property> |
| 75 | </activation> |
| 76 | <build> |
| 77 | <plugins> |
| 78 | <plugin> |
| 79 | <groupId>com.blackducksoftware.integration</groupId> |
| 80 | <artifactId>hub-maven-plugin</artifactId> |
| 81 | <version>1.4.0</version> |
| 82 | <inherited>false</inherited> |
| 83 | <configuration> |
| 84 | <hubProjectName>${project.name}</hubProjectName> |
| 85 | <outputDirectory>${project.basedir}</outputDirectory> |
| 86 | </configuration> |
| 87 | <executions> |
| 88 | <execution> |
| 89 | <id>create-bdio-file</id> |
| 90 | <phase>package</phase> |
| 91 | <goals> |
| 92 | <goal>createHubOutput</goal> |
| 93 | </goals> |
| 94 | </execution> |
| 95 | </executions> |
| 96 | </plugin> |
| 97 | </plugins> |
Dan Timoney | 7dbb644 | 2017-07-18 20:35:53 -0400 | [diff] [blame] | 98 | |
| 99 | |
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 100 | </build> |
| 101 | |
| 102 | </profile> |
| 103 | |
| 104 | </profiles> |
Dan Timoney | 7dbb644 | 2017-07-18 20:35:53 -0400 | [diff] [blame] | 105 | </project> |