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 04:35:54 UTC

[1/2] incubator-kylin git commit: KYLIN-697 exclude inner classes in failover

Repository: incubator-kylin
Updated Branches:
  refs/heads/new697 2544aab47 -> 00004bbcc


KYLIN-697 exclude inner classes in failover


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

Branch: refs/heads/new697
Commit: 28a11f8430e86a2b9294c7078dc4ff37891e58ae
Parents: 2544aab
Author: honma <ho...@ebay.com>
Authored: Tue May 26 10:34:28 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Tue May 26 10:34:28 2015 +0800

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/28a11f84/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0a1e594..97b0d0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -632,6 +632,7 @@
                         </executions>
                         <configuration>
                             <excludes>
+                                <exclude>**/*$*</exclude>
                                 <exclude>**/ITKafka*.java</exclude>
                             </excludes>
                             <systemProperties>


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

Posted by ma...@apache.org.
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/00004bbc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/00004bbc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/00004bbc

Branch: refs/heads/new697
Commit: 00004bbcc36c1124647a957db8e72c3d72b14b0c
Parents: 28a11f8
Author: honma <ho...@ebay.com>
Authored: Tue May 26 10:40:39 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Tue May 26 10:40:39 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/00004bbc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 97b0d0c..108bb55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -488,19 +488,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>
@@ -610,16 +610,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>