Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/pom.xml39
-rw-r--r--tests/functional/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.functional.tests/pom.xml23
-rw-r--r--tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml37
-rw-r--r--tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml26
-rw-r--r--tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml25
-rwxr-xr-xtests/junit/framework/pom.xml25
-rwxr-xr-xtests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml6
-rwxr-xr-xtests/junit/plugins/bundlestests/pom.xml27
-rw-r--r--tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml26
-rw-r--r--tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml26
-rwxr-xr-xtests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml8
-rwxr-xr-xtests/junit/plugins/editor/pom.xml45
-rwxr-xr-xtests/junit/plugins/infra/pom.xml75
-rw-r--r--tests/junit/plugins/junit/org.eclipse.papyrus.junit.utils/pom.xml27
-rwxr-xr-xtests/junit/plugins/pom.xml27
-rwxr-xr-xtests/junit/plugins/toolsmiths/pom.xml37
-rwxr-xr-xtests/junit/plugins/uml/pom.xml81
-rwxr-xr-xtests/junit/plugins/views/pom.xml47
18 files changed, 322 insertions, 285 deletions
diff --git a/tests/functional/pom.xml b/tests/functional/pom.xml
index dc53c7374ac..bbcada92672 100644
--- a/tests/functional/pom.xml
+++ b/tests/functional/pom.xml
@@ -1,28 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project>
+<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">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.toolsmiths.releng</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <relativePath>../../releng/toolsmiths/pom.xml</relativePath>
- </parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.tests.functional</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.toolsmiths.releng</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>../../releng/toolsmiths/pom.xml</relativePath>
+ </parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.tests.functional</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Parent of the RCPTT-based functional test modules.</description>
<properties>
- <!-- Current release snapshot is required to test milestones of current
- Eclipse platform because the RCPTT launching framework hard-codes
- knowledge of each specific SWT bundle minor release (e.g., 3.107.0) -->
+ <!-- Current release snapshot is required to test milestones of current
+ Eclipse platform because the RCPTT launching framework hard-codes knowledge
+ of each specific SWT bundle minor release (e.g., 3.107.0) -->
<rcptt-version>2.3.0-SNAPSHOT</rcptt-version>
<rcptt-runner-version>2.3.0-SNAPSHOT</rcptt-runner-version>
<papyrus-aut>../../../../Papyrus-Master-Rcp/lastSuccessful/archive/products/papyrus-linux-64.tar.gz</papyrus-aut>
</properties>
-
- <modules>
+
+ <modules>
<module>uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.functional.tests</module>
</modules>
@@ -65,13 +68,13 @@
<execTimeout>900</execTimeout>
<testExecTimeout>1800</testExecTimeout>
</testOptions>
-
+
<skipTags>
- <skipTag>ignore</skipTag>
+ <skipTag>ignore</skipTag>
</skipTags>
-
+
</configuration>
</plugin>
- </plugins>
+ </plugins>
</build>
</project>
diff --git a/tests/functional/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.functional.tests/pom.xml b/tests/functional/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.functional.tests/pom.xml
index ed8ddc61e85..4b79c8224fe 100644
--- a/tests/functional/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.functional.tests/pom.xml
+++ b/tests/functional/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.functional.tests/pom.xml
@@ -1,15 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project>
+<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">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.tests.functional</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <relativePath>../../..</relativePath>
- </parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.uml.diagram.sequence.functional.tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.tests.functional</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <relativePath>../../..</relativePath>
+ </parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.uml.diagram.sequence.functional.tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<packaging>rcpttTest</packaging>
-
+
</project> \ No newline at end of file
diff --git a/tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml b/tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml
index a07bc3e2947..20469463629 100644
--- a/tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml
+++ b/tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml
@@ -1,17 +1,19 @@
<?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">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.tests.junit-framework</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.bundles.tests</artifactId>
- <version>1.3.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
-
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.tests.junit-framework</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.bundles.tests</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+
<build>
<plugins>
<plugin>
@@ -25,16 +27,16 @@
</plugin>
</plugins>
</build>
-
+
<profiles>
<!-- Profile for API Evolution Report generation. -->
<profile>
<id>api-report-gen</id>
- <activation>
+ <activation>
<property>
<name>apireport.baseline</name>
</property>
- </activation>
+ </activation>
<build>
<plugins>
<plugin>
@@ -45,7 +47,8 @@
<failIfNoTests>false</failIfNoTests>
<useUIHarness>false</useUIHarness>
<testFailureIgnore>true</testFailureIgnore>
- <argLine>-Dapireport.baseline=${apireport.baseline} -Dapireport.outputdir=${apireport.outputdir} -Xms512m -Xmx2048m</argLine>
+ <argLine>-Dapireport.baseline=${apireport.baseline}
+ -Dapireport.outputdir=${apireport.outputdir} -Xms512m -Xmx2048m</argLine>
<appArgLine>-testConfig=CI_TESTS_CONFIG</appArgLine>
<product>org.eclipse.sdk.ide</product>
<skipTests>false</skipTests>
diff --git a/tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml b/tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml
index 66494890b42..8c3a6c1ef86 100644
--- a/tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml
+++ b/tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml
@@ -1,14 +1,16 @@
<?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">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.tests.junit-framework</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.junit.framework</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.tests.junit-framework</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.junit.framework</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project>
diff --git a/tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml b/tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml
index 6fe2b567abc..46a3fbe5deb 100644
--- a/tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml
+++ b/tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml
@@ -1,12 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.tests.junit-framework</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.junit.utils</artifactId>
- <version>2.2.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.tests.junit-framework</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.junit.utils</artifactId>
+ <version>2.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project> \ No newline at end of file
diff --git a/tests/junit/framework/pom.xml b/tests/junit/framework/pom.xml
index 0b8f5b3be82..ff4d2bf3e77 100755
--- a/tests/junit/framework/pom.xml
+++ b/tests/junit/framework/pom.xml
@@ -1,22 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project>
+<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">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.toolsmiths.releng</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <relativePath>../../../releng/toolsmiths/pom.xml</relativePath>
- </parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.tests.junit-framework</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.toolsmiths.releng</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/toolsmiths/pom.xml</relativePath>
+ </parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.tests.junit-framework</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<description>The top container of the junit test framework.</description>
- <modules>
+ <modules>
<module>org.eclipse.papyrus.junit.framework</module>
<module>org.eclipse.papyrus.junit.utils</module>
<module>org.eclipse.papyrus.bundles.tests</module>
</modules>
-
+
</project> \ No newline at end of file
diff --git a/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml b/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml
index f826205f6fe..949b2596fce 100755
--- a/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml
+++ b/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.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.developer.suite.tests.AllTests</testClass>
</configuration>
diff --git a/tests/junit/plugins/bundlestests/pom.xml b/tests/junit/plugins/bundlestests/pom.xml
index 1860a3fd996..61433b56c5c 100755
--- a/tests/junit/plugins/bundlestests/pom.xml
+++ b/tests/junit/plugins/bundlestests/pom.xml
@@ -1,22 +1,23 @@
<?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">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.bundles.tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ 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.tests</groupId>
+ <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.bundles.tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<description>The top container of the junit test framework.</description>
- <modules>
+ <modules>
<!-- test suite -->
- <module>org.eclipse.papyrus.developer.suite.tests</module>
+ <module>org.eclipse.papyrus.developer.suite.tests</module>
</modules>
-
+
</project> \ No newline at end of file
diff --git a/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml b/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml
index 575eab3ea24..ec339adc68a 100644
--- a/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml
+++ b/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml
@@ -1,14 +1,16 @@
<?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">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.editor.tests.releng</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.eclipse.project.editors.tests</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.editor.tests.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.eclipse.project.editors.tests</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
</project>
diff --git a/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml b/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml
index dbf25e53b6b..bc32ac838d4 100644
--- a/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml
+++ b/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml
@@ -1,14 +1,16 @@
<?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">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.editor.tests.releng</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.editor.integration.tests</artifactId>
- <version>1.3.200-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.editor.tests.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.editor.integration.tests</artifactId>
+ <version>1.3.200-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
</project>
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>
diff --git a/tests/junit/plugins/editor/pom.xml b/tests/junit/plugins/editor/pom.xml
index bf0b076d429..2da48fffe32 100755
--- a/tests/junit/plugins/editor/pom.xml
+++ b/tests/junit/plugins/editor/pom.xml
@@ -1,27 +1,28 @@
<?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">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.editor.tests.releng</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <packaging>pom</packaging>
+ 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.tests</groupId>
+ <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.editor.tests.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
<description>Tests for the Eclipse Editors contributions of Papyrus</description>
-
- <modules>
- <!-- Suites -->
- <module>org.eclipse.papyrus.editors.suite.tests</module>
-
- <!-- Plugins -->
- <module>org.eclipse.papyrus.eclipse.project.editors.tests</module>
- <module>org.eclipse.papyrus.editor.integration.tests</module>
-
- </modules>
-
+
+ <modules>
+ <!-- Suites -->
+ <module>org.eclipse.papyrus.editors.suite.tests</module>
+
+ <!-- Plugins -->
+ <module>org.eclipse.papyrus.eclipse.project.editors.tests</module>
+ <module>org.eclipse.papyrus.editor.integration.tests</module>
+
+ </modules>
+
</project>
diff --git a/tests/junit/plugins/infra/pom.xml b/tests/junit/plugins/infra/pom.xml
index ce4003caee1..f433a0e2dd4 100755
--- a/tests/junit/plugins/infra/pom.xml
+++ b/tests/junit/plugins/infra/pom.xml
@@ -1,42 +1,43 @@
<?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">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.infra.tests.releng</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <packaging>pom</packaging>
+ 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.tests</groupId>
+ <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.infra.tests.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
<description>Tests for the infra functions of Papyrus.</description>
-
- <modules>
- <!-- Suites -->
- <module>core</module>
- <module>nattable</module>
- <module>org.eclipse.papyrus.infra.suite.tests</module>
-
- <!-- Children -->
- <module>editor</module>
- <module>emf</module>
- <module>gmfdiag</module>
- <module>internationalization</module>
- <module>properties</module>
- <module>services</module>
- <module>types</module>
- <module>viewpoints</module>
-
- <!-- Standalone Plugins -->
- <module>org.eclipse.papyrus.infra.architecture.tests</module>
- <module>org.eclipse.papyrus.infra.filters.tests</module>
- <module>org.eclipse.papyrus.infra.newchild.tests</module>
- <module>org.eclipse.papyrus.infra.tools.tests</module>
- <module>org.eclipse.papyrus.infra.ui.tests</module>
-
- </modules>
-
+
+ <modules>
+ <!-- Suites -->
+ <module>core</module>
+ <module>nattable</module>
+ <module>org.eclipse.papyrus.infra.suite.tests</module>
+
+ <!-- Children -->
+ <module>editor</module>
+ <module>emf</module>
+ <module>gmfdiag</module>
+ <module>internationalization</module>
+ <module>properties</module>
+ <module>services</module>
+ <module>types</module>
+ <module>viewpoints</module>
+
+ <!-- Standalone Plugins -->
+ <module>org.eclipse.papyrus.infra.architecture.tests</module>
+ <module>org.eclipse.papyrus.infra.filters.tests</module>
+ <module>org.eclipse.papyrus.infra.newchild.tests</module>
+ <module>org.eclipse.papyrus.infra.tools.tests</module>
+ <module>org.eclipse.papyrus.infra.ui.tests</module>
+
+ </modules>
+
</project>
diff --git a/tests/junit/plugins/junit/org.eclipse.papyrus.junit.utils/pom.xml b/tests/junit/plugins/junit/org.eclipse.papyrus.junit.utils/pom.xml
index 28d7d8e3870..a3091de6d0d 100644
--- a/tests/junit/plugins/junit/org.eclipse.papyrus.junit.utils/pom.xml
+++ b/tests/junit/plugins/junit/org.eclipse.papyrus.junit.utils/pom.xml
@@ -1,13 +1,16 @@
-<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.dev.releng</artifactId>
- <version>3.0.0-SNAPSHOT</version>
- <relativePath>../../../../../releng/dev</relativePath>
- </parent>
- <groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.junit.utils</artifactId>
- <version>2.2.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.dev.releng</artifactId>
+ <version>3.0.0-SNAPSHOT</version>
+ <relativePath>../../../../../releng/dev</relativePath>
+ </parent>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.junit.utils</artifactId>
+ <version>2.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
</project> \ No newline at end of file
diff --git a/tests/junit/plugins/pom.xml b/tests/junit/plugins/pom.xml
index 40f9e591f1d..df5d15ec65f 100755
--- a/tests/junit/plugins/pom.xml
+++ b/tests/junit/plugins/pom.xml
@@ -1,26 +1,29 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project>
+<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">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.tests.releng</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- <relativePath>../../../releng/main-tests/pom.xml</relativePath>
- </parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.tests.releng</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ <relativePath>../../../releng/main-tests/pom.xml</relativePath>
+ </parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<description>The top container of plug-in projects tests for the main Papyrus distribution.</description>
- <modules>
+ <modules>
<!-- children -->
<module>bundlestests</module>
<module>editor</module>
<module>infra</module>
<module>uml</module>
<module>views</module>
- <module>toolsmiths</module>
+ <module>toolsmiths</module>
</modules>
-
+
</project> \ No newline at end of file
diff --git a/tests/junit/plugins/toolsmiths/pom.xml b/tests/junit/plugins/toolsmiths/pom.xml
index 1077f4f9755..9e37a918c74 100755
--- a/tests/junit/plugins/toolsmiths/pom.xml
+++ b/tests/junit/plugins/toolsmiths/pom.xml
@@ -1,23 +1,24 @@
<?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">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.toolsmiths.tests.releng</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <packaging>pom</packaging>
-
- <modules>
- <!-- Suites -->
- <module>org.eclipse.papyrus.toolsmiths.suite.tests</module>
+ 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.tests</groupId>
+ <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.toolsmiths.tests.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <modules>
+ <!-- Suites -->
+ <module>org.eclipse.papyrus.toolsmiths.suite.tests</module>
+
+ <module>org.eclipse.papyrus.toolsmiths.profilemigration.tests</module>
+ </modules>
- <module>org.eclipse.papyrus.toolsmiths.profilemigration.tests</module>
- </modules>
-
</project>
diff --git a/tests/junit/plugins/uml/pom.xml b/tests/junit/plugins/uml/pom.xml
index 9ae5e7392bb..0b35af4f556 100755
--- a/tests/junit/plugins/uml/pom.xml
+++ b/tests/junit/plugins/uml/pom.xml
@@ -1,44 +1,45 @@
<?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">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <artifactId>org.eclipse.papyrus.uml.tests.releng</artifactId>
- <packaging>pom</packaging>
- <description>Tests for the core uml functions of Papyrus.</description>
-
- <modules>
- <!-- Suites -->
- <module>diagram</module>
- <module>nattable</module>
- <module>textedit</module>
- <module>org.eclipse.papyrus.uml.suite.tests</module>
-
- <!-- Children -->
- <module>alf</module>
- <module>assistants</module>
- <module>decoratormodel</module>
- <module>expressions</module>
- <module>internationalization</module>
- <module>modelexplorer</module>
- <module>profile</module>
- <module>tools</module>
- <module>validation</module>
-
- <!-- Standalone Plugins -->
- <module>org.eclipse.papyrus.uml.dynamic.profile.tests</module>
- <module>org.eclipse.papyrus.uml.filters.tests</module>
- <module>org.eclipse.papyrus.uml.modelrepair.tests</module>
- <module>org.eclipse.papyrus.uml.properties.tests</module>
- <module>org.eclipse.papyrus.uml.service.types.tests</module>
- <module>org.eclipse.papyrus.uml.service.types.ui.tests</module>
- <module>org.eclipse.papyrus.uml.architecture.tests</module>
-
- </modules>
-
+ 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.tests</groupId>
+ <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <artifactId>org.eclipse.papyrus.uml.tests.releng</artifactId>
+ <packaging>pom</packaging>
+ <description>Tests for the core uml functions of Papyrus.</description>
+
+ <modules>
+ <!-- Suites -->
+ <module>diagram</module>
+ <module>nattable</module>
+ <module>textedit</module>
+ <module>org.eclipse.papyrus.uml.suite.tests</module>
+
+ <!-- Children -->
+ <module>alf</module>
+ <module>assistants</module>
+ <module>decoratormodel</module>
+ <module>expressions</module>
+ <module>internationalization</module>
+ <module>modelexplorer</module>
+ <module>profile</module>
+ <module>tools</module>
+ <module>validation</module>
+
+ <!-- Standalone Plugins -->
+ <module>org.eclipse.papyrus.uml.dynamic.profile.tests</module>
+ <module>org.eclipse.papyrus.uml.filters.tests</module>
+ <module>org.eclipse.papyrus.uml.modelrepair.tests</module>
+ <module>org.eclipse.papyrus.uml.properties.tests</module>
+ <module>org.eclipse.papyrus.uml.service.types.tests</module>
+ <module>org.eclipse.papyrus.uml.service.types.ui.tests</module>
+ <module>org.eclipse.papyrus.uml.architecture.tests</module>
+
+ </modules>
+
</project>
diff --git a/tests/junit/plugins/views/pom.xml b/tests/junit/plugins/views/pom.xml
index 155504dcf98..b55fd305152 100755
--- a/tests/junit/plugins/views/pom.xml
+++ b/tests/junit/plugins/views/pom.xml
@@ -1,28 +1,29 @@
<?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">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.papyrus.tests</groupId>
- <artifactId>org.eclipse.papyrus.views.tests.releng</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <packaging>pom</packaging>
+ 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.tests</groupId>
+ <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.views.tests.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
<description>Tests for the Papyrus views</description>
-
- <modules>
- <!-- Suites -->
- <module>org.eclipse.papyrus.views.suite.tests</module>
-
- <!-- Plugins -->
- <module>org.eclipse.papyrus.views.modelexplorer.tests</module>
- <module>documentation</module>
- <module>org.eclipse.papyrus.views.properties.toolsmiths.tests</module>
-
- </modules>
-
+
+ <modules>
+ <!-- Suites -->
+ <module>org.eclipse.papyrus.views.suite.tests</module>
+
+ <!-- Plugins -->
+ <module>org.eclipse.papyrus.views.modelexplorer.tests</module>
+ <module>documentation</module>
+ <module>org.eclipse.papyrus.views.properties.toolsmiths.tests</module>
+
+ </modules>
+
</project>

Back to the top