You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2014/08/29 21:03:49 UTC

[16/28] git commit: [streaming] Removed assembly execution on maven package for connectors

[streaming] Removed assembly execution on maven package for connectors


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

Branch: refs/heads/master
Commit: 17ce048bfa94cb982f0c45f5fa643517d6445565
Parents: d5d9706
Author: mbalassi <ba...@gmail.com>
Authored: Wed Aug 27 15:20:26 2014 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Fri Aug 29 21:01:57 2014 +0200

----------------------------------------------------------------------
 .../flink-streaming/flink-streaming-connectors/pom.xml    | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/17ce048b/flink-addons/flink-streaming/flink-streaming-connectors/pom.xml
----------------------------------------------------------------------
diff --git a/flink-addons/flink-streaming/flink-streaming-connectors/pom.xml b/flink-addons/flink-streaming/flink-streaming-connectors/pom.xml
index af4b56b..2c61fc9 100644
--- a/flink-addons/flink-streaming/flink-streaming-connectors/pom.xml
+++ b/flink-addons/flink-streaming/flink-streaming-connectors/pom.xml
@@ -109,20 +109,12 @@ under the License.
 			</plugin>
 			<plugin>
             	<artifactId>maven-assembly-plugin</artifactId>
-                <executions>
-	                <execution>
-    	                <phase>package</phase>
-                        <goals>
-        	                <goal>single</goal>
-                        </goals>
-                    </execution>
-                </executions>
                 <configuration>
             	    <descriptorRefs>
                 		<descriptorRef>jar-with-dependencies</descriptorRef>
                     </descriptorRefs>
             	</configuration>
-        	</plugin>		
+        	</plugin>
 		</plugins>
 	</build>