You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2018/01/08 19:56:41 UTC

[streams] branch master updated: dockerITs profile in root pom

This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c46e0f  dockerITs profile in root pom
6c46e0f is described below

commit 6c46e0fad82caf4811f0d1cf48a09b84062c69a3
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
AuthorDate: Mon Jan 8 13:56:34 2018 -0600

    dockerITs profile in root pom
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0aa1563..e8068f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1494,5 +1494,15 @@
                 </plugins>
             </build>
         </profile>
+        <profile>
+            <id>dockerITs</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+                <property>
+                    <name>skipITs</name>
+                    <value>false</value>
+                </property>
+            </activation>
+        </profile>
     </profiles>
 </project>

-- 
To stop receiving notification emails like this one, please contact
['"commits@streams.apache.org" <co...@streams.apache.org>'].