buyingyi | 26ca36e | 2013-02-14 06:25:46 +0000 | [diff] [blame] | 1 | <?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> |
buyingyi | 551f56c | 2013-02-14 08:31:21 +0000 | [diff] [blame] | 6 | <artifactId>hyracks-hdfs-0.20.2</artifactId> |
| 7 | <name>hyracks-hdfs-0.20.2</name> |
buyingyi | 26ca36e | 2013-02-14 06:25:46 +0000 | [diff] [blame] | 8 | <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> |
madhusudancs@gmail.com | 8c6dcbc | 2013-03-06 01:19:58 +0000 | [diff] [blame^] | 21 | <source>1.7</source> |
| 22 | <target>1.7</target> |
buyingyi | bc168c8 | 2013-03-02 08:38:44 +0000 | [diff] [blame] | 23 | <fork>true</fork> |
buyingyi | 26ca36e | 2013-02-14 06:25:46 +0000 | [diff] [blame] | 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 | </plugins> |
| 39 | </build> |
buyingyi | 551f56c | 2013-02-14 08:31:21 +0000 | [diff] [blame] | 40 | |
buyingyi | 28b719b | 2013-02-14 10:41:40 +0000 | [diff] [blame] | 41 | <profiles> |
| 42 | <profile> |
| 43 | <activation> |
| 44 | <activeByDefault>true</activeByDefault> |
| 45 | </activation> |
| 46 | <id>hadoop-0.20.2</id> |
| 47 | <dependencies> |
| 48 | <dependency> |
| 49 | <groupId>org.apache.hadoop</groupId> |
| 50 | <artifactId>hadoop-core</artifactId> |
| 51 | <version>0.20.2</version> |
| 52 | <type>jar</type> |
| 53 | <scope>compile</scope> |
| 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>org.apache.hadoop</groupId> |
| 57 | <artifactId>hadoop-test</artifactId> |
| 58 | <version>0.20.2</version> |
| 59 | <type>jar</type> |
| 60 | <scope>compile</scope> |
| 61 | </dependency> |
| 62 | </dependencies> |
| 63 | </profile> |
| 64 | <profile> |
| 65 | <activation> |
| 66 | <activeByDefault>false</activeByDefault> |
| 67 | </activation> |
| 68 | <id>hadoop-1.0.4</id> |
| 69 | <dependencies> |
| 70 | <dependency> |
| 71 | <groupId>org.apache.hadoop</groupId> |
| 72 | <artifactId>hadoop-core</artifactId> |
| 73 | <version>1.0.4</version> |
| 74 | <type>jar</type> |
| 75 | <scope>compile</scope> |
| 76 | </dependency> |
| 77 | <dependency> |
| 78 | <groupId>org.apache.hadoop</groupId> |
| 79 | <artifactId>hadoop-minicluster</artifactId> |
| 80 | <version>1.0.4</version> |
| 81 | <type>jar</type> |
| 82 | <scope>compile</scope> |
| 83 | </dependency> |
| 84 | <dependency> |
| 85 | <groupId>org.apache.hadoop</groupId> |
| 86 | <artifactId>hadoop-test</artifactId> |
| 87 | <version>1.0.4</version> |
| 88 | <type>jar</type> |
| 89 | <scope>compile</scope> |
| 90 | </dependency> |
| 91 | </dependencies> |
| 92 | </profile> |
| 93 | </profiles> |
| 94 | |
buyingyi | 551f56c | 2013-02-14 08:31:21 +0000 | [diff] [blame] | 95 | <dependencies> |
| 96 | <dependency> |
buyingyi | 551f56c | 2013-02-14 08:31:21 +0000 | [diff] [blame] | 97 | <groupId>edu.uci.ics.hyracks</groupId> |
| 98 | <artifactId>hyracks-api</artifactId> |
| 99 | <version>0.2.3-SNAPSHOT</version> |
| 100 | <type>jar</type> |
| 101 | <scope>compile</scope> |
| 102 | </dependency> |
| 103 | </dependencies> |
buyingyi | 26ca36e | 2013-02-14 06:25:46 +0000 | [diff] [blame] | 104 | </project> |