Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre2016-12-07 12:40:40 +0000
committerGerrit Code Review @ Eclipse.org2017-01-09 08:37:34 +0000
commitc5203a89d604bf9611fe3b5f29602aa80e09d987 (patch)
tree6d58099efe55d535ec9a598f8a71d529a176f724 /tests/junit/plugins/uml/profile
parent140d590fa25723ec789ede7a16cfd1a5c53931c7 (diff)
downloadorg.eclipse.papyrus-c5203a89d604bf9611fe3b5f29602aa80e09d987.tar.gz
org.eclipse.papyrus-c5203a89d604bf9611fe3b5f29602aa80e09d987.tar.xz
org.eclipse.papyrus-c5203a89d604bf9611fe3b5f29602aa80e09d987.zip
Bug 508512 - [Core] respecting maven convention
-adding pom.xml -adding the schema in the header enabling to remove the warning in eclipse Change-Id: I8ab35fb6c6a696c5feb44aa5236db1c02e86f08e Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
Diffstat (limited to 'tests/junit/plugins/uml/profile')
-rw-r--r--tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml b/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml
index fdf5a6a6552..23d5006997b 100644
--- a/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml
+++ b/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project>
+<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>
<artifactId>org.eclipse.papyrus.tests.releng</artifactId>
<groupId>org.eclipse.papyrus</groupId>
<version>1.2.0-SNAPSHOT</version>
- <relativePath>../../../../../../releng/main-tests</relativePath>
+ <relativePath>../../../../../../releng/main-tests/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.papyrus.uml.profile.drafter.tests</artifactId>
<groupId>org.eclipse.papyrus</groupId>

Back to the top