jvanzyl 02/04/15 22:41:27
Modified: src/templates/build build-maven.xml
Log:
Need to use the installed project.xsd.
Revision Changes Path
1.30 +1 -1 jakarta-turbine-maven/src/templates/build/build-maven.xml
Index: build-maven.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-maven.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- build-maven.xml 9 Apr 2002 15:58:22 -0000 1.29
+++ build-maven.xml 16 Apr 2002 05:41:27 -0000 1.30
@@ -172,7 +172,7 @@
<validate-pom
projectDescriptor="project.xml"
- xmlSchema="project.xsd"
+ xmlSchema="${maven.home}/project.xsd"
/>
</target>