You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2015/05/26 17:21:03 UTC

[17/32] incubator-kylin git commit: KYLIN-697 remove duplicate failsafe definition

KYLIN-697 remove duplicate failsafe definition


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/7fcfada4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/7fcfada4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/7fcfada4

Branch: refs/heads/0.8.0
Commit: 7fcfada4f0099a53e5d7a8b2b896e5cce289b65d
Parents: ca6a99a
Author: honma <ho...@ebay.com>
Authored: Tue May 26 10:40:39 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Tue May 26 23:21:27 2015 +0800

----------------------------------------------------------------------
 pom.xml | 31 ++++++++++++++-----------------
 1 file changed, 14 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7fcfada4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 204a5a4..e522050 100644
--- a/pom.xml
+++ b/pom.xml
@@ -495,19 +495,19 @@
                         <includePom>true</includePom>
                     </configuration>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-failsafe-plugin</artifactId>
-                    <version>2.6</version>
-                    <executions>
-                        <execution>
-                            <goals>
-                                <goal>integration-test</goal>
-                                <goal>verify</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
+                <!--<plugin>-->
+                    <!--<groupId>org.apache.maven.plugins</groupId>-->
+                    <!--<artifactId>maven-failsafe-plugin</artifactId>-->
+                    <!--<version>2.6</version>-->
+                    <!--<executions>-->
+                        <!--<execution>-->
+                            <!--<goals>-->
+                                <!--<goal>integration-test</goal>-->
+                                <!--<goal>verify</goal>-->
+                            <!--</goals>-->
+                        <!--</execution>-->
+                    <!--</executions>-->
+                <!--</plugin>-->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
@@ -617,16 +617,13 @@
                                     <name>hdp.version</name>
                                     <value>2.2.0.0-2041</value>
                                 </property>
-                                <property>
-                                    <name>buildCubeUsingProvidedData</name>
-                                    <value>false</value>
-                                </property>
                             </systemProperties>
                         </configuration>
                     </plugin>
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-failsafe-plugin</artifactId>
+                        <version>2.6</version>
                         <executions>
                             <execution>
                                 <id>integration-tests</id>