Repository: flink
Updated Branches:
  refs/heads/release-1.6 7bb07e4e7 -> 36ae5cd3c


[FLINK-9886] [sql-client] Build SQL jars with every build

This closes #6366.


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

Branch: refs/heads/release-1.6
Commit: 36ae5cd3ceb1a52b73ac8bfb845a15d361c9f390
Parents: 7bb07e4
Author: Timo Walther <[email protected]>
Authored: Wed Jul 18 13:30:28 2018 +0200
Committer: Timo Walther <[email protected]>
Committed: Fri Jul 20 09:55:33 2018 +0200

----------------------------------------------------------------------
 flink-connectors/flink-connector-kafka-0.10/pom.xml | 6 +++---
 flink-connectors/flink-connector-kafka-0.11/pom.xml | 6 +++---
 flink-connectors/flink-connector-kafka-0.9/pom.xml  | 6 +++---
 flink-formats/flink-avro/pom.xml                    | 9 +++++++--
 flink-formats/flink-json/pom.xml                    | 6 +++---
 5 files changed, 19 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/36ae5cd3/flink-connectors/flink-connector-kafka-0.10/pom.xml
----------------------------------------------------------------------
diff --git a/flink-connectors/flink-connector-kafka-0.10/pom.xml 
b/flink-connectors/flink-connector-kafka-0.10/pom.xml
index 2fb7a32..9b2353d 100644
--- a/flink-connectors/flink-connector-kafka-0.10/pom.xml
+++ b/flink-connectors/flink-connector-kafka-0.10/pom.xml
@@ -203,12 +203,12 @@ under the License.
        </dependencies>
 
        <profiles>
+               <!-- Create SQL Client uber jars by default -->
                <profile>
-                       <!-- Create SQL Client uber jars for releases -->
-                       <id>release</id>
+                       <id>sql-jars</id>
                        <activation>
                                <property>
-                                       <name>release</name>
+                                       <name>!skipSqlJars</name>
                                </property>
                        </activation>
                        <build>

http://git-wip-us.apache.org/repos/asf/flink/blob/36ae5cd3/flink-connectors/flink-connector-kafka-0.11/pom.xml
----------------------------------------------------------------------
diff --git a/flink-connectors/flink-connector-kafka-0.11/pom.xml 
b/flink-connectors/flink-connector-kafka-0.11/pom.xml
index aa60004..4ff1d96 100644
--- a/flink-connectors/flink-connector-kafka-0.11/pom.xml
+++ b/flink-connectors/flink-connector-kafka-0.11/pom.xml
@@ -212,12 +212,12 @@ under the License.
        </dependencies>
 
        <profiles>
+               <!-- Create SQL Client uber jars by default -->
                <profile>
-                       <!-- Create SQL Client uber jars for releases -->
-                       <id>release</id>
+                       <id>sql-jars</id>
                        <activation>
                                <property>
-                                       <name>release</name>
+                                       <name>!skipSqlJars</name>
                                </property>
                        </activation>
                        <build>

http://git-wip-us.apache.org/repos/asf/flink/blob/36ae5cd3/flink-connectors/flink-connector-kafka-0.9/pom.xml
----------------------------------------------------------------------
diff --git a/flink-connectors/flink-connector-kafka-0.9/pom.xml 
b/flink-connectors/flink-connector-kafka-0.9/pom.xml
index 20d2991..74ada66 100644
--- a/flink-connectors/flink-connector-kafka-0.9/pom.xml
+++ b/flink-connectors/flink-connector-kafka-0.9/pom.xml
@@ -191,12 +191,12 @@ under the License.
        </dependencies>
 
        <profiles>
+               <!-- Create SQL Client uber jars by default -->
                <profile>
-                       <!-- Create SQL Client uber jars for releases -->
-                       <id>release</id>
+                       <id>sql-jars</id>
                        <activation>
                                <property>
-                                       <name>release</name>
+                                       <name>!skipSqlJars</name>
                                </property>
                        </activation>
                        <build>

http://git-wip-us.apache.org/repos/asf/flink/blob/36ae5cd3/flink-formats/flink-avro/pom.xml
----------------------------------------------------------------------
diff --git a/flink-formats/flink-avro/pom.xml b/flink-formats/flink-avro/pom.xml
index dbf7fd0..f313978 100644
--- a/flink-formats/flink-avro/pom.xml
+++ b/flink-formats/flink-avro/pom.xml
@@ -109,9 +109,14 @@ under the License.
        </dependencies>
 
        <profiles>
+               <!-- Create SQL Client uber jars by default -->
                <profile>
-                       <!-- Create SQL Client uber jars for releases -->
-                       <id>release</id>
+                       <id>sql-jars</id>
+                       <activation>
+                               <property>
+                                       <name>!skipSqlJars</name>
+                               </property>
+                       </activation>
                        <build>
                                <plugins>
                                        <plugin>

http://git-wip-us.apache.org/repos/asf/flink/blob/36ae5cd3/flink-formats/flink-json/pom.xml
----------------------------------------------------------------------
diff --git a/flink-formats/flink-json/pom.xml b/flink-formats/flink-json/pom.xml
index 4e31766..9884ff6 100644
--- a/flink-formats/flink-json/pom.xml
+++ b/flink-formats/flink-json/pom.xml
@@ -86,12 +86,12 @@ under the License.
        </dependencies>
 
        <profiles>
+               <!-- Create SQL Client uber jars by default -->
                <profile>
-                       <!-- Create SQL Client uber jars for releases -->
-                       <id>release</id>
+                       <id>sql-jars</id>
                        <activation>
                                <property>
-                                       <name>release</name>
+                                       <name>!skipSqlJars</name>
                                </property>
                        </activation>
                        <build>

Reply via email to