diff options
author | Vincent Lorenzo | 2018-10-16 09:25:11 +0000 |
---|---|---|
committer | Quentin Le Menez | 2018-10-16 15:14:12 +0000 |
commit | 7b41e65b0aeb755ee100c1ee0eb84332cced7797 (patch) | |
tree | ff33feec4e03a10a5390e71b79d5ff1affaf8070 /tests/junit/plugins | |
parent | e883b2e637c0b07478c1fbf0a9f6d8ce79d92e49 (diff) | |
download | org.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')
12 files changed, 226 insertions, 206 deletions
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> |