vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 1 | <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"> |
| 2 | <modelVersion>4.0.0</modelVersion> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 3 | <artifactId>hyracks-documentation</artifactId> |
buyingyi | 8d79d16 | 2012-10-22 23:04:47 +0000 | [diff] [blame] | 4 | <name>hyracks-documentation</name> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 5 | |
| 6 | <parent> |
| 7 | <groupId>edu.uci.ics.hyracks</groupId> |
| 8 | <artifactId>hyracks</artifactId> |
vinayakb | 70c821c | 2012-10-29 15:46:12 +0000 | [diff] [blame] | 9 | <version>0.2.3-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 10 | </parent> |
| 11 | |
| 12 | <build> |
| 13 | <plugins> |
| 14 | <plugin> |
| 15 | <groupId>org.apache.maven.doxia</groupId> |
| 16 | <artifactId>doxia-maven-plugin</artifactId> |
| 17 | <version>1.1.3</version> |
| 18 | <executions> |
| 19 | <execution> |
| 20 | <phase>package</phase> |
| 21 | <goals> |
| 22 | <goal>render-books</goal> |
| 23 | </goals> |
| 24 | </execution> |
| 25 | </executions> |
| 26 | <configuration> |
| 27 | <books> |
| 28 | <book> |
| 29 | <directory>src/books/user-guide</directory> |
| 30 | <descriptor>src/books/user-guide/doxia-descriptor.xml</descriptor> |
| 31 | <formats> |
| 32 | <format> |
| 33 | <id>pdf</id> |
| 34 | </format> |
| 35 | <format> |
| 36 | <id>xhtml</id> |
| 37 | </format> |
| 38 | </formats> |
| 39 | </book> |
| 40 | </books> |
| 41 | </configuration> |
| 42 | </plugin> |
| 43 | </plugins> |
| 44 | </build> |
| 45 | <dependencies> |
| 46 | </dependencies> |
| 47 | </project> |