You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2013/08/05 15:58:07 UTC

svn commit: r1510479 - /sling/trunk/tooling/maven/archetypes/servlet/pom.xml

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>