buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 1 | <?xml version="1.0"?> |
vinayakb | 4a6309b | 2012-10-29 15:44:02 +0000 | [diff] [blame] | 2 | <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"> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | <parent> |
buyingyi | e775250 | 2012-10-08 00:35:31 +0000 | [diff] [blame] | 5 | <groupId>edu.uci.ics.hyracks</groupId> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 6 | <artifactId>pregelix</artifactId> |
Vinayak Borkar | ccfbf41 | 2013-04-25 11:40:50 -0700 | [diff] [blame] | 7 | <version>0.2.6-SNAPSHOT</version> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 8 | </parent> |
| 9 | <artifactId>pregelix-dist</artifactId> |
| 10 | <name>pregelix-dist</name> |
| 11 | <url>http://maven.apache.org</url> |
| 12 | <properties> |
| 13 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 14 | </properties> |
| 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> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 22 | <source>1.7</source> |
| 23 | <target>1.7</target> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 24 | </configuration> |
| 25 | </plugin> |
| 26 | <plugin> |
buyingyi | 1341a16 | 2013-06-05 15:07:52 -0700 | [diff] [blame^] | 27 | <artifactId>maven-assembly-plugin</artifactId> |
| 28 | <version>2.2-beta-5</version> |
| 29 | <executions> |
| 30 | <execution> |
| 31 | <configuration> |
| 32 | <descriptors> |
| 33 | <descriptor>src/main/assembly/binary-assembly.xml</descriptor> |
| 34 | </descriptors> |
| 35 | </configuration> |
| 36 | <phase>package</phase> |
| 37 | <goals> |
| 38 | <goal>attached</goal> |
| 39 | </goals> |
| 40 | </execution> |
| 41 | </executions> |
| 42 | </plugin> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 43 | </plugins> |
| 44 | </build> |
| 45 | <dependencies> |
| 46 | <dependency> |
buyingyi | e775250 | 2012-10-08 00:35:31 +0000 | [diff] [blame] | 47 | <groupId>edu.uci.ics.hyracks</groupId> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 48 | <artifactId>pregelix-core</artifactId> |
Vinayak Borkar | ccfbf41 | 2013-04-25 11:40:50 -0700 | [diff] [blame] | 49 | <version>0.2.6-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 50 | <scope>compile</scope> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 51 | </dependency> |
buyingyi | 202af41 | 2012-10-08 23:07:09 +0000 | [diff] [blame] | 52 | <dependency> |
| 53 | <groupId>edu.uci.ics.hyracks</groupId> |
| 54 | <artifactId>pregelix-example</artifactId> |
Vinayak Borkar | ccfbf41 | 2013-04-25 11:40:50 -0700 | [diff] [blame] | 55 | <version>0.2.6-SNAPSHOT</version> |
buyingyi | 202af41 | 2012-10-08 23:07:09 +0000 | [diff] [blame] | 56 | </dependency> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 57 | </dependencies> |
| 58 | </project> |