make sure target exists

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114965 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-04-01 01:46:08 +00:00
parent 2a28cc0485
commit 9bfffa91e8

View File

@@ -59,6 +59,7 @@
<x:parse var="doc" xml="${inputFile}" />
</util:available>
<ant:mkdir dir="${maven.build.dir}" />
<j:set
var="tempConfigFile"
value="${maven.build.dir}/cruisecontrol-config-temp.xml" />