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/feature-module Commit: 7f1f81fd5326cd4ac776c33cb18c16d5cf41d90f Parents: 40fba97 Author: Thomas Weise <[email protected]> Authored: Thu Oct 22 23:02:31 2015 -0700 Committer: Thomas Weise <[email protected]> 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>
