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
Since we use precompiled binary content parts, we need to copy those resources next to the compiled class files (the maven plugin doesn't do that for us)
Copy file name to clipboardExpand all lines: docs/pre-compiling.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -264,6 +264,32 @@ Use [binary encoding] for maximum performance! To activate it with precompiled t
264
264
<configuration>
265
265
<binaryStaticContent>true</binaryStaticContent>
266
266
...
267
+
</plugin>
268
+
269
+
<!-- Since we use precompiled binary content parts, we need to copy those resources next to the compiled class files (the maven plugin doesn't do that for us) -->
0 commit comments