| <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.text</groupId> |
| <artifactId>textapp</artifactId> |
| <version>0.1.3-SNAPSHOT</version> |
| <groupId>edu.uci.ics.hyracks.examples</groupId> |
| <artifactId>text-example</artifactId> |
| <version>0.1.3-SNAPSHOT</version> |
| <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.examples.text</groupId> |
| <artifactId>texthelper</artifactId> |
| <version>0.1.3-SNAPSHOT</version> |