Remove bgp-rib-mock test-jar 00/89700/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 12 May 2020 11:28:17 +0000 (13:28 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 12 May 2020 12:02:00 +0000 (14:02 +0200)
This is an empty jar, remove it to reduce crud around test jars.

Change-Id: I22e59e3967f3c92e3c0cd55d2fd627b64921bb92
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bgp/rib-mock/pom.xml

index 62d30dfd46906c30f20efb940f8b2e538dcb1565..7e63dd4963516443ed013e4419e1fb319f1d07c7 100644 (file)
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
     <scm>
         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>