]> git.argeo.org Git - lgpl/argeo-commons.git/blob - doc/pom.xml
Add various serial to UI components
[lgpl/argeo-commons.git] / doc / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons</groupId>
6 <version>1.1.8-SNAPSHOT</version>
7 <artifactId>argeo-commons</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>doc</artifactId>
11 <name>Commons Doc</name>
12 <packaging>pom</packaging>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>com.agilejava.docbkx</groupId>
17 <artifactId>docbkx-maven-plugin</artifactId>
18 <configuration>
19 <htmlStylesheet>css/style.css</htmlStylesheet>
20 <postProcess>
21 <!-- See https://fisheye.springframework.org/rdiff/spring-ldap?csid=439&u&N -->
22 <copy todir="target/docbkx/html">
23 <fileset dir="src/docbkx">
24 <include name="*/*.css" />
25 </fileset>
26 </copy>
27 </postProcess>
28 </configuration>
29 <executions>
30 <execution>
31 <goals>
32 <goal>generate-html</goal>
33 <goal>generate-pdf</goal>
34 </goals>
35 <phase>pre-site</phase>
36 </execution>
37 </executions>
38 </plugin>
39 </plugins>
40 </build>
41 </project>