Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
#4: Merge branch 'epub-and-html-generation-issue4' of https://github.…
Browse files Browse the repository at this point in the history
…com/arturk88/oasp-docgen into arturk88-epub-and-html-generation-issue4

Conflicts:
	pom.xml
  • Loading branch information
maybeec committed Nov 10, 2014
2 parents 12b1964 + 7152874 commit fd882e6
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Default values-->
<!-- Default values -->
<oasp.repo>oasp4j</oasp.repo>
<oasp.wiki.folder>${oasp.repo}.wiki</oasp.wiki.folder>
<oasp.wiki.page>OASP4J</oasp.wiki.page>
Expand All @@ -25,7 +25,7 @@
<build>
<plugins>
<!--
<plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<executions>
Expand Down Expand Up @@ -91,7 +91,7 @@
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>1.5.0</version>
<configuration>
<!--<backend>pdf</backend>-->
<!--<backend>pdf</backend> -->
<backend>docbook5</backend>
<sourceDirectory>${oasp.asciidoc.target}</sourceDirectory>
<sourceDocumentName>${oasp.wiki.page}.asciidoc</sourceDocumentName>
Expand All @@ -111,6 +111,7 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>com.agilejava.docbkx</groupId>
<artifactId>docbkx-maven-plugin</artifactId>
Expand Down Expand Up @@ -149,21 +150,27 @@
</goals>
<phase>generate-resources</phase>
</execution>
<!--
<execution>
<id>html</id>
<goals>
<goal>generate-html</goal>
</goals>
<phase>generate-resources</phase>
</execution>
<execution>
<id>epub</id>
<goals>
<goal>generate-epub</goal>
</goals>
<phase>generate-resources</phase>
<configuration>
<epubCustomization>${basedir}/src/main/docbook/xsl/epub.xsl</epubCustomization>

<targetDirectory>${basedir}/target/generated-docs/epub</targetDirectory>
<!-- <epubCustomization>${basedir}/src/main/docbook/xsl/epub.xsl</epubCustomization> -->
</configuration>
</execution>
-->
</executions>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit fd882e6

Please sign in to comment.