Set proper name for Gerrit plugin archetype

The 'name' attribute of the 'archetype-descriptor' is the name of the
archetype that will be displayed to the user when choosing an
archetype. It should have a proper name.

Change-Id: Ic5c89c08a3b2f13885e1f0eac4f72e56f2ac9e12
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
diff --git a/gerrit-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/gerrit-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
index 88328be..ce8fa1a 100644
--- a/gerrit-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
+++ b/gerrit-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
@@ -14,7 +14,7 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<archetype-descriptor name="com.sap.ldi.qi.itests">
+<archetype-descriptor name="Gerrit Plugin">
   <requiredProperties>
     <requiredProperty key="pluginName"/>