| <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>tpchclient</artifactId> |
| <version>0.1.4-SNAPSHOT</version> |
| <groupId>edu.uci.ics.hyracks.examples</groupId> |
| <artifactId>tpch-example</artifactId> |
| <version>0.1.4-SNAPSHOT</version> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>hyracks-dataflow-std</artifactId> |
| <version>0.1.4-SNAPSHOT</version> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>appassembler-maven-plugin</artifactId> |
| <mainClass>edu.uci.ics.hyracks.examples.tpch.client.Main</mainClass> |
| <repositoryLayout>flat</repositoryLayout> |
| <repositoryName>lib</repositoryName> |