buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 1 | <?xml version="1.0"?> |
buyingyi | 8027a49 | 2013-07-10 23:54:56 -0700 | [diff] [blame] | 2 | <!-- ! Copyright 2009-2013 by The Regents of the University of California |
| 3 | ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may |
| 4 | not use this file except in compliance with the License. ! you may obtain |
| 5 | a copy of the License from ! ! http://www.apache.org/licenses/LICENSE-2.0 |
| 6 | ! ! Unless required by applicable law or agreed to in writing, software ! |
| 7 | distributed under the License is distributed on an "AS IS" BASIS, ! WITHOUT |
| 8 | WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ! See the |
| 9 | License for the specific language governing permissions and ! limitations |
| 10 | under the License. ! --> |
buyingyi | 7833f6d | 2013-07-14 20:37:04 -0700 | [diff] [blame] | 11 | <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] | 12 | <modelVersion>4.0.0</modelVersion> |
| 13 | <parent> |
buyingyi | e775250 | 2012-10-08 00:35:31 +0000 | [diff] [blame] | 14 | <groupId>edu.uci.ics.hyracks</groupId> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 15 | <artifactId>pregelix</artifactId> |
buyingyi | 0f63d8b | 2013-07-22 11:33:10 -0700 | [diff] [blame] | 16 | <version>0.2.10-SNAPSHOT</version> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 17 | </parent> |
| 18 | <artifactId>pregelix-dist</artifactId> |
| 19 | <name>pregelix-dist</name> |
| 20 | <url>http://maven.apache.org</url> |
| 21 | <properties> |
| 22 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 23 | </properties> |
| 24 | <build> |
| 25 | <plugins> |
| 26 | <plugin> |
| 27 | <groupId>org.apache.maven.plugins</groupId> |
| 28 | <artifactId>maven-compiler-plugin</artifactId> |
| 29 | <version>2.0.2</version> |
| 30 | <configuration> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 31 | <source>1.7</source> |
| 32 | <target>1.7</target> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 33 | </configuration> |
| 34 | </plugin> |
| 35 | <plugin> |
buyingyi | 8027a49 | 2013-07-10 23:54:56 -0700 | [diff] [blame] | 36 | <artifactId>maven-assembly-plugin</artifactId> |
| 37 | <version>2.2-beta-5</version> |
| 38 | <executions> |
| 39 | <execution> |
| 40 | <configuration> |
| 41 | <descriptors> |
| 42 | <descriptor>src/main/assembly/binary-assembly.xml</descriptor> |
| 43 | </descriptors> |
| 44 | </configuration> |
| 45 | <phase>package</phase> |
| 46 | <goals> |
| 47 | <goal>attached</goal> |
| 48 | </goals> |
| 49 | </execution> |
| 50 | </executions> |
| 51 | </plugin> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 52 | </plugins> |
| 53 | </build> |
| 54 | <dependencies> |
| 55 | <dependency> |
buyingyi | e775250 | 2012-10-08 00:35:31 +0000 | [diff] [blame] | 56 | <groupId>edu.uci.ics.hyracks</groupId> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 57 | <artifactId>pregelix-core</artifactId> |
buyingyi | 0f63d8b | 2013-07-22 11:33:10 -0700 | [diff] [blame] | 58 | <version>0.2.10-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 59 | <scope>compile</scope> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 60 | </dependency> |
buyingyi | 202af41 | 2012-10-08 23:07:09 +0000 | [diff] [blame] | 61 | <dependency> |
| 62 | <groupId>edu.uci.ics.hyracks</groupId> |
| 63 | <artifactId>pregelix-example</artifactId> |
buyingyi | 0f63d8b | 2013-07-22 11:33:10 -0700 | [diff] [blame] | 64 | <version>0.2.10-SNAPSHOT</version> |
buyingyi | 202af41 | 2012-10-08 23:07:09 +0000 | [diff] [blame] | 65 | </dependency> |
buyingyi | dccd21f | 2013-09-11 11:36:08 -0700 | [diff] [blame] | 66 | <dependency> |
| 67 | <groupId>edu.uci.ics.hyracks</groupId> |
| 68 | <artifactId>pregelix-benchmark</artifactId> |
| 69 | <version>0.2.10-SNAPSHOT</version> |
| 70 | </dependency> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 71 | </dependencies> |
| 72 | </project> |