Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cdo/tests/pom.xml')
-rwxr-xr-xcdo/tests/pom.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/cdo/tests/pom.xml b/cdo/tests/pom.xml
new file mode 100755
index 00000000..22848016
--- /dev/null
+++ b/cdo/tests/pom.xml
@@ -0,0 +1,26 @@
+<?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 of this POM -->
+ <parent>
+ <groupId>org.eclipse.papyrus.cdo</groupId>
+ <artifactId>org.eclipse.papyrus.cdo.root</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ </parent>
+
+ <!-- Project POM -->
+ <artifactId>org.eclipse.papyrus.cdo-tests</artifactId>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>org.eclipse.papyrus.cdo.core.tests</module>
+ <module>org.eclipse.papyrus.cdo.tests</module>
+ <module>org.eclipse.papyrus.cdo.ui.tests</module>
+ <module>org.eclipse.papyrus.cdo.uml.search.ui.tests</module>
+ <module>org.eclipse.papyrus.cdo.uml.ui.tests</module>
+ <module>org.eclipse.papyrus.cdo.validation.problems.tests</module>
+ </modules>
+
+</project> \ No newline at end of file

Back to the top