blob: fccfec4869c2b216591a28666c374be59f29626a [file] [log] [blame]
buyingyi26ca36e2013-02-14 06:25:46 +00001<?xml version="1.0"?>
2<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">
5 <modelVersion>4.0.0</modelVersion>
6 <artifactId>hyracks-hdfs-core</artifactId>
buyingyi551f56c2013-02-14 08:31:21 +00007 <name>hyracks-hdfs-core</name>
buyingyi26ca36e2013-02-14 06:25:46 +00008 <parent>
9 <artifactId>hyracks-hdfs</artifactId>
10 <groupId>edu.uci.ics.hyracks</groupId>
11 <version>0.2.3-SNAPSHOT</version>
12 </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.6</source>
22 <target>1.6</target>
23 </configuration>
24 </plugin>
25 <plugin>
26 <groupId>org.apache.maven.plugins</groupId>
27 <artifactId>maven-surefire-plugin</artifactId>
28 <version>2.7.2</version>
29 <configuration>
30 <forkMode>pertest</forkMode>
31 <includes>
32 <include>**/*TestSuite.java</include>
33 <include>**/*Test.java</include>
34 </includes>
35 </configuration>
36 </plugin>
37 <plugin>
38 <artifactId>maven-clean-plugin</artifactId>
39 <version>2.5</version>
40 <configuration>
41 <filesets>
42 <fileset>
43 <directory>.</directory>
44 <includes>
45 <include>edu*</include>
46 <include>actual*</include>
47 <include>build*</include>
48 <include>expect*</include>
49 <include>ClusterController*</include>
50 <include>edu.uci.*</include>
51 </includes>
52 </fileset>
53 </filesets>
54 </configuration>
55 </plugin>
56 </plugins>
57 </build>
58
59 <profiles>
60 <profile>
61 <activation>
62 <activeByDefault>true</activeByDefault>
63 </activation>
buyingyi28b719b2013-02-14 10:41:40 +000064 <id>hadoop-0.20.2</id>
buyingyi26ca36e2013-02-14 06:25:46 +000065 <dependencies>
66 <dependency>
buyingyi551f56c2013-02-14 08:31:21 +000067 <groupId>edu.uci.ics.hyracks</groupId>
68 <artifactId>hyracks-hdfs-0.20.2</artifactId>
69 <version>0.2.3-SNAPSHOT</version>
buyingyi26ca36e2013-02-14 06:25:46 +000070 <type>jar</type>
71 <scope>compile</scope>
72 </dependency>
73 </dependencies>
74 </profile>
75 <profile>
76 <activation>
77 <activeByDefault>false</activeByDefault>
78 </activation>
buyingyi28b719b2013-02-14 10:41:40 +000079 <id>hadoop-1.0.4</id>
80 <dependencies>
81 <dependency>
82 <groupId>edu.uci.ics.hyracks</groupId>
83 <artifactId>hyracks-hdfs-0.20.2</artifactId>
84 <version>0.2.3-SNAPSHOT</version>
85 <type>jar</type>
86 <scope>compile</scope>
87 </dependency>
88 </dependencies>
89 </profile>
90 <profile>
91 <activation>
92 <activeByDefault>false</activeByDefault>
93 </activation>
94 <id>hadoop-0.23.1</id>
95 <dependencies>
96 <dependency>
97 <groupId>edu.uci.ics.hyracks</groupId>
98 <artifactId>hyracks-hdfs-0.23.1</artifactId>
99 <version>0.2.3-SNAPSHOT</version>
100 <type>jar</type>
101 <scope>compile</scope>
102 </dependency>
103 </dependencies>
104 </profile>
105 <profile>
106 <activation>
107 <activeByDefault>false</activeByDefault>
108 </activation>
109 <id>hadoop-0.23.6</id>
buyingyi26ca36e2013-02-14 06:25:46 +0000110 <dependencies>
111 <dependency>
buyingyi551f56c2013-02-14 08:31:21 +0000112 <groupId>edu.uci.ics.hyracks</groupId>
113 <artifactId>hyracks-hdfs-0.23.1</artifactId>
114 <version>0.2.3-SNAPSHOT</version>
buyingyi26ca36e2013-02-14 06:25:46 +0000115 <type>jar</type>
116 <scope>compile</scope>
117 </dependency>
118 </dependencies>
119 </profile>
120 </profiles>
121
122 <dependencies>
123 <dependency>
124 <groupId>junit</groupId>
125 <artifactId>junit</artifactId>
126 <version>3.8.1</version>
127 <scope>test</scope>
128 </dependency>
129 <dependency>
130 <groupId>edu.uci.ics.hyracks</groupId>
131 <artifactId>hyracks-api</artifactId>
132 <version>0.2.3-SNAPSHOT</version>
133 <scope>compile</scope>
134 </dependency>
135 <dependency>
136 <groupId>edu.uci.ics.hyracks</groupId>
137 <artifactId>hyracks-dataflow-std</artifactId>
138 <version>0.2.3-SNAPSHOT</version>
139 <scope>compile</scope>
140 </dependency>
141 <dependency>
142 <groupId>edu.uci.ics.hyracks</groupId>
143 <artifactId>hyracks-dataflow-common</artifactId>
144 <version>0.2.3-SNAPSHOT</version>
145 <scope>compile</scope>
146 </dependency>
147 <dependency>
148 <groupId>edu.uci.ics.hyracks</groupId>
149 <artifactId>hyracks-control-cc</artifactId>
150 <version>0.2.3-SNAPSHOT</version>
151 <scope>test</scope>
152 </dependency>
153 <dependency>
154 <groupId>edu.uci.ics.hyracks</groupId>
155 <artifactId>hyracks-control-nc</artifactId>
156 <version>0.2.3-SNAPSHOT</version>
157 <scope>test</scope>
158 </dependency>
159 <dependency>
160 <groupId>org.apache.commons</groupId>
161 <artifactId>commons-io</artifactId>
162 <version>1.3.2</version>
163 <scope>test</scope>
164 </dependency>
165 </dependencies>
166</project>