| <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> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>pregelix</artifactId> |
| <artifactId>pregelix-dist</artifactId> |
| <name>pregelix-dist</name> |
| <url>http://maven.apache.org</url> |
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <artifactId>maven-resources-plugin</artifactId> |
| <!-- here the phase you need --> |
| <goal>copy-resources</goal> |
| <outputDirectory>target/appassembler</outputDirectory> |
| <directory>../pregelix-core/target/appassembler</directory> |
| <goal>copy-resources</goal> |
| <outputDirectory>target/appassembler/examples</outputDirectory> |
| <directory>../pregelix-example/target</directory> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>pregelix-core</artifactId> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>pregelix-example</artifactId> |