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> |
| 6 | <groupId>edu.uci.ics.hyracks</groupId> |
| 7 | <artifactId>hyracks-hdfs-0.23.1</artifactId> |
| 8 | <version>0.2.3-SNAPSHOT</version> |
| 9 | <name>hyracks-hdfs-0.20.2</name> |
| 10 | <parent> |
| 11 | <artifactId>hyracks-hdfs</artifactId> |
| 12 | <groupId>edu.uci.ics.hyracks</groupId> |
| 13 | <version>0.2.3-SNAPSHOT</version> |
| 14 | </parent> |
| 15 | <build> |
| 16 | <plugins> |
| 17 | <plugin> |
| 18 | <groupId>org.apache.maven.plugins</groupId> |
| 19 | <artifactId>maven-compiler-plugin</artifactId> |
| 20 | <version>2.0.2</version> |
| 21 | <configuration> |
| 22 | <source>1.6</source> |
| 23 | <target>1.6</target> |
| 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> |
| 40 | </project> |