From: Luis Gomez Date: Thu, 26 Mar 2015 21:41:28 +0000 (+0000) Subject: Merge "Revert "Add odlparent relativepath relative to autorelease"" X-Git-Tag: release/lithium-sr2~48 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=bd205abd14a1cd36b796595e0fbc17fc3e39b574;hp=8d4adadaf7e71f329f7a00bf91e61cf76b0bf6af;p=integration%2Fdistribution.git Merge "Revert "Add odlparent relativepath relative to autorelease"" --- diff --git a/distributions/pom.xml b/distributions/pom.xml index c44303b1..7f9ba456 100644 --- a/distributions/pom.xml +++ b/distributions/pom.xml @@ -12,7 +12,6 @@ pom karaf - test diff --git a/distributions/test/pom.xml b/distributions/test/pom.xml deleted file mode 100644 index 6f4d785b..00000000 --- a/distributions/test/pom.xml +++ /dev/null @@ -1,392 +0,0 @@ - - - 4.0.0 - - org.opendaylight.integration - root - 0.3.0-SNAPSHOT - ../../ - - distribution-test - pom - - - 1.1.0-SNAPSHOT - 1.5.0-SNAPSHOT - - - - - - org.apache.karaf.features - framework - ${karaf.version} - kar - - - org.osgi - org.osgi.core - - - org.apache.sshd - sshd-core - - - - - - org.apache.karaf.features - standard - ${karaf.version} - features - xml - runtime - - - - - org.opendaylight.controller - karaf.branding - ${branding.version} - compile - - - - - org.opendaylight.controller - opendaylight-karaf-resources - ${karaf.resources.version} - - - - - features-integration-test - org.opendaylight.integration - ${project.version} - features - xml - runtime - - - - - org.opendaylight.vtn - distribution.vtn-coordinator - 6.0.0.0-SNAPSHOT - tar.bz2 - bin - - - com.google.code.gson - gson - - - commons-codec - commons-codec - - - org.json - json - - - - - - org.opendaylight.vtn - distribution.vtn-coordinator - 6.0.0.0-SNAPSHOT - txt - README - - - com.google.code.gson - gson - - - commons-codec - commons-codec - - - org.json - json - - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.felix - maven-bundle-plugin - [0,) - - cleanVersions - - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [0,) - - copy - unpack - - - - - - - - - org.apache.karaf.tooling - karaf-maven-plugin - [0,) - - commands-generate-help - - - - - - - - - org.fusesource.scalate - maven-scalate-plugin - [0,) - - sitegen - - - - - - - - - org.apache.servicemix.tooling - depends-maven-plugin - [0,) - - generate-depends-file - - - - - - - - - - - - - - - maven-resources-plugin - 2.6 - - - copy-resources - - prepare-package - - copy-resources - - - ${basedir}/target/assembly - - - src/main/assembly - - - true - - - - - - org.apache.karaf.tooling - karaf-maven-plugin - ${karaf.version} - true - - - - standard - - - - - - populate-system - generate-resources - - features-add-to-repository - - - - mvn:org.apache.karaf.features/standard/${karaf.version}/xml/features - - - standard - config - package - kar - ssh - management - war - - target/assembly/system - - - - process-resources - - install-kars - - process-resources - - - package - - instance-create-archive - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - ${checkstyle.version} - - **\/target\/,**\/bin\/,**\/target-ide\/,**\/configuration\/initial\/ - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.8 - - - copy - - copy - - - generate-resources - - - - org.opendaylight.controller - karaf.branding - ${karaf.branding.version} - target/assembly/lib - karaf.branding-${branding.version}.jar - - - - - - unpack-karaf-resources - - unpack-dependencies - - prepare-package - - ${project.build.directory}/assembly - org.opendaylight.controller - opendaylight-karaf-resources - META-INF\/** - true - false - - - - copy-dependencies - prepare-package - - copy-dependencies - - - ${project.build.directory}/assembly/system - distribution.vtn-coordinator - false - true - true - true - true - true - - - - copy-externalapps - prepare-package - - copy-dependencies - - - ${project.build.directory}/assembly/externalapps - distribution.vtn-coordinator - false - true - true - true - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - prepare-package - - run - - - - - - - - - - - - - - - - - - - - - - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - HEAD - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - - diff --git a/distributions/test/src/main/assembly/etc/org.ops4j.pax.url.mvn.cfg b/distributions/test/src/main/assembly/etc/org.ops4j.pax.url.mvn.cfg deleted file mode 100644 index 9ee45e4d..00000000 --- a/distributions/test/src/main/assembly/etc/org.ops4j.pax.url.mvn.cfg +++ /dev/null @@ -1,106 +0,0 @@ -################################################################################ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -################################################################################ - -# -# If set to true, the following property will not allow any certificate to be used -# when accessing Maven repositories through SSL -# -#org.ops4j.pax.url.mvn.certificateCheck= - -# -# Path to the local Maven settings file. -# The repositories defined in this file will be automatically added to the list -# of default repositories if the 'org.ops4j.pax.url.mvn.repositories' property -# below is not set. -# The following locations are checked for the existence of the settings.xml file -# * 1. looks for the specified url -# * 2. if not found looks for ${user.home}/.m2/settings.xml -# * 3. if not found looks for ${maven.home}/conf/settings.xml -# * 4. if not found looks for ${M2_HOME}/conf/settings.xml -# -#org.ops4j.pax.url.mvn.settings= - -# -# Path to the local Maven repository which is used to avoid downloading -# artifacts when they already exist locally. -# The value of this property will be extracted from the settings.xml file -# above, or defaulted to: -# System.getProperty( "user.home" ) + "/.m2/repository" -# -org.ops4j.pax.url.mvn.localRepository=${karaf.home}/${karaf.default.repository} - -# -# Default this to false. It's just weird to use undocumented repos -# -org.ops4j.pax.url.mvn.useFallbackRepositories=false - -# -# Uncomment if you don't wanna use the proxy settings -# from the Maven conf/settings.xml file -# -# org.ops4j.pax.url.mvn.proxySupport=false - -# -# Disable aether support by default. This ensure that the defaultRepositories -# below will be used -# -#org.ops4j.pax.url.mvn.disableAether=true - -# -# Comma separated list of repositories scanned when resolving an artifact. -# Those repositories will be checked before iterating through the -# below list of repositories and even before the local repository -# A repository url can be appended with zero or more of the following flags: -# @snapshots : the repository contains snaphots -# @noreleases : the repository does not contain any released artifacts -# -# The following property value will add the system folder as a repo. -# -#org.ops4j.pax.url.mvn.defaultRepositories= - -# Use the default local repo (e.g.~/.m2/repository) as a "remote" repo -org.ops4j.pax.url.mvn.defaultLocalRepoAsRemote=false - -# -# Comma separated list of repositories scanned when resolving an artifact. -# The default list includes the following repositories containing releases: -# http://repo1.maven.org/maven2 -# http://repository.apache.org/content/groups/snapshots-group -# http://svn.apache.org/repos/asf/servicemix/m2-repo -# http://repository.springsource.com/maven/bundles/release -# http://repository.springsource.com/maven/bundles/external -# To add repositories to the default ones, prepend '+' to the list of repositories -# to add. -# A repository url can be appended with zero or more of the following flags: -# @snapshots : the repository contains snaphots -# @noreleases : the repository does not contain any released artifacts -# @id=reponid : the id for the repository, just like in the settings.xml this is optional but recomendet -# -# The default list doesn't contain any repository containing snapshots as it can impact the artifacts resolution. -# You may want to add the following repositories containing snapshots: -# http://repository.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases -# http://oss.sonatype.org/content/repositories/snapshots@id=sonatype.snapshots.deploy@snapshots@norelease -# http://oss.sonatype.org/content/repositories/ops4j-snapshots@id=ops4j.sonatype.snapshots.deploy@snapshots@noreleases -# -org.ops4j.pax.url.mvn.repositories= \ - file:${karaf.home}/${karaf.default.repository}@id=system.repository, \ - file:${karaf.data}/kar@id=kar.repository@multi, \ - http://repo1.maven.org/maven2@id=central, \ - http://repository.springsource.com/maven/bundles/release@id=spring.ebr.release, \ - http://repository.springsource.com/maven/bundles/external@id=spring.ebr.external diff --git a/features/index/src/main/resources/features.xml b/features/index/src/main/resources/features.xml index 1290ad3d..c436a95e 100644 --- a/features/index/src/main/resources/features.xml +++ b/features/index/src/main/resources/features.xml @@ -40,9 +40,12 @@ mvn:org.opendaylight.controller/features-mdsal/${feature.mdsal.version}/xml/features mvn:org.opendaylight.controller/features-netconf-connector/${feature.mdsal.version}/xml/features mvn:org.opendaylight.controller/features-nsf/${feature.nsf.version}/xml/features + mvn:org.opendaylight.controller/features-restconf/${feature.mdsal.version}/xml/features + mvn:org.opendaylight.didm/didm-features/${didm.version}/xml/features mvn:org.opendaylight.dlux/features-dlux/${feature.dlux.version}/xml/features mvn:org.opendaylight.groupbasedpolicy/features-groupbasedpolicy/${feature.groupbasedpolicy.version}/xml/features mvn:org.opendaylight.l2switch/features-l2switch/0.2.0-SNAPSHOT/xml/features + mvn:org.opendaylight.lacp/features-lacp/${feature.lacp.version}/xml/features mvn:org.opendaylight.lispflowmapping/features-lispflowmapping/${feature.lispflowmapping.version}/xml/features mvn:org.opendaylight.neutron/features-neutron/${feature.neutron.version}/xml/features mvn:org.opendaylight.openflowplugin/features-openflowplugin/${feature.openflowplugin.version}/xml/features @@ -54,21 +57,18 @@ - mvn:org.opendaylight.controller/features-restconf/${feature.mdsal.version}/xml/features mvn:org.opendaylight.sdninterfaceapp/features-sdninterfaceapp/1.5.0-SNAPSHOT/xml/features mvn:org.opendaylight.sfc/features-sfc/0.1.0-SNAPSHOT/xml/features mvn:org.opendaylight.sfc/features-sfc-sb-rest/0.1.0-SNAPSHOT/xml/features mvn:org.opendaylight.sfc/features-sfclisp/0.1.0-SNAPSHOT/xml/features mvn:org.opendaylight.sfc/features-sfcofl2/0.1.0-SNAPSHOT/xml/features mvn:org.opendaylight.snbi/features-snbi/${feature.snbi.version}/xml/features + mvn:org.opendaylight.snmp/features-snmp/${snmp.plugin.version}/xml/features mvn:org.opendaylight.snmp4sdn/features-snmp4sdn/0.2.0-SNAPSHOT/xml/features mvn:org.opendaylight.tcpmd5/features-tcpmd5/${feature.tcpmd5.version}/xml/features mvn:org.opendaylight.topoprocessing/features-topoprocessing/${feature.topoprocessing.version}/xml/features mvn:org.opendaylight.ttp/features-ttp/${feature.ttp.version}/xml/features mvn:org.opendaylight.usc/usc-features/${feature.usc.version}/xml/features - mvn:org.opendaylight.vtn/features-vtn-manager/${feature.vtn-manager.version}/xml/features - mvn:org.opendaylight.snmp/features-snmp/${snmp.plugin.version}/xml/features - mvn:org.opendaylight.didm/didm-features/${didm.version}/xml/features mvn:org.opendaylight.vpnservice/vpnservice-features/${feature.vpnservice.version}/xml/features - mvn:org.opendaylight.lacp/features-lacp/${feature.lacp.version}/xml/features + mvn:org.opendaylight.vtn/features-vtn-manager/${feature.vtn-manager.version}/xml/features diff --git a/features/test/src/main/resources/features.xml b/features/test/src/main/resources/features.xml index a70547b2..a4b5645c 100644 --- a/features/test/src/main/resources/features.xml +++ b/features/test/src/main/resources/features.xml @@ -60,47 +60,47 @@ odl-aaa-api odl-aaa-authn odl-aaa-authz - odl-aaa-sssd-plugin odl-aaa-netconf-plugin + odl-aaa-sssd-plugin odl-adsal-all odl-bgpcep-bgp-all odl-bgpcep-pcep-all + odl-didm-identification-api + odl-didm-identification + odl-didm-drivers-api odl-dlux-core + odl-lacp-ui odl-lispflowmapping-all odl-mdsal-broker - odl-neutron-service odl-netconf-connector-ssh + odl-neutron-service odl-nsf-all odl-openflowjava-protocol + odl-openflowplugin-adsal-compatibility odl-openflowplugin-flow-services odl-openflowplugin-flow-services-rest odl-openflowplugin-flow-services-ui - odl-openflowplugin-adsal-compatibility odl-openflowplugin-nxm-extensions odl-ovsdb-all odl-packetcable-all - odl-sdninterfaceapp-all odl-restconf + odl-sdninterfaceapp-all odl-sfc-core odl-sfc-test-consumer odl-sfclisp odl-sfcofl2 odl-sfc-ui odl-sfc-sb-rest + odl-snmp-plugin + odl-snmp4sdn-all + odl-tcpmd5-all odl-topoprocessing-framework odl-topoprocessing-mlmt odl-ttp-all - odl-snmp4sdn-all - odl-tcpmd5-all odl-usc-channel odl-usc-channel-rest odl-usc-channel-ui - odl-snmp-plugin - odl-didm-identification-api - odl-didm-identification - odl-didm-drivers-api odl-vpnservice-core - odl-lacp-ui