| <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"> |
| <modelVersion>4.0.0</modelVersion> |
| <groupId>edu.uci.ics.hyracks.examples.tpch</groupId> |
| <artifactId>tpchapp</artifactId> |
| <groupId>edu.uci.ics.hyracks.examples</groupId> |
| <artifactId>tpch-example</artifactId> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-dependency-plugin</artifactId> |
| <id>copy-dependencies</id> |
| <goal>copy-dependencies</goal> |
| <outputDirectory>target/application/lib</outputDirectory> |
| <artifactId>maven-assembly-plugin</artifactId> |
| <version>2.2-beta-5</version> |
| <descriptor>src/main/assembly/app-assembly.xml</descriptor> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>hyracks-dataflow-std</artifactId> |