Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [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" |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 4 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 5 | <parent> |
| 6 | <groupId>org.opendaylight.odlparent</groupId> |
| 7 | <artifactId>odlparent</artifactId> |
| 8 | <version>1.6.2-Beryllium-SR2</version> |
| 9 | <relativePath>../../../../../opendaylight/odlparent</relativePath> |
| 10 | </parent> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 11 | |
| 12 | |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 13 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 14 | <properties> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 15 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 16 | <openecomp.nexus.host>nexus.openecomp.org</openecomp.nexus.host> |
| 17 | <openecomp.nexus.port>443</openecomp.nexus.port> |
| 18 | <openecomp.nexus.release-url>https://nexus.openecomp.org/content/repositories/releases/</openecomp.nexus.release-url> |
| 19 | <openecomp.nexus.snapshot-url>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.snapshot-url> |
| 20 | <openecomp.nexus.public-url>https://nexus.openecomp.org/content/groups/public/</openecomp.nexus.public-url> |
Dan Timoney | 52accfa | 2017-02-21 12:10:35 -0500 | [diff] [blame^] | 21 | <openecomp.nexus.staging.server-id>ecomp-staging</openecomp.nexus.staging.server-id> |
| 22 | <openecomp.nexus.staging.profile-id>176c31dfe190a</openecomp.nexus.staging.profile-id> |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 23 | <openecomp.git.host>gerrit.openecomp.org</openecomp.git.host> |
| 24 | <openecomp.git.port>443</openecomp.git.port> |
| 25 | <openecomp.git.project>sdnc</openecomp.git.project> |
| 26 | <openecomp.git.protocol>https</openecomp.git.protocol> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 27 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 28 | <opendaylight.nexus.public-url>https://nexus.opendaylight.org/content/repositories/public/</opendaylight.nexus.public-url> |
| 29 | <opendaylight.nexus.snapshot-url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</opendaylight.nexus.snapshot-url> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 30 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 31 | <release-tag>R17.01</release-tag> |
| 32 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 33 | <bundle.plugin.version>2.5.0</bundle.plugin.version> |
| 34 | <java.version.source>1.7</java.version.source> |
| 35 | <java.version.target>1.7</java.version.target> |
| 36 | <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version> |
| 37 | <equinox.osgi.version>3.8.1.v20120830-144521</equinox.osgi.version> |
| 38 | <jackson-annotations-version>${jackson.version}</jackson-annotations-version> |
| 39 | <jettison.version>1.3.7</jettison.version> |
| 40 | <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version> |
| 41 | <apache.httpcomponents.version>4.4</apache.httpcomponents.version> |
| 42 | <antlr.version>4.5.1</antlr.version> |
| 43 | <mysql.connector.version>5.1.39</mysql.connector.version> |
| 44 | <odl.version>1.6.2-Beryllium-SR2</odl.version> |
| 45 | <odl.dlux.version>0.3.2-Beryllium-SR2</odl.dlux.version> |
| 46 | <odl.yangtools.version>0.8.2-Beryllium-SR2</odl.yangtools.version> |
| 47 | <odl.mdsal.version>1.3.2-Beryllium-SR2</odl.mdsal.version> |
| 48 | <odl.mdsal.features.version>2.0.2-Beryllium-SR2</odl.mdsal.features.version> |
| 49 | <odl.mdsal.model.version>0.8.2-Beryllium-SR2</odl.mdsal.model.version> |
| 50 | <odl.restconf.version>1.3.2-Beryllium-SR2</odl.restconf.version> |
| 51 | <odl.yangtools.version>0.8.2-Beryllium-SR2</odl.yangtools.version> |
| 52 | <odl.controller.model.version>${odl.mdsal.model.version}</odl.controller.model.version> |
| 53 | <odl.controller.config.api.version>0.4.2-Beryllium-SR2</odl.controller.config.api.version> |
| 54 | <odl.karaf.empty.distro.version>${odl.version}</odl.karaf.empty.distro.version> |
| 55 | <odl.commons.opendaylight.version>${odl.version}</odl.commons.opendaylight.version> |
| 56 | <odl.ietf-inet-types.version>2010.09.24.8.2-Beryllium-SR2</odl.ietf-inet-types.version> |
| 57 | <odl.ietf-yang-types.version>2010.09.24.8.2-Beryllium-SR2</odl.ietf-yang-types.version> |
| 58 | <odl.yang.jmx.generator.version>0.4.2-Beryllium-SR2</odl.yang.jmx.generator.version> |
| 59 | <odl.yangtools.yang.maven.plugin.version>${odl.yangtools.version}</odl.yangtools.yang.maven.plugin.version> |
| 60 | <features.file>features.xml</features.file> |
| 61 | <h2database.version>1.4.186</h2database.version> |
| 62 | <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath> |
| 63 | <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath> |
| 64 | <checkstyle.skip>true</checkstyle.skip> |
| 65 | |
| 66 | <sonar.language>java</sonar.language> |
| 67 | <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> |
| 68 | <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath> |
| 69 | <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath> |
| 70 | <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> |
| 71 | <sonar.projectVersion>${project.version}</sonar.projectVersion> |
| 72 | |
Dan Timoney | 52accfa | 2017-02-21 12:10:35 -0500 | [diff] [blame^] | 73 | <sdnc.core.version>1.0.0</sdnc.core.version> |
| 74 | <sdnc.adaptors.version>1.0.0</sdnc.adaptors.version> |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 75 | <sdnctl.sli.version>${sdnc.core.version}</sdnctl.sli.version> |
| 76 | <sdnctl.aai.service.version>${sdnc.adaptors.version}</sdnctl.aai.service.version> |
| 77 | <sdnctl.dblib.version>${sdnc.core.version}</sdnctl.dblib.version> |
| 78 | <sdnctl.mdsal.resource.version>${sdnc.adaptors.version}</sdnctl.mdsal.resource.version> |
| 79 | <sdnctl.slipluginutils.version>${sdnc.core.version}</sdnctl.slipluginutils.version> |
| 80 | </properties> |
| 81 | |
| 82 | <modelVersion>4.0.0</modelVersion> |
| 83 | <packaging>pom</packaging> |
| 84 | <groupId>org.openecomp.sdnc.core</groupId> |
| 85 | <artifactId>root</artifactId> |
Dan Timoney | f40360f | 2017-02-20 17:15:41 -0500 | [diff] [blame] | 86 | <version>1.0.0</version> |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 87 | |
Dan Timoney | 52accfa | 2017-02-21 12:10:35 -0500 | [diff] [blame^] | 88 | <profiles> |
| 89 | <profile> |
| 90 | <id>staging</id> |
| 91 | <activation> |
| 92 | <property> |
| 93 | <name>!no-staging</name> |
| 94 | </property> |
| 95 | </activation> |
| 96 | <build> |
| 97 | <pluginManagement> |
| 98 | <plugins> |
| 99 | <plugin> |
| 100 | <groupId>org.sonatype.plugins</groupId> |
| 101 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 102 | <version>1.6.7</version> |
| 103 | <extensions>true</extensions> |
| 104 | <configuration> |
| 105 | <nexusUrl>https://${openecomp.nexus.host}</nexusUrl> |
| 106 | <stagingProfileId>${openecomp.nexus.staging.profile-id}</stagingProfileId> |
| 107 | <serverId>${openecomp.nexus.staging.server-id}</serverId> |
| 108 | </configuration> |
| 109 | </plugin> |
| 110 | </plugins> |
| 111 | </pluginManagement> |
| 112 | </build> |
| 113 | </profile> |
| 114 | |
| 115 | </profiles> |
| 116 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 117 | <dependencyManagement> |
| 118 | <dependencies> |
| 119 | <dependency> |
| 120 | <groupId>org.opendaylight.controller</groupId> |
| 121 | <artifactId>opendaylight-karaf-empty</artifactId> |
| 122 | <version>${odl.karaf.empty.distro.version}</version> |
| 123 | <type>zip</type> |
| 124 | </dependency> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 125 | |
| 126 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 127 | <dependency> |
| 128 | <groupId>org.openecomp.sdnc.core</groupId> |
| 129 | <artifactId>sli-common</artifactId> |
| 130 | <version>${sdnctl.sli.version}</version> |
| 131 | </dependency> |
| 132 | |
| 133 | <dependency> |
| 134 | <groupId>org.openecomp.sdnc.core</groupId> |
| 135 | <artifactId>sli-provider</artifactId> |
| 136 | <version>${sdnctl.sli.version}</version> |
| 137 | </dependency> |
| 138 | |
| 139 | <dependency> |
| 140 | <groupId>org.openecomp.sdnc.core</groupId> |
| 141 | <artifactId>aai-service-provider</artifactId> |
| 142 | <version>${sdnctl.aai.service.version}</version> |
| 143 | </dependency> |
| 144 | |
| 145 | <dependency> |
| 146 | <groupId>org.openecomp.sdnc.core</groupId> |
| 147 | <artifactId>dblib-provider</artifactId> |
| 148 | <version>${sdnctl.dblib.version}</version> |
| 149 | </dependency> |
| 150 | </dependencies> |
| 151 | |
| 152 | </dependencyManagement> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 153 | |
| 154 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 155 | <name>SDNC Root</name> |
| 156 | <url>http://wiki.openecomp.org</url> |
| 157 | <description>Root POM to be used for all SDNC projects</description> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 158 | |
| 159 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 160 | <issueManagement> |
| 161 | <system>JIRA</system> |
| 162 | <url>https://jira.openecomp.org/</url> |
| 163 | </issueManagement> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 164 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 165 | <reporting> |
| 166 | <plugins> |
| 167 | <plugin> |
| 168 | <artifactId>maven-javadoc-plugin</artifactId> |
| 169 | <version>2.10.4</version> |
| 170 | <configuration> |
| 171 | <failOnError>false</failOnError> |
| 172 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 173 | <docletArtifact> |
| 174 | <groupId>org.umlgraph</groupId> |
| 175 | <artifactId>umlgraph</artifactId> |
| 176 | <version>5.6</version> |
| 177 | </docletArtifact> |
| 178 | <additionalparam>-views</additionalparam> |
| 179 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 180 | <excludePackageNames>org.opendaylight.*</excludePackageNames> |
| 181 | <additionalDependencies> |
| 182 | <additionalDependency> |
| 183 | <groupId>org.opendaylight.odlparent</groupId> |
| 184 | <artifactId>odlparent</artifactId> |
| 185 | <version>1.6.2-Beryllium-SR2</version> |
| 186 | </additionalDependency> |
| 187 | <additionalDependency> |
| 188 | <groupId>org.slf4j</groupId> |
| 189 | <artifactId>slf4j-api</artifactId> |
| 190 | <version>${slf4j.version}</version> |
| 191 | </additionalDependency> |
| 192 | <additionalDependency> |
| 193 | <groupId>org.antlr</groupId> |
| 194 | <artifactId>antlr4</artifactId> |
| 195 | <version>${antlr.version}</version> |
| 196 | </additionalDependency> |
| 197 | <additionalDependency> |
| 198 | <groupId>org.antlr</groupId> |
| 199 | <artifactId>antlr4-runtime</artifactId> |
| 200 | <version>${antlr.version}</version> |
| 201 | </additionalDependency> |
| 202 | |
| 203 | <additionalDependency> |
| 204 | <groupId>com.sun.jersey</groupId> |
| 205 | <artifactId>jersey-client</artifactId> |
| 206 | <version>${jersey.json.version}</version> |
| 207 | </additionalDependency> |
| 208 | <additionalDependency> |
| 209 | <groupId>com.sun.jersey</groupId> |
| 210 | <artifactId>jersey-core</artifactId> |
| 211 | <version>${jersey.json.version}</version> |
| 212 | </additionalDependency> |
| 213 | <additionalDependency> |
| 214 | <groupId>org.apache.httpcomponents</groupId> |
| 215 | <artifactId>httpcore-osgi</artifactId> |
| 216 | <version>${apache.httpcomponents.version}</version> |
| 217 | </additionalDependency> |
| 218 | <additionalDependency> |
| 219 | <groupId>org.apache.httpcomponents</groupId> |
| 220 | <artifactId>httpclient-osgi</artifactId> |
| 221 | <version>${apache.httpcomponents.version}</version> |
| 222 | </additionalDependency> |
| 223 | <additionalDependency> |
| 224 | <groupId>com.fasterxml.jackson.core</groupId> |
| 225 | <artifactId>jackson-databind</artifactId> |
| 226 | <version>${fasterxml.jackson.version}</version> |
| 227 | </additionalDependency> |
| 228 | <additionalDependency> |
| 229 | <groupId>com.fasterxml.jackson.core</groupId> |
| 230 | <artifactId>jackson-annotations</artifactId> |
| 231 | <version>${fasterxml.jackson.version}</version> |
| 232 | </additionalDependency> |
| 233 | <additionalDependency> |
| 234 | <groupId>com.fasterxml.jackson.core</groupId> |
| 235 | <artifactId>jackson-core</artifactId> |
| 236 | <version>${fasterxml.jackson.version}</version> |
| 237 | </additionalDependency> |
| 238 | <additionalDependency> |
| 239 | <groupId>commons-lang</groupId> |
| 240 | <artifactId>commons-lang</artifactId> |
| 241 | <version>${commons.lang.version}</version> |
| 242 | </additionalDependency> |
| 243 | <additionalDependency> |
| 244 | <groupId>org.opendaylight.mdsal</groupId> |
| 245 | <artifactId>yang-binding</artifactId> |
| 246 | <version>${odl.yangtools.version}</version> |
| 247 | </additionalDependency> |
| 248 | <additionalDependency> |
| 249 | <groupId>org.opendaylight.yangtools</groupId> |
| 250 | <artifactId>yang-common</artifactId> |
| 251 | <version>${odl.yangtools.version}</version> |
| 252 | </additionalDependency> |
| 253 | <additionalDependency> |
| 254 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 255 | <artifactId>ietf-inet-types</artifactId> |
| 256 | <version>${odl.ietf-inet-types.version}</version> |
| 257 | </additionalDependency> |
| 258 | <additionalDependency> |
| 259 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 260 | <artifactId>ietf-yang-types</artifactId> |
| 261 | <version>${odl.ietf-yang-types.version}</version> |
| 262 | </additionalDependency> |
| 263 | </additionalDependencies> |
| 264 | </configuration> |
| 265 | <reportSets> |
| 266 | <reportSet> |
| 267 | <reports> |
| 268 | <report>javadoc-no-fork</report> |
| 269 | <report>test-javadoc-no-fork</report> |
| 270 | </reports> |
| 271 | </reportSet> |
| 272 | <reportSet> |
| 273 | <id>aggregate</id> |
| 274 | <reports> |
| 275 | <report>aggregate</report> |
| 276 | <report>test-aggregate</report> |
| 277 | </reports> |
| 278 | </reportSet> |
| 279 | </reportSets> |
| 280 | </plugin> |
| 281 | <plugin> |
| 282 | <groupId>org.apache.maven.plugins</groupId> |
| 283 | <artifactId>maven-jxr-plugin</artifactId> |
| 284 | <version>2.3</version> |
| 285 | <reportSets> |
| 286 | <reportSet> |
| 287 | <id>aggregate</id> |
| 288 | <reports> |
| 289 | <report>aggregate</report> |
| 290 | <report>test-aggregate</report> |
| 291 | </reports> |
| 292 | </reportSet> |
| 293 | </reportSets> |
| 294 | </plugin> |
| 295 | |
| 296 | <plugin> |
| 297 | <artifactId>maven-surefire-plugin</artifactId> |
| 298 | <version>2.17</version> |
| 299 | </plugin> |
| 300 | <plugin> |
| 301 | <groupId>org.apache.maven.plugins</groupId> |
| 302 | <artifactId>maven-changelog-plugin</artifactId> |
| 303 | <version>2.3</version> |
| 304 | <reportSets> |
| 305 | <reportSet> |
| 306 | <id>dual-report</id> |
| 307 | <configuration> |
| 308 | <type>range</type> |
| 309 | <range>30</range> |
| 310 | </configuration> |
| 311 | <reports> |
| 312 | <report>changelog</report> |
| 313 | <report>file-activity</report> |
| 314 | </reports> |
| 315 | </reportSet> |
| 316 | </reportSets> |
| 317 | </plugin> |
| 318 | <plugin> |
| 319 | <groupId>org.codehaus.mojo</groupId> |
| 320 | <artifactId>taglist-maven-plugin</artifactId> |
| 321 | <version>2.4</version> |
| 322 | </plugin> |
| 323 | </plugins> |
| 324 | </reporting> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 325 | |
| 326 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 327 | <pluginRepositories> |
| 328 | <pluginRepository> |
| 329 | <id>openecomp-public</id> |
| 330 | <url>${openecomp.nexus.public-url}</url> |
| 331 | <releases> |
| 332 | <enabled>true</enabled> |
| 333 | </releases> |
| 334 | <snapshots> |
| 335 | <enabled>true</enabled> |
| 336 | </snapshots> |
| 337 | </pluginRepository> |
| 338 | <pluginRepository> |
| 339 | <id>opendaylight-mirror</id> |
| 340 | <name>opendaylight-mirror</name> |
| 341 | <url>${opendaylight.nexus.public-url}</url> |
| 342 | <releases> |
| 343 | <enabled>true</enabled> |
| 344 | <updatePolicy>never</updatePolicy> |
| 345 | </releases> |
| 346 | <snapshots> |
| 347 | <enabled>false</enabled> |
| 348 | </snapshots> |
| 349 | </pluginRepository> |
| 350 | <pluginRepository> |
| 351 | <id>opendaylight-snapshot</id> |
| 352 | <name>opendaylight-snapshot</name> |
| 353 | <url>${opendaylight.nexus.snapshot-url}</url> |
| 354 | <releases> |
| 355 | <enabled>false</enabled> |
| 356 | </releases> |
| 357 | <snapshots> |
| 358 | <enabled>true</enabled> |
| 359 | </snapshots> |
| 360 | </pluginRepository> |
| 361 | <!-- Black Duck plugin dependencies --> |
| 362 | <pluginRepository> |
| 363 | <id>JCenter</id> |
| 364 | <name>JCenter Repository</name> |
| 365 | <url>http://jcenter.bintray.com</url> |
| 366 | </pluginRepository> |
| 367 | |
| 368 | <pluginRepository> |
| 369 | <id>Restlet</id> |
| 370 | <name>Restlet Repository</name> |
| 371 | <url>http://maven.restlet.com</url> |
| 372 | </pluginRepository> |
| 373 | </pluginRepositories> |
| 374 | |
| 375 | |
| 376 | <repositories> |
| 377 | <repository> |
| 378 | <id>openecomp-public</id> |
| 379 | <url>${openecomp.nexus.public-url}</url> |
| 380 | <releases> |
| 381 | <enabled>true</enabled> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 382 | <!-- <updatePolicy>always</updatePolicy> <updatePolicy>never</updatePolicy> |
| 383 | <updatePolicy>daily</updatePolicy> <updatePolicy>interval:in minutes</updatePolicy> --> |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 384 | <updatePolicy>never</updatePolicy> |
| 385 | </releases> |
| 386 | <snapshots> |
| 387 | <enabled>true</enabled> |
| 388 | <updatePolicy>always</updatePolicy> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 389 | <!-- <updatePolicy>always</updatePolicy> <updatePolicy>never</updatePolicy> |
| 390 | <updatePolicy>daily</updatePolicy> <updatePolicy>interval:30</updatePolicy> --> |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 391 | </snapshots> |
| 392 | </repository> |
| 393 | <repository> |
| 394 | <id>openecomp-release</id> |
| 395 | <name>openecomp-repository-releases</name> |
| 396 | <url>${openecomp.nexus.release-url}</url> |
| 397 | <releases> |
| 398 | <enabled>true</enabled> |
| 399 | <updatePolicy>never</updatePolicy> |
| 400 | </releases> |
| 401 | <snapshots> |
| 402 | <enabled>false</enabled> |
| 403 | </snapshots> |
| 404 | </repository> |
| 405 | <repository> |
| 406 | <id>openecomp-snapshot</id> |
| 407 | <name>openecomp-repository-snapshots</name> |
| 408 | <url>${openecomp.nexus.snapshot-url}</url> |
| 409 | <releases> |
| 410 | <enabled>false</enabled> |
| 411 | </releases> |
| 412 | <snapshots> |
| 413 | <enabled>true</enabled> |
| 414 | </snapshots> |
| 415 | </repository> |
| 416 | <repository> |
| 417 | <id>opendaylight-mirror</id> |
| 418 | <name>opendaylight-mirror</name> |
| 419 | <url>${opendaylight.nexus.public-url}</url> |
| 420 | <releases> |
| 421 | <enabled>true</enabled> |
| 422 | <updatePolicy>never</updatePolicy> |
| 423 | </releases> |
| 424 | <snapshots> |
| 425 | <enabled>false</enabled> |
| 426 | </snapshots> |
| 427 | </repository> |
| 428 | <repository> |
| 429 | <id>opendaylight-snapshot</id> |
| 430 | <name>opendaylight-snapshot</name> |
| 431 | <url>${opendaylight.nexus.snapshot-url}</url> |
| 432 | <releases> |
| 433 | <enabled>false</enabled> |
| 434 | </releases> |
| 435 | <snapshots> |
| 436 | <enabled>true</enabled> |
| 437 | </snapshots> |
| 438 | </repository> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 439 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 440 | </repositories> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 441 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 442 | <distributionManagement> |
| 443 | <site> |
| 444 | <id>sdnc-javadoc</id> |
| 445 | <url>dav:https://ecomp-nexus:${openecomp.nexus.port}/repository/sdn-c-javadoc/${project.version}</url> |
| 446 | </site> |
| 447 | <repository> |
Dan Timoney | 5905c83 | 2017-02-20 13:59:11 -0500 | [diff] [blame] | 448 | <id>ecomp-releases</id> |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 449 | <name>openecomp-repository-releases</name> |
| 450 | <url>${openecomp.nexus.release-url}</url> |
| 451 | </repository> |
| 452 | <snapshotRepository> |
Dan Timoney | 5905c83 | 2017-02-20 13:59:11 -0500 | [diff] [blame] | 453 | <id>ecomp-snapshots</id> |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 454 | <name>openecomp-repository-snapshots</name> |
| 455 | <url>${openecomp.nexus.snapshot-url}</url> |
| 456 | </snapshotRepository> |
| 457 | </distributionManagement> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 458 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 459 | <build> |
| 460 | <pluginManagement> |
| 461 | <plugins> |
| 462 | <plugin> |
| 463 | <groupId>org.apache.maven.plugins</groupId> |
| 464 | <artifactId>maven-site-plugin</artifactId> |
| 465 | <version>3.6</version> |
| 466 | <dependencies> |
| 467 | <dependency><!-- add support for ssh/scp --> |
| 468 | <groupId>org.apache.maven.wagon</groupId> |
| 469 | <artifactId>wagon-ssh</artifactId> |
| 470 | <version>1.0</version> |
| 471 | </dependency> |
| 472 | <dependency> |
| 473 | <groupId>org.apache.maven.wagon</groupId> |
| 474 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 475 | <version>2.10</version> |
| 476 | </dependency> |
| 477 | </dependencies> |
| 478 | <executions> |
| 479 | <execution> |
| 480 | <id>attach-descriptor</id> |
| 481 | <goals> |
| 482 | <goal>attach-descriptor</goal> |
| 483 | </goals> |
| 484 | </execution> |
| 485 | </executions> |
| 486 | </plugin> |
| 487 | <plugin> |
| 488 | <groupId>org.apache.maven.plugins</groupId> |
| 489 | <artifactId>maven-compiler-plugin</artifactId> |
| 490 | <version>${maven.compile.plugin.version}</version> |
| 491 | <configuration> |
| 492 | <source>${java.version.source}</source> |
| 493 | <target>${java.version.target}</target> |
| 494 | </configuration> |
| 495 | </plugin> |
| 496 | <plugin> |
| 497 | <groupId>org.codehaus.mojo</groupId> |
| 498 | <artifactId>sonar-maven-plugin</artifactId> |
| 499 | <version>3.2</version> |
| 500 | </plugin> |
| 501 | <plugin> |
| 502 | <groupId>org.apache.maven.plugins</groupId> |
| 503 | <artifactId>maven-javadoc-plugin</artifactId> |
| 504 | <version>2.10</version> |
| 505 | <configuration> |
| 506 | <additionalDependencies> |
| 507 | <additionalDependency> |
| 508 | <groupId>org.slf4j</groupId> |
| 509 | <artifactId>slf4j-api</artifactId> |
| 510 | <version>${slf4j.version}</version> |
| 511 | </additionalDependency> |
| 512 | <additionalDependency> |
| 513 | <groupId>org.antlr</groupId> |
| 514 | <artifactId>antlr4</artifactId> |
| 515 | <version>${antlr.version}</version> |
| 516 | </additionalDependency> |
| 517 | <additionalDependency> |
| 518 | <groupId>org.antlr</groupId> |
| 519 | <artifactId>antlr4-runtime</artifactId> |
| 520 | <version>${antlr.version}</version> |
| 521 | </additionalDependency> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 522 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 523 | <additionalDependency> |
| 524 | <groupId>com.sun.jersey</groupId> |
| 525 | <artifactId>jersey-client</artifactId> |
| 526 | <version>${jersey.client.version}</version> |
| 527 | </additionalDependency> |
| 528 | <additionalDependency> |
| 529 | <groupId>com.sun.jersey</groupId> |
| 530 | <artifactId>jersey-core</artifactId> |
| 531 | <version>${jersey.version}</version> |
| 532 | </additionalDependency> |
| 533 | <additionalDependency> |
| 534 | <groupId>org.apache.httpcomponents</groupId> |
| 535 | <artifactId>httpcore-osgi</artifactId> |
| 536 | <version>${apache.httpcomponents.version}</version> |
| 537 | </additionalDependency> |
| 538 | <additionalDependency> |
| 539 | <groupId>org.apache.httpcomponents</groupId> |
| 540 | <artifactId>httpclient-osgi</artifactId> |
| 541 | <version>${apache.httpcomponents.version}</version> |
| 542 | </additionalDependency> |
| 543 | <additionalDependency> |
| 544 | <groupId>com.fasterxml.jackson.core</groupId> |
| 545 | <artifactId>jackson-databind</artifactId> |
| 546 | <version>${jackson.version}</version> |
| 547 | </additionalDependency> |
| 548 | <additionalDependency> |
| 549 | <groupId>com.fasterxml.jackson.core</groupId> |
| 550 | <artifactId>jackson-annotations</artifactId> |
| 551 | <version>${jackson.version}</version> |
| 552 | </additionalDependency> |
| 553 | <additionalDependency> |
| 554 | <groupId>com.fasterxml.jackson.core</groupId> |
| 555 | <artifactId>jackson-core</artifactId> |
| 556 | <version>${jackson.version}</version> |
| 557 | </additionalDependency> |
| 558 | <additionalDependency> |
| 559 | <groupId>commons-lang</groupId> |
| 560 | <artifactId>commons-lang</artifactId> |
| 561 | <version>${commons.lang.version}</version> |
| 562 | </additionalDependency> |
| 563 | <additionalDependency> |
| 564 | <groupId>org.opendaylight.mdsal</groupId> |
| 565 | <artifactId>yang-binding</artifactId> |
| 566 | <version>${odl.yangtools.version}</version> |
| 567 | </additionalDependency> |
| 568 | <additionalDependency> |
| 569 | <groupId>org.opendaylight.yangtools</groupId> |
| 570 | <artifactId>yang-common</artifactId> |
| 571 | <version>${odl.yangtools.version}</version> |
| 572 | </additionalDependency> |
| 573 | <additionalDependency> |
| 574 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 575 | <artifactId>ietf-inet-types</artifactId> |
| 576 | <version>${odl.ietf-inet-types.version}</version> |
| 577 | </additionalDependency> |
| 578 | <additionalDependency> |
| 579 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 580 | <artifactId>ietf-yang-types</artifactId> |
| 581 | <version>${odl.ietf-yang-types.version}</version> |
| 582 | </additionalDependency> |
| 583 | </additionalDependencies> |
| 584 | </configuration> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 585 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 586 | <executions> |
| 587 | <execution> |
| 588 | <id>aggregate</id> |
| 589 | <goals> |
| 590 | <goal>aggregate</goal> |
| 591 | </goals> |
| 592 | <phase>site</phase> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 593 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 594 | </execution> |
| 595 | </executions> |
| 596 | </plugin> |
| 597 | <plugin> |
| 598 | <artifactId>maven-source-plugin</artifactId> |
| 599 | <version>2.1.1</version> |
| 600 | <executions> |
| 601 | <execution> |
| 602 | <id>bundle-sources</id> |
| 603 | <phase>package</phase> |
| 604 | <goals> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 605 | <!-- produce source artifact for main project sources --> |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 606 | <goal>jar-no-fork</goal> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 607 | |
| 608 | <!-- produce source artifact for project test sources --> |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 609 | <goal>test-jar-no-fork</goal> |
| 610 | </goals> |
| 611 | </execution> |
| 612 | </executions> |
| 613 | </plugin> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 614 | |
Dan Timoney | 52accfa | 2017-02-21 12:10:35 -0500 | [diff] [blame^] | 615 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 616 | </plugins> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 617 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 618 | </pluginManagement> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 619 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 620 | <plugins> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 621 | <!-- license plugin --> |
| 622 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 623 | <plugin> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 624 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 625 | <groupId>org.codehaus.mojo</groupId> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 626 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 627 | <artifactId>license-maven-plugin</artifactId> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 628 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 629 | <version>1.10</version> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 630 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 631 | <configuration> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 632 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 633 | <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 634 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 635 | <processStartTag>============LICENSE_START=======================================================</processStartTag> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 636 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 637 | <processEndTag>============LICENSE_END=========================================================</processEndTag> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 638 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 639 | <sectionDelimiter>================================================================================</sectionDelimiter> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 640 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 641 | <licenseName>apache_v2</licenseName> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 642 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 643 | <inceptionYear>2017</inceptionYear> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 644 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 645 | <organizationName>AT&T Intellectual Property. All rights |
| 646 | reserved.</organizationName> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 647 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 648 | <projectName>openECOMP : SDN-C</projectName> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 649 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 650 | <canUpdateCopyright>true</canUpdateCopyright> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 651 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 652 | <canUpdateDescription>true</canUpdateDescription> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 653 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 654 | <canUpdateLicense>true</canUpdateLicense> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 655 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 656 | <emptyLineAfterHeader>true</emptyLineAfterHeader> |
| 657 | <excludes> |
| 658 | <exclude>**/*.png</exclude> |
| 659 | <exclude>**/*.json</exclude> |
| 660 | </excludes> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 661 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 662 | </configuration> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 663 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 664 | <executions> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 665 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 666 | <execution> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 667 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 668 | <id>first</id> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 669 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 670 | <goals> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 671 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 672 | <goal>update-file-header</goal> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 673 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 674 | </goals> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 675 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 676 | <phase>process-sources</phase> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 677 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 678 | </execution> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 679 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 680 | </executions> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 681 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 682 | </plugin> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 683 | |
Dan Timoney | 8392c26 | 2017-02-19 17:01:24 -0500 | [diff] [blame] | 684 | <plugin> |
| 685 | <groupId>org.codehaus.mojo</groupId> |
| 686 | <artifactId>properties-maven-plugin</artifactId> |
| 687 | <version>1.0.0</version> |
| 688 | <executions> |
| 689 | <execution> |
| 690 | <goals> |
| 691 | <goal>set-system-properties</goal> |
| 692 | </goals> |
| 693 | <configuration> |
| 694 | <properties> |
| 695 | <property> |
| 696 | <name>maven.wagon.http.ssl.allowall</name> |
| 697 | <value>${ssl.allowall}</value> |
| 698 | </property> |
| 699 | <property> |
| 700 | <name>maven.wagon.http.ssl.insecure</name> |
| 701 | <value>${ssl.insecure}</value> |
| 702 | </property> |
| 703 | </properties> |
| 704 | </configuration> |
| 705 | </execution> |
| 706 | </executions> |
| 707 | </plugin> |
| 708 | <plugin> |
| 709 | <groupId>org.codehaus.mojo</groupId> |
| 710 | <artifactId>versions-maven-plugin</artifactId> |
| 711 | <version>2.3</version> |
| 712 | </plugin> |
| 713 | <plugin> |
| 714 | <artifactId>maven-scm-plugin</artifactId> |
| 715 | <version>1.8.1</version> |
| 716 | <configuration> |
| 717 | <tag>${project.artifactId}-${project.version}</tag> |
| 718 | </configuration> |
| 719 | </plugin> |
| 720 | </plugins> |
| 721 | </build> |
| 722 | <organization> |
| 723 | <name>OpenECOMP</name> |
| 724 | </organization> |
Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame] | 725 | </project> |