vinayakb | 7ff0f4a | 2010-06-17 19:41:17 +0000 | [diff] [blame] | 1 | <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/maven-v4_0_0.xsd"> |
| 2 | <modelVersion>4.0.0</modelVersion> |
| 3 | <groupId>edu.uci.ics.hyracks</groupId> |
vinayakb | 2503884 | 2010-07-31 02:12:21 +0000 | [diff] [blame] | 4 | <artifactId>hyracks-control-nc</artifactId> |
alexander.behm | 0d161a0 | 2011-05-21 16:55:42 +0000 | [diff] [blame] | 5 | <version>0.1.5</version> |
vinayakb | 28cc83e | 2010-08-19 21:44:21 +0000 | [diff] [blame] | 6 | |
| 7 | <parent> |
| 8 | <groupId>edu.uci.ics.hyracks</groupId> |
| 9 | <artifactId>hyracks</artifactId> |
alexander.behm | 0d161a0 | 2011-05-21 16:55:42 +0000 | [diff] [blame] | 10 | <version>0.1.5</version> |
vinayakb | 28cc83e | 2010-08-19 21:44:21 +0000 | [diff] [blame] | 11 | </parent> |
| 12 | |
vinayakb | 7ff0f4a | 2010-06-17 19:41:17 +0000 | [diff] [blame] | 13 | <build> |
| 14 | <plugins> |
| 15 | <plugin> |
| 16 | <groupId>org.apache.maven.plugins</groupId> |
| 17 | <artifactId>maven-compiler-plugin</artifactId> |
| 18 | <version>2.0.2</version> |
| 19 | <configuration> |
| 20 | <source>1.6</source> |
| 21 | <target>1.6</target> |
| 22 | </configuration> |
| 23 | </plugin> |
vinayakb | 7ff0f4a | 2010-06-17 19:41:17 +0000 | [diff] [blame] | 24 | </plugins> |
| 25 | </build> |
| 26 | <dependencies> |
| 27 | <dependency> |
vinayakb | 7ff0f4a | 2010-06-17 19:41:17 +0000 | [diff] [blame] | 28 | <groupId>edu.uci.ics.dcache</groupId> |
| 29 | <artifactId>dcache-client</artifactId> |
| 30 | <version>0.0.1</version> |
| 31 | <scope>compile</scope> |
| 32 | </dependency> |
| 33 | <dependency> |
vinayakb | 47714bf | 2010-07-30 19:49:53 +0000 | [diff] [blame] | 34 | <groupId>edu.uci.ics.hyracks</groupId> |
| 35 | <artifactId>hyracks-control-common</artifactId> |
alexander.behm | 0d161a0 | 2011-05-21 16:55:42 +0000 | [diff] [blame] | 36 | <version>0.1.5</version> |
vinayakb | 47714bf | 2010-07-30 19:49:53 +0000 | [diff] [blame] | 37 | <type>jar</type> |
| 38 | <scope>compile</scope> |
| 39 | </dependency> |
vinayakb | 7ff0f4a | 2010-06-17 19:41:17 +0000 | [diff] [blame] | 40 | </dependencies> |
| 41 | <reporting> |
| 42 | <plugins> |
| 43 | <plugin> |
| 44 | <groupId>org.codehaus.mojo</groupId> |
| 45 | <artifactId>findbugs-maven-plugin</artifactId> |
| 46 | <version>2.0.1</version> |
| 47 | </plugin> |
| 48 | </plugins> |
| 49 | </reporting> |
| 50 | </project> |