You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/11/03 03:27:48 UTC

[47/50] [abbrv] 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/04c31c80
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/04c31c80
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/04c31c80

Branch: refs/heads/master
Commit: 04c31c80303992365a4fdf64cf7877f549bd2aa8
Parents: 9e985d4
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 10:57:20 2015 -0700

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


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