Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Dan Timoney | 2db4ce9 | 2017-02-21 09:08:47 -0500 | [diff] [blame] | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 4 | |
| 5 | <parent> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>odlparent-carbon-sr1</artifactId> |
| 8 | <version>0.0.1-SNAPSHOT</version> |
| 9 | |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 10 | </parent> |
| 11 | |
| 12 | <modelVersion>4.0.0</modelVersion> |
| 13 | <packaging>pom</packaging> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 14 | <groupId>org.onap.sdnc.northbound</groupId> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 15 | <artifactId>sdnc-northbound</artifactId> |
| 16 | |
Jessica Wagantall | 8e779f4 | 2017-09-08 11:51:39 -0700 | [diff] [blame] | 17 | <name>sdnc-northbound</name> |
Marcus G K Williams | 307e6ec | 2017-09-13 11:52:07 -0700 | [diff] [blame^] | 18 | <url>https://wiki.onap.org</url> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 19 | <description>The SDN-C Northbound APIs repo contains code for northbound API adaptors, typically MD-SAL applications</description> |
| 20 | |
| 21 | |
| 22 | <issueManagement> |
| 23 | <system>JIRA</system> |
Marcus G K Williams | 307e6ec | 2017-09-13 11:52:07 -0700 | [diff] [blame^] | 24 | <url>https://jira.onap.org/</url> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 25 | </issueManagement> |
| 26 | |
| 27 | |
| 28 | <scm> |
Marcus G K Williams | 307e6ec | 2017-09-13 11:52:07 -0700 | [diff] [blame^] | 29 | <connection>scm:git:ssh://git@${onap.git.host}/sdnc-northbound.git</connection> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 30 | |
Marcus G K Williams | 307e6ec | 2017-09-13 11:52:07 -0700 | [diff] [blame^] | 31 | <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-northbound.git</developerConnection> |
| 32 | <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-northbound/browse</url> |
Dan Timoney | 2db4ce9 | 2017-02-21 09:08:47 -0500 | [diff] [blame] | 33 | </scm> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 34 | |
| 35 | <ciManagement> |
| 36 | <system>Jenkins</system> |
Marcus G K Williams | 307e6ec | 2017-09-13 11:52:07 -0700 | [diff] [blame^] | 37 | <url>https://jenkins.onap.org/</url> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 38 | </ciManagement> |
| 39 | |
Dan Timoney | 2db4ce9 | 2017-02-21 09:08:47 -0500 | [diff] [blame] | 40 | <distributionManagement> |
| 41 | <site> |
Dan Timoney | 60d5ee0 | 2017-04-21 17:36:30 -0400 | [diff] [blame] | 42 | <id>sdnc-javadoc</id> |
Marcus G K Williams | 307e6ec | 2017-09-13 11:52:07 -0700 | [diff] [blame^] | 43 | <url>dav:https://${onap.nexus.host}:${onap.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url> |
Dan Timoney | 2db4ce9 | 2017-02-21 09:08:47 -0500 | [diff] [blame] | 44 | </site> |
| 45 | </distributionManagement> |
Dan Timoney | c75b13e | 2017-02-21 13:31:06 -0500 | [diff] [blame] | 46 | <profiles> |
| 47 | <profile> |
| 48 | <id>blackduck</id> |
| 49 | <activation> |
| 50 | <property> |
| 51 | <name>blackduck-scan</name> |
| 52 | </property> |
| 53 | </activation> |
| 54 | <build> |
Dan Timoney | c75b13e | 2017-02-21 13:31:06 -0500 | [diff] [blame] | 55 | <plugins> |
| 56 | <plugin> |
| 57 | <groupId>com.blackducksoftware.integration</groupId> |
| 58 | <artifactId>hub-maven-plugin</artifactId> |
| 59 | <version>1.4.0</version> |
| 60 | <inherited>false</inherited> |
| 61 | <configuration> |
| 62 | <hubProjectName>${project.name}</hubProjectName> |
| 63 | <outputDirectory>${project.basedir}</outputDirectory> |
| 64 | </configuration> |
| 65 | <executions> |
| 66 | <execution> |
| 67 | <id>create-bdio-file</id> |
| 68 | <phase>package</phase> |
| 69 | <goals> |
| 70 | <goal>createHubOutput</goal> |
| 71 | </goals> |
| 72 | </execution> |
| 73 | </executions> |
| 74 | </plugin> |
| 75 | </plugins> |
| 76 | |
Dan Timoney | c75b13e | 2017-02-21 13:31:06 -0500 | [diff] [blame] | 77 | |
| 78 | </build> |
| 79 | |
| 80 | </profile> |
Dan Timoney | c75b13e | 2017-02-21 13:31:06 -0500 | [diff] [blame] | 81 | |
| 82 | </profiles> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 83 | |
| 84 | <build> |
| 85 | <plugins> |
Dan Timoney | 2db4ce9 | 2017-02-21 09:08:47 -0500 | [diff] [blame] | 86 | <plugin> |
Dan Timoney | 2619e3d | 2017-02-20 14:48:07 -0500 | [diff] [blame] | 87 | <groupId>org.apache.maven.plugins</groupId> |
| 88 | <artifactId>maven-surefire-plugin</artifactId> |
| 89 | <version>2.17</version> |
| 90 | <configuration> |
Marcus G K Williams | 8ce0ecb | 2017-09-06 14:59:20 -0700 | [diff] [blame] | 91 | <skipTests>false</skipTests> |
Dan Timoney | 2619e3d | 2017-02-20 14:48:07 -0500 | [diff] [blame] | 92 | </configuration> |
| 93 | </plugin> |
Dan Timoney | 8249845 | 2017-02-21 20:59:22 -0500 | [diff] [blame] | 94 | <plugin> |
| 95 | <groupId>org.sonatype.plugins</groupId> |
| 96 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 97 | <version>1.6.7</version> |
| 98 | <extensions>true</extensions> |
| 99 | <configuration> |
Marcus G K Williams | 307e6ec | 2017-09-13 11:52:07 -0700 | [diff] [blame^] | 100 | <nexusUrl>https://${onap.nexus.host}</nexusUrl> |
| 101 | <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId> |
| 102 | <serverId>${onap.nexus.staging.server-id}</serverId> |
Dan Timoney | 8249845 | 2017-02-21 20:59:22 -0500 | [diff] [blame] | 103 | </configuration> |
| 104 | </plugin> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 105 | </plugins> |
| 106 | |
| 107 | </build> |
| 108 | <modules> |
Dan Timoney | c3342a0 | 2017-09-05 20:33:51 -0400 | [diff] [blame] | 109 | <module>generic-resource-api</module> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 110 | <module>vnfapi</module> |
| 111 | <module>vnftools</module> |
Dan Timoney | 2db4ce9 | 2017-02-21 09:08:47 -0500 | [diff] [blame] | 112 | </modules> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 113 | <organization> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame] | 114 | <name>ONAP</name> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 115 | </organization> |
Dan Timoney | 0bce413 | 2017-08-30 10:28:08 -0400 | [diff] [blame] | 116 | <version>1.2.0-SNAPSHOT</version> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 117 | |
| 118 | |
| 119 | </project> |