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 <[email protected]> Authored: Fri May 9 11:43:16 2014 +0900 Committer: Hyunsik Choi <[email protected]> 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>
