From 7ae2c364eadc00757082021c4103dfca6ca6e2fe Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 2 Jun 2010 20:25:10 +0000 Subject: [PATCH] added exclusion to omit target/ directories from samples when being added to the distribution zip file; projects should be 'ready to be built by maven', not 'already built by maven' --- src/assembly/distribution.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/assembly/distribution.xml b/src/assembly/distribution.xml index 70e761e8e4..7596ee01b1 100644 --- a/src/assembly/distribution.xml +++ b/src/assembly/distribution.xml @@ -50,6 +50,9 @@ spring-integration-samples + + */target/ + samples