Author: vsiveton
Date: Mon Mar  2 18:42:35 2009
New Revision: 749408

URL: http://svn.apache.org/viewvc?rev=749408&view=rev
Log:
o added pdf profile

Modified:
    maven/doxia/site/pom.xml
    maven/doxia/site/src/site/xdoc/overview.xml

Modified: maven/doxia/site/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=749408&r1=749407&r2=749408&view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Mon Mar  2 18:42:35 2009
@@ -198,4 +198,28 @@
       -->
     </plugins>
   </reporting>
+
+  <profiles>
+    <profile>
+      <id>pdf</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-pdf-plugin</artifactId>
+            <version>1.0-SNAPSHOT</version>
+            <executions>
+              <execution>
+                <id>pdf</id>
+                <phase>site</phase>
+                <goals>
+                  <goal>pdf</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

Modified: maven/doxia/site/src/site/xdoc/overview.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/src/site/xdoc/overview.xml?rev=749408&r1=749407&r2=749408&view=diff
==============================================================================
--- maven/doxia/site/src/site/xdoc/overview.xml (original)
+++ maven/doxia/site/src/site/xdoc/overview.xml Mon Mar  2 18:42:35 2009
@@ -19,9 +19,7 @@
 under the License.
 -->
 
-<document xmlns="http://maven.apache.org/XDOC/2.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+<document>
   <properties>
     <title>Overview Of The Doxia Framework</title>
     <author>Vincent Siveton</author>


Reply via email to