CLOSED - issue BATCH-242: jar and source doesn't match

http://opensource.atlassian.com/projects/spring/browse/BATCH-242

include samples, but exclude Maven meta data from no-deps release
This commit is contained in:
dsyer
2007-12-11 16:16:30 +00:00
parent ffa19bdd20
commit cb1a02bb9f
2 changed files with 23 additions and 1 deletions

2
dist/pom.xml vendored
View File

@@ -20,7 +20,7 @@
<module>../spring-batch-infrastructure</module>
<module>../spring-batch-core</module>
<module>../spring-batch-execution</module>
<module>../spring-batch-samples</module>
<module>../spring-batch-samples</module>
</modules>
<build>

View File

@@ -33,5 +33,27 @@
</fileSets>
</sources>
</moduleSet>
<moduleSet>
<includes>
<include>
org.springframework.batch:spring-batch-samples
</include>
</includes>
<sources>
<outputDirectoryMapping>
samples/${artifactId}
</outputDirectoryMapping>
<fileSets>
<fileSet>
<excludes>
<exclude>bin/**</exclude>
<exclude>target/**</exclude>
<exclude>**/clover.license</exclude>
<exclude>*.xml</exclude>
</excludes>
</fileSet>
</fileSets>
</sources>
</moduleSet>
</moduleSets>
</assembly>