remove test-jar from new tools-api artifact
authorMichael Vorburger <vorburger@redhat.com>
Fri, 6 Apr 2018 17:43:36 +0000 (19:43 +0200)
committerFaseela K <faseela.k@ericsson.com>
Tue, 10 Apr 2018 10:15:58 +0000 (10:15 +0000)
This is not needed here, and before anyone creates a dependency to the
new (empty) attached test artifact by mistake, should be removed to
avoid any confusion.

A test-jar is only required if we need to publish src/test on Nexus.
This project does not even have a src/test; and even if it did, we would
only ever have tests for tools-api in it, not test utilities which other
projects would use - because we have the tools-testutils for that,
instead.

Change-Id: Ie1a3152386fee538eb812d52985a3ac17db8520b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
api/pom.xml

index b18d4117ae22fb08c86fac076c424bcaed1d628e..ffa7ccf3c30db316e7367dbe31eca2ecbf6e69bb 100644 (file)
@@ -106,20 +106,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
        <type>test-jar</type>
      </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
 </project>