You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by da...@apache.org on 2015/11/30 22:07:24 UTC

[78/98] [abbrv] incubator-apex-malhar git commit: MLHR-1891 Don't deploy source archives.

MLHR-1891 Don't deploy source archives.


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

Branch: refs/heads/master
Commit: c46880be7e4ce5fe577f8e603c0264a5666c1bb7
Parents: 66282d6
Author: Thomas Weise <th...@datatorrent.com>
Authored: Thu Nov 5 14:56:46 2015 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Thu Nov 5 20:30:28 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/c46880be/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 21bf77d..3f34305 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,6 +142,19 @@
       </build>
     </profile>
     <profile>
+      <id>skip-source-release-attach</id>
+      <activation>
+        <file>
+          <exists>${basedir}/NOTICE</exists>
+        </file>
+      </activation>
+      <properties>
+        <remoteresources.skip>true</remoteresources.skip>
+        <!-- do not push source archives to the repo - see MPOM-90 -->
+        <assembly.attach>false</assembly.attach>
+      </properties>
+    </profile>
+    <profile>
       <id>all-modules</id>
       <modules>
         <module>benchmark</module>