dion 2003/09/04 09:49:49 Modified: . maven.xml Log: Use multiproject overview page Revision Changes Path 1.89 +1 -35 maven/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/maven/maven.xml,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- maven.xml 19 Aug 2003 04:46:31 -0000 1.88 +++ maven.xml 4 Sep 2003 16:49:49 -0000 1.89 @@ -260,41 +260,7 @@ --> <preGoal name="xdoc:transform"> - <!-- use a template to create the plugins home page - if it's an xdoc, it must be done before xdoc:transform - and should generate to ${maven.gen.docs}/reference/plugins/index.xml - --> - <mkdir dir="${maven.gen.docs}/reference/plugins/"/> - <j:file name="${maven.gen.docs}/reference/plugins/index.xml" - prettyPrint="true"> - <document> - <properties> - <title>Maven Plugins</title> - <author email="[EMAIL PROTECTED]">dIon Gillard</author> - </properties> - <body> - <section name="Plugin Listing"> - <p> - The following plugins are provided along with Maven - </p> - <ul> - <ant:fileScanner var="pluginProjects"> - <fileset dir="${basedir}"> - <include name="src/plugins-build/*/project.xml" /> - </fileset> - </ant:fileScanner> - <j:forEach items="${pluginProjects.iterator()}" var="plugin"> - <j:set var="pluginName" value="${plugin.parentFile.name}" /> - <li> - <a href="./${pluginName}/index.html">${pluginName}</a> - </li> - </j:forEach> - </ul> - </section> - </body> - </document> - </j:file> - + <attainGoal name="multiproject:create-overview-page"/> </preGoal> <preGoal name="xdoc">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]