Brian O'Connor

Updating onos-maven-plugin version to 1.2 in root pom.xml

Change-Id: I6eaf550abe73f72076168d27adf84a5321b06886
Showing 1 changed file with 9 additions and 1 deletions
......@@ -578,14 +578,22 @@
<plugin>
<groupId>org.onosproject</groupId>
<artifactId>onos-maven-plugin</artifactId>
<version>1.1.0</version>
<version>1.2</version>
<executions>
<execution>
<id>cfg</id>
<phase>generate-resources</phase>
<goals>
<goal>cfg</goal>
</goals>
</execution>
<execution>
<id>app</id>
<phase>package</phase>
<goals>
<goal>app</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
......