Skip to content

Commit

Permalink
Swapping out the content project for content-en
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim O'Brien committed Jan 9, 2009
1 parent f87ec1a commit 27191a0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,23 @@
</postProcess>
</configuration>
</execution>
<execution>
<id>generate-pdf-sony</id>
<phase>pre-site</phase>
<goals>
<goal>generate-pdf</goal>
</goals>
<configuration>
<imgSrcPath>${basedir}/src/main/resources/docbook/en/</imgSrcPath>
<foCustomization>${basedir}/src/main/resources/xsl/en/fopdf-sony.xsl</foCustomization>
<postProcess>
<copy tofile="${project.build.directory}/site/pdf/maven-definitive-guide-sony-reader.pdf">
<fileset file="${project.build.directory}/docbkx/pdf/public-book.pdf"/>
</copy>
</postProcess>
<includes>chapter-*.xml</includes>
</configuration>
</execution>
<execution>
<id>generate-pdf-de</id>
<phase>pre-site</phase>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<url>http://sonatype.com/book</url>

<modules>
<module>content</module>
<module>content-en</module>
<module>examples</module>
</modules>

Expand Down

0 comments on commit 27191a0

Please sign in to comment.