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 2013/12/31 17:57:51 UTC

git commit: Add the missed copy of tajo-core-storage in tajo-core/pom.xml.

Updated Branches:
  refs/heads/master ebe50806c -> 35b86177f


Add the missed copy of tajo-core-storage in tajo-core/pom.xml.


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

Branch: refs/heads/master
Commit: 35b86177f64cd5f66bb7478242e752b86f305829
Parents: ebe5080
Author: Hyunsik Choi <hy...@apache.org>
Authored: Wed Jan 1 01:44:18 2014 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Wed Jan 1 01:44:18 2014 +0900

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


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/35b86177/tajo-core/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-core/pom.xml b/tajo-core/pom.xml
index 2d7a53a..09978c3 100644
--- a/tajo-core/pom.xml
+++ b/tajo-core/pom.xml
@@ -161,6 +161,7 @@
                       run rm -rf ${project.artifactId}-${project.version}
                       run mkdir ${project.artifactId}-${project.version}
                       run cd ${project.artifactId}-${project.version}
+                      run cp -r ${basedir}/${project.artifactId}-storage/target/${project.artifactId}-storage-${project.version}*.jar .
                       run cp -r ${basedir}/${project.artifactId}-pullserver/target/${project.artifactId}-pullserver-${project.version}*.jar .
                       run cp -r ${basedir}/${project.artifactId}-backend/target/${project.artifactId}-backend-${project.version}*.jar .
                       run cp -r ${basedir}/${project.artifactId}-backend/target/lib .