From 33a2b75a5adef61d06c3c7e2a59b14ee29f1b0e8 Mon Sep 17 00:00:00 2001 From: Brian O'Connor Date: Fri, 5 Jun 2015 20:12:45 -0700 Subject: [PATCH] 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 --- tools/package/archetypes/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/package/archetypes/pom.xml b/tools/package/archetypes/pom.xml index fe7cf00073..9e95daa30c 100644 --- a/tools/package/archetypes/pom.xml +++ b/tools/package/archetypes/pom.xml @@ -26,6 +26,7 @@ ../../build/pom.xml + org.onosproject onos-archetypes 1.2.0-SNAPSHOT pom