Use maven ant task to install parent pom instead of using maven from the command line as a workaround for http://jira.codehaus.org/browse/MANTTASKS-87
This commit is contained in:
parent
6f64ce8147
commit
7ad5dd1bd6
|
@ -23,6 +23,11 @@
|
||||||
<target name="publish-maven-central-code-artifacts" depends="publish-code-windows,publish-code-unix">
|
<target name="publish-maven-central-code-artifacts" depends="publish-code-windows,publish-code-unix">
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="install-pom" depends="maven.init">
|
||||||
|
<maven:install>
|
||||||
|
<pom file="${local.pom.output.file}"/>
|
||||||
|
</maven:install>
|
||||||
|
</target>
|
||||||
|
|
||||||
<!-- Supporting targets -->
|
<!-- Supporting targets -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue