Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 4 | <parent> |
Gary Wu | f657391 | 2017-06-21 16:51:59 -0700 | [diff] [blame] | 5 | <groupId>org.onap.oparent</groupId> |
| 6 | <artifactId>oparent</artifactId> |
| 7 | <version>1.0.0-SNAPSHOT</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 8 | </parent> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 9 | |
| 10 | |
| 11 | <modelVersion>4.0.0</modelVersion> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 12 | <packaging>pom</packaging> |
| 13 | <groupId>org.openecomp.appc</groupId> |
| 14 | <artifactId>appc</artifactId> |
Patrick Brady | 03682da | 2017-03-10 13:07:19 -0800 | [diff] [blame] | 15 | <version>1.1.0-SNAPSHOT</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 16 | <name>APP-C</name> |
| 17 | <description>Construct the Application Controller component for the ECOMP project.</description> |
| 18 | <inceptionYear>2015-07-20</inceptionYear> |
| 19 | <organization> |
| 20 | <name>OpenECOMP</name> |
| 21 | </organization> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 22 | |
| 23 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 24 | <!-- ================================================================================== --> |
| 25 | <!-- Configuration properties --> |
| 26 | <!-- ================================================================================== --> |
| 27 | <properties> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 28 | <!-- VERSIONS --> |
| 29 | <!-- OpenDaylight Versions --> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 30 | <odl.version>1.7.1-Boron-SR1</odl.version> |
| 31 | <odl.dlux.version>0.4.1-Boron-SR1</odl.dlux.version> |
| 32 | <odl.yangtools.version>1.0.1-Boron-SR1</odl.yangtools.version> |
| 33 | <odl.mdsal.version>1.4.1-Boron-SR1</odl.mdsal.version> |
| 34 | <odl.mdsal.features.version>2.1.1-Boron-SR1</odl.mdsal.features.version> |
Patrick Brady | 8d2ca0d | 2017-04-05 16:16:59 -0700 | [diff] [blame] | 35 | <odl.controller.mdsal.features.version>1.4.1-Boron-SR1</odl.controller.mdsal.features.version> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 36 | <odl.mdsal.model.version>0.9.1-Boron-SR1</odl.mdsal.model.version> |
| 37 | <odl.mdsal.yang.binding.version>0.9.1-Boron-SR1</odl.mdsal.yang.binding.version> |
| 38 | <odl.restconf.version>1.4.1-Boron-SR1</odl.restconf.version> |
| 39 | <odl.controller.model.version>${odl.mdsal.model.version}</odl.controller.model.version> |
| 40 | <odl.controller.config.api.version>0.5.1-Boron-SR1</odl.controller.config.api.version> |
| 41 | <odl.karaf.empty.distro.version>${odl.version}</odl.karaf.empty.distro.version> |
| 42 | <odl.commons.opendaylight.version>${odl.version}</odl.commons.opendaylight.version> |
| 43 | <odl.ietf-inet-types.version>2010.09.24.9.1-Boron-SR1</odl.ietf-inet-types.version> |
| 44 | <odl.ietf-yang-types.version>2010.09.24.9.1-Boron-SR1</odl.ietf-yang-types.version> |
| 45 | <odl.yang.jmx.generator.version>0.5.1-Boron-SR1</odl.yang.jmx.generator.version> |
| 46 | <odl.yangtools.yang.maven.plugin.version>${odl.yangtools.version}</odl.yangtools.yang.maven.plugin.version> |
| 47 | <odl.sal.api.gen.plugin.version>0.9.1-Boron-SR1</odl.sal.api.gen.plugin.version> |
Patrick Brady | 8d2ca0d | 2017-04-05 16:16:59 -0700 | [diff] [blame] | 48 | <broker-mdsal.version>1.4.1-Boron-SR1</broker-mdsal.version> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 49 | |
| 50 | <!-- OPENECOMP SDNC versions --> |
Patrick Brady | 5c38746 | 2017-06-22 10:30:40 -0700 | [diff] [blame] | 51 | <sdnctl.sli.version>1.1.2-SNAPSHOT</sdnctl.sli.version> |
| 52 | <sdnctl.dblib.version>1.1.2-SNAPSHOT</sdnctl.dblib.version> |
| 53 | <sdnctl.aai.service.version>1.1.2-SNAPSHOT</sdnctl.aai.service.version> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 54 | <openecomp.sdnc.sql-resource.version>1.1.2-SNAPSHOT</openecomp.sdnc.sql-resource.version> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 55 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 56 | <cdp.pal.version>1.1.7-oss</cdp.pal.version> |
| 57 | <dmaap.client.version>0.2.12</dmaap.client.version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 58 | <eelf.version>0.0.1</eelf.version> |
| 59 | <eelf.maven.plugin.version>0.0.1</eelf.maven.plugin.version> |
| 60 | <cadi-version>1.3.0</cadi-version> |
| 61 | <inno-version>1.2.11</inno-version> |
| 62 | <dme2-version>3.1.200</dme2-version> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 63 | <bundle.plugin.version>2.5.0</bundle.plugin.version> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 64 | <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version> |
| 65 | <equinox.osgi.version>3.8.1.v20120830-144521</equinox.osgi.version> |
| 66 | <apache.httpcomponents.version>4.4</apache.httpcomponents.version> |
Patrick Brady | a41533f | 2017-04-03 09:47:37 -0700 | [diff] [blame] | 67 | <commons.lang3.version>3.4</commons.lang3.version> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 68 | <antlr.version>4.5.1</antlr.version> |
| 69 | <mysql.connector.version>5.1.39</mysql.connector.version> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 70 | <logback.version>1.1.1</logback.version> |
Masal, Sushil (sm588m) | 0500d5d | 2017-08-13 19:10:02 +0530 | [diff] [blame] | 71 | <toscalib.version>1.1.0</toscalib.version> |
Patrick Brady | 3871320 | 2017-07-28 11:29:23 -0700 | [diff] [blame] | 72 | <sdc-client.version>1.1.13-SNAPSHOT</sdc-client.version> |
| 73 | <jackson.yml.version>2.3.2</jackson.yml.version> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 74 | |
| 75 | <!-- SONAR --> |
| 76 | <sonar.language>java</sonar.language> |
| 77 | <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> |
| 78 | <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath> |
Marcus G K Williams | 96f45e8 | 2017-08-16 10:05:43 -0700 | [diff] [blame] | 79 | <sonar.jacoco.reportPath>${project.build.directory}/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 80 | <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> |
| 81 | <sonar.projectVersion>${project.version}</sonar.projectVersion> |
| 82 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 83 | <salGeneratorPath>target/generated-sources/yang-gen-sal</salGeneratorPath> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 84 | <maven.javadoc.failOnError>false</maven.javadoc.failOnError> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 85 | <!-- ADDING TO SUPPORT APPC-PROVIDER-MODEL yang-gen-sal FOLDER GENERATION --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 86 | <yang.file.directory>src/main/yang</yang.file.directory> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 87 | <features.file>features.xml</features.file> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 88 | <jmxGeneratorPath>target/generated-sources/yang-gen-config</jmxGeneratorPath> |
| 89 | <!-- <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath> --> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 90 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 91 | </properties> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 92 | |
| 93 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 94 | <!-- ================================================================================== --> |
| 95 | <!-- Javadoc Generation Plugin --> |
| 96 | <!-- ================================================================================== --> |
| 97 | <reporting> |
| 98 | <plugins> |
| 99 | <plugin> |
| 100 | <groupId>org.apache.maven.plugins</groupId> |
| 101 | <artifactId>maven-javadoc-plugin</artifactId> |
beili.zhou | fe0e989 | 2017-08-10 14:54:42 -0400 | [diff] [blame] | 102 | <version>2.10</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 103 | <configuration> |
| 104 | <excludePackageNames>org.openecomp.sdnc</excludePackageNames> |
| 105 | <failOnError>false</failOnError> |
| 106 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 107 | <docletArtifact> |
| 108 | <groupId>org.umlgraph</groupId> |
| 109 | <artifactId>umlgraph</artifactId> |
| 110 | <version>5.6</version> |
| 111 | </docletArtifact> |
| 112 | <additionalparam>-views</additionalparam> |
| 113 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 114 | </configuration> |
| 115 | </plugin> |
| 116 | </plugins> |
| 117 | </reporting> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 118 | |
| 119 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 120 | <!-- ================================================================================== --> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 121 | <!-- Distribution Management Sites --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 122 | <!-- ================================================================================== --> |
| 123 | <distributionManagement> |
| 124 | <!-- This site is used for Javadocs --> |
| 125 | <site> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 126 | <id>ecomp-site</id> |
Gary Wu | f657391 | 2017-06-21 16:51:59 -0700 | [diff] [blame] | 127 | <url>dav:${onap.nexus.url}/sites/site/org/onap/appc/${project.version}</url> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 128 | </site> |
| 129 | </distributionManagement> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 130 | |
| 131 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 132 | <!-- ================================================================================== --> |
| 133 | <!-- Define plugin repositories --> |
| 134 | <!-- ================================================================================== --> |
| 135 | <pluginRepositories> |
| 136 | <pluginRepository> |
| 137 | <id>opendaylight-mirror</id> |
| 138 | <name>opendaylight-mirror</name> |
| 139 | <url>https://nexus.opendaylight.org/content/repositories/public/</url> |
| 140 | <releases> |
| 141 | <enabled>true</enabled> |
| 142 | <updatePolicy>never</updatePolicy> |
| 143 | </releases> |
| 144 | <snapshots> |
| 145 | <enabled>false</enabled> |
| 146 | </snapshots> |
| 147 | </pluginRepository> |
| 148 | <pluginRepository> |
| 149 | <id>opendaylight-snapshot</id> |
| 150 | <name>opendaylight-snapshot</name> |
| 151 | <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url> |
| 152 | <releases> |
| 153 | <enabled>false</enabled> |
| 154 | </releases> |
| 155 | <snapshots> |
| 156 | <enabled>true</enabled> |
| 157 | </snapshots> |
| 158 | </pluginRepository> |
| 159 | <!-- Black Duck plugin dependencies --> |
| 160 | <pluginRepository> |
| 161 | <id>JCenter</id> |
| 162 | <name>JCenter Repository</name> |
| 163 | <url>http://jcenter.bintray.com</url> |
| 164 | </pluginRepository> |
| 165 | <pluginRepository> |
| 166 | <id>Restlet</id> |
| 167 | <name>Restlet Repository</name> |
| 168 | <url>http://maven.restlet.com</url> |
| 169 | </pluginRepository> |
| 170 | </pluginRepositories> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 171 | |
| 172 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 173 | <!-- ================================================================================== --> |
| 174 | <!-- Define project-wide dependencies --> |
| 175 | <!-- ================================================================================== --> |
| 176 | <dependencyManagement> |
| 177 | <dependencies> |
| 178 | <!-- ODL --> |
| 179 | <dependency> |
Gary Wu | f657391 | 2017-06-21 16:51:59 -0700 | [diff] [blame] | 180 | <groupId>org.opendaylight.odlparent</groupId> |
| 181 | <artifactId>odlparent</artifactId> |
| 182 | <version>1.7.1-Boron-SR1</version> |
| 183 | <scope>import</scope> |
| 184 | <type>pom</type> |
| 185 | </dependency> |
| 186 | <dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 187 | <groupId>org.opendaylight.controller</groupId> |
| 188 | <artifactId>config-api</artifactId> |
| 189 | <version>${odl.controller.config.api.version}</version> |
| 190 | </dependency> |
| 191 | <dependency> |
| 192 | <groupId>org.opendaylight.controller</groupId> |
| 193 | <artifactId>sal-binding-config</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 194 | <version>${odl.mdsal.version}</version> |
| 195 | </dependency> |
| 196 | <dependency> |
| 197 | <groupId>org.opendaylight.controller</groupId> |
| 198 | <artifactId>sal-binding-api</artifactId> |
| 199 | <version>${odl.mdsal.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 200 | </dependency> |
| 201 | <dependency> |
| 202 | <groupId>org.opendaylight.controller</groupId> |
| 203 | <artifactId>sal-test-model</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 204 | <version>${odl.mdsal.version}</version> |
| 205 | </dependency> |
| 206 | <dependency> |
| 207 | <groupId>org.opendaylight.netconf</groupId> |
| 208 | <artifactId>sal-rest-connector</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 209 | <version>${odl.mdsal.version}</version> |
| 210 | </dependency> |
| 211 | <dependency> |
| 212 | <groupId>org.opendaylight.controller</groupId> |
| 213 | <artifactId>sal-binding-broker-impl</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 214 | <version>${odl.mdsal.version}</version> |
| 215 | </dependency> |
| 216 | <dependency> |
| 217 | <groupId>org.opendaylight.controller</groupId> |
| 218 | <artifactId>sal-common-util</artifactId> |
| 219 | <version>${odl.mdsal.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 220 | </dependency> |
| 221 | <dependency> |
| 222 | <groupId>org.opendaylight.mdsal</groupId> |
| 223 | <artifactId>yang-binding</artifactId> |
Patrick Brady | a41533f | 2017-04-03 09:47:37 -0700 | [diff] [blame] | 224 | <version>${odl.mdsal.yang.binding.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 225 | </dependency> |
| 226 | <dependency> |
| 227 | <groupId>org.opendaylight.yangtools</groupId> |
| 228 | <artifactId>yang-common</artifactId> |
| 229 | <version>${odl.yangtools.version}</version> |
| 230 | </dependency> |
| 231 | <dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 232 | <groupId>org.opendaylight.controller</groupId> |
| 233 | <artifactId>features-mdsal</artifactId> |
Patrick Brady | da976a9 | 2017-04-05 10:16:12 -0700 | [diff] [blame] | 234 | <version>${odl.controller.mdsal.features.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 235 | <classifier>features</classifier> |
| 236 | <type>xml</type> |
| 237 | </dependency> |
| 238 | <dependency> |
| 239 | <groupId>org.opendaylight.mdsal</groupId> |
| 240 | <artifactId>features-mdsal</artifactId> |
Patrick Brady | da976a9 | 2017-04-05 10:16:12 -0700 | [diff] [blame] | 241 | <version>${odl.mdsal.features.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 242 | <classifier>features</classifier> |
| 243 | <type>xml</type> |
| 244 | </dependency> |
| 245 | <dependency> |
| 246 | <groupId>org.opendaylight.controller</groupId> |
| 247 | <artifactId>opendaylight-karaf-empty</artifactId> |
| 248 | <version>${odl.karaf.empty.distro.version}</version> |
| 249 | <type>zip</type> |
| 250 | </dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 251 | <dependency> |
| 252 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 253 | <artifactId>ietf-inet-types</artifactId> |
| 254 | <version>${odl.ietf-inet-types.version}</version> |
| 255 | </dependency> |
| 256 | <dependency> |
| 257 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 258 | <artifactId>ietf-yang-types</artifactId> |
| 259 | <version>${odl.ietf-yang-types.version}</version> |
| 260 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 261 | <!-- CURRENTLY DOES NOT EXIST IN 3.0. Replacement? --> |
| 262 | <!-- Required for launching the feature tests --> |
| 263 | <!-- <dependency> --> |
| 264 | <!-- <groupId>org.opendaylight.yangtools</groupId> --> |
| 265 | <!-- <artifactId>features-test</artifactId> --> |
| 266 | <!-- <version>${odl.yangtools.version}</version> --> |
| 267 | <!-- <scope>test</scope> --> |
| 268 | <!-- </dependency> --> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 269 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 270 | <!-- YANG tools --> |
| 271 | <dependency> |
| 272 | <groupId>org.opendaylight.yangtools</groupId> |
| 273 | <artifactId>features-yangtools</artifactId> |
| 274 | <version>${odl.yangtools.version}</version> |
| 275 | <classifier>features</classifier> |
| 276 | <type>xml</type> |
| 277 | </dependency> |
| 278 | <!-- SDNC --> |
| 279 | <dependency> |
| 280 | <groupId>org.openecomp.sdnc.core</groupId> |
| 281 | <artifactId>sli-common</artifactId> |
| 282 | <version>${sdnctl.sli.version}</version> |
| 283 | </dependency> |
| 284 | <dependency> |
| 285 | <groupId>org.openecomp.sdnc.core</groupId> |
| 286 | <artifactId>sli-provider</artifactId> |
| 287 | <version>${sdnctl.sli.version}</version> |
| 288 | </dependency> |
| 289 | <!-- dblib --> |
| 290 | <dependency> |
| 291 | <groupId>org.openecomp.sdnc.core</groupId> |
| 292 | <artifactId>dblib-provider</artifactId> |
| 293 | <version>${sdnctl.dblib.version}</version> |
| 294 | </dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 295 | <!-- A&AI service provider dependency override in order to use a stable |
| 296 | version --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 297 | <dependency> |
| 298 | <groupId>org.openecomp.sdnc.adaptors</groupId> |
| 299 | <artifactId>aai-service-provider</artifactId> |
| 300 | <version>${sdnctl.aai.service.version}</version> |
| 301 | </dependency> |
| 302 | <!-- APPC --> |
| 303 | <dependency> |
| 304 | <groupId>org.openecomp.appc</groupId> |
| 305 | <artifactId>appc-controller-features</artifactId> |
| 306 | <classifier>features</classifier> |
| 307 | <type>xml</type> |
| 308 | <version>${project.version}</version> |
| 309 | </dependency> |
| 310 | <dependency> |
| 311 | <groupId>org.openecomp.appc</groupId> |
| 312 | <artifactId>appc-controller-model</artifactId> |
| 313 | <version>${project.version}</version> |
| 314 | </dependency> |
| 315 | <dependency> |
| 316 | <groupId>org.openecomp.appc</groupId> |
| 317 | <artifactId>appc-controller-bundle</artifactId> |
| 318 | <version>${project.version}</version> |
| 319 | <classifier>config</classifier> |
| 320 | <type>xml</type> |
| 321 | </dependency> |
| 322 | <dependency> |
| 323 | <groupId>org.openecomp.appc</groupId> |
| 324 | <artifactId>appc-controller-bundle</artifactId> |
| 325 | <version>${project.version}</version> |
| 326 | </dependency> |
| 327 | <!-- OTHER --> |
| 328 | <dependency> |
| 329 | <groupId>equinoxSDK381</groupId> |
| 330 | <artifactId>org.eclipse.osgi</artifactId> |
| 331 | <version>${equinox.osgi.version}</version> |
| 332 | </dependency> |
| 333 | <dependency> |
| 334 | <groupId>org.apache.commons</groupId> |
| 335 | <artifactId>commons-lang3</artifactId> |
| 336 | <version>${commons.lang3.version}</version> |
| 337 | </dependency> |
| 338 | <dependency> |
| 339 | <groupId>junit</groupId> |
| 340 | <artifactId>junit</artifactId> |
| 341 | <version>4.12</version> |
| 342 | <scope>test</scope> |
| 343 | </dependency> |
| 344 | <dependency> |
| 345 | <groupId>ch.qos.logback</groupId> |
| 346 | <artifactId>logback-core</artifactId> |
| 347 | <version>1.1.1</version> |
| 348 | <scope>compile</scope> |
| 349 | </dependency> |
| 350 | <dependency> |
| 351 | <groupId>ch.qos.logback</groupId> |
| 352 | <artifactId>logback-classic</artifactId> |
| 353 | <version>1.1.1</version> |
| 354 | <scope>compile</scope> |
| 355 | </dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 356 | <!-- <dependency> --> |
| 357 | <!-- <groupId>org.slf4j</groupId> --> |
| 358 | <!-- <artifactId>slf4j-api</artifactId> --> |
| 359 | <!-- <version>1.7.12</version> --> |
| 360 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 361 | <dependency> |
| 362 | <groupId>commons-lang</groupId> |
| 363 | <artifactId>commons-lang</artifactId> |
| 364 | <version>2.6</version> |
| 365 | </dependency> |
| 366 | <dependency> |
| 367 | <groupId>org.apache.sshd</groupId> |
| 368 | <artifactId>sshd-core</artifactId> |
| 369 | <version>0.12.0</version> |
| 370 | </dependency> |
| 371 | <dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 372 | <groupId>org.mockito</groupId> |
| 373 | <artifactId>mockito-core</artifactId> |
| 374 | <version>1.10.19</version> |
| 375 | <scope>test</scope> |
| 376 | </dependency> |
| 377 | <dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 378 | <groupId>com.att.cdp</groupId> |
| 379 | <artifactId>cdp-pal-common</artifactId> |
| 380 | <version>${cdp.pal.version}</version> |
| 381 | </dependency> |
| 382 | <dependency> |
| 383 | <groupId>com.att.cdp</groupId> |
| 384 | <artifactId>cdp-pal-openstack</artifactId> |
| 385 | <version>${cdp.pal.version}</version> |
| 386 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 387 | <dependency> |
| 388 | <groupId>com.att.authz</groupId> |
| 389 | <artifactId>authz-client</artifactId> |
| 390 | <version>2.3</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 391 | </dependency> |
| 392 | <!-- EELF logging framework --> |
| 393 | <dependency> |
| 394 | <groupId>com.att.eelf</groupId> |
| 395 | <artifactId>eelf-core</artifactId> |
| 396 | <version>${eelf.version}</version> |
| 397 | </dependency> |
| 398 | </dependencies> |
| 399 | </dependencyManagement> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 400 | |
| 401 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 402 | <!-- ================================================================================== --> |
| 403 | <!-- Define common plugins and make them available for all modules --> |
| 404 | <!-- ================================================================================== --> |
| 405 | <build> |
| 406 | <pluginManagement> |
| 407 | <plugins> |
| 408 | <!-- Define the site plugin to generate documentation --> |
| 409 | <plugin> |
| 410 | <groupId>org.apache.maven.plugins</groupId> |
| 411 | <artifactId>maven-site-plugin</artifactId> |
| 412 | <version>3.4</version> |
| 413 | <dependencies> |
| 414 | <!-- add support for ssh/scp --> |
| 415 | <dependency> |
| 416 | <groupId>org.apache.maven.wagon</groupId> |
| 417 | <artifactId>wagon-ssh</artifactId> |
| 418 | <version>1.0</version> |
| 419 | </dependency> |
| 420 | </dependencies> |
| 421 | </plugin> |
| 422 | <!-- Define the compiler plugin --> |
| 423 | <plugin> |
| 424 | <groupId>org.apache.maven.plugins</groupId> |
| 425 | <artifactId>maven-compiler-plugin</artifactId> |
| 426 | <version>${maven.compile.plugin.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 427 | </plugin> |
| 428 | <!-- Define the javadoc plugin --> |
| 429 | <plugin> |
| 430 | <groupId>org.apache.maven.plugins</groupId> |
| 431 | <artifactId>maven-javadoc-plugin</artifactId> |
| 432 | <version>2.10</version> |
| 433 | <configuration> |
| 434 | <excludePackageNames>org.opendaylight.*:org.openecomp.sdnc</excludePackageNames> |
| 435 | </configuration> |
| 436 | </plugin> |
| 437 | <!-- Define the source plugin --> |
| 438 | <plugin> |
| 439 | <artifactId>maven-source-plugin</artifactId> |
| 440 | <version>2.1.1</version> |
| 441 | </plugin> |
| 442 | <!-- Resources plugin --> |
| 443 | <plugin> |
| 444 | <groupId>org.apache.maven.plugins</groupId> |
| 445 | <artifactId>maven-resources-plugin</artifactId> |
| 446 | <version>2.6</version> |
| 447 | <executions> |
| 448 | <execution> |
| 449 | <id>filter</id> |
| 450 | <goals> |
| 451 | <goal>resources</goal> |
| 452 | </goals> |
| 453 | <phase>generate-resources</phase> |
| 454 | </execution> |
| 455 | </executions> |
| 456 | </plugin> |
| 457 | <plugin> |
| 458 | <artifactId>maven-release-plugin</artifactId> |
| 459 | <version>2.5.2</version> |
| 460 | <configuration> |
| 461 | <goals>-s ${mvn.settings} deploy</goals> |
| 462 | </configuration> |
| 463 | </plugin> |
| 464 | <plugin> |
| 465 | <artifactId>maven-assembly-plugin</artifactId> |
| 466 | <version>2.5.5</version> |
| 467 | </plugin> |
| 468 | <plugin> |
| 469 | <groupId>org.apache.maven.plugins</groupId> |
| 470 | <artifactId>maven-deploy-plugin</artifactId> |
| 471 | <version>2.8.1</version> |
| 472 | </plugin> |
| 473 | <plugin> |
| 474 | <groupId>org.apache.maven.plugins</groupId> |
| 475 | <artifactId>maven-dependency-plugin</artifactId> |
| 476 | <version>2.10</version> |
| 477 | </plugin> |
| 478 | <!-- Maven surefire plugin for testing --> |
| 479 | <plugin> |
| 480 | <artifactId>maven-surefire-plugin</artifactId> |
| 481 | <version>2.17</version> |
| 482 | </plugin> |
| 483 | <!-- Maven OSGi bundle plugin used to package OSGi bundles --> |
| 484 | <plugin> |
| 485 | <groupId>org.apache.felix</groupId> |
| 486 | <artifactId>maven-bundle-plugin</artifactId> |
| 487 | <version>${bundle.plugin.version}</version> |
| 488 | </plugin> |
| 489 | <plugin> |
| 490 | <groupId>org.codehaus.mojo</groupId> |
| 491 | <artifactId>build-helper-maven-plugin</artifactId> |
| 492 | <version>1.9.1</version> |
| 493 | </plugin> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 494 | </plugins> |
| 495 | </pluginManagement> |
| 496 | <plugins> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 497 | <!--maven staging plugin --> |
Patrick Brady | 245d6f2 | 2017-04-04 11:24:11 -0700 | [diff] [blame] | 498 | <plugin> |
| 499 | <groupId>org.sonatype.plugins</groupId> |
| 500 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 501 | <version>1.6.7</version> |
| 502 | <extensions>true</extensions> |
| 503 | <configuration> |
Gary Wu | f657391 | 2017-06-21 16:51:59 -0700 | [diff] [blame] | 504 | <nexusUrl>${onap.nexus.url}</nexusUrl> |
Patrick Brady | 245d6f2 | 2017-04-04 11:24:11 -0700 | [diff] [blame] | 505 | <stagingProfileId>176c31dfe190a</stagingProfileId> |
| 506 | <serverId>ecomp-staging</serverId> |
| 507 | </configuration> |
| 508 | </plugin> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 509 | <!-- Javadocs Plugin --> |
| 510 | <plugin> |
| 511 | <groupId>org.apache.maven.plugins</groupId> |
| 512 | <artifactId>maven-site-plugin</artifactId> |
| 513 | <version>3.6</version> |
| 514 | <dependencies> |
| 515 | <dependency> |
| 516 | <groupId>org.apache.maven.wagon</groupId> |
| 517 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 518 | <version>2.10</version> |
| 519 | </dependency> |
| 520 | </dependencies> |
| 521 | </plugin> |
Skip Wonnell | 86011b9 | 2017-08-15 17:05:27 -0500 | [diff] [blame^] | 522 | <!-- license plugin --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 523 | <plugin> |
| 524 | <groupId>org.codehaus.mojo</groupId> |
| 525 | <artifactId>license-maven-plugin</artifactId> |
| 526 | <version>1.10</version> |
| 527 | <configuration> |
Patrick Brady | fd8bc37 | 2017-07-19 11:22:32 -0700 | [diff] [blame] | 528 | <extraExtensions> |
| 529 | <yml>properties</yml> |
| 530 | <yang>java</yang> |
| 531 | </extraExtensions> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 532 | <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> |
| 533 | <processStartTag>============LICENSE_START=======================================================</processStartTag> |
| 534 | <processEndTag>============LICENSE_END=========================================================</processEndTag> |
| 535 | <sectionDelimiter>================================================================================</sectionDelimiter> |
Patrick Brady | fd8bc37 | 2017-07-19 11:22:32 -0700 | [diff] [blame] | 536 | <licenseName>appc</licenseName> |
| 537 | <!-- This should point to the license directory of the root folder of the base appc project --> |
beili.zhou | b51814c | 2017-08-08 15:54:28 -0400 | [diff] [blame] | 538 | <licenseResolver>file:${user.dir}/license-details</licenseResolver> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 539 | <inceptionYear>2017</inceptionYear> |
Patrick Brady | 7a261fb | 2017-06-06 22:35:43 -0700 | [diff] [blame] | 540 | <organizationName>AT&T Intellectual Property. All rights reserved.</organizationName> |
Patrick Brady | fd8bc37 | 2017-07-19 11:22:32 -0700 | [diff] [blame] | 541 | <projectName>ONAP : APPC</projectName> |
| 542 | <canUpdateCopyright>true</canUpdateCopyright> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 543 | <canUpdateDescription>true</canUpdateDescription> |
| 544 | <canUpdateLicense>true</canUpdateLicense> |
| 545 | <emptyLineAfterHeader>true</emptyLineAfterHeader> |
Skip Wonnell | 4971579 | 2017-08-13 15:19:32 -0500 | [diff] [blame] | 546 | <!-- exclude json files --> |
| 547 | <excludes> |
| 548 | <exclude>**/*.json</exclude> |
| 549 | </excludes> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 550 | </configuration> |
| 551 | <executions> |
| 552 | <execution> |
| 553 | <id>first</id> |
| 554 | <goals> |
| 555 | <goal>update-file-header</goal> |
| 556 | </goals> |
| 557 | <phase>process-sources</phase> |
| 558 | </execution> |
| 559 | </executions> |
| 560 | </plugin> |
| 561 | <plugin> |
| 562 | <groupId>org.codehaus.mojo</groupId> |
| 563 | <artifactId>properties-maven-plugin</artifactId> |
| 564 | <executions> |
| 565 | <execution> |
| 566 | <goals> |
| 567 | <goal>set-system-properties</goal> |
| 568 | </goals> |
| 569 | <configuration> |
| 570 | <properties> |
| 571 | <property> |
| 572 | <name>maven.wagon.http.ssl.allowall</name> |
| 573 | <value>${ssl.allowall}</value> |
| 574 | </property> |
| 575 | <property> |
| 576 | <name>maven.wagon.http.ssl.insecure</name> |
| 577 | <value>${ssl.insecure}</value> |
| 578 | </property> |
| 579 | </properties> |
| 580 | </configuration> |
| 581 | </execution> |
| 582 | </executions> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 583 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 584 | </plugin> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 585 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 586 | <!-- blackduck maven plugin --> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 587 | <!-- <plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId> |
| 588 | <version>2.0.0</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName> |
| 589 | <outputDirectory>${project.basedir}</outputDirectory> <deployHubBdio>false</deployHubBdio> |
| 590 | </configuration> <executions> <execution> <id>create-bdio-file</id> <phase>package</phase> |
| 591 | <goals> <goal>build-bom</goal> </goals> </execution> </executions> </plugin> --> |
| 592 | |
beili.zhou | fe0e989 | 2017-08-10 14:54:42 -0400 | [diff] [blame] | 593 | <!-- force Eclipse to skip the additional-install step specified in the |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 594 | org.opendaylight.odlparent:odlparent-lite:1.7.1-Boron-SR1.pom profile --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 595 | <plugin> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 596 | <groupId>org.apache.maven.plugins</groupId> |
| 597 | <artifactId>maven-install-plugin</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 598 | <executions> |
| 599 | <execution> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 600 | <id>additional-install</id> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 601 | <goals> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 602 | <goal>install-file</goal> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 603 | </goals> |
| 604 | </execution> |
| 605 | </executions> |
| 606 | </plugin> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 607 | </plugins> |
| 608 | </build> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 609 | |
| 610 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 611 | <!-- ================================================================================== --> |
| 612 | <!-- The modules we build every time --> |
| 613 | <!-- ================================================================================== --> |
| 614 | <modules> |
| 615 | <module>appc-common</module> |
| 616 | </modules> |
| 617 | <!-- Adding profiles for testing --> |
| 618 | <profiles> |
| 619 | <profile> |
| 620 | <id>appc-core</id> |
| 621 | <properties> |
| 622 | <ssl.allowall>true</ssl.allowall> |
| 623 | <ssl.insecure>true</ssl.insecure> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 624 | <openecomp.git.port>7999</openecomp.git.port> |
| 625 | <openecomp.git.project>st_osecomp</openecomp.git.project> |
| 626 | <openecomp.git.protocol>http</openecomp.git.protocol> |
| 627 | </properties> |
| 628 | <!-- Core app-c from 1604 --> |
| 629 | <activation> |
| 630 | <activeByDefault>true</activeByDefault> |
| 631 | </activation> |
| 632 | <modules> |
| 633 | <module>appc-common</module> |
| 634 | <module>appc-adapters</module> |
| 635 | <module>appc-provider</module> |
| 636 | <module>appc-event-listener</module> |
| 637 | <module>appc-asdc-listener</module> |
beili.zhou | fe0e989 | 2017-08-10 14:54:42 -0400 | [diff] [blame] | 638 | <module>appc-lifecycle-management</module> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 639 | <module>appc-oam</module> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 640 | <module>appc-config</module> |
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 641 | <module>appc-outbound</module> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 642 | </modules> |
| 643 | </profile> |
| 644 | <profile> |
| 645 | <id>request-dispatcher</id> |
| 646 | <properties> |
| 647 | <ssl.allowall>true</ssl.allowall> |
| 648 | <ssl.insecure>true</ssl.insecure> |
| 649 | </properties> |
| 650 | <activation> |
| 651 | <activeByDefault>true</activeByDefault> |
| 652 | </activation> |
| 653 | <modules> |
| 654 | <module>appc-dispatcher</module> |
| 655 | <module>appc-metric</module> |
| 656 | <module>appc-dg</module> |
| 657 | <module>appc-dg-util</module> |
| 658 | </modules> |
| 659 | </profile> |
| 660 | </profiles> |
Patrick Brady | 9171e28 | 2017-02-21 13:20:34 -0800 | [diff] [blame] | 661 | </project> |