From 7b41e65b0aeb755ee100c1ee0eb84332cced7797 Mon Sep 17 00:00:00 2001 From: Vincent Lorenzo Date: Tue, 16 Oct 2018 11:25:11 +0200 Subject: Bug 539022 - [Releng] Format and complete some pom.xml Change-Id: I68e20234bf94ad7e207f65807cb520c1cabb9b5b Signed-off-by: Vincent Lorenzo --- .../pom.xml | 6 +- tests/junit/plugins/bundlestests/pom.xml | 27 ++++---- .../pom.xml | 26 +++---- .../pom.xml | 26 +++---- .../pom.xml | 8 ++- tests/junit/plugins/editor/pom.xml | 45 ++++++------ tests/junit/plugins/infra/pom.xml | 75 ++++++++++---------- .../junit/org.eclipse.papyrus.junit.utils/pom.xml | 27 ++++---- tests/junit/plugins/pom.xml | 27 ++++---- tests/junit/plugins/toolsmiths/pom.xml | 37 +++++----- tests/junit/plugins/uml/pom.xml | 81 +++++++++++----------- tests/junit/plugins/views/pom.xml | 47 +++++++------ 12 files changed, 226 insertions(+), 206 deletions(-) (limited to 'tests/junit/plugins') 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 @@ + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 org.eclipse.papyrus @@ -24,7 +25,8 @@ true true org.eclipse.sdk.ide - + ${skipAllTests} org.eclipse.papyrus.developer.suite.tests.AllTests 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 @@ - 4.0.0 - - org.eclipse.papyrus.tests - org.eclipse.papyrus.plugins.tests.releng - 0.0.1-SNAPSHOT - - org.eclipse.papyrus.tests - org.eclipse.papyrus.bundles.tests - 0.0.1-SNAPSHOT + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + 4.0.0 + + org.eclipse.papyrus.tests + org.eclipse.papyrus.plugins.tests.releng + 0.0.1-SNAPSHOT + + org.eclipse.papyrus.tests + org.eclipse.papyrus.bundles.tests + 0.0.1-SNAPSHOT pom The top container of the junit test framework. - + - org.eclipse.papyrus.developer.suite.tests + org.eclipse.papyrus.developer.suite.tests - + \ 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 @@ - - 4.0.0 - - org.eclipse.papyrus.tests - org.eclipse.papyrus.editor.tests.releng - 0.0.1-SNAPSHOT - - org.eclipse.papyrus.tests - org.eclipse.papyrus.eclipse.project.editors.tests - 2.0.0-SNAPSHOT - eclipse-test-plugin + + 4.0.0 + + org.eclipse.papyrus.tests + org.eclipse.papyrus.editor.tests.releng + 0.0.1-SNAPSHOT + + org.eclipse.papyrus.tests + org.eclipse.papyrus.eclipse.project.editors.tests + 2.0.0-SNAPSHOT + eclipse-test-plugin 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 @@ - - 4.0.0 - - org.eclipse.papyrus.tests - org.eclipse.papyrus.editor.tests.releng - 0.0.1-SNAPSHOT - - org.eclipse.papyrus.tests - org.eclipse.papyrus.editor.integration.tests - 1.3.200-SNAPSHOT - eclipse-test-plugin + + 4.0.0 + + org.eclipse.papyrus.tests + org.eclipse.papyrus.editor.tests.releng + 0.0.1-SNAPSHOT + + org.eclipse.papyrus.tests + org.eclipse.papyrus.editor.integration.tests + 1.3.200-SNAPSHOT + eclipse-test-plugin 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 @@ + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 org.eclipse.papyrus @@ -24,7 +25,8 @@ true true org.eclipse.sdk.ide - + ${skipAllTests} org.eclipse.papyrus.editors.suite.tests.AllTests @@ -52,5 +54,5 @@ - + 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 @@ - 4.0.0 - - org.eclipse.papyrus.tests - org.eclipse.papyrus.plugins.tests.releng - 0.0.1-SNAPSHOT - - org.eclipse.papyrus.tests - org.eclipse.papyrus.editor.tests.releng - 0.0.1-SNAPSHOT - pom + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + 4.0.0 + + org.eclipse.papyrus.tests + org.eclipse.papyrus.plugins.tests.releng + 0.0.1-SNAPSHOT + + org.eclipse.papyrus.tests + org.eclipse.papyrus.editor.tests.releng + 0.0.1-SNAPSHOT + pom Tests for the Eclipse Editors contributions of Papyrus - - - - org.eclipse.papyrus.editors.suite.tests - - - org.eclipse.papyrus.eclipse.project.editors.tests - org.eclipse.papyrus.editor.integration.tests - - - + + + + org.eclipse.papyrus.editors.suite.tests + + + org.eclipse.papyrus.eclipse.project.editors.tests + org.eclipse.papyrus.editor.integration.tests + + + 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 @@ - 4.0.0 - - org.eclipse.papyrus.tests - org.eclipse.papyrus.plugins.tests.releng - 0.0.1-SNAPSHOT - - org.eclipse.papyrus.tests - org.eclipse.papyrus.infra.tests.releng - 0.0.1-SNAPSHOT - pom + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + 4.0.0 + + org.eclipse.papyrus.tests + org.eclipse.papyrus.plugins.tests.releng + 0.0.1-SNAPSHOT + + org.eclipse.papyrus.tests + org.eclipse.papyrus.infra.tests.releng + 0.0.1-SNAPSHOT + pom Tests for the infra functions of Papyrus. - - - - core - nattable - org.eclipse.papyrus.infra.suite.tests - - - editor - emf - gmfdiag - internationalization - properties - services - types - viewpoints - - - org.eclipse.papyrus.infra.architecture.tests - org.eclipse.papyrus.infra.filters.tests - org.eclipse.papyrus.infra.newchild.tests - org.eclipse.papyrus.infra.tools.tests - org.eclipse.papyrus.infra.ui.tests - - - + + + + core + nattable + org.eclipse.papyrus.infra.suite.tests + + + editor + emf + gmfdiag + internationalization + properties + services + types + viewpoints + + + org.eclipse.papyrus.infra.architecture.tests + org.eclipse.papyrus.infra.filters.tests + org.eclipse.papyrus.infra.newchild.tests + org.eclipse.papyrus.infra.tools.tests + org.eclipse.papyrus.infra.ui.tests + + + 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 @@ - - 4.0.0 - - org.eclipse.papyrus - org.eclipse.papyrus.dev.releng - 3.0.0-SNAPSHOT - ../../../../../releng/dev - - org.eclipse.papyrus - org.eclipse.papyrus.junit.utils - 2.2.0-SNAPSHOT - eclipse-plugin + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus.dev.releng + 3.0.0-SNAPSHOT + ../../../../../releng/dev + + org.eclipse.papyrus + org.eclipse.papyrus.junit.utils + 2.2.0-SNAPSHOT + eclipse-plugin \ 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 @@ - + 4.0.0 - org.eclipse.papyrus - org.eclipse.papyrus.tests.releng - 1.2.0-SNAPSHOT - ../../../releng/main-tests/pom.xml - - org.eclipse.papyrus.tests - org.eclipse.papyrus.plugins.tests.releng - 0.0.1-SNAPSHOT + org.eclipse.papyrus + org.eclipse.papyrus.tests.releng + 1.2.0-SNAPSHOT + ../../../releng/main-tests/pom.xml + + org.eclipse.papyrus.tests + org.eclipse.papyrus.plugins.tests.releng + 0.0.1-SNAPSHOT pom The top container of plug-in projects tests for the main Papyrus distribution. - + bundlestests editor infra uml views - toolsmiths + toolsmiths - + \ 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 @@ - 4.0.0 - - org.eclipse.papyrus.tests - org.eclipse.papyrus.plugins.tests.releng - 0.0.1-SNAPSHOT - - org.eclipse.papyrus.tests - org.eclipse.papyrus.toolsmiths.tests.releng - 0.0.1-SNAPSHOT - pom - - - - org.eclipse.papyrus.toolsmiths.suite.tests + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + 4.0.0 + + org.eclipse.papyrus.tests + org.eclipse.papyrus.plugins.tests.releng + 0.0.1-SNAPSHOT + + org.eclipse.papyrus.tests + org.eclipse.papyrus.toolsmiths.tests.releng + 0.0.1-SNAPSHOT + pom + + + + org.eclipse.papyrus.toolsmiths.suite.tests + + org.eclipse.papyrus.toolsmiths.profilemigration.tests + - org.eclipse.papyrus.toolsmiths.profilemigration.tests - - 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 @@ - 4.0.0 - - org.eclipse.papyrus.tests - org.eclipse.papyrus.plugins.tests.releng - 0.0.1-SNAPSHOT - - org.eclipse.papyrus.uml.tests.releng - pom - Tests for the core uml functions of Papyrus. - - - - diagram - nattable - textedit - org.eclipse.papyrus.uml.suite.tests - - - alf - assistants - decoratormodel - expressions - internationalization - modelexplorer - profile - tools - validation - - - org.eclipse.papyrus.uml.dynamic.profile.tests - org.eclipse.papyrus.uml.filters.tests - org.eclipse.papyrus.uml.modelrepair.tests - org.eclipse.papyrus.uml.properties.tests - org.eclipse.papyrus.uml.service.types.tests - org.eclipse.papyrus.uml.service.types.ui.tests - org.eclipse.papyrus.uml.architecture.tests - - - + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + 4.0.0 + + org.eclipse.papyrus.tests + org.eclipse.papyrus.plugins.tests.releng + 0.0.1-SNAPSHOT + + org.eclipse.papyrus.uml.tests.releng + pom + Tests for the core uml functions of Papyrus. + + + + diagram + nattable + textedit + org.eclipse.papyrus.uml.suite.tests + + + alf + assistants + decoratormodel + expressions + internationalization + modelexplorer + profile + tools + validation + + + org.eclipse.papyrus.uml.dynamic.profile.tests + org.eclipse.papyrus.uml.filters.tests + org.eclipse.papyrus.uml.modelrepair.tests + org.eclipse.papyrus.uml.properties.tests + org.eclipse.papyrus.uml.service.types.tests + org.eclipse.papyrus.uml.service.types.ui.tests + org.eclipse.papyrus.uml.architecture.tests + + + 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 @@ - 4.0.0 - - org.eclipse.papyrus.tests - org.eclipse.papyrus.plugins.tests.releng - 0.0.1-SNAPSHOT - - org.eclipse.papyrus.tests - org.eclipse.papyrus.views.tests.releng - 0.0.1-SNAPSHOT - pom + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + 4.0.0 + + org.eclipse.papyrus.tests + org.eclipse.papyrus.plugins.tests.releng + 0.0.1-SNAPSHOT + + org.eclipse.papyrus.tests + org.eclipse.papyrus.views.tests.releng + 0.0.1-SNAPSHOT + pom Tests for the Papyrus views - - - - org.eclipse.papyrus.views.suite.tests - - - org.eclipse.papyrus.views.modelexplorer.tests - documentation - org.eclipse.papyrus.views.properties.toolsmiths.tests - - - + + + + org.eclipse.papyrus.views.suite.tests + + + org.eclipse.papyrus.views.modelexplorer.tests + documentation + org.eclipse.papyrus.views.properties.toolsmiths.tests + + + -- cgit v1.2.3