Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/junit/plugins/pom.xml')
-rwxr-xr-xtests/junit/plugins/pom.xml27
1 files changed, 15 insertions, 12 deletions
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

Back to the top