summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/pom.xml
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2011-01-02 14:35:04 -0800
committerShawn O. Pearce <spearce@spearce.org>2011-01-02 14:35:04 -0800
commitb7f887f1204fc14e2ef698d6d4a24d13fa6de5e6 (patch)
tree6d18a2fba2b2a715d1521173363114ba732598dd /org.eclipse.jgit.test/pom.xml
parente026cfab3841141b05640bffb0e59af4ce28816d (diff)
downloadjgit-b7f887f1204fc14e2ef698d6d4a24d13fa6de5e6.tar.gz
jgit-b7f887f1204fc14e2ef698d6d4a24d13fa6de5e6.zip
Cleanup configuration of Maven JUnit runner
Set the plugin version in the top-level pom, not the unit test pom. This ensures the same plugin is used for all JUnit tests within the overall project. Drop the include **/*Test.java definition, as its no longer necessary with the JUnit 4 based test suite. All of the test classes now end with "Test" and include @Test annotations on the test methods. Change-Id: Ib2c180bf531e1a97e31979fcc281fa0fc5a1abb3 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit.test/pom.xml')
-rw-r--r--org.eclipse.jgit.test/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/org.eclipse.jgit.test/pom.xml b/org.eclipse.jgit.test/pom.xml
index 395fb9a67e..95ae17f49c 100644
--- a/org.eclipse.jgit.test/pom.xml
+++ b/org.eclipse.jgit.test/pom.xml
@@ -124,12 +124,8 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.2</version>
<configuration>
<argLine>-Xmx256m -Dfile.encoding=UTF-8</argLine>
- <includes>
- <include>**/*Test.java</include>
- </includes>
</configuration>
</plugin>
</plugins>