Author: vsiveton Date: Sun May 31 12:24:13 2009 New Revision: 780419 URL: http://svn.apache.org/viewvc?rev=780419&view=rev Log: o updated site: filter MPIR, added jira report, update the pdf layout
Modified: maven/doxia/site/pom.xml maven/doxia/site/src/site/pdf.xml maven/doxia/site/src/site/site.xml Modified: maven/doxia/site/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=780419&r1=780418&r2=780419&view=diff ============================================================================== --- maven/doxia/site/pom.xml (original) +++ maven/doxia/site/pom.xml Sun May 31 12:24:13 2009 @@ -135,6 +135,10 @@ </pluginRepository> </pluginRepositories> + <properties> + <doxiaVersion>1.1.1-SNAPSHOT</doxiaVersion> + </properties> + <build> <pluginManagement> <plugins> @@ -226,6 +230,44 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.1.1</version> + <reportSets> + <reportSet> + <reports> + <report>cim</report> + <!--<report>dependencies</report>--> + <!--<report>dependency-convergence</report>--> + <report>dependency-management</report> + <!--<report>index</report>--> + <report>issue-tracking</report> + <report>license</report> + <report>mailing-list</report> + <report>plugin-management</report> + <report>plugins</report> + <report>project-team</report> + <report>scm</report> + <report>summary</report> + </reports> + </reportSet> + </reportSets> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + <version>2.1</version> + <configuration> + <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames> + <resolutionIds>Closed</resolutionIds> + <sortColumnNames>Type,Key</sortColumnNames> + <maxEntries>1000</maxEntries> + <fixVersionIds>15073</fixVersionIds> <!-- 1.1.1 --> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>jira-report</report> + </reports> + </reportSet> + </reportSets> </plugin> <!-- Note: 'site' needs to be called twice to generate the linkcheck report <plugin> Modified: maven/doxia/site/src/site/pdf.xml URL: http://svn.apache.org/viewvc/maven/doxia/site/src/site/pdf.xml?rev=780419&r1=780418&r2=780419&view=diff ============================================================================== --- maven/doxia/site/src/site/pdf.xml (original) +++ maven/doxia/site/src/site/pdf.xml Sun May 31 12:24:13 2009 @@ -20,10 +20,13 @@ * under the License. */ --> -<document outputName="Doxia"> +<document xmlns="http://maven.apache.org/DOCUMENT/1.0.1" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.1 ../../../doxia/doxia-core/target/generated-site/xsd/document-1.0.1.xsd" + outputName="doxia-${doxiaVersion}"> <meta> - <title>Doxia</title> + <title>Apache Maven Doxia</title> <author>The Apache Maven Project</author> </meta> @@ -45,4 +48,11 @@ <item name="External Resources" ref="resources.html"/> </toc> + <cover> + <coverTitle>Apache Maven Doxia</coverTitle> + <coverSubTitle>v. ${doxiaVersion}</coverSubTitle> + <coverType>User Guide</coverType> + <companyName>The Apache Software Foundation</companyName> + <projectLogo>./images/doxia-logo.png</projectLogo> + </cover> </document> Modified: maven/doxia/site/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/doxia/site/src/site/site.xml?rev=780419&r1=780418&r2=780419&view=diff ============================================================================== --- maven/doxia/site/src/site/site.xml (original) +++ maven/doxia/site/src/site/site.xml Sun May 31 12:24:13 2009 @@ -32,6 +32,7 @@ <item name="Maven Integration" href="developers/maven-integration.html"/> </item> <item name="Downloads" href="downloads.html"/> + <item name="Release Notes" href="jira-report.html"/> <item name="FAQ" href="faq.html"/> </menu>