Adding groupId to archetypes/pom.xml

As a top-level pom on which mvn versions:set is called, it needs to have a groupId
to avoid an NPE when mvn runs.

Change-Id: Id85889af117abbcf7a5f9e6e0f87bd9f7077d1ac
diff --git a/tools/package/archetypes/pom.xml b/tools/package/archetypes/pom.xml
index fe7cf00..9e95daa 100644
--- a/tools/package/archetypes/pom.xml
+++ b/tools/package/archetypes/pom.xml
@@ -26,6 +26,7 @@
         <relativePath>../../build/pom.xml</relativePath>
     </parent>
 
+    <groupId>org.onosproject</groupId>
     <artifactId>onos-archetypes</artifactId>
     <version>1.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>