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'
This commit is contained in:
@@ -50,6 +50,9 @@
|
||||
<fileSet>
|
||||
<!-- adds sample projects distribution archive under the 'samples' directory -->
|
||||
<directory>spring-integration-samples</directory>
|
||||
<excludes>
|
||||
<exclude>*/target/</exclude>
|
||||
</excludes>
|
||||
<outputDirectory>samples</outputDirectory>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
|
||||
Reference in New Issue
Block a user