Skip to content

Commit

Permalink
Adding content-de to the book project
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim O'Brien committed Jan 19, 2009
1 parent 437d39c commit 991ad29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
22 changes: 1 addition & 21 deletions content-de/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>book</artifactId>
<version>1-SNAPSHOT</version>
</parent>
<artifactId>content-en</artifactId>
<artifactId>content-de</artifactId>
<version>0.22.0</version>
<packaging>jar</packaging>
<name>Maven: The Definitive Guide</name>
Expand Down Expand Up @@ -62,26 +62,6 @@
<escapeString>\</escapeString>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.idiom</groupId>
<artifactId>maven-feedme-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<id>maven-blogs</id>
<goals>
<goal>consume</goal>
</goals>
<configuration>
<feed><![CDATA[http://feeds.feedburner.com/sonatype]]></feed>
<template>${basedir}/src/feed/blogs-div.vm</template>
<outputDirectory>${basedir}/src/main/resources/docbook/includes</outputDirectory>
<outputFilename>blogs-div.html</outputFilename>
</configuration>
<phase>generate-sources</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.agilejava.docbkx</groupId>
<artifactId>docbkx-maven-plugin</artifactId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<modules>
<module>examples</module>
<module>content-en</module>
<module>content-de</module>
<module>content-zh</module>
</modules>

Expand Down

0 comments on commit 991ad29

Please sign in to comment.