Bug 511327: Allow reviews p2 site to build without implicit target

* this change adds the reviews site to build without the implicit target
profile 

Change-Id: Id8af547cbeb3739502d9b5096cef102f1e2353ea
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511327
Signed-off-by: David Slater <david.slater@tasktop.com>
diff --git a/pom.xml b/pom.xml
index 76dcb1a..4fe6a3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,5 +110,6 @@
 	<module>org.eclipse.mylyn.reviews.edit</module>
 	<module>org.eclipse.mylyn.reviews.ui</module>
 	<module>org.eclipse.mylyn.reviews.ui.tests</module>
+	<module>org.eclipse.mylyn.reviews.site</module>
   </modules>
 </project>