You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/12/10 14:27:12 UTC

svn commit: r1419437 - in /maven/doxia/site/trunk: content/apt/book/index.apt pom.xml

Author: olamy
Date: Mon Dec 10 13:27:11 2012
New Revision: 1419437

URL: http://svn.apache.org/viewvc?rev=1419437&view=rev
Log:
fix site build

Modified:
    maven/doxia/site/trunk/content/apt/book/index.apt
    maven/doxia/site/trunk/pom.xml

Modified: maven/doxia/site/trunk/content/apt/book/index.apt
URL: http://svn.apache.org/viewvc/maven/doxia/site/trunk/content/apt/book/index.apt?rev=1419437&r1=1419436&r2=1419437&view=diff
==============================================================================
--- maven/doxia/site/trunk/content/apt/book/index.apt (original)
+++ maven/doxia/site/trunk/content/apt/book/index.apt Mon Dec 10 13:27:11 2012
@@ -51,7 +51,7 @@ Introduction
 
  A sample is given below:
 
-%{snippet|id=example|file=src/books/example-book.xml}
+%{snippet|id=example|file=content/books/example-book.xml}
 
 * Configuring Doxia Book Maven Plugin
 

Modified: maven/doxia/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/trunk/pom.xml?rev=1419437&r1=1419436&r2=1419437&view=diff
==============================================================================
--- maven/doxia/site/trunk/pom.xml (original)
+++ maven/doxia/site/trunk/pom.xml Mon Dec 10 13:27:11 2012
@@ -211,7 +211,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pdf-plugin</artifactId>
-          <version>1.2-SNAPSHOT</version>
+          <version>1.2</version>
 
         </plugin>
       </plugins>
@@ -234,8 +234,8 @@ under the License.
         <configuration>
           <books>
             <book>
-              <directory>src/books/example-book</directory>
-              <descriptor>src/books/example-book.xml</descriptor>
+              <directory>content/books/example-book</directory>
+              <descriptor>content/books/example-book.xml</descriptor>
               <formats>
                 <format>
                   <id>latex</id>
@@ -295,6 +295,8 @@ under the License.
             </goals>
             <configuration>
               <outputDirectory>${project.reporting.outputDirectory}</outputDirectory>
+              <siteDirectory>${basedir}/content</siteDirectory>
+              <docDescriptor>${basedir}/content/pdf.xml</docDescriptor>
             </configuration>
           </execution>
         </executions>