blob: ce87a06a200ae77a8895fee10b066468ca2cf483 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<parent>
<groupId>eu.stratosphere</groupId>
<artifactId>nephele</artifactId>
<version>0.4-alpha.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nephele-queuescheduler</artifactId>
<name>nephele-queuescheduler</name>
<dependencies>
<dependency>
<groupId>eu.stratosphere</groupId>
<artifactId>nephele-server</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- we need to execute tests in target/test-classes so that the config
files are found -->
<!-- <workingDirectory>${project.build.testOutputDirectory}</workingDirectory> -->
</configuration>
</plugin>
</plugins>
</build>
</project>