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 @@ ...@@ -108,7 +108,7 @@
108 <plugin> 108 <plugin>
109 <groupId>org.onosproject</groupId> 109 <groupId>org.onosproject</groupId>
110 <artifactId>onos-maven-plugin</artifactId> 110 <artifactId>onos-maven-plugin</artifactId>
111 - <version>1.4</version> 111 + <version>1.5</version>
112 <executions> 112 <executions>
113 <execution> 113 <execution>
114 <id>cfg</id> 114 <id>cfg</id>
...@@ -118,6 +118,13 @@ ...@@ -118,6 +118,13 @@
118 </goals> 118 </goals>
119 </execution> 119 </execution>
120 <execution> 120 <execution>
121 + <id>swagger</id>
122 + <phase>generate-sources</phase>
123 + <goals>
124 + <goal>swagger</goal>
125 + </goals>
126 + </execution>
127 + <execution>
121 <id>app</id> 128 <id>app</id>
122 <phase>package</phase> 129 <phase>package</phase>
123 <goals> 130 <goals>
......
...@@ -118,6 +118,13 @@ ...@@ -118,6 +118,13 @@
118 </goals> 118 </goals>
119 </execution> 119 </execution>
120 <execution> 120 <execution>
121 + <id>swagger</id>
122 + <phase>generate-sources</phase>
123 + <goals>
124 + <goal>swagger</goal>
125 + </goals>
126 + </execution>
127 + <execution>
121 <id>app</id> 128 <id>app</id>
122 <phase>package</phase> 129 <phase>package</phase>
123 <goals> 130 <goals>
......