[FLINK-3285][maven] Skip deployment of flink-java8 module

This closes #1547


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

Branch: refs/heads/master
Commit: 4280e1f94126457347b4240bacdaf5c205fcb0b8
Parents: 2ad1d5e
Author: Maximilian Michels <m...@apache.org>
Authored: Mon Jan 25 15:21:31 2016 +0100
Committer: Fabian Hueske <fhue...@apache.org>
Committed: Mon Jan 25 18:28:11 2016 +0100

----------------------------------------------------------------------
 flink-java8/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/4280e1f9/flink-java8/pom.xml
----------------------------------------------------------------------
diff --git a/flink-java8/pom.xml b/flink-java8/pom.xml
index e71ffca..3daba93 100644
--- a/flink-java8/pom.xml
+++ b/flink-java8/pom.xml
@@ -163,6 +163,15 @@ under the License.
                                                </dependency>
                                        </dependencies>
                                </plugin>
+                               <plugin>
+                                       <!-- Skip the deployment of the Java8 
artifact -->
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-deploy-plugin</artifactId>
+                                       
<version>2.4</version><!--$NO-MVN-MAN-VER$-->
+                                       <configuration>
+                                               <skip>true</skip>
+                                       </configuration>
+                               </plugin>
                                <!--This plugin's configuration is used to 
store Eclipse m2e settings only. It has no influence on the Maven build 
itself.-->
                                <plugin>
                                        <groupId>org.eclipse.m2e</groupId>

Reply via email to