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:
2
dist/pom.xml
vendored
2
dist/pom.xml
vendored
@@ -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>
|
||||
|
||||
22
dist/src/assembly/no-dependencies.xml
vendored
22
dist/src/assembly/no-dependencies.xml
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user