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/23 23:30:38 UTC

[5/5] incubator-apex-core git commit: APEX-219 Skip creation of DEPENDENCIES for the source archive.

APEX-219 Skip creation of DEPENDENCIES for the source archive.


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/7f1f81fd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/7f1f81fd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/7f1f81fd

Branch: refs/heads/devel-3
Commit: 7f1f81fd5326cd4ac776c33cb18c16d5cf41d90f
Parents: 40fba97
Author: Thomas Weise <th...@datatorrent.com>
Authored: Thu Oct 22 23:02:31 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Fri Oct 23 12:46:22 2015 -0700

----------------------------------------------------------------------
 pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/7f1f81fd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9501807..cbb6a81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,6 +394,15 @@
         </plugins>
       </build>
     </profile>
-
+    <profile>
+      <activation>
+        <file>
+          <missing>${basedir}/src/main</missing>
+        </file>
+      </activation>
+      <properties>
+        <remoteresources.skip>true</remoteresources.skip>
+      </properties>
+    </profile>
   </profiles>
 </project>