提交 950fc03f 编写于 作者: K kai-chi 提交者: zentol

[FLINK-7850][build] Add activation property to maven profiles

This closes #5840.
上级 0861a784
......@@ -215,6 +215,11 @@ under the License.
<profile>
<!-- Create SQL Client uber jars for releases -->
<id>release</id>
<activation>
<property>
<name>release</name>
</property>
</activation>
<build>
<plugins>
<plugin>
......
......@@ -300,6 +300,11 @@ under the License.
<profiles>
<profile>
<id>cdh5.1.3</id>
<activation>
<property>
<name>cdh5.1.3</name>
</property>
</activation>
<properties>
<hbase.version>0.98.1-cdh5.1.3</hbase.version>
<hadoop.version>2.3.0-cdh5.1.3</hadoop.version>
......
......@@ -89,6 +89,11 @@ under the License.
-->
<profile>
<id>include-kinesis</id>
<activation>
<property>
<name>include-kinesis</name>
</property>
</activation>
<modules>
<module>flink-connector-kinesis</module>
</modules>
......
......@@ -91,6 +91,11 @@ under the License.
<profile>
<!-- Create SQL Client uber jars for releases -->
<id>release</id>
<activation>
<property>
<name>release</name>
</property>
</activation>
<build>
<plugins>
<plugin>
......
......@@ -113,6 +113,9 @@
<profile>
<id>windows</id>
<activation>
<property>
<name>windows</name>
</property>
<os>
<family>windows</family>
</os>
......@@ -126,6 +129,9 @@
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>default</name>
</property>
</activation>
<properties>
<suffix.test>(?&lt;!(IT|Integration))(Test|Suite|Case)</suffix.test>
......
......@@ -88,6 +88,11 @@ under the License.
<profiles>
<profile>
<id>generate-config-docs</id>
<activation>
<property>
<name>generate-config-docs</name>
</property>
</activation>
<build>
<plugins>
......
......@@ -668,6 +668,11 @@ under the License.
<profile>
<!-- MapR build profile -->
<id>mapr</id>
<activation>
<property>
<name>mapr</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
......
......@@ -782,6 +782,11 @@ under the License.
<profile>
<id>vendor-repos</id>
<activation>
<property>
<name>vendor-repos</name>
</property>
</activation>
<!-- Add vendor maven repositories -->
<repositories>
<!-- Cloudera -->
......@@ -826,6 +831,11 @@ under the License.
to be able to locate the MapR Hadoop / Zookeeper dependencies.
-->
<id>mapr</id>
<activation>
<property>
<name>mapr</name>
</property>
</activation>
<!--
use MapR Hadoop / Zookeeper dependencies appropriate for MapR 5.2.0;
......@@ -866,6 +876,11 @@ under the License.
<profile>
<!-- used for SNAPSHOT and regular releases -->
<id>docs-and-source</id>
<activation>
<property>
<name>docs-and-source</name>
</property>
</activation>
<build>
<plugins>
<plugin>
......@@ -918,6 +933,11 @@ under the License.
<profile>
<id>release</id>
<activation>
<property>
<name>release</name>
</property>
</activation>
<properties>
<java.version>1.8</java.version>
</properties>
......
......@@ -45,6 +45,11 @@ under the License.
<profiles>
<profile>
<id>release</id>
<activation>
<property>
<name>release</name>
</property>
</activation>
<build>
<plugins>
<plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册