blob: 4b8cb2f7ac173166923fddccbf91bef7bf6154b9 [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">
Till Westmann1afe11e2013-06-04 09:48:24 -07002 <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>
15 <configuration>
16 <generateReports>false</generateReports>
17 </configuration>
18 </plugin>
19 </plugins>
20 </build>
Till Westmanndb64c0c2013-05-14 11:48:15 -070021</project>