Add Gerrit-PluginName in the BUCK and Maven configs

Change-Id: Ic861509843b5cea0f4eb1f9b5bb57bc9131f4f44
diff --git a/BUCK b/BUCK
index fe0e180..3a1b166 100644
--- a/BUCK
+++ b/BUCK
@@ -3,6 +3,7 @@
   srcs = glob(['src/main/java/**/*.java']),
   resources = glob(['src/main/resources/**/*']),
   manifest_entries = [
+    'Gerrit-PluginName: cookbook',
     'Gerrit-Module: com.googlesource.gerrit.plugins.cookbook.Module',
     'Gerrit-HttpModule: com.googlesource.gerrit.plugins.cookbook.HttpModule',
     'Gerrit-SshModule: com.googlesource.gerrit.plugins.cookbook.SshModule',
diff --git a/pom.xml b/pom.xml
index 54fb1cc..7aa8206 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,8 @@
 
               <Gerrit-ApiType>${Gerrit-ApiType}</Gerrit-ApiType>
               <Gerrit-ApiVersion>${Gerrit-ApiVersion}</Gerrit-ApiVersion>
+              <Gerrit-PluginName>cookbook</Gerrit-PluginName>
+
             </manifestEntries>
           </archive>
         </configuration>