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