Skip to content

Commit f448af5

Browse files
committed
No effective change - try to not release reactors and test projects
1 parent 0fa1610 commit f448af5

File tree

4 files changed

+43
-1
lines changed

4 files changed

+43
-1
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,19 @@
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

tests/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,18 @@
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

tests/test-helidon/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,14 @@
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>

tests/test-javalin/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,14 @@
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

0 commit comments

Comments
 (0)