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 @@ | ... | @@ -578,14 +578,22 @@ |
578 | <plugin> | 578 | <plugin> |
579 | <groupId>org.onosproject</groupId> | 579 | <groupId>org.onosproject</groupId> |
580 | <artifactId>onos-maven-plugin</artifactId> | 580 | <artifactId>onos-maven-plugin</artifactId> |
581 | - <version>1.1.0</version> | 581 | + <version>1.2</version> |
582 | <executions> | 582 | <executions> |
583 | <execution> | 583 | <execution> |
584 | + <id>cfg</id> | ||
584 | <phase>generate-resources</phase> | 585 | <phase>generate-resources</phase> |
585 | <goals> | 586 | <goals> |
586 | <goal>cfg</goal> | 587 | <goal>cfg</goal> |
587 | </goals> | 588 | </goals> |
588 | </execution> | 589 | </execution> |
590 | + <execution> | ||
591 | + <id>app</id> | ||
592 | + <phase>package</phase> | ||
593 | + <goals> | ||
594 | + <goal>app</goal> | ||
595 | + </goals> | ||
596 | + </execution> | ||
589 | </executions> | 597 | </executions> |
590 | </plugin> | 598 | </plugin> |
591 | </plugins> | 599 | </plugins> | ... | ... |
-
Please register or login to post a comment