buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 1 | <?xml version="1.0"?> |
vinayakb | ea837d0 | 2013-03-25 00:33:09 +0000 | [diff] [blame^] | 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"> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 5 | <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> |
vinayakb | ea837d0 | 2013-03-25 00:33:09 +0000 | [diff] [blame^] | 11 | <version>0.2.3-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 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.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> |
| 70 | <version>0.2.3-SNAPSHOT</version> |
| 71 | <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> |
| 89 | <version>0.2.3-SNAPSHOT</version> |
| 90 | <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> |
| 108 | <version>0.2.3-SNAPSHOT</version> |
| 109 | <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> |
| 127 | <version>0.2.3-SNAPSHOT</version> |
| 128 | <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> |
| 146 | <version>0.2.3-SNAPSHOT</version> |
| 147 | <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> |
| 165 | <version>0.2.3-SNAPSHOT</version> |
| 166 | <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> |
vinayakb | ea837d0 | 2013-03-25 00:33:09 +0000 | [diff] [blame^] | 183 | <version>0.2.3-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 184 | <scope>compile</scope> |
| 185 | </dependency> |
| 186 | <dependency> |
| 187 | <groupId>edu.uci.ics.hyracks</groupId> |
| 188 | <artifactId>hyracks-dataflow-std</artifactId> |
vinayakb | ea837d0 | 2013-03-25 00:33:09 +0000 | [diff] [blame^] | 189 | <version>0.2.3-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 190 | <scope>compile</scope> |
| 191 | </dependency> |
| 192 | <dependency> |
| 193 | <groupId>edu.uci.ics.hyracks</groupId> |
| 194 | <artifactId>hyracks-dataflow-common</artifactId> |
vinayakb | ea837d0 | 2013-03-25 00:33:09 +0000 | [diff] [blame^] | 195 | <version>0.2.3-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 196 | <scope>compile</scope> |
| 197 | </dependency> |
| 198 | <dependency> |
| 199 | <groupId>edu.uci.ics.hyracks</groupId> |
| 200 | <artifactId>hyracks-control-cc</artifactId> |
vinayakb | ea837d0 | 2013-03-25 00:33:09 +0000 | [diff] [blame^] | 201 | <version>0.2.3-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 202 | <scope>test</scope> |
| 203 | </dependency> |
| 204 | <dependency> |
| 205 | <groupId>edu.uci.ics.hyracks</groupId> |
| 206 | <artifactId>hyracks-control-nc</artifactId> |
vinayakb | ea837d0 | 2013-03-25 00:33:09 +0000 | [diff] [blame^] | 207 | <version>0.2.3-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 208 | <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> |