Fix TAPI artifact deployement issue 53/88253/2
authorChristophe Betoule <christophe.betoule@orange.com>
Wed, 4 Mar 2020 10:13:35 +0000 (11:13 +0100)
committerGilles Thouenon <gilles.thouenon@orange.com>
Thu, 5 Mar 2020 17:39:25 +0000 (17:39 +0000)
Fix regression with regard to the installation and deployment of tapi
bundle/feature brought by change 88138

Signed-off-by: Christophe Betoule <christophe.betoule@orange.com>
Co-authored-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: I842c1fa839f13a61f662c8ff5a2f87be8567b3d2
(cherry picked from commit 8a1a107601351ab34661b52ae5b6d79f40a965be)

features/odl-transportpce-tapi/pom.xml

index bb82551fe5273e75d7046decf050c559d7039058..aee22e97720e3185f60c49531479d0b595e95f5e 100644 (file)
@@ -24,13 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <name>OpenDaylight :: transportpce :: tapi</name>
 
   <dependencies>
-    <dependency>
-      <groupId>org.opendaylight.transportpce</groupId>
-      <artifactId>odl-transportpce</artifactId>
-      <version>${project.version}</version>
-      <classifier>features</classifier>
-      <type>xml</type>
-    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>transportpce-tapimodels</artifactId>
@@ -43,11 +36,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     </dependency>
   </dependencies>
 
-  <properties>
-    <maven.deploy.skip>true</maven.deploy.skip>
-    <maven.install.skip>true</maven.install.skip>
-  </properties>
-
 <!-- skipping test since this is an umbrella project / folder -->
   <build>
     <plugins>