Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2016-01-28 19:41:23 +0000
committerFred Bricon2016-01-28 19:41:23 +0000
commitc36befb3d0da6b4a4f2c41fcbb2ca00baa2555e2 (patch)
tree1aebb6d59f8f48760892bfa9d0e25799d9265c83
parentf20750a49c148b27e0499039037d15bc051afe3b (diff)
downloadm2e-core-c36befb3d0da6b4a4f2c41fcbb2ca00baa2555e2.tar.gz
m2e-core-c36befb3d0da6b4a4f2c41fcbb2ca00baa2555e2.tar.xz
m2e-core-c36befb3d0da6b4a4f2c41fcbb2ca00baa2555e2.zip
Fix broken pom
Change-Id: I517e0c1c2c6c230c13a2e2d82e27c15fbc068513 Signed-off-by: Fred Bricon <fbricon@gmail.com>
-rw-r--r--org.eclipse.m2e.importer.tests/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.m2e.importer.tests/pom.xml b/org.eclipse.m2e.importer.tests/pom.xml
index 1a7a6b0c..9fc21e92 100644
--- a/org.eclipse.m2e.importer.tests/pom.xml
+++ b/org.eclipse.m2e.importer.tests/pom.xml
@@ -23,7 +23,7 @@ Contributors:
<packaging>eclipse-test-plugin</packaging>
<name>Tests for Maven Integration for Eclipse Importer framework</name>
-
+
<properties>
<tycho.test.jvmArgs>-Xmx800m</tycho.test.jvmArgs>
<tycho.surefire.timeout>300</tycho.surefire.timeout>
@@ -86,6 +86,5 @@ Contributors:
</pluginManagement>
</build>
</profile>
-
-
+ </profiles>
</project>

Back to the top