Till Westmann | 276bbc2 | 2013-06-05 18:56:27 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | ! Copyright 2009-2013 by The Regents of the University of California |
| 3 | ! Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | ! you may not use this file except in compliance with the License. |
| 5 | ! you may obtain a copy of the License from |
| 6 | ! |
| 7 | ! http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | ! |
| 9 | ! Unless required by applicable law or agreed to in writing, software |
| 10 | ! distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | ! See the License for the specific language governing permissions and |
| 13 | ! limitations under the License. |
| 14 | !--> |
vinayakb | 4a6309b | 2012-10-29 15:44:02 +0000 | [diff] [blame] | 15 | <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"> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 16 | <modelVersion>4.0.0</modelVersion> |
| 17 | <artifactId>pregelix-runtime</artifactId> |
| 18 | <packaging>jar</packaging> |
| 19 | <name>pregelix-runtime</name> |
| 20 | |
| 21 | <parent> |
buyingyi | e775250 | 2012-10-08 00:35:31 +0000 | [diff] [blame] | 22 | <groupId>edu.uci.ics.hyracks</groupId> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 23 | <artifactId>pregelix</artifactId> |
Vinayak Borkar | b779e71 | 2013-12-11 12:09:09 -0800 | [diff] [blame] | 24 | <version>0.2.11-SNAPSHOT</version> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 25 | </parent> |
| 26 | |
| 27 | |
| 28 | <properties> |
| 29 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 30 | </properties> |
| 31 | |
| 32 | <build> |
| 33 | <plugins> |
| 34 | <plugin> |
| 35 | <groupId>org.apache.maven.plugins</groupId> |
| 36 | <artifactId>maven-compiler-plugin</artifactId> |
| 37 | <version>2.0.2</version> |
| 38 | <configuration> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 39 | <source>1.7</source> |
| 40 | <target>1.7</target> |
| 41 | <fork>true</fork> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 42 | </configuration> |
| 43 | </plugin> |
| 44 | <plugin> |
| 45 | <groupId>org.apache.maven.plugins</groupId> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 46 | <artifactId>maven-clean-plugin</artifactId> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 47 | <version>2.4.1</version> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 48 | <configuration> |
| 49 | <filesets> |
| 50 | <fileset> |
| 51 | <directory>.</directory> |
| 52 | <includes> |
| 53 | <include>teststore*</include> |
| 54 | <include>edu*</include> |
| 55 | <include>actual*</include> |
| 56 | <include>build*</include> |
| 57 | <include>expect*</include> |
| 58 | <include>ClusterController*</include> |
| 59 | </includes> |
| 60 | </fileset> |
| 61 | </filesets> |
| 62 | </configuration> |
| 63 | </plugin> |
| 64 | </plugins> |
| 65 | </build> |
| 66 | |
| 67 | <dependencies> |
| 68 | <dependency> |
buyingyi | e775250 | 2012-10-08 00:35:31 +0000 | [diff] [blame] | 69 | <groupId>edu.uci.ics.hyracks</groupId> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 70 | <artifactId>pregelix-api</artifactId> |
Vinayak Borkar | b779e71 | 2013-12-11 12:09:09 -0800 | [diff] [blame] | 71 | <version>0.2.11-SNAPSHOT</version> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 72 | <type>jar</type> |
| 73 | <scope>compile</scope> |
| 74 | </dependency> |
| 75 | <dependency> |
buyingyi | e775250 | 2012-10-08 00:35:31 +0000 | [diff] [blame] | 76 | <groupId>edu.uci.ics.hyracks</groupId> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 77 | <artifactId>pregelix-dataflow-std</artifactId> |
Vinayak Borkar | b779e71 | 2013-12-11 12:09:09 -0800 | [diff] [blame] | 78 | <version>0.2.11-SNAPSHOT</version> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 79 | <type>jar</type> |
| 80 | <scope>compile</scope> |
| 81 | </dependency> |
| 82 | <dependency> |
buyingyi | e775250 | 2012-10-08 00:35:31 +0000 | [diff] [blame] | 83 | <groupId>edu.uci.ics.hyracks</groupId> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 84 | <artifactId>pregelix-dataflow</artifactId> |
Vinayak Borkar | b779e71 | 2013-12-11 12:09:09 -0800 | [diff] [blame] | 85 | <version>0.2.11-SNAPSHOT</version> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 86 | <type>jar</type> |
| 87 | <scope>compile</scope> |
| 88 | </dependency> |
| 89 | <dependency> |
| 90 | <groupId>edu.uci.ics.hyracks</groupId> |
| 91 | <artifactId>hyracks-dataflow-std</artifactId> |
Vinayak Borkar | b779e71 | 2013-12-11 12:09:09 -0800 | [diff] [blame] | 92 | <version>0.2.11-SNAPSHOT</version> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 93 | <type>jar</type> |
| 94 | <scope>compile</scope> |
| 95 | </dependency> |
| 96 | <dependency> |
| 97 | <groupId>edu.uci.ics.hyracks</groupId> |
| 98 | <artifactId>hyracks-api</artifactId> |
Vinayak Borkar | b779e71 | 2013-12-11 12:09:09 -0800 | [diff] [blame] | 99 | <version>0.2.11-SNAPSHOT</version> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 100 | <type>jar</type> |
| 101 | <scope>compile</scope> |
| 102 | </dependency> |
| 103 | <dependency> |
| 104 | <groupId>edu.uci.ics.hyracks</groupId> |
| 105 | <artifactId>hyracks-dataflow-common</artifactId> |
Vinayak Borkar | b779e71 | 2013-12-11 12:09:09 -0800 | [diff] [blame] | 106 | <version>0.2.11-SNAPSHOT</version> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 107 | <type>jar</type> |
| 108 | <scope>compile</scope> |
| 109 | </dependency> |
| 110 | <dependency> |
| 111 | <groupId>edu.uci.ics.hyracks</groupId> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 112 | <artifactId>hyracks-data-std</artifactId> |
Vinayak Borkar | b779e71 | 2013-12-11 12:09:09 -0800 | [diff] [blame] | 113 | <version>0.2.11-SNAPSHOT</version> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 114 | </dependency> |
| 115 | <dependency> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 116 | <groupId>edu.uci.ics.hyracks</groupId> |
| 117 | <artifactId>hyracks-storage-am-common</artifactId> |
Vinayak Borkar | b779e71 | 2013-12-11 12:09:09 -0800 | [diff] [blame] | 118 | <version>0.2.11-SNAPSHOT</version> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 119 | <type>jar</type> |
| 120 | <scope>compile</scope> |
| 121 | </dependency> |
| 122 | <dependency> |
| 123 | <groupId>edu.uci.ics.hyracks</groupId> |
buyingyi | 04f685e | 2013-10-17 20:24:37 -0700 | [diff] [blame] | 124 | <artifactId>hyracks-storage-common</artifactId> |
Vinayak Borkar | b779e71 | 2013-12-11 12:09:09 -0800 | [diff] [blame] | 125 | <version>0.2.11-SNAPSHOT</version> |
buyingyi | 04f685e | 2013-10-17 20:24:37 -0700 | [diff] [blame] | 126 | <type>jar</type> |
| 127 | <scope>compile</scope> |
| 128 | </dependency> |
| 129 | <dependency> |
| 130 | <groupId>edu.uci.ics.hyracks</groupId> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 131 | <artifactId>hyracks-storage-am-btree</artifactId> |
Vinayak Borkar | b779e71 | 2013-12-11 12:09:09 -0800 | [diff] [blame] | 132 | <version>0.2.11-SNAPSHOT</version> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 133 | <type>jar</type> |
| 134 | <scope>compile</scope> |
| 135 | </dependency> |
| 136 | <dependency> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 137 | <groupId>edu.uci.ics.hyracks</groupId> |
buyingyi | 6bf2ffc | 2013-06-25 21:19:11 -0700 | [diff] [blame] | 138 | <artifactId>hyracks-storage-am-lsm-common</artifactId> |
Vinayak Borkar | b779e71 | 2013-12-11 12:09:09 -0800 | [diff] [blame] | 139 | <version>0.2.11-SNAPSHOT</version> |
buyingyi | 6bf2ffc | 2013-06-25 21:19:11 -0700 | [diff] [blame] | 140 | <type>jar</type> |
| 141 | <scope>compile</scope> |
| 142 | </dependency> |
| 143 | <dependency> |
| 144 | <groupId>edu.uci.ics.hyracks</groupId> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 145 | <artifactId>hyracks-control-cc</artifactId> |
Vinayak Borkar | b779e71 | 2013-12-11 12:09:09 -0800 | [diff] [blame] | 146 | <version>0.2.11-SNAPSHOT</version> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 147 | <type>jar</type> |
| 148 | <scope>compile</scope> |
| 149 | </dependency> |
| 150 | <dependency> |
| 151 | <groupId>edu.uci.ics.hyracks</groupId> |
| 152 | <artifactId>hyracks-control-nc</artifactId> |
Vinayak Borkar | b779e71 | 2013-12-11 12:09:09 -0800 | [diff] [blame] | 153 | <version>0.2.11-SNAPSHOT</version> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 154 | <type>jar</type> |
| 155 | <scope>compile</scope> |
| 156 | </dependency> |
| 157 | <dependency> |
| 158 | <groupId>edu.uci.ics.hyracks</groupId> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 159 | <artifactId>hyracks-ipc</artifactId> |
Vinayak Borkar | b779e71 | 2013-12-11 12:09:09 -0800 | [diff] [blame] | 160 | <version>0.2.11-SNAPSHOT</version> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 161 | <type>jar</type> |
| 162 | <scope>compile</scope> |
| 163 | </dependency> |
| 164 | </dependencies> |
| 165 | </project> |