commit cc097dc555426d58cfaeabb6e94b1c27fb823787
Author: Mauro Talevi <[email protected]>
AuthorDate: Sun Jul 8 19:53:56 2012 +0200
Commit: Mauro Talevi <[email protected]>
CommitDate: Sun Jul 8 19:53:56 2012 +0200
JBEHAVE-795: Separate test classes, the Maven way.
diff --git a/jbehave-eclipse/org.jbehave.eclipse/pom.xml
b/jbehave-eclipse/org.jbehave.eclipse/pom.xml
index 5286843..3ecc6e7 100644
--- a/jbehave-eclipse/org.jbehave.eclipse/pom.xml
+++ b/jbehave-eclipse/org.jbehave.eclipse/pom.xml
@@ -66,7 +66,6 @@
<build>
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory>
- <testOutputDirectory>${project.build.outputDirectory}</testOutputDirectory>
<testResources>
<testResource>
<directory>test</directory>
@@ -98,9 +97,6 @@
<execution>
<id>test</id>
<phase>test</phase>
- <configuration>
-
<testClassesDirectory>${project.build.outputDirectory}</testClassesDirectory>
- </configuration>
<goals>
<goal>test</goal>
</goals>