Use temp dir instead of project build dir for temporary file

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113376 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-04-24 04:50:34 +00:00
parent df8f35c876
commit e0c93ced00

View File

@ -35,11 +35,11 @@
</j:if>
<!-- delete the properties file here and recreate it -->
<delete file="${maven.build.dir}/was40.properties" />
<j:file name="${maven.build.dir}/was40.properties" omitXmlDeclaration="true" escapeText="false">
<delete file="${java.io.tmpdir}/was40.properties" />
<j:file name="${java.io.tmpdir}/was40.properties" omitXmlDeclaration="true" escapeText="false">
wscp.hostName=${maven.was40.node}
</j:file>
<u:file name="${maven.build.dir}/was40.properties" var="props" />
<u:file name="${java.io.tmpdir}/was40.properties" var="props" />
<echo>Executing '${command}' using wscp</echo>