Author: cziegeler
Date: Mon Aug  5 13:58:07 2013
New Revision: 1510479

URL: http://svn.apache.org/r1510479
Log:
SLING-2804 : make sure directory exists before running command

Modified:
    sling/trunk/tooling/maven/archetypes/servlet/pom.xml

Modified: sling/trunk/tooling/maven/archetypes/servlet/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/servlet/pom.xml?rev=1510479&r1=1510478&r2=1510479&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/servlet/pom.xml (original)
+++ sling/trunk/tooling/maven/archetypes/servlet/pom.xml Mon Aug  5 13:58:07 
2013
@@ -77,6 +77,7 @@
                         <phase>process-test-resources</phase>
                             <configuration>
                                 <target>
+                                    <mkdir 
dir="${project.build.testOutputDirectory}" /> <!-- SLING-2804 -->
                                     <fixcrlf 
srcdir="${project.build.testOutputDirectory}" />
                                 </target>
                             </configuration>


Reply via email to