blob: 82be6b91be34b816bd6efafd121f48fe38a4d121 [file] [log] [blame]
vinayakb4a6309b2012-10-29 15:44:02 +00001<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">
buyingyi7f356c12012-10-07 00:23:17 +00002 <modelVersion>4.0.0</modelVersion>
3 <artifactId>pregelix-runtime</artifactId>
4 <packaging>jar</packaging>
5 <name>pregelix-runtime</name>
6
7 <parent>
buyingyie7752502012-10-08 00:35:31 +00008 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +00009 <artifactId>pregelix</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +000010 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +000011 </parent>
12
13
14 <properties>
15 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16 </properties>
17
18 <build>
19 <plugins>
20 <plugin>
21 <groupId>org.apache.maven.plugins</groupId>
22 <artifactId>maven-compiler-plugin</artifactId>
23 <version>2.0.2</version>
24 <configuration>
25 <source>1.6</source>
26 <target>1.6</target>
27 </configuration>
28 </plugin>
29 <plugin>
30 <groupId>org.apache.maven.plugins</groupId>
31 <artifactId>maven-surefire-plugin</artifactId>
32 <version>2.7.2</version>
33 <configuration>
34 <forkMode>pertest</forkMode>
buyingyi1188fd92012-10-22 05:14:34 +000035 <argLine>-enableassertions -Xmx512m -Dfile.encoding=UTF-8
buyingyi7f356c12012-10-07 00:23:17 +000036 -Djava.util.logging.config.file=src/test/resources/logging.properties</argLine>
37 <includes>
38 <include>**/*TestSuite.java</include>
39 <include>**/*Test.java</include>
40 </includes>
41 </configuration>
42 </plugin>
43 <plugin>
44 <artifactId>maven-clean-plugin</artifactId>
madhusudancs@gmail.com58f50562013-02-07 12:49:37 +000045 <version>2.5</version>
buyingyi7f356c12012-10-07 00:23:17 +000046 <configuration>
47 <filesets>
48 <fileset>
49 <directory>.</directory>
50 <includes>
51 <include>teststore*</include>
52 <include>edu*</include>
53 <include>actual*</include>
54 <include>build*</include>
55 <include>expect*</include>
56 <include>ClusterController*</include>
57 </includes>
58 </fileset>
59 </filesets>
60 </configuration>
61 </plugin>
62 </plugins>
63 </build>
64
65 <dependencies>
66 <dependency>
67 <groupId>junit</groupId>
68 <artifactId>junit</artifactId>
69 <version>4.8.1</version>
70 <scope>test</scope>
71 </dependency>
72 <dependency>
buyingyie7752502012-10-08 00:35:31 +000073 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +000074 <artifactId>pregelix-api</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +000075 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +000076 <type>jar</type>
77 <scope>compile</scope>
78 </dependency>
79 <dependency>
buyingyie7752502012-10-08 00:35:31 +000080 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +000081 <artifactId>pregelix-dataflow-std</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +000082 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +000083 <type>jar</type>
84 <scope>compile</scope>
85 </dependency>
86 <dependency>
buyingyie7752502012-10-08 00:35:31 +000087 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +000088 <artifactId>pregelix-dataflow</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +000089 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +000090 <type>jar</type>
91 <scope>compile</scope>
92 </dependency>
93 <dependency>
94 <groupId>edu.uci.ics.hyracks</groupId>
95 <artifactId>hyracks-dataflow-std</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +000096 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +000097 <type>jar</type>
98 <scope>compile</scope>
99 </dependency>
100 <dependency>
101 <groupId>edu.uci.ics.hyracks</groupId>
102 <artifactId>hyracks-api</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +0000103 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000104 <type>jar</type>
105 <scope>compile</scope>
106 </dependency>
107 <dependency>
108 <groupId>edu.uci.ics.hyracks</groupId>
109 <artifactId>hyracks-dataflow-common</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +0000110 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000111 <type>jar</type>
112 <scope>compile</scope>
113 </dependency>
114 <dependency>
115 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +0000116 <artifactId>hyracks-data-std</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +0000117 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000118 </dependency>
119 <dependency>
buyingyi7f356c12012-10-07 00:23:17 +0000120 <groupId>edu.uci.ics.hyracks</groupId>
121 <artifactId>hyracks-storage-am-common</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +0000122 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000123 <type>jar</type>
124 <scope>compile</scope>
125 </dependency>
126 <dependency>
127 <groupId>edu.uci.ics.hyracks</groupId>
128 <artifactId>hyracks-storage-am-btree</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +0000129 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000130 <type>jar</type>
131 <scope>compile</scope>
132 </dependency>
133 <dependency>
buyingyi7f356c12012-10-07 00:23:17 +0000134 <groupId>edu.uci.ics.hyracks</groupId>
135 <artifactId>hyracks-control-cc</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +0000136 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000137 <type>jar</type>
138 <scope>compile</scope>
139 </dependency>
140 <dependency>
141 <groupId>edu.uci.ics.hyracks</groupId>
142 <artifactId>hyracks-control-nc</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +0000143 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000144 <type>jar</type>
145 <scope>compile</scope>
146 </dependency>
147 <dependency>
148 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +0000149 <artifactId>hyracks-ipc</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +0000150 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000151 <type>jar</type>
152 <scope>compile</scope>
153 </dependency>
154 </dependencies>
155</project>