You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.21.RELEASE/spring-boot-dependencies/pom.xml) -->
@@ -1207,6 +1208,37 @@
1207
1208
</plugins>
1208
1209
</build>
1209
1210
</profile>
1211
+
<profile>
1212
+
<id>frontend</id>
1213
+
<build>
1214
+
<plugins>
1215
+
<!--
1216
+
We assume that most of the time we develop backend rather frontend.
1217
+
So, we cache and skip the frontend-related things by default. This
1218
+
should save us a little time on every iteration during development
0 commit comments