Updated to have a default package target for document projects
This commit is contained in:
10
build-spring-integration/package-bundle.xml
Normal file
10
build-spring-integration/package-bundle.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="package-bundle">
|
||||
|
||||
<target name="package" depends="ivy.init">
|
||||
<dist-jar/>
|
||||
<src-jar/>
|
||||
<ext-jars/>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user