| <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>asterix</artifactId> |
| <groupId>edu.uci.ics.asterix</groupId> |
| <version>0.8.7-SNAPSHOT</version> |
| <groupId>edu.uci.ics.asterix</groupId> |
| <artifactId>asterix-fuzzyjoin</artifactId> |
| <version>0.8.7-SNAPSHOT</version> |
| <name>Apache License, Version 2.0</name> |
| <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| <distribution>repo</distribution> |
| <comments>A business-friendly OSS license</comments> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <encoding>utf8</encoding> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jar-plugin</artifactId> |
| <phase>test-compile</phase> |
| <outputDirectory>${basedir}/target</outputDirectory> |
| <!-- Dependency management inherited from top-level asterixdb --> |
| <artifactId>junit</artifactId> |
| <groupId>edu.uci.ics.hyracks</groupId> |
| <artifactId>hyracks-api</artifactId> |