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/c46880be Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/c46880be Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/c46880be Branch: refs/heads/release-3.2 Commit: c46880be7e4ce5fe577f8e603c0264a5666c1bb7 Parents: 66282d6 Author: Thomas Weise <[email protected]> Authored: Thu Nov 5 14:56:46 2015 -0800 Committer: Thomas Weise <[email protected]> Committed: Thu Nov 5 20:30:28 2015 -0800 ---------------------------------------------------------------------- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/c46880be/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 21bf77d..3f34305 100644 --- a/pom.xml +++ b/pom.xml @@ -142,6 +142,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>
