zheilbron | 738005d | 2014-03-21 14:50:17 -0700 | [diff] [blame] | 1 | <!-- ! Copyright 2009-2013 by The Regents of the University of California |
| 2 | ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may |
| 3 | not use this file except in compliance with the License. ! you may obtain |
| 4 | a copy of the License from ! ! http://www.apache.org/licenses/LICENSE-2.0 |
| 5 | ! ! Unless required by applicable law or agreed to in writing, software ! |
| 6 | distributed under the License is distributed on an "AS IS" BASIS, ! WITHOUT |
| 7 | WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ! See the |
| 8 | License for the specific language governing permissions and ! limitations |
| 9 | under the License. ! --> |
Zachary Heilbron | 8350912 | 2014-03-30 16:07:06 -0700 | [diff] [blame] | 10 | <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"> |
zheilbron | 738005d | 2014-03-21 14:50:17 -0700 | [diff] [blame] | 11 | <modelVersion>4.0.0</modelVersion> |
| 12 | <parent> |
| 13 | <artifactId>asterix</artifactId> |
| 14 | <groupId>edu.uci.ics.asterix</groupId> |
Ian Maxon | f2ed8bc | 2014-07-11 23:50:44 -0700 | [diff] [blame] | 15 | <version>0.8.7-SNAPSHOT</version> |
zheilbron | 738005d | 2014-03-21 14:50:17 -0700 | [diff] [blame] | 16 | </parent> |
Ian | 4a816dc | 2014-11-26 15:46:32 -0800 | [diff] [blame^] | 17 | |
| 18 | <licenses> |
| 19 | <license> |
| 20 | <name>Apache License, Version 2.0</name> |
| 21 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 22 | <distribution>repo</distribution> |
| 23 | <comments>A business-friendly OSS license</comments> |
| 24 | </license> |
| 25 | </licenses> |
| 26 | |
zheilbron | 738005d | 2014-03-21 14:50:17 -0700 | [diff] [blame] | 27 | <artifactId>asterix-doc</artifactId> |
| 28 | <build> |
| 29 | <plugins> |
| 30 | <plugin> |
| 31 | <groupId>org.apache.maven.plugins</groupId> |
| 32 | <artifactId>maven-site-plugin</artifactId> |
| 33 | <version>3.3</version> |
| 34 | <configuration> |
| 35 | <generateReports>false</generateReports> |
| 36 | </configuration> |
| 37 | <executions> |
| 38 | <execution> |
| 39 | <phase>package</phase> |
| 40 | <goals> |
| 41 | <goal>site</goal> |
| 42 | </goals> |
| 43 | </execution> |
| 44 | </executions> |
| 45 | </plugin> |
zheilbron | 738005d | 2014-03-21 14:50:17 -0700 | [diff] [blame] | 46 | </plugins> |
| 47 | </build> |
Till Westmann | db64c0c | 2013-05-14 11:48:15 -0700 | [diff] [blame] | 48 | </project> |