Repository: incubator-apex-core Updated Branches: refs/heads/release-3.2 1a3afd32c -> 04c31c803 (forced update)
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/release-3.2 Commit: 04c31c80303992365a4fdf64cf7877f549bd2aa8 Parents: 9e985d4 Author: Thomas Weise <[email protected]> Authored: Thu Oct 22 23:02:31 2015 -0700 Committer: Thomas Weise <[email protected]> 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>
