brett 2004/06/11 21:38:50 Modified: . Tag: MAVEN-1_0-BRANCH maven.xml Log: PR: MAVEN-1210 make sure xsd is published to the web (http://maven.apache.org/xsd/maven-project-3.0.0.xsd) Revision Changes Path No revision No revision 1.97.2.28 +2 -0 maven/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/maven/maven.xml,v retrieving revision 1.97.2.27 retrieving revision 1.97.2.28 diff -u -r1.97.2.27 -r1.97.2.28 --- maven.xml 12 Jun 2004 01:04:24 -0000 1.97.2.27 +++ maven.xml 12 Jun 2004 04:38:50 -0000 1.97.2.28 @@ -33,6 +33,8 @@ </goal> <postGoal name="site"> + <ant:mkdir dir="${maven.docs.dest}/xsd" /> + <ant:copy tofile="${maven.docs.dest}/xsd/maven-project-3.0.0.xsd" file="${basedir}/src/xsd/maven-project.xsd" /> <attainGoal name="pdf"/> </postGoal>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
