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/07/24 09:05:20 UTC

svn commit: r1506420 - /sling/trunk/maven/archetypes/taglib/pom.xml

Author: cziegeler
Date: Wed Jul 24 07:05:20 2013
New Revision: 1506420

URL: http://svn.apache.org/r1506420
Log:
SLING-2804 :  fixcrlf breaks build when skipping tests. 

Modified:
    sling/trunk/maven/archetypes/taglib/pom.xml

Modified: sling/trunk/maven/archetypes/taglib/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/taglib/pom.xml?rev=1506420&r1=1506419&r2=1506420&view=diff
==============================================================================
--- sling/trunk/maven/archetypes/taglib/pom.xml (original)
+++ sling/trunk/maven/archetypes/taglib/pom.xml Wed Jul 24 07:05:20 2013
@@ -72,6 +72,7 @@
                         <phase>process-test-resources</phase>
                             <configuration>
                                 <target>
+                                    <mkdir dir="${project.build.testOutputDirectory}" /> <!-- SLING-2804 -->
                                     <fixcrlf srcdir="${project.build.testOutputDirectory}" />
                                 </target>
                             </configuration>