Improve build and documentation
[lgpl/argeo-commons.git] / doc / pom.xml
index 3cc5344115692feabc2d5e84311642f7182f8a44..5bf01e7f55e4c6fb4e65de96c4be8da0f618b949 100644 (file)
@@ -1,8 +1,9 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>0.3.5-SNAPSHOT</version>
+               <version>1.1.8-SNAPSHOT</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -14,7 +15,6 @@
                        <plugin>
                                <groupId>com.agilejava.docbkx</groupId>
                                <artifactId>docbkx-maven-plugin</artifactId>
-                               <version>2.0.8</version>
                                <configuration>
                                        <htmlStylesheet>css/style.css</htmlStylesheet>
                                        <postProcess>
                                                        <goal>generate-html</goal>
                                                        <goal>generate-pdf</goal>
                                                </goals>
-                                               <phase>compile</phase>
+                                               <phase>pre-site</phase>
                                        </execution>
                                </executions>
-                               <dependencies>
-                                       <dependency>
-                                               <groupId>org.docbook</groupId>
-                                               <artifactId>docbook-xml</artifactId>
-                                               <version>4.4</version>
-                                               <scope>runtime</scope>
-                                       </dependency>
-                               </dependencies>
                        </plugin>
                </plugins>
        </build>