Till Westmann | db64c0c | 2013-05-14 11:48:15 -0700 | [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/xsd/maven-4.0.0.xsd"> |
Till Westmann | 1afe11e | 2013-06-04 09:48:24 -0700 | [diff] [blame] | 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> |
| 15 | <configuration> |
| 16 | <generateReports>false</generateReports> |
| 17 | </configuration> |
| 18 | </plugin> |
| 19 | </plugins> |
| 20 | </build> |
Till Westmann | db64c0c | 2013-05-14 11:48:15 -0700 | [diff] [blame] | 21 | </project> |