File tree Expand file tree Collapse file tree 2 files changed +65
-4
lines changed
jhipster-5/bookstore-monolith Expand file tree Collapse file tree 2 files changed +65
-4
lines changed Original file line number Diff line number Diff line change 1090
1090
</plugins >
1091
1091
</build >
1092
1092
</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 >
1093
1153
</profiles >
1094
1154
1095
1155
<properties >
Original file line number Diff line number Diff line change 366
366
<module >atomix</module >
367
367
368
368
<module >aws-modules</module >
369
-
369
+
370
370
<module >axon</module >
371
371
372
372
<module >azure</module >
836
836
<module >atomix</module >
837
837
838
838
<module >aws-modules</module >
839
-
839
+
840
840
<module >axon</module >
841
841
842
842
<module >azure</module >
895
895
<module >helidon</module >
896
896
<module >apache-httpclient</module >
897
897
<module >httpclient-simple</module >
898
- <module >hystrix</module >
898
+ <module >hystrix</module >
899
899
900
900
<module >jackson-modules</module >
901
901
<module >jackson-simple</module >
1209
1209
1210
1210
<module >jenkins/plugins</module >
1211
1211
<module >jhipster</module >
1212
+ <module >jhipster-5</module >
1212
1213
<module >jws</module >
1213
1214
1214
1215
<module >libraries</module > <!-- very long running -->
1326
1327
<module >quarkus-vs-springboot</module >
1327
1328
<module >quarkus-jandex</module >
1328
1329
<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 >
1330
1331
<module >testing-modules/testing-assertions</module >
1331
1332
<module >persistence-modules/fauna</module >
1332
1333
</modules >
You can’t perform that action at this time.
0 commit comments