diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000000000000000000000000000000000000..540c1e344fe623aee08b2134e8e2bf352f030eea
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,48 @@
+<?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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>fr.soleil</groupId>
+    <artifactId>super-pom-C-CPP-device</artifactId>
+    <version>RELEASE</version>
+  </parent>
+  <groupId>fr.soleil.device</groupId>
+  <artifactId>MCCE2Electrometers-${aol}-${mode}</artifactId>
+  <version>2.2.3</version>
+  <packaging>nar</packaging>
+  <name>MCCE2Electrometers</name>
+<!-- use for the name of executable -->
+  <description>MCCE2Electrometers device</description>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.freehep</groupId>
+        <artifactId>freehep-nar-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+    <dependencies>
+        <dependency>
+            <groupId>fr.soleil.lib</groupId>
+            <artifactId>Electrometers-${aol}-${library}-${mode}</artifactId>
+		</dependency>
+    </dependencies>
+  <scm>
+    <connection>${scm.connection.svn.tango-ds}/DeviceClasses/MeasureInstruments/MCCE/NovelecElectrometer/trunk</connection>
+    <developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/MeasureInstruments/MCCE/NovelecElectrometer/trunk/</developerConnection>
+    <url>${scm.connection.svn.tango-ds}/DeviceClasses/MeasureInstruments/MCCE/NovelecElectrometer/trunk/</url>
+  </scm>
+  <developers>
+    <developer>
+      <id>elattaoui</id>
+      <name>elattaoui</name>
+      <url>http://controle/</url>
+      <organization>Synchrotron Soleil</organization>
+      <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
+      <roles>
+        <role>manager</role>
+      </roles>
+      <timezone>1</timezone>
+    </developer>
+  </developers>
+</project>
\ No newline at end of file