Remove bgp-config-example test-jar 99/89699/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 12 May 2020 11:26:00 +0000 (13:26 +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: Ib96000d0b40adb0cda67292b1d05e50be1aca66b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bgp/bgp-artifacts/pom.xml
bgp/config-example/pom.xml
bgp/rib-impl/pom.xml

index 275868770954f122c14619b9fc3366aa9308729d..de37a2d1efffe64826700e1109fc78dac06b3eb5 100644 (file)
                 <artifactId>bgp-config-example</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>bgp-config-example</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>bgp-config-example</artifactId>
index 9bc596963d2d1c74d181e1f5023191283ef5cf0a..b1d45b493569871e78de30986c2c5b8f655f9226 100644 (file)
                     </execution>
                 </executions>
             </plugin>
-            <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>
 
index ca111507f64e33ad283f6059ff5d696883dfc524..10a08ef55be951d29864ca4f0840a25adff21dae 100644 (file)
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>bgp-config-example</artifactId>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>