Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2011-05-13 15:03:31 +0000
committerAlexander Kurtakov2011-05-13 15:03:31 +0000
commitfd389747c53ec27bc7eb2c44b4b81e63408aae56 (patch)
treeba13ce855821a0a37e4fcd518943792c0fdcb28c /oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml
parentd6345beb2b83a38aec5908735889992e8a2a11f6 (diff)
downloadorg.eclipse.linuxtools-fd389747c53ec27bc7eb2c44b4b81e63408aae56.tar.gz
org.eclipse.linuxtools-fd389747c53ec27bc7eb2c44b4b81e63408aae56.tar.xz
org.eclipse.linuxtools-fd389747c53ec27bc7eb2c44b4b81e63408aae56.zip
Fixy tycho-surefire plugin name.
Diffstat (limited to 'oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml')
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml
index e76f10a064..53f8896a54 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml
@@ -27,7 +27,7 @@
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-test-plugin</artifactId>
+ <artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<useUIHarness>true</useUIHarness>

Back to the top