Add name in the pom.xml to prevent it showing as Unnamed in the build

Change-Id: I9898f562c6075eb2e854c2cb7ca2710cde58a153
diff --git a/pom.xml b/pom.xml
index 7917566..57828ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,7 @@
 
   <groupId>com.googlesource.gerrit.plugins.replication</groupId>
   <artifactId>replication</artifactId>
+  <name>replication</name>
   <packaging>jar</packaging>
   <version>2.6-rc2</version>