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
VSCode never generates .project and .classpath for the pom.xml files that are not wired up to the reactor build at the root (e.g. where there are standalone samples). I'm not sure it would be a good experience to always eagerly scan all directories for pom.xml and generate on startup, but it probably would be a good experience to do it on demand, e.g. when a .java source file is opened in an editor. AFAIK there is no way to force the metadata to be generated, except by opening the subdirectory as a top level project (it doesn't work to add it to the workspace of the top level directory).
The text was updated successfully, but these errors were encountered:
VSCode never generates
.project
and.classpath
for thepom.xml
files that are not wired up to the reactor build at the root (e.g. where there are standalone samples). I'm not sure it would be a good experience to always eagerly scan all directories forpom.xml
and generate on startup, but it probably would be a good experience to do it on demand, e.g. when a .java source file is opened in an editor. AFAIK there is no way to force the metadata to be generated, except by opening the subdirectory as a top level project (it doesn't work to add it to the workspace of the top level directory).The text was updated successfully, but these errors were encountered: