blob: 2e5b9c06cfefe50f15cff8632874b1f6579d6880 [file] [log] [blame]
buyingyi55df5212013-03-24 07:20:08 +00001<?xml version="1.0"?>
buyingyi2a8f4332013-08-09 12:46:49 -07002<!-- ! Copyright 2009-2013 by The Regents of the University of California
3 ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may
4 not use this file except in compliance with the License. ! you may obtain
5 a copy of the License from ! ! http://www.apache.org/licenses/LICENSE-2.0
6 ! ! Unless required by applicable law or agreed to in writing, software !
7 distributed under the License is distributed on an "AS IS" BASIS, ! WITHOUT
8 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ! See the
9 License for the specific language governing permissions and ! limitations
10 under the License. ! -->
Vinayak Borkar9c832002013-12-11 12:08:57 -080011<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">
buyingyi55df5212013-03-24 07:20:08 +000012 <modelVersion>4.0.0</modelVersion>
13 <artifactId>hyracks-hdfs-core</artifactId>
14 <name>hyracks-hdfs-core</name>
15 <parent>
16 <artifactId>hyracks-hdfs</artifactId>
17 <groupId>edu.uci.ics.hyracks</groupId>
Ian Maxon6cbcf012014-09-19 15:58:48 -070018 <version>0.2.14-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +000019 </parent>
20
21 <build>
22 <plugins>
23 <plugin>
24 <groupId>org.apache.maven.plugins</groupId>
25 <artifactId>maven-compiler-plugin</artifactId>
26 <version>2.0.2</version>
27 <configuration>
28 <source>1.7</source>
29 <target>1.7</target>
30 <fork>true</fork>
31 </configuration>
32 </plugin>
33 <plugin>
buyingyi55df5212013-03-24 07:20:08 +000034 <artifactId>maven-clean-plugin</artifactId>
35 <version>2.5</version>
36 <configuration>
37 <filesets>
38 <fileset>
39 <directory>.</directory>
40 <includes>
41 <include>edu*</include>
42 <include>actual*</include>
43 <include>build*</include>
44 <include>expect*</include>
45 <include>ClusterController*</include>
46 <include>edu.uci.*</include>
47 </includes>
48 </fileset>
49 </filesets>
50 </configuration>
51 </plugin>
buyingyi2a8f4332013-08-09 12:46:49 -070052 <plugin>
53 <groupId>org.apache.maven.plugins</groupId>
54 <artifactId>maven-jar-plugin</artifactId>
55 <version>2.2</version>
56 <executions>
57 <execution>
58 <goals>
59 <goal>test-jar</goal>
60 </goals>
61 </execution>
62 </executions>
63 </plugin>
buyingyi55df5212013-03-24 07:20:08 +000064 </plugins>
65 </build>
66
67 <profiles>
68 <profile>
69 <activation>
70 <activeByDefault>true</activeByDefault>
71 </activation>
72 <id>hadoop-0.20.2</id>
73 <dependencies>
74 <dependency>
75 <groupId>edu.uci.ics.hyracks</groupId>
76 <artifactId>hyracks-hdfs-0.20.2</artifactId>
buyingyief88ddb2013-03-25 02:57:39 +000077 <version>${project.version}</version>
buyingyi55df5212013-03-24 07:20:08 +000078 <type>jar</type>
79 <scope>compile</scope>
80 </dependency>
81 </dependencies>
82 </profile>
83 <profile>
84 <activation>
85 <activeByDefault>false</activeByDefault>
86 <property>
87 <name>hadoop</name>
88 <value>1.0.4</value>
89 </property>
90 </activation>
91 <id>hadoop-1.0.4</id>
92 <dependencies>
93 <dependency>
94 <groupId>edu.uci.ics.hyracks</groupId>
95 <artifactId>hyracks-hdfs-0.20.2</artifactId>
buyingyief88ddb2013-03-25 02:57:39 +000096 <version>${project.version}</version>
buyingyi55df5212013-03-24 07:20:08 +000097 <type>jar</type>
98 <scope>compile</scope>
99 </dependency>
100 </dependencies>
101 </profile>
102 <profile>
103 <activation>
104 <activeByDefault>false</activeByDefault>
105 <property>
106 <name>hadoop</name>
107 <value>0.23.1</value>
108 </property>
109 </activation>
110 <id>hadoop-0.23.1</id>
111 <dependencies>
112 <dependency>
113 <groupId>edu.uci.ics.hyracks</groupId>
114 <artifactId>hyracks-hdfs-0.23.1</artifactId>
buyingyief88ddb2013-03-25 02:57:39 +0000115 <version>${project.version}</version>
buyingyi55df5212013-03-24 07:20:08 +0000116 <type>jar</type>
117 <scope>compile</scope>
118 </dependency>
119 </dependencies>
120 </profile>
121 <profile>
122 <activation>
123 <activeByDefault>false</activeByDefault>
124 <property>
125 <name>hadoop</name>
126 <value>0.23.6</value>
127 </property>
128 </activation>
129 <id>hadoop-0.23.6</id>
130 <dependencies>
131 <dependency>
132 <groupId>edu.uci.ics.hyracks</groupId>
133 <artifactId>hyracks-hdfs-0.23.1</artifactId>
buyingyief88ddb2013-03-25 02:57:39 +0000134 <version>${project.version}</version>
buyingyi55df5212013-03-24 07:20:08 +0000135 <type>jar</type>
136 <scope>compile</scope>
137 </dependency>
138 </dependencies>
139 </profile>
140 <profile>
141 <activation>
142 <activeByDefault>false</activeByDefault>
143 <property>
144 <name>hadoop</name>
145 <value>cdh-4.1</value>
146 </property>
147 </activation>
148 <id>cdh-4.1</id>
149 <dependencies>
150 <dependency>
151 <groupId>edu.uci.ics.hyracks</groupId>
152 <artifactId>hyracks-hdfs-0.23.1</artifactId>
buyingyief88ddb2013-03-25 02:57:39 +0000153 <version>${project.version}</version>
buyingyi55df5212013-03-24 07:20:08 +0000154 <type>jar</type>
155 <scope>compile</scope>
156 </dependency>
157 </dependencies>
158 </profile>
159 <profile>
160 <activation>
161 <activeByDefault>false</activeByDefault>
162 <property>
163 <name>hadoop</name>
164 <value>cdh-4.2</value>
165 </property>
166 </activation>
167 <id>cdh-4.2</id>
168 <dependencies>
169 <dependency>
170 <groupId>edu.uci.ics.hyracks</groupId>
171 <artifactId>hyracks-hdfs-0.23.1</artifactId>
buyingyief88ddb2013-03-25 02:57:39 +0000172 <version>${project.version}</version>
buyingyi55df5212013-03-24 07:20:08 +0000173 <type>jar</type>
174 <scope>compile</scope>
175 </dependency>
176 </dependencies>
177 </profile>
178 </profiles>
179
180 <dependencies>
181 <dependency>
buyingyi55df5212013-03-24 07:20:08 +0000182 <groupId>edu.uci.ics.hyracks</groupId>
183 <artifactId>hyracks-api</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -0700184 <version>0.2.14-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000185 <scope>compile</scope>
186 </dependency>
187 <dependency>
188 <groupId>edu.uci.ics.hyracks</groupId>
189 <artifactId>hyracks-dataflow-std</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -0700190 <version>0.2.14-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000191 <scope>compile</scope>
192 </dependency>
193 <dependency>
194 <groupId>edu.uci.ics.hyracks</groupId>
195 <artifactId>hyracks-dataflow-common</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -0700196 <version>0.2.14-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000197 <scope>compile</scope>
198 </dependency>
199 <dependency>
200 <groupId>edu.uci.ics.hyracks</groupId>
201 <artifactId>hyracks-control-cc</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -0700202 <version>0.2.14-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000203 <scope>test</scope>
204 </dependency>
205 <dependency>
206 <groupId>edu.uci.ics.hyracks</groupId>
207 <artifactId>hyracks-control-nc</artifactId>
Ian Maxon6cbcf012014-09-19 15:58:48 -0700208 <version>0.2.14-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +0000209 <scope>test</scope>
210 </dependency>
211 <dependency>
212 <groupId>org.apache.commons</groupId>
213 <artifactId>commons-io</artifactId>
214 <version>1.3.2</version>
215 <scope>test</scope>
216 </dependency>
217 </dependencies>
218</project>