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
There are several forum posts and GH tickets mentioning that sometimes when running an application in production mode results in error messages about missing resources (javascript, css, etc.).
One of the causes is that the build-frontend goal gets executed before the Java classes are compiled by the maven compiler plugin (holds also for the kotlin compiler plugin), so the bytecode scanner cannot find any class to analyze.
The documentation should explicitly state that vaadin-maven-plugin must always be defined after maven-compiler-plugin.