Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2017-01-13 15:40:01 +0000
committerQuentin Le Menez2017-01-29 19:48:16 +0000
commit548e94c993a9180b7ec2456d6315fb97826e4eb8 (patch)
tree1d3172250965cebd472e9f33db13da0b199ea1bb /tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml
parent3d13a24f0e87042701a231444ea135ec0cc614b3 (diff)
downloadorg.eclipse.papyrus-548e94c993a9180b7ec2456d6315fb97826e4eb8.tar.gz
org.eclipse.papyrus-548e94c993a9180b7ec2456d6315fb97826e4eb8.tar.xz
org.eclipse.papyrus-548e94c993a9180b7ec2456d6315fb97826e4eb8.zip
Bug 510937 - [TEST] [REFACTOR] [OXYGEN] The tests for Papyrus' main plugins should be clearer to visualize during execution on the server and segmented to respect the plugin's architecture
Change-Id: I5125c9ae1552ef8144aff12881e0ba2cfb1be102 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml')
-rw-r--r--tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml b/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml
index dc291f7ffd2..37ba31cd000 100644
--- a/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml
+++ b/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml
@@ -8,7 +8,7 @@
<version>1.2.0-SNAPSHOT</version>
<relativePath>../../../../../../releng/main-tests</relativePath>
</parent>
- <groupId>org.eclipse.papyrus</groupId>
+ <groupId>org.eclipse.papyrus.tests</groupId>
<artifactId>org.eclipse.papyrus.uml.tools.utils.tests</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

Back to the top