blob: 0983832924500ae2024b2cb1dcd64dc290daea56 [file] [log] [blame]
buyingyi55df5212013-03-24 07:20:08 +00001<?xml version="1.0"?>
vinayakbea837d02013-03-25 00:33:09 +00002<project
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
buyingyi55df5212013-03-24 07:20:08 +00005 <modelVersion>4.0.0</modelVersion>
6 <artifactId>hyracks-hdfs-core</artifactId>
7 <name>hyracks-hdfs-core</name>
8 <parent>
9 <artifactId>hyracks-hdfs</artifactId>
10 <groupId>edu.uci.ics.hyracks</groupId>
vinayakbea837d02013-03-25 00:33:09 +000011 <version>0.2.3-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +000012 </parent>
13
14 <build>
15 <plugins>
16 <plugin>
17 <groupId>org.apache.maven.plugins</groupId>
18 <artifactId>maven-compiler-plugin</artifactId>
19 <version>2.0.2</version>
20 <configuration>
21 <source>1.7</source>
22 <target>1.7</target>
23 <fork>true</fork>
24 </configuration>
25 </plugin>
26 <plugin>
27 <groupId>org.apache.maven.plugins</groupId>
28 <artifactId>maven-surefire-plugin</artifactId>
29 <version>2.7.2</version>
30 <configuration>
31 <forkMode>pertest</forkMode>
32 <includes>
33 <include>**/*TestSuite.java</include>
34 <include>**/*Test.java</include>
35 </includes>
36 </configuration>
37 </plugin>
38 <plugin>
39 <artifactId>maven-clean-plugin</artifactId>
40 <version>2.5</version>
41 <configuration>
42 <filesets>
43 <fileset>
44 <directory>.</directory>
45 <includes>
46 <include>edu*</include>
47 <include>actual*</include>
48 <include>build*</include>
49 <include>expect*</include>
50 <include>ClusterController*</include>
51 <include>edu.uci.*</include>
52 </includes>
53 </fileset>
54 </filesets>
55 </configuration>
56 </plugin>
57 </plugins>
58 </build>
59
60 <profiles>
61 <profile>
62 <activation>
63 <activeByDefault>true</activeByDefault>
64 </activation>
65 <id>hadoop-0.20.2</id>
66 <dependencies>
67 <dependency>
68 <groupId>edu.uci.ics.hyracks</groupId>
69 <artifactId>hyracks-hdfs-0.20.2</artifactId>
buyingyief88ddb2013-03-25 02:57:39 +000070 <version>${project.version}</version>
buyingyi55df5212013-03-24 07:20:08 +000071 <type>jar</type>
72 <scope>compile</scope>
73 </dependency>
74 </dependencies>
75 </profile>
76 <profile>
77 <activation>
78 <activeByDefault>false</activeByDefault>
79 <property>
80 <name>hadoop</name>
81 <value>1.0.4</value>
82 </property>
83 </activation>
84 <id>hadoop-1.0.4</id>
85 <dependencies>
86 <dependency>
87 <groupId>edu.uci.ics.hyracks</groupId>
88 <artifactId>hyracks-hdfs-0.20.2</artifactId>
buyingyief88ddb2013-03-25 02:57:39 +000089 <version>${project.version}</version>
buyingyi55df5212013-03-24 07:20:08 +000090 <type>jar</type>
91 <scope>compile</scope>
92 </dependency>
93 </dependencies>
94 </profile>
95 <profile>
96 <activation>
97 <activeByDefault>false</activeByDefault>
98 <property>
99 <name>hadoop</name>
100 <value>0.23.1</value>
101 </property>
102 </activation>
103 <id>hadoop-0.23.1</id>
104 <dependencies>
105 <dependency>
106 <groupId>edu.uci.ics.hyracks</groupId>
107 <artifactId>hyracks-hdfs-0.23.1</artifactId>
buyingyief88ddb2013-03-25 02:57:39 +0000108 <version>${project.version}</version>
buyingyi55df5212013-03-24 07:20:08 +0000109 <type>jar</type>
110 <scope>compile</scope>
111 </dependency>
112 </dependencies>
113 </profile>
114 <profile>
115 <activation>
116 <activeByDefault>false</activeByDefault>
117 <property>
118 <name>hadoop</name>
119 <value>0.23.6</value>
120 </property>
121 </activation>
122 <id>hadoop-0.23.6</id>
123 <dependencies>
124 <dependency>
125 <groupId>edu.uci.ics.hyracks</groupId>
126 <artifactId>hyracks-hdfs-0.23.1</artifactId>
buyingyief88ddb2013-03-25 02:57:39 +0000127 <version>${project.version}</version>
buyingyi55df5212013-03-24 07:20:08 +0000128 <type>jar</type>
129 <scope>compile</scope>
130 </dependency>
131 </dependencies>
132 </profile>
133 <profile>
134 <activation>
135 <activeByDefault>false</activeByDefault>
136 <property>
137 <name>hadoop</name>
138 <value>cdh-4.1</value>
139 </property>
140 </activation>
141 <id>cdh-4.1</id>
142 <dependencies>
143 <dependency>
144 <groupId>edu.uci.ics.hyracks</groupId>
145 <artifactId>hyracks-hdfs-0.23.1</artifactId>
buyingyief88ddb2013-03-25 02:57:39 +0000146 <version>${project.version}</version>
buyingyi55df5212013-03-24 07:20:08 +0000147 <type>jar</type>
148 <scope>compile</scope>
149 </dependency>
150 </dependencies>
151 </profile>
152 <profile>
153 <activation>
154 <activeByDefault>false</activeByDefault>
155 <property>
156 <name>hadoop</name>
157 <value>cdh-4.2</value>
158 </property>
159 </activation>
160 <id>cdh-4.2</id>
161 <dependencies>
162 <dependency>
163 <groupId>edu.uci.ics.hyracks</groupId>
164 <artifactId>hyracks-hdfs-0.23.1</artifactId>
buyingyief88ddb2013-03-25 02:57:39 +0000165 <version>${project.version}</version>
buyingyi55df5212013-03-24 07:20:08 +0000166 <type>jar</type>
167 <scope>compile</scope>
168 </dependency>
169 </dependencies>
170 </profile>
171 </profiles>
172
173 <dependencies>
174 <dependency>
175 <groupId>junit</groupId>
176 <artifactId>junit</artifactId>
177 <version>3.8.1</version>
178 <scope>test</scope>
179 </dependency>
180 <dependency>
181 <groupId>edu.uci.ics.hyracks</groupId>
182 <artifactId>hyracks-api</artifactId>
vinayakbea837d02013-03-25 00:33:09 +0000183 <version>0.2.3-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000184 <scope>compile</scope>
185 </dependency>
186 <dependency>
187 <groupId>edu.uci.ics.hyracks</groupId>
188 <artifactId>hyracks-dataflow-std</artifactId>
vinayakbea837d02013-03-25 00:33:09 +0000189 <version>0.2.3-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000190 <scope>compile</scope>
191 </dependency>
192 <dependency>
193 <groupId>edu.uci.ics.hyracks</groupId>
194 <artifactId>hyracks-dataflow-common</artifactId>
vinayakbea837d02013-03-25 00:33:09 +0000195 <version>0.2.3-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000196 <scope>compile</scope>
197 </dependency>
198 <dependency>
199 <groupId>edu.uci.ics.hyracks</groupId>
200 <artifactId>hyracks-control-cc</artifactId>
vinayakbea837d02013-03-25 00:33:09 +0000201 <version>0.2.3-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000202 <scope>test</scope>
203 </dependency>
204 <dependency>
205 <groupId>edu.uci.ics.hyracks</groupId>
206 <artifactId>hyracks-control-nc</artifactId>
vinayakbea837d02013-03-25 00:33:09 +0000207 <version>0.2.3-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000208 <scope>test</scope>
209 </dependency>
210 <dependency>
211 <groupId>org.apache.commons</groupId>
212 <artifactId>commons-io</artifactId>
213 <version>1.3.2</version>
214 <scope>test</scope>
215 </dependency>
216 </dependencies>
217</project>