You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by vr...@apache.org on 2015/10/25 20:38:13 UTC

[30/36] incubator-apex-core git commit: Produce .zip and .tar.gz source release packages.

Produce .zip and .tar.gz source release packages.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/3b3d068f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/3b3d068f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/3b3d068f

Branch: refs/heads/feature-module
Commit: 3b3d068ff86180744fd5c7adb3d456c3c8d77ca3
Parents: 2e8ffc6
Author: Thomas Weise <th...@datatorrent.com>
Authored: Wed Oct 21 21:32:59 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Thu Oct 22 00:08:32 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/3b3d068f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 807bf7f..f797805 100644
--- a/pom.xml
+++ b/pom.xml
@@ -359,6 +359,7 @@
         <distMgmtReleaseId>apache.staging.https</distMgmtReleaseId>
         <distMgmtReleaseUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtReleaseUrl>
         <distMgmtDevUrl>file://${project.build.directory}/mvn-repo</distMgmtDevUrl>
+        <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor>
         <package.prefix>/opt/datatorrent</package.prefix>
         <package.groupname>dtorrent</package.groupname>
       </properties>