Added POM

Change-Id: If7eada8fb50aa71d4c328e4dccf6ff72d0e16a5f
diff --git a/examples/icu/org.eclipse.uomo.examples.icu.console/pom.xml b/examples/icu/org.eclipse.uomo.examples.icu.console/pom.xml
new file mode 100644
index 0000000..af5d576
--- /dev/null
+++ b/examples/icu/org.eclipse.uomo.examples.icu.console/pom.xml
@@ -0,0 +1,15 @@
+<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>
+    <groupId>org.eclipse.uomo</groupId>
+    <artifactId>org.eclipse.uomo.examples</artifactId>
+    <version>0.8.0-SNAPSHOT</version>
+  </parent>
+  <groupId>org.eclipse.uomo.examples.icu</groupId>
+  <artifactId>org.eclipse.uomo.examples.icu</artifactId>
+  <packaging>pom</packaging>
+  <name>Eclipse UOMo ICU Examples</name>
+  <modules>
+  	<module>org.eclipse.uomo.examples.icu.console</module>
+  </modules>
+</project>
\ No newline at end of file