You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2018/06/02 12:47:25 UTC

[6/8] flink git commit: [FLINK-9464] Remove duplicate maven-jar-plugin entry in flink-clients pom.xml

[FLINK-9464] Remove duplicate maven-jar-plugin entry in flink-clients pom.xml


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/c02cc176
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/c02cc176
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/c02cc176

Branch: refs/heads/master
Commit: c02cc1766e7415a71bae96d91fcb9505a75f10a7
Parents: bda8bad
Author: Till Rohrmann <tr...@apache.org>
Authored: Tue May 29 09:36:39 2018 +0200
Committer: Till Rohrmann <tr...@apache.org>
Committed: Sat Jun 2 14:45:21 2018 +0200

----------------------------------------------------------------------
 flink-clients/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/c02cc176/flink-clients/pom.xml
----------------------------------------------------------------------
diff --git a/flink-clients/pom.xml b/flink-clients/pom.xml
index c96f275..6405a63 100644
--- a/flink-clients/pom.xml
+++ b/flink-clients/pom.xml
@@ -96,18 +96,6 @@ under the License.
 	<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>
-
-			<plugin>
 				<artifactId>maven-assembly-plugin</artifactId>
 				<version>2.4</version><!--$NO-MVN-MAN-VER$-->
 				<executions>