| <?xml version="1.0"?> |
| <!-- ! Copyright 2009-2013 by The Regents of the University of California |
| ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may |
| not use this file except in compliance with the License. ! you may obtain |
| a copy of the License from ! ! http://www.apache.org/licenses/LICENSE-2.0 |
| ! ! Unless required by applicable law or agreed to in writing, software ! |
| distributed under the License is distributed on an "AS IS" BASIS, ! WITHOUT |
| WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ! See the |
| License for the specific language governing permissions and ! limitations |
| under the License. ! --> |
| <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"> |
| <modelVersion>4.0.0</modelVersion> |
| <artifactId>hyracks-hdfs-core</artifactId> |
| <name>hyracks-hdfs-core</name> |
| <parent> |
| <artifactId>hyracks-hdfs</artifactId> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <version>0.2.10</version> |
| </parent> |
| |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <version>2.0.2</version> |
| <configuration> |
| <source>1.7</source> |
| <target>1.7</target> |
| <fork>true</fork> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-plugin</artifactId> |
| <version>2.7.2</version> |
| <configuration> |
| <forkMode>pertest</forkMode> |
| <includes> |
| <include>**/*TestSuite.java</include> |
| <include>**/*Test.java</include> |
| </includes> |
| </configuration> |
| </plugin> |
| <plugin> |
| <artifactId>maven-clean-plugin</artifactId> |
| <version>2.5</version> |
| <configuration> |
| <filesets> |
| <fileset> |
| <directory>.</directory> |
| <includes> |
| <include>edu*</include> |
| <include>actual*</include> |
| <include>build*</include> |
| <include>expect*</include> |
| <include>ClusterController*</include> |
| <include>edu.uci.*</include> |
| </includes> |
| </fileset> |
| </filesets> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jar-plugin</artifactId> |
| <version>2.2</version> |
| <executions> |
| <execution> |
| <goals> |
| <goal>test-jar</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| |
| <profiles> |
| <profile> |
| <activation> |
| <activeByDefault>true</activeByDefault> |
| </activation> |
| <id>hadoop-0.20.2</id> |
| <dependencies> |
| <dependency> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>hyracks-hdfs-0.20.2</artifactId> |
| <version>${project.version}</version> |
| <type>jar</type> |
| <scope>compile</scope> |
| </dependency> |
| </dependencies> |
| </profile> |
| <profile> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| <property> |
| <name>hadoop</name> |
| <value>1.0.4</value> |
| </property> |
| </activation> |
| <id>hadoop-1.0.4</id> |
| <dependencies> |
| <dependency> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>hyracks-hdfs-0.20.2</artifactId> |
| <version>${project.version}</version> |
| <type>jar</type> |
| <scope>compile</scope> |
| </dependency> |
| </dependencies> |
| </profile> |
| <profile> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| <property> |
| <name>hadoop</name> |
| <value>0.23.1</value> |
| </property> |
| </activation> |
| <id>hadoop-0.23.1</id> |
| <dependencies> |
| <dependency> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>hyracks-hdfs-0.23.1</artifactId> |
| <version>${project.version}</version> |
| <type>jar</type> |
| <scope>compile</scope> |
| </dependency> |
| </dependencies> |
| </profile> |
| <profile> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| <property> |
| <name>hadoop</name> |
| <value>0.23.6</value> |
| </property> |
| </activation> |
| <id>hadoop-0.23.6</id> |
| <dependencies> |
| <dependency> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>hyracks-hdfs-0.23.1</artifactId> |
| <version>${project.version}</version> |
| <type>jar</type> |
| <scope>compile</scope> |
| </dependency> |
| </dependencies> |
| </profile> |
| <profile> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| <property> |
| <name>hadoop</name> |
| <value>cdh-4.1</value> |
| </property> |
| </activation> |
| <id>cdh-4.1</id> |
| <dependencies> |
| <dependency> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>hyracks-hdfs-0.23.1</artifactId> |
| <version>${project.version}</version> |
| <type>jar</type> |
| <scope>compile</scope> |
| </dependency> |
| </dependencies> |
| </profile> |
| <profile> |
| <activation> |
| <activeByDefault>false</activeByDefault> |
| <property> |
| <name>hadoop</name> |
| <value>cdh-4.2</value> |
| </property> |
| </activation> |
| <id>cdh-4.2</id> |
| <dependencies> |
| <dependency> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>hyracks-hdfs-0.23.1</artifactId> |
| <version>${project.version}</version> |
| <type>jar</type> |
| <scope>compile</scope> |
| </dependency> |
| </dependencies> |
| </profile> |
| </profiles> |
| |
| <dependencies> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <version>3.8.1</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>hyracks-api</artifactId> |
| <version>0.2.10</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>hyracks-dataflow-std</artifactId> |
| <version>0.2.10</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>hyracks-dataflow-common</artifactId> |
| <version>0.2.10</version> |
| <scope>compile</scope> |
| </dependency> |
| <dependency> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>hyracks-control-cc</artifactId> |
| <version>0.2.10</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>hyracks-control-nc</artifactId> |
| <version>0.2.10</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.commons</groupId> |
| <artifactId>commons-io</artifactId> |
| <version>1.3.2</version> |
| <scope>test</scope> |
| </dependency> |
| </dependencies> |
| </project> |