Moving he version of archetypes to 1.4-SNAPSHOT in preparation for release with …
…the onos-maven-plugin. Change-Id: I129d3c08c48c58b10afcb6d1c62b7ed09b23a966
Showing
1 changed file
with
21 additions
and
0 deletions
... | @@ -101,6 +101,27 @@ | ... | @@ -101,6 +101,27 @@ |
101 | </supportedProjectTypes> | 101 | </supportedProjectTypes> |
102 | </configuration> | 102 | </configuration> |
103 | </plugin> | 103 | </plugin> |
104 | + <plugin> | ||
105 | + <groupId>org.onosproject</groupId> | ||
106 | + <artifactId>onos-maven-plugin</artifactId> | ||
107 | + <version>1.4-SNAPSHOT</version> | ||
108 | + <executions> | ||
109 | + <execution> | ||
110 | + <id>cfg</id> | ||
111 | + <phase>generate-resources</phase> | ||
112 | + <goals> | ||
113 | + <goal>cfg</goal> | ||
114 | + </goals> | ||
115 | + </execution> | ||
116 | + <execution> | ||
117 | + <id>app</id> | ||
118 | + <phase>package</phase> | ||
119 | + <goals> | ||
120 | + <goal>app</goal> | ||
121 | + </goals> | ||
122 | + </execution> | ||
123 | + </executions> | ||
124 | + </plugin> | ||
104 | </plugins> | 125 | </plugins> |
105 | </build> | 126 | </build> |
106 | 127 | ... | ... |
-
Please register or login to post a comment