Repository: incubator-apex-malhar Updated Branches: refs/heads/devel-3 02f48e1b2 -> 90d5774ff
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/cbafbb8f Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/cbafbb8f Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/cbafbb8f Branch: refs/heads/devel-3 Commit: cbafbb8f33e0414d500f2713c1872c6f1cbeb651 Parents: 4358902 Author: Thomas Weise <[email protected]> Authored: Thu Nov 5 14:56:46 2015 -0800 Committer: Thomas Weise <[email protected]> Committed: Wed Nov 11 18:13:12 2015 -0800 ---------------------------------------------------------------------- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/cbafbb8f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a5725d2..2819bd8 100644 --- a/pom.xml +++ b/pom.xml @@ -144,6 +144,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>
