POM maintenance
This commit is contained in:
@@ -34,6 +34,14 @@
|
||||
-->
|
||||
</path>
|
||||
|
||||
<!--
|
||||
<target name="create-poms" depends="clean,clean-integration,test"
|
||||
description="Create a Maven pom for each module (use -Dbuild.stamp=m3-SNAPSHOT etc. to get the version number right).">
|
||||
<all-bundles target="create-pom">
|
||||
<property name="pom.output.file" value="pom.xml"/>
|
||||
</all-bundles>
|
||||
</target>
|
||||
-->
|
||||
<condition property="maven.extension" value=".bat" else="">
|
||||
<os family="windows"/>
|
||||
</condition>
|
||||
@@ -57,7 +65,7 @@
|
||||
|
||||
|
||||
<delete file="pom.xml" quiet="true"/>
|
||||
<delete file="pom-central.xml" quiet="true"/>
|
||||
<delete file="central-pom.xml" quiet="true"/>
|
||||
|
||||
<ivy:makepom ivyfile="ivy.xml" pomfile="pom.xml">
|
||||
<mapping conf="compile" scope="compile"/>
|
||||
|
||||
Reference in New Issue
Block a user