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