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
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -26,6 +26,7 @@ | ... | @@ -26,6 +26,7 @@ |
26 | <relativePath>../../build/pom.xml</relativePath> | 26 | <relativePath>../../build/pom.xml</relativePath> |
27 | </parent> | 27 | </parent> |
28 | 28 | ||
29 | + <groupId>org.onosproject</groupId> | ||
29 | <artifactId>onos-archetypes</artifactId> | 30 | <artifactId>onos-archetypes</artifactId> |
30 | <version>1.2.0-SNAPSHOT</version> | 31 | <version>1.2.0-SNAPSHOT</version> |
31 | <packaging>pom</packaging> | 32 | <packaging>pom</packaging> | ... | ... |
-
Please register or login to post a comment