This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag sling-servlet-archetype-1.0.2 in repository https://gitbox.apache.org/repos/asf/sling-servlet-archetype.git
commit 08ef6c8b9be12fe2e8d80463a9bec2b521711b95 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/tooling/maven/archetypes/servlet@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]>.
