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)
12 lines
433 B
XML
12 lines
433 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project name="org.springframework.core" xmlns:ivy="antlib:org.apache.ivy.ant">
|
|
|
|
<target name="generate-pom" depends="ivy.init">
|
|
<ivy:makepom ivyfile="ivy.xml" pomfile="pom-generated-from-ivy.xml">
|
|
<mapping conf="compile" scope="compile"/>
|
|
<mapping conf="test" scope="test"/>
|
|
<mapping conf="provided" scope="provided"/>
|
|
</ivy:makepom>
|
|
</target>
|
|
|
|
</project> |