Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2018-10-16 09:25:11 +0000
committerQuentin Le Menez2018-10-16 15:14:12 +0000
commit7b41e65b0aeb755ee100c1ee0eb84332cced7797 (patch)
treeff33feec4e03a10a5390e71b79d5ff1affaf8070 /tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml
parente883b2e637c0b07478c1fbf0a9f6d8ce79d92e49 (diff)
downloadorg.eclipse.papyrus-7b41e65b0aeb755ee100c1ee0eb84332cced7797.tar.gz
org.eclipse.papyrus-7b41e65b0aeb755ee100c1ee0eb84332cced7797.tar.xz
org.eclipse.papyrus-7b41e65b0aeb755ee100c1ee0eb84332cced7797.zip
Bug 539022 - [Releng] Format and complete some pom.xml
Change-Id: I68e20234bf94ad7e207f65807cb520c1cabb9b5b Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml')
-rwxr-xr-xtests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml b/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml
index ae53adf84f6..356bbae1bfe 100755
--- a/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml
+++ b/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.papyrus</groupId>
@@ -24,7 +25,8 @@
<useUIThread>true</useUIThread>
<testFailureIgnore>true</testFailureIgnore>
<product>org.eclipse.sdk.ide</product>
- <!-- If a specific <argLine> is required here, make sure to include JaCoCo parameters (See parent pom, Bug 478170) -->
+ <!-- If a specific <argLine> is required here, make sure to include
+ JaCoCo parameters (See parent pom, Bug 478170) -->
<skipTests>${skipAllTests}</skipTests>
<testClass>org.eclipse.papyrus.editors.suite.tests.AllTests</testClass>
</configuration>
@@ -52,5 +54,5 @@
</plugin>
</plugins>
</build>
-
+
</project>

Back to the top