Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 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"> |
| 3 | |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | <packaging>pom</packaging> |
Dan Timoney | c95543b | 2017-07-21 10:45:06 -0400 | [diff] [blame] | 6 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 7 | <artifactId>sdnc-core</artifactId> |
| 8 | |
| 9 | <name>SDN-C Core Components</name> |
| 10 | <url>https://wiki.onap.org</url> |
| 11 | <description>The SDN-C core components contains the SLI, dblib and root pom</description> |
| 12 | |
| 13 | <parent> |
| 14 | <groupId>org.onap.ccsdk.parent</groupId> |
Dan Timoney | f84d3ea | 2017-08-11 20:12:41 -0400 | [diff] [blame^] | 15 | <artifactId>odlparent-carbon-sr1</artifactId> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 16 | <version>0.0.1-SNAPSHOT</version> |
| 17 | </parent> |
| 18 | |
| 19 | <issueManagement> |
| 20 | <system>JIRA</system> |
| 21 | <url>http://jira.onap.org/</url> |
| 22 | </issueManagement> |
| 23 | |
| 24 | |
| 25 | <scm> |
| 26 | <connection>scm:git:ssh://git@${onap.git.host}/sdnc-code.git</connection> |
| 27 | <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-core.git</developerConnection> |
| 28 | <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-core/browse</url> |
| 29 | <tag>sdnc-core-1.1.0</tag> |
| 30 | </scm> |
| 31 | |
| 32 | <ciManagement> |
| 33 | <system>Jenkins</system> |
| 34 | <url>https://jenkins.onap.org/</url> |
| 35 | </ciManagement> |
| 36 | |
| 37 | |
| 38 | <distributionManagement> |
Dan Timoney | e72db85 | 2017-07-21 08:34:58 -0400 | [diff] [blame] | 39 | <repository> |
| 40 | <id>ecomp-releases</id> |
| 41 | <name>onap-repository-releases</name> |
| 42 | <url>${onap.nexus.release-url}</url> |
| 43 | </repository> |
| 44 | <snapshotRepository> |
| 45 | <id>ecomp-snapshots</id> |
| 46 | <name>onap-repository-snapshots</name> |
| 47 | <url>${onap.nexus.snapshot-url}</url> |
| 48 | </snapshotRepository> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 49 | <site> |
| 50 | <id>ecomp-site</id> |
| 51 | <url>dav:https://${onap.nexus.host}/content/sites/site/org/onap/sdnc/core/${project.artifactId}/${project.version}</url> |
| 52 | </site> |
| 53 | </distributionManagement> |
| 54 | |
| 55 | |
| 56 | <profiles> |
| 57 | <profile> |
| 58 | <id>blackduck</id> |
| 59 | <activation> |
| 60 | <property> |
| 61 | <name>blackduck-scan</name> |
| 62 | </property> |
| 63 | </activation> |
| 64 | <build> |
| 65 | <plugins> |
| 66 | <plugin> |
| 67 | <groupId>com.blackducksoftware.integration</groupId> |
| 68 | <artifactId>hub-maven-plugin</artifactId> |
| 69 | <version>1.4.0</version> |
| 70 | <inherited>false</inherited> |
| 71 | <configuration> |
| 72 | <hubProjectName>${project.name}</hubProjectName> |
| 73 | <outputDirectory>${project.basedir}</outputDirectory> |
| 74 | </configuration> |
| 75 | <executions> |
| 76 | <execution> |
| 77 | <id>create-bdio-file</id> |
| 78 | <phase>package</phase> |
| 79 | <goals> |
| 80 | <goal>createHubOutput</goal> |
| 81 | </goals> |
| 82 | </execution> |
| 83 | </executions> |
| 84 | </plugin> |
| 85 | </plugins> |
| 86 | |
| 87 | |
| 88 | |
| 89 | </build> |
| 90 | |
| 91 | </profile> |
| 92 | |
| 93 | </profiles> |
| 94 | |
| 95 | <build> |
| 96 | <plugins> |
| 97 | <!-- license plugin --> |
| 98 | |
| 99 | <plugin> |
| 100 | |
| 101 | <groupId>org.codehaus.mojo</groupId> |
| 102 | |
| 103 | <artifactId>license-maven-plugin</artifactId> |
| 104 | |
| 105 | <version>1.10</version> |
| 106 | |
| 107 | <configuration> |
| 108 | |
| 109 | <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> |
| 110 | |
| 111 | <processStartTag>============LICENSE_START=======================================================</processStartTag> |
| 112 | |
| 113 | <processEndTag>============LICENSE_END=========================================================</processEndTag> |
| 114 | |
| 115 | <sectionDelimiter>================================================================================</sectionDelimiter> |
| 116 | |
| 117 | <licenseName>apache_v2</licenseName> |
| 118 | |
| 119 | <inceptionYear>2017</inceptionYear> |
| 120 | |
Dan Timoney | 32f1614 | 2017-07-27 16:32:20 -0400 | [diff] [blame] | 121 | <organizationName>ONAP</organizationName> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 122 | |
Dan Timoney | 32f1614 | 2017-07-27 16:32:20 -0400 | [diff] [blame] | 123 | <projectName>ONAP : CCSDK</projectName> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 124 | |
| 125 | <canUpdateCopyright>true</canUpdateCopyright> |
| 126 | |
| 127 | <canUpdateDescription>true</canUpdateDescription> |
| 128 | |
| 129 | <canUpdateLicense>true</canUpdateLicense> |
| 130 | |
| 131 | <emptyLineAfterHeader>true</emptyLineAfterHeader> |
| 132 | |
| 133 | </configuration> |
| 134 | |
| 135 | <executions> |
| 136 | |
| 137 | <execution> |
| 138 | |
| 139 | <id>first</id> |
| 140 | |
| 141 | <goals> |
| 142 | |
| 143 | <goal>update-file-header</goal> |
| 144 | |
| 145 | </goals> |
| 146 | |
| 147 | <phase>process-sources</phase> |
| 148 | |
| 149 | </execution> |
| 150 | |
| 151 | </executions> |
| 152 | |
| 153 | </plugin> |
| 154 | |
| 155 | |
| 156 | <plugin> |
| 157 | <groupId>org.apache.maven.plugins</groupId> |
| 158 | <artifactId>maven-surefire-plugin</artifactId> |
| 159 | <version>2.17</version> |
| 160 | <configuration> |
| 161 | <skipTests>true</skipTests> |
| 162 | </configuration> |
| 163 | </plugin> |
| 164 | <plugin> |
| 165 | <groupId>org.sonatype.plugins</groupId> |
| 166 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 167 | <version>1.6.7</version> |
| 168 | <extensions>true</extensions> |
| 169 | <configuration> |
| 170 | <nexusUrl>https://${onap.nexus.host}</nexusUrl> |
| 171 | <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId> |
| 172 | <serverId>${onap.nexus.staging.server-id}</serverId> |
| 173 | </configuration> |
| 174 | </plugin> |
| 175 | |
| 176 | </plugins> |
| 177 | |
| 178 | </build> |
| 179 | <modules> |
| 180 | <module>dblib</module> |
| 181 | <module>sli</module> |
| 182 | <module>filters</module> |
| 183 | <module>sliPluginUtils</module> |
| 184 | <module>sliapi</module> |
| 185 | </modules> |
| 186 | <organization> |
Dan Timoney | 68eeb04 | 2017-08-11 15:57:21 -0400 | [diff] [blame] | 187 | <name>ONAP</name> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 188 | </organization> |
Dan Timoney | f84d3ea | 2017-08-11 20:12:41 -0400 | [diff] [blame^] | 189 | <version>0.1.0-SNAPSHOT</version> |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 190 | |
| 191 | |
| 192 | </project> |