You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by hy...@apache.org on 2014/05/20 20:46:34 UTC

[36/48] git commit: TAJO-817: tajo-core should not skip deploy.

TAJO-817: tajo-core should not skip deploy.

Closes #7.


Project: http://git-wip-us.apache.org/repos/asf/tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/f1ead5ec
Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/f1ead5ec
Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/f1ead5ec

Branch: refs/heads/window_function
Commit: f1ead5ec93f919cc0f198bf226df6f77d11a29d7
Parents: 5e8c0bd
Author: Hyunsik Choi <hy...@apache.org>
Authored: Fri May 9 11:43:16 2014 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Fri May 9 11:43:16 2014 +0900

----------------------------------------------------------------------
 CHANGES           | 2 ++
 tajo-core/pom.xml | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tajo/blob/f1ead5ec/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 4c71474..f5d9b72 100644
--- a/CHANGES
+++ b/CHANGES
@@ -58,6 +58,8 @@ Release 0.9.0 - unreleased
 
   TASKS
 
+    TAJO-817: tajo-core should not skip deploy. (hyunsik)
+
     TAJO-814: Set up Travis CI builds. (hyunsik)
 
     TAJO-820: Add missing license header to 0.8.0 release announcement. 

http://git-wip-us.apache.org/repos/asf/tajo/blob/f1ead5ec/tajo-core/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-core/pom.xml b/tajo-core/pom.xml
index ce4a0a8..32ae266 100644
--- a/tajo-core/pom.xml
+++ b/tajo-core/pom.xml
@@ -72,9 +72,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>