Generated from ivy.xml -> pom.xml using makepom ant task. (this is the pom for the S2 bundle repo) The convert pom.xml using mvn org.springframework.build.repository:org.springframework.build.repository.maven:create-central (this is the pom for maven central repo)
10 lines
375 B
XML
10 lines
375 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project name="org.springframework.integration.stream">
|
|
|
|
<property file="${basedir}/../build.properties"/>
|
|
<import file="${basedir}/../build-spring-integration/package-bundle.xml"/>
|
|
<import file="${basedir}/../build-spring-integration/generate-pom.xml"/>
|
|
<import file="${basedir}/../spring-build/standard/default.xml"/>
|
|
|
|
</project>
|