Added pom for org.eclipse.blockchain.model plugin.
diff --git a/org.eclipse.blockchain.model/pom.xml b/org.eclipse.blockchain.model/pom.xml
new file mode 100644
index 0000000..36f9f27
--- /dev/null
+++ b/org.eclipse.blockchain.model/pom.xml
@@ -0,0 +1,16 @@
+<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.blockchain</groupId>

+    <artifactId>org.eclipse.blockchain.tycho</artifactId>

+    <version>1.0.0-SNAPSHOT</version>

+    <relativePath>../org.eclipse.blockchain.tycho</relativePath>

+  </parent>

+  

+  <groupId>org.eclipse.blockchain</groupId>

+  <artifactId>org.eclipse.blockchain.model</artifactId>

+  <version>1.0.0-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+  

+</project>
\ No newline at end of file