blob: aaa71864b55116f12ac0adbefc447cd9b90ca861 [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-dataflow</artifactId>
4 <packaging>jar</packaging>
5 <name>pregelix-dataflow</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>
45 <configuration>
46 <filesets>
47 <fileset>
48 <directory>.</directory>
49 <includes>
50 <include>teststore*</include>
51 <include>edu*</include>
52 <include>actual*</include>
53 <include>build*</include>
54 <include>expect*</include>
55 <include>ClusterController*</include>
56 </includes>
57 </fileset>
58 </filesets>
59 </configuration>
60 </plugin>
61 </plugins>
62 </build>
63
64 <dependencies>
65 <dependency>
66 <groupId>junit</groupId>
67 <artifactId>junit</artifactId>
68 <version>4.8.1</version>
69 <scope>test</scope>
70 </dependency>
71 <dependency>
buyingyie7752502012-10-08 00:35:31 +000072 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +000073 <artifactId>pregelix-api</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +000074 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +000075 <type>jar</type>
76 <scope>compile</scope>
77 </dependency>
78 <dependency>
buyingyie7752502012-10-08 00:35:31 +000079 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +000080 <artifactId>pregelix-dataflow-std-base</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +000081 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +000082 <type>jar</type>
83 <scope>compile</scope>
84 </dependency>
85 <dependency>
86 <groupId>edu.uci.ics.hyracks</groupId>
87 <artifactId>hyracks-api</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +000088 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +000089 <type>jar</type>
90 <scope>compile</scope>
91 </dependency>
92 <dependency>
93 <groupId>edu.uci.ics.hyracks</groupId>
94 <artifactId>hyracks-dataflow-common</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +000095 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +000096 <type>jar</type>
97 <scope>compile</scope>
98 </dependency>
99 <dependency>
100 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +0000101 <artifactId>hyracks-data-std</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +0000102 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000103 </dependency>
104 <dependency>
105 <groupId>org.apache.hadoop</groupId>
106 <artifactId>hadoop-core</artifactId>
107 <version>0.20.2</version>
108 <type>jar</type>
109 <scope>compile</scope>
110 </dependency>
111 <dependency>
112 <groupId>edu.uci.ics.hyracks</groupId>
113 <artifactId>hyracks-storage-am-common</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +0000114 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000115 <type>jar</type>
116 <scope>compile</scope>
117 </dependency>
118 <dependency>
119 <groupId>edu.uci.ics.hyracks</groupId>
120 <artifactId>hyracks-storage-am-btree</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +0000121 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000122 <type>jar</type>
123 <scope>compile</scope>
124 </dependency>
125 <dependency>
buyingyi7f356c12012-10-07 00:23:17 +0000126 <groupId>edu.uci.ics.hyracks</groupId>
127 <artifactId>hyracks-control-cc</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +0000128 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000129 <type>jar</type>
130 <scope>compile</scope>
131 </dependency>
132 <dependency>
133 <groupId>edu.uci.ics.hyracks</groupId>
134 <artifactId>hyracks-control-nc</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +0000135 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000136 <type>jar</type>
137 <scope>compile</scope>
138 </dependency>
139 <dependency>
140 <groupId>edu.uci.ics.hyracks</groupId>
buyingyi7f356c12012-10-07 00:23:17 +0000141 <artifactId>hyracks-ipc</artifactId>
vinayakb70c821c2012-10-29 15:46:12 +0000142 <version>0.2.3-SNAPSHOT</version>
buyingyi7f356c12012-10-07 00:23:17 +0000143 <type>jar</type>
144 <scope>compile</scope>
145 </dependency>
146 </dependencies>
147</project>