diff options
author | 2017-06-26 15:04:51 -0400 | |
---|---|---|
committer | 2017-06-26 15:04:51 -0400 | |
commit | a8362988a821b65364ab24868407bbe9a260b830 (patch) | |
tree | 36d970bf4304cda5354fe0ac6d3035627216fae2 /rootpom | |
parent | 61a7c7fc94589d326553883d3be99248fdf09401 (diff) |
[SDNC-18] Fix staging issues
Copy properties to rootpom/pom.xml to correct build failure of nexus staging plugin
Change-Id: I70849314eba99b37be0810a21a42a6eb1ea68acf
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'rootpom')
-rwxr-xr-x | rootpom/pom.xml | 142 |
1 files changed, 142 insertions, 0 deletions
diff --git a/rootpom/pom.xml b/rootpom/pom.xml index 9fd3345..2b3a4da 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -19,6 +19,148 @@ <url>https://jira.onap.org/</url> </issueManagement> + <properties> + + <openecomp.nexus.host>nexus.onap.org</openecomp.nexus.host> + <openecomp.nexus.port>443</openecomp.nexus.port> + <openecomp.nexus.release-url>https://nexus.onap.org/content/repositories/releases/</openecomp.nexus.release-url> + <openecomp.nexus.snapshot-url>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.snapshot-url> + <openecomp.nexus.public-url>https://nexus.onap.org/content/groups/public/</openecomp.nexus.public-url> + <openecomp.nexus.staging.server-id>ecomp-staging</openecomp.nexus.staging.server-id> + <openecomp.nexus.staging.profile-id>176c31dfe190a</openecomp.nexus.staging.profile-id> + <openecomp.git.host>gerrit.onap.org</openecomp.git.host> + <openecomp.git.port>443</openecomp.git.port> + <openecomp.git.project>sdnc</openecomp.git.project> + <openecomp.git.protocol>https</openecomp.git.protocol> + + <opendaylight.nexus.public-url>https://nexus.opendaylight.org/content/repositories/public/</opendaylight.nexus.public-url> + <opendaylight.nexus.snapshot-url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</opendaylight.nexus.snapshot-url> + + <release-tag>R17.07</release-tag> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <java.version.source>1.8</java.version.source> + <java.version.target>1.8</java.version.target> + <bundle.plugin.version>2.5.0</bundle.plugin.version> + <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version> + <features.file>features.xml</features.file> + <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath> + <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath> + <checkstyle.skip>true</checkstyle.skip> + + + <sonar.language>java</sonar.language> + <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> + <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath> + <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath> + <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> + <sonar.projectVersion>${project.version}</sonar.projectVersion> + + <!-- OpenDaylight component versions --> + <odl.version>1.7.1-Boron-SR1</odl.version> + <odl.dlux.version>0.4.1-Boron-SR1</odl.dlux.version> + <odl.yangtools.version>1.0.1-Boron-SR1</odl.yangtools.version> + <odl.mdsal.version>1.4.1-Boron-SR1</odl.mdsal.version> + <odl.mdsal.features.version>2.1.1-Boron-SR1</odl.mdsal.features.version> + <odl.mdsal.model.version>0.9.1-Boron-SR1</odl.mdsal.model.version> + <odl.mdsal.yang.binding.version>0.9.1-Boron-SR1</odl.mdsal.yang.binding.version> + <odl.restconf.version>1.4.1-Boron-SR1</odl.restconf.version> + <odl.controller.model.version>${odl.mdsal.model.version}</odl.controller.model.version> + <odl.controller.config.api.version>0.5.1-Boron-SR1</odl.controller.config.api.version> + <odl.karaf.empty.distro.version>${odl.version}</odl.karaf.empty.distro.version> + <odl.commons.opendaylight.version>${odl.version}</odl.commons.opendaylight.version> + <odl.ietf-inet-types.version>2010.09.24.9.1-Boron-SR1</odl.ietf-inet-types.version> + <odl.ietf-yang-types.version>2010.09.24.9.1-Boron-SR1</odl.ietf-yang-types.version> + <odl.yang.jmx.generator.version>0.5.1-Boron-SR1</odl.yang.jmx.generator.version> + <odl.yangtools.yang.maven.plugin.version>${odl.yangtools.version}</odl.yangtools.yang.maven.plugin.version> + <odl.sal.api.gen.plugin.version>0.9.1-Boron-SR1</odl.sal.api.gen.plugin.version> + + + + <!-- SDN-C component versions --> + <sdnc.core.version>(1.0.999,1.1.999)</sdnc.core.version> + <sdnc.adaptors.version>(1.0.999,1.1.999)</sdnc.adaptors.version> + <sdnc.northbound.version>(1.0.999,1.1.999)</sdnc.northbound.version> + <sdnc.oam.version>(1.0.999,1.1.999)</sdnc.oam.version> + <sdnc.plugins.version>(1.0.999,1.1.999)</sdnc.plugins.version> + <sdnctl.sli.version>${sdnc.core.version}</sdnctl.sli.version> + <sdnctl.aai.service.version>${sdnc.adaptors.version}</sdnctl.aai.service.version> + <sdnctl.dblib.version>${sdnc.core.version}</sdnctl.dblib.version> + <sdnctl.mdsal.resource.version>${sdnc.adaptors.version}</sdnctl.mdsal.resource.version> + <sdnctl.slipluginutils.version>${sdnc.core.version}</sdnctl.slipluginutils.version> + + <!-- Support libraries used by OpenDaylight --> + <!-- Used by aaa, vtn --> + <commons.codec.version>1.10</commons.codec.version> + <!-- Used by netconf, ovsdb --> + <commons.lang3.version>3.4</commons.lang3.version> + <!-- Used by sfc, snmp4sdn; see also affinity, toolkit --> + <commons.lang.version>2.6</commons.lang.version> + <!-- Used by neutron; see also controller, vtn --> + <commons.net.version>3.5</commons.net.version> + <!-- Used by neutron --> + <eclipse.persistence.version>2.6.2</eclipse.persistence.version> + <!-- Used by aaa --> + <felix.dependencymanager.version>4.3.0</felix.dependencymanager.version> + <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> + <gson.version>2.3.1</gson.version> + <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> + <guava.version>18.0</guava.version> + <!-- Used by lispflowmapping, sxp, vtn/manager --> + <hamcrest.version>1.3</hamcrest.version> + <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, + integration/distribution, snmp4sdn, toolkit, ttp --> + <jackson.version>2.3.2</jackson.version> + <!-- Used by snmp4sdn, yangtools --> + <javassist.version>3.20.0-GA</javassist.version> + + <!-- FIXME remove all dependencies for jersey 1.17 after migration all + projects --> + <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, + snmp4sdn, toolkit --> + <jersey.version>1.17</jersey.version> + <!-- Used by sfc --> + <jersey.client.version>1.17</jersey.client.version> + + <!-- New packages for jersey migration 1.17 to 2.8 --> + <!-- appache.geronimo.bundle for DocGen --> + <!-- Used by aaa, iotdm, netconf, ovsdb, sfc --> + <org.json.version>20131018</org.json.version> + + <!-- Used by sfc --> + <jettison.version>1.3.7</jettison.version> + <!-- Used by persistence --> + <jsr305.api.version>3.0.0</jsr305.api.version> + <!-- Need to stick to JUnit 4.11 until https://github.com/jayway/powermock/issues/560 + is fixed (either in PowerMock or with a new JUnit release) --> + <!-- Used everywhere --> + <junit.version>4.11</junit.version> + <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit --> + <logback.version>1.1.7</logback.version> + <!-- Used by nic, sfc, sxp, tsdr --> + <mockito.version>1.10.19</mockito.version> + <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> + <netty.version>4.0.37.Final</netty.version> + <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, + toolkit --> + <slf4j.version>1.7.21</slf4j.version> + <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, + tsdr, ttp --> + <spring.version>3.2.14.RELEASE</spring.version> + + + + <!-- Extra support libraries used by SDN-C --> + <equinox.osgi.version>3.8.1.v20120830-144521</equinox.osgi.version> + <jackson-annotations-version>${jackson.version}</jackson-annotations-version> + <jettison.version>1.3.7</jettison.version> + <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version> + <apache.httpcomponents.version>4.4</apache.httpcomponents.version> + <antlr.version>4.5.1</antlr.version> + <mysql.connector.version>5.1.39</mysql.connector.version> + <h2database.version>1.4.186</h2database.version> + + <tomcat-jdbc.version>8.5.14</tomcat-jdbc.version> + </properties> <reporting> <plugins> <plugin> |