You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2009/05/06 21:44:05 UTC

svn commit: r772410 - in /maven/plugins/trunk/maven-pdf-plugin: pom.xml src/site/pdf.xml

Author: ltheussl
Date: Wed May  6 19:44:04 2009
New Revision: 772410

URL: http://svn.apache.org/viewvc?rev=772410&view=rev
Log:
Bump to latest site plugin. Add pdf document cover.

Modified:
    maven/plugins/trunk/maven-pdf-plugin/pom.xml
    maven/plugins/trunk/maven-pdf-plugin/src/site/pdf.xml

Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/pom.xml?rev=772410&r1=772409&r2=772410&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pdf-plugin/pom.xml Wed May  6 19:44:04 2009
@@ -181,7 +181,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-6</version>
+        <version>2.0</version>
         <!--<version>2.1-SNAPSHOT</version>-->
       </plugin>
 

Modified: maven/plugins/trunk/maven-pdf-plugin/src/site/pdf.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/src/site/pdf.xml?rev=772410&r1=772409&r2=772410&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/src/site/pdf.xml (original)
+++ maven/plugins/trunk/maven-pdf-plugin/src/site/pdf.xml Wed May  6 19:44:04 2009
@@ -35,4 +35,12 @@
     <item name="FAQ" ref="faq.fml"/>
   </toc>
 
+  <cover>
+    <coverTitle>${project.name}</coverTitle>
+    <coverSubTitle>v. ${project.version}</coverSubTitle>
+    <coverType>User Guide</coverType>
+    <coverDate>2009</coverDate>
+    <companyName>The Apache Software Foundation</companyName>
+  </cover>
+
 </document>