Project

General

Profile

« Previous | Next » 

Revision 27116

Added and commented property to generate output in chunks

View differences:

modules/dnet-api-http-doc/pom.xml
19 19
        <executions>
20 20
          <execution>
21 21
            <goals>
22
              <!-- RUN with mvn docbkx:generate-html -->
22 23
              <goal>generate-html</goal>
23 24
            </goals>
24 25
            <phase>pre-site</phase>
......
33 34
          </dependency>
34 35
        </dependencies>
35 36
        <configuration>
37
         <!--<chunkedOutput>false</chunkedOutput>-->
36 38
          <htmlStylesheet>openaire-api.css</htmlStylesheet>
37
          <includes>book.xml</includes>    
39
          <includes>api-doc.xml</includes>    
38 40
          <xincludeSupported>true</xincludeSupported>  
39 41
          <postProcess>
40 42
          <copy todir="target/docbkx/html/">

Also available in: Unified diff