From e9e89b835d353c016095da114a767381f23c23a6 Mon Sep 17 00:00:00 2001 From: Vishal Puri Date: Wed, 6 Jun 2007 02:49:44 +0000 Subject: [PATCH] Added maven.src.dir property to point to src/main because of changed m2 directory structure --- samples/tutorial/project.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/tutorial/project.properties b/samples/tutorial/project.properties index 7b4168ee38..c1711efcb4 100644 --- a/samples/tutorial/project.properties +++ b/samples/tutorial/project.properties @@ -1 +1,4 @@ maven.multiproject.type=war + +# Change default property value +maven.src.dir=src/main