Do not package vtn-coordinator anymore 17/43117/3
authorVratko Polak <vrpolak@cisco.com>
Thu, 4 Aug 2016 14:06:47 +0000 (16:06 +0200)
committerLuis Gomez <ecelgp@gmail.com>
Fri, 5 Aug 2016 14:18:27 +0000 (14:18 +0000)
https://lists.opendaylight.org/pipermail/release/2016-August/007605.html

Change-Id: I7f4e534f3aa04587b7e9f47d379d6f2a60938d14
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
distribution-karaf/pom.xml

index 899d1ecb7bf744e28f866e720dfb01807b9373b4..fd85ddef53d00d146ec7440cf4b231a86e350cca 100644 (file)
@@ -29,7 +29,6 @@
     </scm>
     <properties>
         <odlparent.version>1.7.0-SNAPSHOT</odlparent.version>
-        <vtn.coordinator.version>6.3.0-SNAPSHOT</vtn.coordinator.version>
     </properties>
     <dependencies>
         <!-- opendaylight-karaf-parent uses this too -->
                 </exclusion>
             </exclusions>
         </dependency>
-        <!-- external application -->
-        <dependency>
-            <groupId>org.opendaylight.vtn</groupId>
-            <artifactId>distribution.vtn-coordinator</artifactId>
-            <version>${vtn.coordinator.version}</version>
-            <type>tar.bz2</type>
-            <classifier>bin</classifier>
-            <exclusions>
-                <exclusion>
-                    <groupId>*</groupId>
-                    <artifactId>*</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.vtn</groupId>
-            <artifactId>distribution.vtn-coordinator</artifactId>
-            <version>${vtn.coordinator.version}</version>
-            <type>txt</type>
-            <classifier>README</classifier>
-            <exclusions>
-                <exclusion>
-                    <groupId>*</groupId>
-                    <artifactId>*</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
     </dependencies>
     <build>
         <plugins>
-            <!-- Overriding executions from parent. -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <executions>
-                    <!-- This replaces one of executions (defined in parent) which would exclude the app. -->
-                    <execution>
-                        <id>copy-externalapps</id>
-                        <phase>prepare-package</phase>
-                        <goals>
-                            <goal>copy-dependencies</goal>
-                        </goals>
-                        <configuration>
-                            <outputDirectory>${project.build.directory}/assembly/externalapps</outputDirectory>
-                            <includeArtifactIds>distribution.vtn-coordinator</includeArtifactIds>
-                            <overWriteReleases>false</overWriteReleases>
-                            <overWriteSnapshots>true</overWriteSnapshots>
-                            <overWriteIfNewer>true</overWriteIfNewer>
-                            <excludeTransitive>true</excludeTransitive>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
             <!-- karaf-parent does not use karaf-plugin (yet) -->
             <plugin>
                 <groupId>org.opendaylight.odlparent</groupId>