Updating onos-maven-plugin version to 1.2 in root pom.xml
Change-Id: I6eaf550abe73f72076168d27adf84a5321b06886
diff --git a/pom.xml b/pom.xml
index 7316ac8..fe7aa54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>