| <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> |
| <artifactId>hyracks-yarn-am</artifactId> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>hyracks-yarn</artifactId> |
| <version>0.2.1-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.yarn.am.HyracksYarnApplicationMaster</mainClass> |
| <name>hyracks-yarn-am</name> |
| <repositoryLayout>flat</repositoryLayout> |
| <repositoryName>lib</repositoryName> |
| <artifactId>maven-assembly-plugin</artifactId> |
| <version>2.2-beta-5</version> |
| <descriptor>src/main/assembly/binary-assembly.xml</descriptor> |
| <groupId>args4j</groupId> |
| <artifactId>args4j</artifactId> |
| <version>2.0.16</version> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>hyracks-yarn-common</artifactId> |
| <version>0.2.1-SNAPSHOT</version> |