Skip to content

Commit 28f49c5

Browse files
committed
JAVA-11849 Disabled NPM and Frontend Tasks from Integration builds, added jhipster-5 to integration-heavy profile
1 parent f04be86 commit 28f49c5

File tree

2 files changed

+65
-4
lines changed

2 files changed

+65
-4
lines changed

jhipster-5/bookstore-monolith/pom.xml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,66 @@
10901090
</plugins>
10911091
</build>
10921092
</profile>
1093+
<profile>
1094+
<id>integration-lite-first</id>
1095+
<build>
1096+
<plugins>
1097+
<plugin>
1098+
<groupId>com.github.eirslett</groupId>
1099+
<artifactId>frontend-maven-plugin</artifactId>
1100+
1101+
<executions>
1102+
<execution>
1103+
<id>install node and npm</id>
1104+
<phase>none</phase>
1105+
</execution>
1106+
<execution>
1107+
<id>npm install</id>
1108+
<phase>none</phase>
1109+
</execution>
1110+
<execution>
1111+
<id>webpack build dev</id>
1112+
<phase>none</phase>
1113+
</execution>
1114+
<execution>
1115+
<id>webpack build test</id>
1116+
<phase>none</phase>
1117+
</execution>
1118+
</executions>
1119+
</plugin>
1120+
</plugins>
1121+
</build>
1122+
</profile>
1123+
<profile>
1124+
<id>integration-lite-second</id>
1125+
<build>
1126+
<plugins>
1127+
<plugin>
1128+
<groupId>com.github.eirslett</groupId>
1129+
<artifactId>frontend-maven-plugin</artifactId>
1130+
1131+
<executions>
1132+
<execution>
1133+
<id>install node and npm</id>
1134+
<phase>none</phase>
1135+
</execution>
1136+
<execution>
1137+
<id>npm install</id>
1138+
<phase>none</phase>
1139+
</execution>
1140+
<execution>
1141+
<id>webpack build dev</id>
1142+
<phase>none</phase>
1143+
</execution>
1144+
<execution>
1145+
<id>webpack build test</id>
1146+
<phase>none</phase>
1147+
</execution>
1148+
</executions>
1149+
</plugin>
1150+
</plugins>
1151+
</build>
1152+
</profile>
10931153
</profiles>
10941154

10951155
<properties>

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
<module>atomix</module>
367367

368368
<module>aws-modules</module>
369-
369+
370370
<module>axon</module>
371371

372372
<module>azure</module>
@@ -836,7 +836,7 @@
836836
<module>atomix</module>
837837

838838
<module>aws-modules</module>
839-
839+
840840
<module>axon</module>
841841

842842
<module>azure</module>
@@ -895,7 +895,7 @@
895895
<module>helidon</module>
896896
<module>apache-httpclient</module>
897897
<module>httpclient-simple</module>
898-
<module>hystrix</module>
898+
<module>hystrix</module>
899899

900900
<module>jackson-modules</module>
901901
<module>jackson-simple</module>
@@ -1209,6 +1209,7 @@
12091209

12101210
<module>jenkins/plugins</module>
12111211
<module>jhipster</module>
1212+
<module>jhipster-5</module>
12121213
<module>jws</module>
12131214

12141215
<module>libraries</module> <!-- very long running -->
@@ -1326,7 +1327,7 @@
13261327
<module>quarkus-vs-springboot</module>
13271328
<module>quarkus-jandex</module>
13281329
<module>spring-boot-modules/spring-boot-cassandre</module>
1329-
<module>spring-boot-modules/spring-boot-camel</module>
1330+
<module>spring-boot-modules/spring-boot-camel</module>
13301331
<module>testing-modules/testing-assertions</module>
13311332
<module>persistence-modules/fauna</module>
13321333
</modules>

0 commit comments

Comments
 (0)