Repository: flink
Updated Branches:
  refs/heads/master 6fcc1e9a8 -> 46334e2f3


[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/46334e2f
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/46334e2f
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/46334e2f

Branch: refs/heads/master
Commit: 46334e2f39253cece08357269a0f0392c8bd5a9c
Parents: 6fcc1e9
Author: Timo Walther <[email protected]>
Authored: Wed Jul 18 13:30:28 2018 +0200
Committer: Timo Walther <[email protected]>
Committed: Fri Jul 20 09:53:23 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/46334e2f/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 f054843..135dc59 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/46334e2f/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 6de0496..bf04aeb 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/46334e2f/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 f8d4a89..3e0aa46 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/46334e2f/flink-formats/flink-avro/pom.xml
----------------------------------------------------------------------
diff --git a/flink-formats/flink-avro/pom.xml b/flink-formats/flink-avro/pom.xml
index 9461719..9d844c9 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/46334e2f/flink-formats/flink-json/pom.xml
----------------------------------------------------------------------
diff --git a/flink-formats/flink-json/pom.xml b/flink-formats/flink-json/pom.xml
index fbe0136..0cb3f8d 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