Thomas Vachuska
Committed by Gerrit Code Review

Upgraded archetype pom.xml files to use onos-maven-plugin v 1.5.0

Change-Id: Idf1f386b24166f9212a4cb589c311bb77d4b4d4a
......@@ -108,7 +108,7 @@
<plugin>
<groupId>org.onosproject</groupId>
<artifactId>onos-maven-plugin</artifactId>
<version>1.4</version>
<version>1.5</version>
<executions>
<execution>
<id>cfg</id>
......@@ -118,6 +118,13 @@
</goals>
</execution>
<execution>
<id>swagger</id>
<phase>generate-sources</phase>
<goals>
<goal>swagger</goal>
</goals>
</execution>
<execution>
<id>app</id>
<phase>package</phase>
<goals>
......
......@@ -118,6 +118,13 @@
</goals>
</execution>
<execution>
<id>swagger</id>
<phase>generate-sources</phase>
<goals>
<goal>swagger</goal>
</goals>
</execution>
<execution>
<id>app</id>
<phase>package</phase>
<goals>
......