Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikaël Barbero2014-08-07 14:19:29 +0000
committerMikaël Barbero2014-08-07 14:19:29 +0000
commitfc798fba1f3c1a5187d5c84643cd0f0920ff1b87 (patch)
treefe39c3a82e9268488dabdcef9ebd3c70161ac9e0 /plugins/org.eclipse.emf.compare.tests/pom.xml
parent2b72269bb16fa2a4ff40299bd2bdb9c18674b539 (diff)
downloadorg.eclipse.emf.compare-fc798fba1f3c1a5187d5c84643cd0f0920ff1b87.tar.gz
org.eclipse.emf.compare-fc798fba1f3c1a5187d5c84643cd0f0920ff1b87.tar.xz
org.eclipse.emf.compare-fc798fba1f3c1a5187d5c84643cd0f0920ff1b87.zip
add tycho.argLine to surefire config
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests/pom.xml')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/pom.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/pom.xml b/plugins/org.eclipse.emf.compare.tests/pom.xml
index b2422b6a9..4abf78f6b 100644
--- a/plugins/org.eclipse.emf.compare.tests/pom.xml
+++ b/plugins/org.eclipse.emf.compare.tests/pom.xml
@@ -6,7 +6,7 @@
<artifactId>emf.compare-parent</artifactId>
<groupId>org.eclipse.emf.compare</groupId>
<version>3.1.0-SNAPSHOT</version>
- <relativePath>../../org.eclipse.emf.compare-parent</relativePath>
+ <relativePath>../../org.eclipse.emf.compare-parent</relativePath>
</parent>
<groupId>org.eclipse.emf.compare</groupId>
<artifactId>org.eclipse.emf.compare.tests</artifactId>
@@ -15,15 +15,15 @@
<build>
<plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-surefire-plugin</artifactId>
- <configuration>
- <includes>
- <include>org/eclipse/emf/compare/tests/suite/AllTests.class</include>
- </includes>
- </configuration>
- </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>org/eclipse/emf/compare/tests/suite/AllTests.class</include>
+ </includes>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>

Back to the top