blob: d987e5f0373ef4b073fb71fb3494346d9802e5cd [file] [log] [blame]
Till Westmanndb64c0c2013-05-14 11:48:15 -07001<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/xsd/maven-4.0.0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <artifactId>asterix</artifactId>
5 <groupId>edu.uci.ics.asterix</groupId>
6 <version>0.0.6-SNAPSHOT</version>
7 </parent>
8 <artifactId>asterix-doc</artifactId>
9 <build>
10 <plugins>
11 <plugin>
12 <groupId>org.apache.maven.plugins</groupId>
13 <artifactId>maven-site-plugin</artifactId>
14 <version>3.3</version>
Till Westmann49d39a52013-05-20 13:58:27 -070015 <configuration>
16 <generateReports>false</generateReports>
17 </configuration>
Till Westmanndb64c0c2013-05-14 11:48:15 -070018 </plugin>
19 </plugins>
20 </build>
21</project>