diff options
author | Brett Porter <brett@apache.org> | 2011-11-14 02:37:18 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2011-11-14 02:37:18 +0000 |
commit | a75e5d397728075aeca5e40248923d424ce6c606 (patch) | |
tree | 91302698f98063f1cd35752bf2c298762ebd65a9 /archiva-jetty/pom.xml | |
parent | e6710e3d80ddd00c0f652beb3d1a545370fb3c21 (diff) | |
download | archiva-a75e5d397728075aeca5e40248923d424ce6c606.tar.gz archiva-a75e5d397728075aeca5e40248923d424ce6c606.zip |
create an empty temp directory rather than using a dummy file
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1201580 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty/pom.xml')
-rw-r--r-- | archiva-jetty/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index c45bf43cd..8ceef5078 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -264,6 +264,7 @@ <fileset dir="src/main/conf" /> </copy> <mkdir dir="target/generated-resources/appassembler/jsw/archiva/logs" /> + <mkdir dir="target/generated-resources/appassembler/jsw/archiva/temp" /> </tasks> </configuration> <goals> |