File tree Expand file tree Collapse file tree 4 files changed +43
-1
lines changed Expand file tree Collapse file tree 4 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 2020 <module >generator-helidon</module >
2121 <module >tests</module >
2222 </modules >
23+
24+ <build >
25+ <plugins >
26+ <plugin >
27+ <groupId >org.apache.maven.plugins</groupId >
28+ <artifactId >maven-release-plugin</artifactId >
29+ <version >2.5.3</version >
30+ <configuration >
31+ <goals >install</goals >
32+ </configuration >
33+ </plugin >
34+ </plugins >
35+ </build >
36+
2337</project >
2438
Original file line number Diff line number Diff line change 1313 <module >test-helidon</module >
1414 <module >test-javalin</module >
1515 </modules >
16+
17+ <build >
18+ <plugins >
19+ <plugin >
20+ <groupId >org.apache.maven.plugins</groupId >
21+ <artifactId >maven-release-plugin</artifactId >
22+ <version >2.5.3</version >
23+ <configuration >
24+ <goals >install</goals >
25+ </configuration >
26+ </plugin >
27+ </plugins >
28+ </build >
1629</project >
1730
Original file line number Diff line number Diff line change 164164 </tiles >
165165 </configuration >
166166 </plugin >
167+ <plugin >
168+ <groupId >org.apache.maven.plugins</groupId >
169+ <artifactId >maven-release-plugin</artifactId >
170+ <version >2.5.3</version >
171+ <configuration >
172+ <goals >install</goals >
173+ </configuration >
174+ </plugin >
167175 </plugins >
168176 </build >
169177</project >
Original file line number Diff line number Diff line change 140140 </execution >
141141 </executions >
142142 </plugin >
143-
143+ <plugin >
144+ <groupId >org.apache.maven.plugins</groupId >
145+ <artifactId >maven-release-plugin</artifactId >
146+ <version >2.5.3</version >
147+ <configuration >
148+ <goals >install</goals >
149+ </configuration >
150+ </plugin >
144151 </plugins >
145152 </build >
146153
You can’t perform that action at this time.
0 commit comments