Initial commit of Bugzilla plugin support

Change-Id: Iedf8fdfc94963c72c69936152df069419a74d704
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..67742f2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+.idea
+target/
+.classpath
+.project
+.settings
+
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..11069ed
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,201 @@
+                              Apache License
+                        Version 2.0, January 2004
+                     http://www.apache.org/licenses/
+
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+1. Definitions.
+
+   "License" shall mean the terms and conditions for use, reproduction,
+   and distribution as defined by Sections 1 through 9 of this document.
+
+   "Licensor" shall mean the copyright owner or entity authorized by
+   the copyright owner that is granting the License.
+
+   "Legal Entity" shall mean the union of the acting entity and all
+   other entities that control, are controlled by, or are under common
+   control with that entity. For the purposes of this definition,
+   "control" means (i) the power, direct or indirect, to cause the
+   direction or management of such entity, whether by contract or
+   otherwise, or (ii) ownership of fifty percent (50%) or more of the
+   outstanding shares, or (iii) beneficial ownership of such entity.
+
+   "You" (or "Your") shall mean an individual or Legal Entity
+   exercising permissions granted by this License.
+
+   "Source" form shall mean the preferred form for making modifications,
+   including but not limited to software source code, documentation
+   source, and configuration files.
+
+   "Object" form shall mean any form resulting from mechanical
+   transformation or translation of a Source form, including but
+   not limited to compiled object code, generated documentation,
+   and conversions to other media types.
+
+   "Work" shall mean the work of authorship, whether in Source or
+   Object form, made available under the License, as indicated by a
+   copyright notice that is included in or attached to the work
+   (an example is provided in the Appendix below).
+
+   "Derivative Works" shall mean any work, whether in Source or Object
+   form, that is based on (or derived from) the Work and for which the
+   editorial revisions, annotations, elaborations, or other modifications
+   represent, as a whole, an original work of authorship. For the purposes
+   of this License, Derivative Works shall not include works that remain
+   separable from, or merely link (or bind by name) to the interfaces of,
+   the Work and Derivative Works thereof.
+
+   "Contribution" shall mean any work of authorship, including
+   the original version of the Work and any modifications or additions
+   to that Work or Derivative Works thereof, that is intentionally
+   submitted to Licensor for inclusion in the Work by the copyright owner
+   or by an individual or Legal Entity authorized to submit on behalf of
+   the copyright owner. For the purposes of this definition, "submitted"
+   means any form of electronic, verbal, or written communication sent
+   to the Licensor or its representatives, including but not limited to
+   communication on electronic mailing lists, source code control systems,
+   and issue tracking systems that are managed by, or on behalf of, the
+   Licensor for the purpose of discussing and improving the Work, but
+   excluding communication that is conspicuously marked or otherwise
+   designated in writing by the copyright owner as "Not a Contribution."
+
+   "Contributor" shall mean Licensor and any individual or Legal Entity
+   on behalf of whom a Contribution has been received by Licensor and
+   subsequently incorporated within the Work.
+
+2. Grant of Copyright License. Subject to the terms and conditions of
+   this License, each Contributor hereby grants to You a perpetual,
+   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+   copyright license to reproduce, prepare Derivative Works of,
+   publicly display, publicly perform, sublicense, and distribute the
+   Work and such Derivative Works in Source or Object form.
+
+3. Grant of Patent License. Subject to the terms and conditions of
+   this License, each Contributor hereby grants to You a perpetual,
+   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+   (except as stated in this section) patent license to make, have made,
+   use, offer to sell, sell, import, and otherwise transfer the Work,
+   where such license applies only to those patent claims licensable
+   by such Contributor that are necessarily infringed by their
+   Contribution(s) alone or by combination of their Contribution(s)
+   with the Work to which such Contribution(s) was submitted. If You
+   institute patent litigation against any entity (including a
+   cross-claim or counterclaim in a lawsuit) alleging that the Work
+   or a Contribution incorporated within the Work constitutes direct
+   or contributory patent infringement, then any patent licenses
+   granted to You under this License for that Work shall terminate
+   as of the date such litigation is filed.
+
+4. Redistribution. You may reproduce and distribute copies of the
+   Work or Derivative Works thereof in any medium, with or without
+   modifications, and in Source or Object form, provided that You
+   meet the following conditions:
+
+   (a) You must give any other recipients of the Work or
+       Derivative Works a copy of this License; and
+
+   (b) You must cause any modified files to carry prominent notices
+       stating that You changed the files; and
+
+   (c) You must retain, in the Source form of any Derivative Works
+       that You distribute, all copyright, patent, trademark, and
+       attribution notices from the Source form of the Work,
+       excluding those notices that do not pertain to any part of
+       the Derivative Works; and
+
+   (d) If the Work includes a "NOTICE" text file as part of its
+       distribution, then any Derivative Works that You distribute must
+       include a readable copy of the attribution notices contained
+       within such NOTICE file, excluding those notices that do not
+       pertain to any part of the Derivative Works, in at least one
+       of the following places: within a NOTICE text file distributed
+       as part of the Derivative Works; within the Source form or
+       documentation, if provided along with the Derivative Works; or,
+       within a display generated by the Derivative Works, if and
+       wherever such third-party notices normally appear. The contents
+       of the NOTICE file are for informational purposes only and
+       do not modify the License. You may add Your own attribution
+       notices within Derivative Works that You distribute, alongside
+       or as an addendum to the NOTICE text from the Work, provided
+       that such additional attribution notices cannot be construed
+       as modifying the License.
+
+   You may add Your own copyright statement to Your modifications and
+   may provide additional or different license terms and conditions
+   for use, reproduction, or distribution of Your modifications, or
+   for any such Derivative Works as a whole, provided Your use,
+   reproduction, and distribution of the Work otherwise complies with
+   the conditions stated in this License.
+
+5. Submission of Contributions. Unless You explicitly state otherwise,
+   any Contribution intentionally submitted for inclusion in the Work
+   by You to the Licensor shall be under the terms and conditions of
+   this License, without any additional terms or conditions.
+   Notwithstanding the above, nothing herein shall supersede or modify
+   the terms of any separate license agreement you may have executed
+   with Licensor regarding such Contributions.
+
+6. Trademarks. This License does not grant permission to use the trade
+   names, trademarks, service marks, or product names of the Licensor,
+   except as required for reasonable and customary use in describing the
+   origin of the Work and reproducing the content of the NOTICE file.
+
+7. Disclaimer of Warranty. Unless required by applicable law or
+   agreed to in writing, Licensor provides the Work (and each
+   Contributor provides its Contributions) on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+   implied, including, without limitation, any warranties or conditions
+   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+   PARTICULAR PURPOSE. You are solely responsible for determining the
+   appropriateness of using or redistributing the Work and assume any
+   risks associated with Your exercise of permissions under this License.
+
+8. Limitation of Liability. In no event and under no legal theory,
+   whether in tort (including negligence), contract, or otherwise,
+   unless required by applicable law (such as deliberate and grossly
+   negligent acts) or agreed to in writing, shall any Contributor be
+   liable to You for damages, including any direct, indirect, special,
+   incidental, or consequential damages of any character arising as a
+   result of this License or out of the use or inability to use the
+   Work (including but not limited to damages for loss of goodwill,
+   work stoppage, computer failure or malfunction, or any and all
+   other commercial damages or losses), even if such Contributor
+   has been advised of the possibility of such damages.
+
+9. Accepting Warranty or Additional Liability. While redistributing
+   the Work or Derivative Works thereof, You may choose to offer,
+   and charge a fee for, acceptance of support, warranty, indemnity,
+   or other liability obligations and/or rights consistent with this
+   License. However, in accepting such obligations, You may act only
+   on Your own behalf and on Your sole responsibility, not on behalf
+   of any other Contributor, and only if You agree to indemnify,
+   defend, and hold each Contributor harmless for any liability
+   incurred by, or claims asserted against, such Contributor by reason
+   of your accepting any such warranty or additional liability.
+
+END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+   To apply the Apache License to your work, attach the following
+   boilerplate notice, with the fields enclosed by brackets "[]"
+   replaced with your own identifying information. (Don't include
+   the brackets!)  The text should be enclosed in the appropriate
+   comment syntax for the file format. We also recommend that a
+   file or class name and description of purpose be included on the
+   same "printed page" as the copyright notice for easier
+   identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
diff --git a/hooks-bugzilla/LICENSE b/hooks-bugzilla/LICENSE
new file mode 100644
index 0000000..11069ed
--- /dev/null
+++ b/hooks-bugzilla/LICENSE
@@ -0,0 +1,201 @@
+                              Apache License
+                        Version 2.0, January 2004
+                     http://www.apache.org/licenses/
+
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+1. Definitions.
+
+   "License" shall mean the terms and conditions for use, reproduction,
+   and distribution as defined by Sections 1 through 9 of this document.
+
+   "Licensor" shall mean the copyright owner or entity authorized by
+   the copyright owner that is granting the License.
+
+   "Legal Entity" shall mean the union of the acting entity and all
+   other entities that control, are controlled by, or are under common
+   control with that entity. For the purposes of this definition,
+   "control" means (i) the power, direct or indirect, to cause the
+   direction or management of such entity, whether by contract or
+   otherwise, or (ii) ownership of fifty percent (50%) or more of the
+   outstanding shares, or (iii) beneficial ownership of such entity.
+
+   "You" (or "Your") shall mean an individual or Legal Entity
+   exercising permissions granted by this License.
+
+   "Source" form shall mean the preferred form for making modifications,
+   including but not limited to software source code, documentation
+   source, and configuration files.
+
+   "Object" form shall mean any form resulting from mechanical
+   transformation or translation of a Source form, including but
+   not limited to compiled object code, generated documentation,
+   and conversions to other media types.
+
+   "Work" shall mean the work of authorship, whether in Source or
+   Object form, made available under the License, as indicated by a
+   copyright notice that is included in or attached to the work
+   (an example is provided in the Appendix below).
+
+   "Derivative Works" shall mean any work, whether in Source or Object
+   form, that is based on (or derived from) the Work and for which the
+   editorial revisions, annotations, elaborations, or other modifications
+   represent, as a whole, an original work of authorship. For the purposes
+   of this License, Derivative Works shall not include works that remain
+   separable from, or merely link (or bind by name) to the interfaces of,
+   the Work and Derivative Works thereof.
+
+   "Contribution" shall mean any work of authorship, including
+   the original version of the Work and any modifications or additions
+   to that Work or Derivative Works thereof, that is intentionally
+   submitted to Licensor for inclusion in the Work by the copyright owner
+   or by an individual or Legal Entity authorized to submit on behalf of
+   the copyright owner. For the purposes of this definition, "submitted"
+   means any form of electronic, verbal, or written communication sent
+   to the Licensor or its representatives, including but not limited to
+   communication on electronic mailing lists, source code control systems,
+   and issue tracking systems that are managed by, or on behalf of, the
+   Licensor for the purpose of discussing and improving the Work, but
+   excluding communication that is conspicuously marked or otherwise
+   designated in writing by the copyright owner as "Not a Contribution."
+
+   "Contributor" shall mean Licensor and any individual or Legal Entity
+   on behalf of whom a Contribution has been received by Licensor and
+   subsequently incorporated within the Work.
+
+2. Grant of Copyright License. Subject to the terms and conditions of
+   this License, each Contributor hereby grants to You a perpetual,
+   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+   copyright license to reproduce, prepare Derivative Works of,
+   publicly display, publicly perform, sublicense, and distribute the
+   Work and such Derivative Works in Source or Object form.
+
+3. Grant of Patent License. Subject to the terms and conditions of
+   this License, each Contributor hereby grants to You a perpetual,
+   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+   (except as stated in this section) patent license to make, have made,
+   use, offer to sell, sell, import, and otherwise transfer the Work,
+   where such license applies only to those patent claims licensable
+   by such Contributor that are necessarily infringed by their
+   Contribution(s) alone or by combination of their Contribution(s)
+   with the Work to which such Contribution(s) was submitted. If You
+   institute patent litigation against any entity (including a
+   cross-claim or counterclaim in a lawsuit) alleging that the Work
+   or a Contribution incorporated within the Work constitutes direct
+   or contributory patent infringement, then any patent licenses
+   granted to You under this License for that Work shall terminate
+   as of the date such litigation is filed.
+
+4. Redistribution. You may reproduce and distribute copies of the
+   Work or Derivative Works thereof in any medium, with or without
+   modifications, and in Source or Object form, provided that You
+   meet the following conditions:
+
+   (a) You must give any other recipients of the Work or
+       Derivative Works a copy of this License; and
+
+   (b) You must cause any modified files to carry prominent notices
+       stating that You changed the files; and
+
+   (c) You must retain, in the Source form of any Derivative Works
+       that You distribute, all copyright, patent, trademark, and
+       attribution notices from the Source form of the Work,
+       excluding those notices that do not pertain to any part of
+       the Derivative Works; and
+
+   (d) If the Work includes a "NOTICE" text file as part of its
+       distribution, then any Derivative Works that You distribute must
+       include a readable copy of the attribution notices contained
+       within such NOTICE file, excluding those notices that do not
+       pertain to any part of the Derivative Works, in at least one
+       of the following places: within a NOTICE text file distributed
+       as part of the Derivative Works; within the Source form or
+       documentation, if provided along with the Derivative Works; or,
+       within a display generated by the Derivative Works, if and
+       wherever such third-party notices normally appear. The contents
+       of the NOTICE file are for informational purposes only and
+       do not modify the License. You may add Your own attribution
+       notices within Derivative Works that You distribute, alongside
+       or as an addendum to the NOTICE text from the Work, provided
+       that such additional attribution notices cannot be construed
+       as modifying the License.
+
+   You may add Your own copyright statement to Your modifications and
+   may provide additional or different license terms and conditions
+   for use, reproduction, or distribution of Your modifications, or
+   for any such Derivative Works as a whole, provided Your use,
+   reproduction, and distribution of the Work otherwise complies with
+   the conditions stated in this License.
+
+5. Submission of Contributions. Unless You explicitly state otherwise,
+   any Contribution intentionally submitted for inclusion in the Work
+   by You to the Licensor shall be under the terms and conditions of
+   this License, without any additional terms or conditions.
+   Notwithstanding the above, nothing herein shall supersede or modify
+   the terms of any separate license agreement you may have executed
+   with Licensor regarding such Contributions.
+
+6. Trademarks. This License does not grant permission to use the trade
+   names, trademarks, service marks, or product names of the Licensor,
+   except as required for reasonable and customary use in describing the
+   origin of the Work and reproducing the content of the NOTICE file.
+
+7. Disclaimer of Warranty. Unless required by applicable law or
+   agreed to in writing, Licensor provides the Work (and each
+   Contributor provides its Contributions) on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+   implied, including, without limitation, any warranties or conditions
+   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+   PARTICULAR PURPOSE. You are solely responsible for determining the
+   appropriateness of using or redistributing the Work and assume any
+   risks associated with Your exercise of permissions under this License.
+
+8. Limitation of Liability. In no event and under no legal theory,
+   whether in tort (including negligence), contract, or otherwise,
+   unless required by applicable law (such as deliberate and grossly
+   negligent acts) or agreed to in writing, shall any Contributor be
+   liable to You for damages, including any direct, indirect, special,
+   incidental, or consequential damages of any character arising as a
+   result of this License or out of the use or inability to use the
+   Work (including but not limited to damages for loss of goodwill,
+   work stoppage, computer failure or malfunction, or any and all
+   other commercial damages or losses), even if such Contributor
+   has been advised of the possibility of such damages.
+
+9. Accepting Warranty or Additional Liability. While redistributing
+   the Work or Derivative Works thereof, You may choose to offer,
+   and charge a fee for, acceptance of support, warranty, indemnity,
+   or other liability obligations and/or rights consistent with this
+   License. However, in accepting such obligations, You may act only
+   on Your own behalf and on Your sole responsibility, not on behalf
+   of any other Contributor, and only if You agree to indemnify,
+   defend, and hold each Contributor harmless for any liability
+   incurred by, or claims asserted against, such Contributor by reason
+   of your accepting any such warranty or additional liability.
+
+END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+   To apply the Apache License to your work, attach the following
+   boilerplate notice, with the fields enclosed by brackets "[]"
+   replaced with your own identifying information. (Don't include
+   the brackets!)  The text should be enclosed in the appropriate
+   comment syntax for the file format. We also recommend that a
+   file or class name and description of purpose be included on the
+   same "printed page" as the copyright notice for easier
+   identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
diff --git a/hooks-bugzilla/pom.xml b/hooks-bugzilla/pom.xml
new file mode 100644
index 0000000..6adf94f
--- /dev/null
+++ b/hooks-bugzilla/pom.xml
@@ -0,0 +1,157 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright (C) 2013 The Android Open Source Project
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.googlesource.gerrit.plugins.bugzilla</groupId>
+    <artifactId>hooks-bugzilla-parent</artifactId>
+    <version>2.6-SNAPSHOT</version>
+  </parent>
+  <artifactId>hooks-bugzilla</artifactId>
+  <packaging>jar</packaging>
+  <name>Gerrit - Bugzilla plugin</name>
+  <properties>
+    <Gerrit-ApiType>plugin</Gerrit-ApiType>
+    <Gerrit-ReloadMode>reload</Gerrit-ReloadMode>
+    <Gerrit-InitStep>com.googlesource.gerrit.plugins.hooks.bz.InitBugzilla</Gerrit-InitStep>
+    <Gerrit-Module>com.googlesource.gerrit.plugins.hooks.bz.BugzillaModule</Gerrit-Module>
+  </properties>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>axistools-maven-plugin</artifactId>
+        <version>1.3</version>
+        <dependencies>
+          <dependency>
+            <groupId>axis</groupId>
+            <artifactId>axis</artifactId>
+            <version>1.3</version>
+          </dependency>
+          <dependency>
+            <groupId>javax.mail</groupId>
+            <artifactId>mail</artifactId>
+            <version>1.4</version>
+          </dependency>
+          <dependency>
+            <groupId>javax.activation</groupId>
+            <artifactId>activation</artifactId>
+            <version>1.1</version>
+          </dependency>
+        </dependencies>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.4</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-shade-plugin</artifactId>
+        <configuration>
+          <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+          <artifactSet>
+            <excludes>
+              <exclude>com.google.gerrit:*</exclude>
+              <exclude>org.bouncycastle:*</exclude>
+              <exclude>org.slf4j:*</exclude>
+              <exclude>com.google.guava:*</exclude>
+              <exclude>org.eclipse.jgit:*</exclude>
+            </excludes>
+          </artifactSet>
+          <transformers>
+            <transformer
+              implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+              <manifestEntries>
+                <Implementation-Vendor>GerritForge LLP</Implementation-Vendor>
+                <Implementation-URL>http://www.gerritforge.com</Implementation-URL>
+                <Implementation-Title>Plugin ${project.artifactId}</Implementation-Title>
+                <Implementation-Version>${project.version}</Implementation-Version>
+                <Gerrit-ApiType>${Gerrit-ApiType}</Gerrit-ApiType>
+                <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
+                <Gerrit-ReloadMode>${Gerrit-ReloadMode}</Gerrit-ReloadMode>
+                <Gerrit-InitStep>${Gerrit-InitStep}</Gerrit-InitStep>
+                <Gerrit-Module>${Gerrit-Module}</Gerrit-Module>
+              </manifestEntries>
+            </transformer>
+          </transformers>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>shade</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>build-client</id>
+      <build>
+        <defaultGoal>assembly:assembly</defaultGoal>
+      </build>
+    </profile>
+  </profiles>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.xmlrpc</groupId>
+      <artifactId>xmlrpc-client</artifactId>
+      <version>3.1.3</version>
+    </dependency>
+    <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis</artifactId>
+      <version>1.3</version>
+    </dependency>
+    <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis-jaxrpc</artifactId>
+      <version>1.3</version>
+    </dependency>
+    <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis-saaj</artifactId>
+      <version>1.3</version>
+    </dependency>
+    <dependency>
+      <groupId>com.googlesource.gerrit.plugins.its</groupId>
+      <artifactId>hooks-its</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.j2bugzilla</groupId>
+      <artifactId>j2bugzilla</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.4</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.activation</groupId>
+      <artifactId>activation</artifactId>
+      <version>1.1</version>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/hooks-bugzilla/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaClient.java b/hooks-bugzilla/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaClient.java
new file mode 100644
index 0000000..29fae7b
--- /dev/null
+++ b/hooks-bugzilla/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaClient.java
@@ -0,0 +1,115 @@
+// Copyright (C) 2013 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+package com.googlesource.gerrit.plugins.hooks.bz;
+
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Set;
+
+import com.j2bugzilla.base.Bug;
+import com.j2bugzilla.base.BugzillaConnector;
+import com.j2bugzilla.base.BugzillaException;
+import com.j2bugzilla.base.ConnectionException;
+import com.j2bugzilla.rpc.BugzillaVersion;
+import com.j2bugzilla.rpc.CommentBug;
+import com.j2bugzilla.rpc.GetBug;
+import com.j2bugzilla.rpc.GetLegalValues;
+import com.j2bugzilla.rpc.GetLegalValues.Fields;
+import com.j2bugzilla.rpc.LogIn;
+import com.j2bugzilla.rpc.LogOut;
+import com.j2bugzilla.rpc.UpdateBug;
+
+public class BugzillaClient {
+
+  private final BugzillaConnector connector;
+  private final String xmlRpcUrl;
+  private static HashMap<Fields, Set<String>> legalFieldValues = new HashMap<Fields, Set<String>>();
+
+  public BugzillaClient(final String baseUrl) throws ConnectionException {
+    this(baseUrl, "/xmlrpc.cgi");
+  }
+
+  public BugzillaClient(final String baseUrl, final String rpcPath) throws ConnectionException {
+    xmlRpcUrl = baseUrl + rpcPath;
+    connector = new BugzillaConnector();
+    connector.connectTo(xmlRpcUrl);
+  }
+
+  public String login(final String username, final String password) throws BugzillaException {
+    LogIn logIn = new LogIn(username, password);
+    connector.executeMethod(logIn);
+    return "username="+username+", userid="+logIn.getUserID();
+  }
+
+  public void logout() throws BugzillaException {
+    connector.executeMethod(new LogOut());
+  }
+
+  public Bug getBug(int bugId) throws BugzillaException {
+    GetBug getBugId = new GetBug(bugId);
+    connector.executeMethod(getBugId);
+    return getBugId.getBug();
+  }
+  
+  public Bug getBug(String bugId) throws BugzillaException {
+    return getBug(Integer.parseInt(bugId));
+  }
+
+  public void addComment(String bugId, String comment) throws BugzillaException {
+    CommentBug bugComment = new CommentBug(getBug(bugId), comment);
+    connector.executeMethod(bugComment);
+  }
+  
+  public void performAction(final String bugId, final String actionName,
+      final String actionValue) throws BugzillaException {
+    Bug bug = getBug(bugId);
+    if (validateAction(actionName, actionValue)) {
+      if (actionName.equals("status")) {
+        bug.setStatus(actionValue);
+      }
+    }
+    connector.executeMethod(new UpdateBug(bug));
+  }
+
+  private boolean validateAction(String actionName, String actionValue) throws BugzillaException {
+    Fields field = getFields().get(actionName);
+    return field != null && getLegalValues(field).contains(actionValue);
+  }
+
+  public String getServerVersion() throws BugzillaException {
+    BugzillaVersion versionCheck = new BugzillaVersion();
+    connector.executeMethod(versionCheck);
+    return versionCheck.getVersion();
+  }
+  
+  public String getXmlRpcUrl() {
+    return xmlRpcUrl;
+  }
+
+  public Map<String, Fields> getFields() {
+    Map<String, Fields> fields = new HashMap<String, Fields>();
+    fields.put("status", Fields.STATUS);
+    return fields;
+  }
+
+  public Set<String> getLegalValues(Fields field) throws BugzillaException {
+    if (legalFieldValues.get(field) == null) {
+      GetLegalValues getValues = new GetLegalValues(field);
+      connector.executeMethod(getValues);
+      legalFieldValues.put(field, getValues.getLegalValues());
+    }
+    return legalFieldValues.get(field);
+  }
+}
diff --git a/hooks-bugzilla/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaItsFacade.java b/hooks-bugzilla/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaItsFacade.java
new file mode 100644
index 0000000..802b08e
--- /dev/null
+++ b/hooks-bugzilla/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaItsFacade.java
@@ -0,0 +1,265 @@
+// Copyright (C) 2013 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+package com.googlesource.gerrit.plugins.hooks.bz;
+
+import java.io.IOException;
+import java.net.URL;
+import java.util.Map;
+import java.util.concurrent.Callable;
+
+import org.eclipse.jgit.lib.Config;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
+import com.google.gerrit.server.config.GerritServerConfig;
+import com.google.inject.Inject;
+import com.googlesource.gerrit.plugins.hooks.its.InvalidTransitionException;
+import com.googlesource.gerrit.plugins.hooks.its.ItsFacade;
+import com.j2bugzilla.base.Bug;
+import com.j2bugzilla.base.BugzillaException;
+import com.j2bugzilla.base.ConnectionException;
+import com.j2bugzilla.rpc.GetLegalValues.Fields;
+
+public class BugzillaItsFacade implements ItsFacade {
+  public static final String ITS_NAME_BUGZILLA = "bugzilla";
+
+  private static final String GERRIT_CONFIG_USERNAME = "username";
+  private static final String GERRIT_CONFIG_PASSWORD = "password";
+  private static final String GERRIT_CONFIG_URL = "url";
+
+  private static final int MAX_ATTEMPTS = 3;
+
+  private Logger log = LoggerFactory.getLogger(BugzillaItsFacade.class);
+
+  private Config gerritConfig;
+
+  private BugzillaClient client;
+
+  @Inject
+  public BugzillaItsFacade(@GerritServerConfig Config cfg) {
+    try {
+      this.gerritConfig = cfg;
+      log.info("Connected to Bugzilla at " + client().getXmlRpcUrl()
+          + ", reported version is " + client().getServerVersion());
+    } catch (Exception ex) {
+      log.warn("Bugzilla is currently not available", ex);
+    }
+  }
+
+  @Override
+  public String name() {
+    return "Bugzilla";
+  }
+
+  @Override
+  public String healthCheck(final Check check) throws IOException {
+      return execute(new Callable<String>(){
+        @Override
+        public String call() throws Exception {
+          if (check.equals(Check.ACCESS))
+            return healthCheckAccess();
+          else
+            return healthCheckSysinfo();
+        }});
+  }
+
+  @Override
+  public void addComment(final String bugId, final String comment) throws IOException {
+
+    execute(new Callable<String>(){
+      @Override
+      public String call() throws Exception {
+        log.debug("Adding comment " + comment + " to bug " + bugId);
+        client().addComment(bugId, comment);
+        log.debug("Added comment " + comment + " to bug " + bugId);
+        return bugId;
+      }});
+  }
+
+  @Override
+  public void addRelatedLink(final String issueKey, final URL relatedUrl, String description)
+      throws IOException {
+    addComment(issueKey, "Related URL: " + createLinkForWebui(relatedUrl.toExternalForm(), description));
+  }
+
+  @Override
+  public void performAction(final String bugId, final String actionString)
+      throws IOException {
+
+    execute(new Callable<String>(){
+      @Override
+      public String call() throws Exception {
+        String actionName = actionString.substring(0, actionString.indexOf(" ") - 1);
+        String actionValue = actionString.substring(actionString.indexOf(" "));
+        doPerformAction(bugId, actionName, actionValue);
+        return bugId;
+      }});
+  }
+  
+  private void doPerformAction(final String bugId, final String fieldName, final String fieldValue)
+      throws BugzillaException, IOException {
+    String actionKey = null;
+    Map<String, Fields> fields = client().getFields();
+    for (Map.Entry<String, Fields> field : fields.entrySet()) {
+      if (field.getKey().equalsIgnoreCase(fieldName)) {
+        actionKey = field.getKey();
+      }
+    }
+
+    if (actionKey != null) {
+      log.debug("Executing action " + actionKey + " on issue " + bugId);
+      client().performAction(bugId, actionKey, fieldValue);
+    } else {
+      StringBuilder sb = new StringBuilder();
+      for (Map.Entry<String, Fields> action : fields.entrySet()) {
+        if (sb.length() > 0) sb.append(',');
+        sb.append('\'');
+        sb.append(action.getKey());
+        sb.append('\'');
+      }
+
+      log.error("Action " + fieldName
+          + " not found within available actions: " + sb);
+      throw new InvalidTransitionException("Action " + fieldName
+          + " not executable on issue " + bugId);
+    }
+  }
+
+  @Override
+  public boolean exists(final String bugId) throws IOException {
+    return execute(new Callable<Boolean>(){
+      @Override
+      public Boolean call() throws Exception {
+        return client().getBug(bugId) != null;
+      }});
+  }
+
+  public void logout() {
+    this.logout(false);
+  }
+
+  public void logout(boolean quiet) {
+    try {
+      client().logout();
+    }
+    catch (Exception ex) {
+      if (!quiet) log.error("I was unable to logout", ex);
+    }
+  }
+
+  public Object login() {
+    return login(false);
+  }
+
+  public Object login(boolean quiet) {
+    try {
+      String token = client.login(getUsername(), getPassword());
+      log.info("Connected to " + getUrl() + " as " + token);
+      return token;
+    }
+    catch (Exception ex) {
+      if (!quiet) {
+        log.error("I was unable to logout", ex);
+      }
+
+      return null;
+    }
+  }
+
+  private BugzillaClient client() throws IOException {
+
+    if (client == null) {
+      try {
+        log.debug("Connecting to bugzillab at URL " + getUrl());
+        client = new BugzillaClient(getUrl());
+        log.debug("Autenthicating as user " + getUsername());
+      } catch (Exception ex) {
+        log.info("Unable to connect to Connected to " + getUrl() + " as "
+            + getUsername());
+        throw new IOException(ex);
+      }
+
+      login();
+    }
+
+    return client;
+  }
+
+  private <P> P execute(Callable<P> function) throws IOException {
+
+    int attempt = 0;
+    while(true) {
+      try {
+        return function.call();
+      } catch (Exception ex) {
+        if (isRecoverable(ex) && ++attempt < MAX_ATTEMPTS) {
+          log.debug("Call failed - retrying, attempt {} of {}", attempt, MAX_ATTEMPTS);
+          logout(true);
+          login(true);
+          continue;
+        }
+
+        if (ex instanceof IOException)
+          throw ((IOException)ex);
+        else
+          throw new IOException(ex);
+      }
+    }
+  }
+
+  private boolean isRecoverable(Exception ex) {
+    return false;
+  }
+
+  private String getPassword() {
+    final String pass =
+        gerritConfig.getString(ITS_NAME_BUGZILLA, null,
+            GERRIT_CONFIG_PASSWORD);
+    return pass;
+  }
+
+  private String getUsername() {
+    final String user =
+        gerritConfig.getString(ITS_NAME_BUGZILLA, null,
+            GERRIT_CONFIG_USERNAME);
+    return user;
+  }
+
+  private String getUrl() {
+    final String url =
+        gerritConfig.getString(ITS_NAME_BUGZILLA, null, GERRIT_CONFIG_URL);
+    return url;
+  }
+
+  @Override
+  public String createLinkForWebui(String url, String text) {
+    return "["+text+"|"+url+"]";
+  }
+
+  private String healthCheckAccess() throws BugzillaException, ConnectionException {
+    BugzillaClient client = new BugzillaClient(getUrl());
+    client.login(getUsername(), getPassword());
+    client.logout();
+    final String result = "{\"status\"=\"ok\",\"username\"=\""+getUsername()+"\"}";
+    log.debug("Healtheck on access result: {}", result);
+    return result;
+  }
+
+  private String healthCheckSysinfo() throws BugzillaException, IOException {
+    final String result = "{\"status\"=\"ok\",\"system\"=\"Bugzilla\",\"version\"=\""+client().getServerVersion()+"\",\"url\"=\""+getUrl()+"\"}";
+    log.debug("Healtheck on sysinfo result: {}", result);
+    return result;
+  }
+}
diff --git a/hooks-bugzilla/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaModule.java b/hooks-bugzilla/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaModule.java
new file mode 100644
index 0000000..f55a3e6
--- /dev/null
+++ b/hooks-bugzilla/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/BugzillaModule.java
@@ -0,0 +1,47 @@
+// Copyright (C) 2013 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+package com.googlesource.gerrit.plugins.hooks.bz;
+
+import org.eclipse.jgit.lib.Config;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
+import com.google.gerrit.server.config.GerritServerConfig;
+import com.google.inject.AbstractModule;
+import com.google.inject.Inject;
+import com.googlesource.gerrit.plugins.hooks.ItsHookModule;
+import com.googlesource.gerrit.plugins.hooks.its.ItsFacade;
+
+public class BugzillaModule extends AbstractModule {
+
+  private static final Logger log = LoggerFactory.getLogger(BugzillaModule.class);
+
+  private final Config gerritConfig;
+
+  @Inject
+  public BugzillaModule(@GerritServerConfig final Config config) {
+    this.gerritConfig = config;
+  }
+
+  @Override
+  protected void configure() {
+    if (gerritConfig.getString(BugzillaItsFacade.ITS_NAME_BUGZILLA, null, "url") != null) {
+      log.info("Bugzilla is configured as ITS");
+      bind(ItsFacade.class).toInstance(new BugzillaItsFacade(gerritConfig));
+
+      install(new ItsHookModule(BugzillaItsFacade.ITS_NAME_BUGZILLA));
+    }
+  }
+}
diff --git a/hooks-bugzilla/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/InitBugzilla.java b/hooks-bugzilla/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/InitBugzilla.java
new file mode 100644
index 0000000..3774701
--- /dev/null
+++ b/hooks-bugzilla/src/main/java/com/googlesource/gerrit/plugins/hooks/bz/InitBugzilla.java
@@ -0,0 +1,95 @@
+// Copyright (C) 2013 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+package com.googlesource.gerrit.plugins.hooks.bz;
+
+import com.google.gerrit.pgm.init.InitStep;
+import com.google.gerrit.pgm.init.Section;
+import com.google.gerrit.pgm.init.Section.Factory;
+import com.google.gerrit.pgm.util.ConsoleUI;
+import com.google.inject.Inject;
+import com.google.inject.Injector;
+import com.google.inject.Singleton;
+import com.googlesource.gerrit.plugins.hooks.its.InitIts;
+import com.googlesource.gerrit.plugins.hooks.validation.ItsAssociationPolicy;
+import com.j2bugzilla.base.BugzillaException;
+import com.j2bugzilla.base.ConnectionException;
+
+/** Initialize the GitRepositoryManager configuration section. */
+@Singleton
+class InitBugzilla extends InitIts implements InitStep {
+  private static final String BUGZILLA_SECTION = "bugzilla";
+  private final ConsoleUI ui;
+  private final Factory sections;
+  private Section bugzilla;
+  private Section bugzillaComment;
+  private String bugzillaUrl;
+  private String bugzillaUsername;
+  private String bugzillaPassword;
+
+  @Inject
+  InitBugzilla(final ConsoleUI ui, final Injector injector, final Section.Factory sections) {
+    this.sections = sections;
+    this.ui = ui;
+  }
+
+  public void run() {
+    this.bugzilla = sections.get(BUGZILLA_SECTION, null);
+    this.bugzillaComment = sections.get(COMMENT_LINK_SECTION, BUGZILLA_SECTION);
+
+    ui.message("\n");
+    ui.header("Bugzilla connectivity");
+
+    do {
+      enterBugzillaConnectivity();
+    } while (bugzillaUrl != null
+        && (isConnectivityRequested(ui, bugzillaUrl) && !isBugzillaConnectSuccessful()));
+
+    if (bugzillaUrl == null) {
+      return;
+    }
+
+    ui.header("Bugzilla issue-tracking association");
+    bugzillaComment.string("Bugzilla bug number regex", "match", "\\([Bb][Uu][Gg][ ]*[1-9][0-9]*\\)");
+    bugzillaComment.set("html",
+        String.format("<a href=\"%s/show_bug.cgi?id=$1\">$1</a>", bugzillaUrl));
+    bugzillaComment.select("Bug number enforced in commit message", "association",
+        ItsAssociationPolicy.SUGGESTED);
+  }
+
+  public void enterBugzillaConnectivity() {
+    bugzillaUrl = bugzilla.string("Bugzilla URL (empty to skip)", "url", null);
+    if (bugzillaUrl != null) {
+      bugzillaUsername = bugzilla.string("Bugzilla username", "username", "");
+      bugzillaPassword = bugzilla.password("username", "password");
+    }
+  }
+
+  private boolean isBugzillaConnectSuccessful() {
+    ui.message("Checking Bugzilla connectivity ... ");
+    try {
+      BugzillaClient bugzillaClient = new BugzillaClient(bugzillaUrl);
+      bugzillaClient.login(bugzillaUsername, bugzillaPassword);
+      bugzillaClient.logout();
+      ui.message("[OK]\n");
+      return true;
+    } catch (BugzillaException e) {
+      ui.message("*FAILED* (%s)\n", e.toString());
+      return false;
+    } catch (ConnectionException e) {
+      ui.message("*FAILED* (%s)\n", e.toString());
+      return false;
+    }
+  }
+}
diff --git a/hooks-bugzilla/src/main/resources/Documentation/config.md b/hooks-bugzilla/src/main/resources/Documentation/config.md
new file mode 100644
index 0000000..669b838
--- /dev/null
+++ b/hooks-bugzilla/src/main/resources/Documentation/config.md
@@ -0,0 +1,143 @@
+Plugin @PLUGIN@
+===============
+
+This plugin allows to associate Bugzilla bugs to Git commits thanks to
+the Gerrit listener interface.
+
+Comment links
+----------------
+
+Git commits are associated to Bugzilla bugs reusing the existing Gerrit
+[commitLink configuration]i[1] to extract the issue ID from commit comments.
+
+[1]: ../../../Documentation/config-gerrit.html#_a_id_commentlink_a_section_commentlink
+
+Additionally you need to specify the enforcement policy for git commits
+with regards to issue-tracker associations; the following values are supported:
+
+MANDATORY
+:	 One or more issue-ids are required in the git commit message, otherwise
+	 the git push will be rejected.
+
+SUGGESTED
+:	 Whenever git commit message does not contain one or more issue-ids,
+	 a warning message is displayed as a suggestion on the client.
+
+OPTIONAL
+:	 Bug-ids are liked when found on git commit message, no warning are
+	 displayed otherwise.
+
+Example:
+
+    [commentLink "Bugzilla"]
+    match = (\\([Bb][Uu][Gg][ ]*[1-9][0-9]*\\))
+    html = "<a href=\"http://mybugzilla.org/show_bug.cgi?id=$1\">$1</a>"
+    association = SUGGESTED
+
+Once a Git commit with a comment link is detected, the Bugzilla bug ID
+is extracted and a new comment added to the issue, pointing back to
+the original Git commit.
+
+Bugzilla connectivity
+---------------------
+
+In order for Gerrit to connect to Bugzilla/XML-RPC url and credentials
+are required in your gerrit.config / secure.config under the [bugzilla] section.
+
+Example:
+
+    [bugzilla]
+    url=http://mybugzilla.org
+    username=bzuser
+    passsword=bzpass
+
+Bugzilla credentials and connectivity details are asked and verified during the Gerrit init.
+
+Gerrit init integration
+-----------------------
+
+Bugzilla plugin is integrated as a Gerrit init step in order to simplify and guide
+through the configuration of Bugzilla integration and connectivity check, avoiding
+bogus settings to prevent Gerrit plugin to start correctly.
+
+Gerrit init example:
+
+    *** Bugzilla connectivity
+    ***
+
+    Bugzilla URL (empty to skip)       [http://mybugzilla.org]:
+    Bugzilla username                  [admin]:
+    Change admin's password        [y/N]? y
+    admin's password               : *****
+                  confirm password : *****
+    Test connectivity to http://mybugzilla.org [N/?]: y
+    Checking Bugzilla connectivity ... [OK]
+
+    *** Bugzilla issue-tracking association
+    ***
+
+    Bugzilla bug number regex       [([A-Z]+-[0-9]+)]:
+    Issue-id enforced in commit message [MANDATORY/?]: ?
+           Supported options are:
+           mandatory
+           suggested
+           optional
+    Issue-id enforced in commit message [MANDATORY/?]: suggested
+
+GitWeb integration
+----------------
+
+When Gerrit gitweb is configured, an additional direct link from Bugzilla to GitWeb
+will be created, pointing exactly to the Git commit ID containing the Bugzilla bug ID.
+
+Issues workflow automation
+--------------------------
+
+Bugzilla plugin is able to automate status transition on the issues based on
+code-review actions performed on Gerrit; actions are performed on Bugzilla using
+the username/password provided during Gerrit init.
+Transition automation is driven by `$GERRIT_SITE/issue-state-transition.config` file.
+
+Syntax of the status transition configuration file is the following:
+
+    [action "<issue-status-action>"]
+    change=<change-action>
+    verified=<verified-value>
+    code-review=<code-review-value>
+
+`<issue-status-action>`
+:	Action to perform on Bugzila issue when all the condition in the stanza are met.
+
+`<change-action>`
+:	Action performed on Gerrit change-id, possible values are:
+	`created, commented, merged, abandoned, restored`
+
+`<verified-value>`
+:	Verified flag added on Gerrit with values from -1 to +1
+
+`<code-review-value>`
+:	Code-Review flag added on Gerrit with values from -2 to +2
+
+Note: multiple conditions in the action stanza are optional but at least one must be present.
+
+Example:
+
+    [action "Start Progress"]
+    change=created
+
+    [action "Resolve Issue"]
+    verified=+1
+    code-review=+2
+
+    [action "Close Issue"]
+    change=merged
+
+    [action "Stop Progress"]
+    change=abandoned
+
+The above example defines four status transition on Jira, based on the following conditions:
+
+* Whenever a new Change-set is created on Gerrit, start progress on the Jira issue
+* Whenever a change is verified and reviewed with +2, transition the Jira issue to resolved
+* Whenever a change is merged to branch, mark the Jira transition the Jira issue to closed
+* Whenever a change is abandoned, stop the progress on Jira issue
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..c68828a
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,268 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright (C) 2008 The Android Open Source Project
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>com.googlesource.gerrit.plugins.bugzilla</groupId>
+  <artifactId>hooks-bugzilla-parent</artifactId>
+  <packaging>pom</packaging>
+  <version>2.6-SNAPSHOT</version>
+
+  <name>Gerrit - Bugzilla support</name>
+  
+  <modules>
+    <module>hooks-bugzilla</module>
+  </modules>
+
+  <licenses>
+    <license>
+      <name>Apache License, 2.0</name>
+      <comments>
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+      </comments>
+    </license>
+  </licenses>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
+        <configuration>
+          <source>1.6</source>
+          <target>1.6</target>
+          <encoding>UTF-8</encoding>
+        </configuration>
+      </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-shade-plugin</artifactId>
+          <version>1.6</version>
+        </plugin>
+    </plugins>
+  </build>
+
+  <repositories>
+    <repository>
+      <id>gerrit-maven</id>
+      <url>https://gerrit-maven.commondatastorage.googleapis.com</url>
+    </repository>
+    </repositories>
+</project>