Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikaƫl Barbero2014-07-17 17:09:35 +0000
committerMikael Barbero2014-07-17 17:16:40 +0000
commitad3981eeab5b0f9fc1456d40465418b892e6e3b2 (patch)
tree219d0915ffc3c83168233420cde55ee796643a5c /performance
parent695994391470b24a8f3e88a816d2badb81811639 (diff)
downloadorg.eclipse.emf.compare-ad3981eeab5b0f9fc1456d40465418b892e6e3b2.tar.gz
org.eclipse.emf.compare-ad3981eeab5b0f9fc1456d40465418b892e6e3b2.tar.xz
org.eclipse.emf.compare-ad3981eeab5b0f9fc1456d40465418b892e6e3b2.zip
Reworked Maven build
All plugins are now declared in the pluginManagement section with proper version Each module has its dedicated <build> section if appropriate (it avoids to execute source-feature goal for bundles e.g.) Change-Id: Id33a5f556666834ce1cae1fa0775c1fb44457316
Diffstat (limited to 'performance')
-rw-r--r--performance/org.eclipse.emf.compare.tests.performance/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/performance/org.eclipse.emf.compare.tests.performance/pom.xml b/performance/org.eclipse.emf.compare.tests.performance/pom.xml
index ef467c91c..46736a663 100644
--- a/performance/org.eclipse.emf.compare.tests.performance/pom.xml
+++ b/performance/org.eclipse.emf.compare.tests.performance/pom.xml
@@ -18,7 +18,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
- <version>${tycho-version}</version>
<configuration>
<includes>
<include>org/eclipse/emf/compare/tests/performance/PerformanceSuite.class</include>

Back to the top