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)
<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>
</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>