Bug 576528: Add missing checksums to the output p2 repo

Change-Id: I5e3c57ab412ec4e0c8447bc4179de998ec886d98
diff --git a/pom.xml b/pom.xml
index b9ac12e..0960b25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,6 +163,24 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-p2-repository-plugin</artifactId>
+        <version>${tycho.version}</version>
+        <executions>
+          <execution>
+            <id>add-missing-checksums</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>fix-artifacts-metadata</goal>
+            </goals>
+            <configuration>
+              <repositoryLocation>${basedir}/archive/repository</repositoryLocation>
+              <repositoryName>EPP</repositoryName>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 </project>