This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-servlet-archetype.git
commit 5912f8d72a2440e8ae19932cfe1f5553297f91ba Author: Carsten Ziegeler <[email protected]> AuthorDate: Mon Aug 5 13:58:07 2013 +0000 SLING-2804 : make sure directory exists before running command git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1510479 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 82bb5dd..c8c5e54 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
