Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/cdo/benchmarks/pom.xml')
-rwxr-xr-xplugins/cdo/benchmarks/pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/cdo/benchmarks/pom.xml b/plugins/cdo/benchmarks/pom.xml
new file mode 100755
index 00000000..7450eabf
--- /dev/null
+++ b/plugins/cdo/benchmarks/pom.xml
@@ -0,0 +1,23 @@
+<?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 (aggregator) -->
+ <artifactId>org.eclipse.papyrus.cdo-benchmarks</artifactId>
+
+ <packaging>pom</packaging>
+
+ <!-- Children modules to build -->
+ <modules>
+ <module>org.eclipse.papyrus.cdo.benchmarks</module>
+ </modules>
+
+</project> \ No newline at end of file

Back to the top