ktm5124
ktm5124

Reputation: 12123

NetBeans won't show static web files under "Projects" view

I have a multi-module maven project in which one module is called "webapp" and has all the static files and directories for these static files in src/main/webapp.

I am used to seeing these files+directories under the "Projects" view, but now they no longer appear. (I switched to the latest version of NetBeans, which might be part of the reason.) What I see now is

webapp Maven Webapp (war)
   -> Other Sources
        -> src/main/resources
   -> Dependencies
   -> Project Files

What's missing here is src/main/webapp, which is the directory for all my static files and web content. Of course, I can see it under the "Files" view, but I don't want to use the "Files" view. Why is it that I can't see this directory under the "Projects" view?

Thanks in advance.

Upvotes: 0

Views: 484

Answers (1)

ktm5124
ktm5124

Reputation: 12123

Found out the answer from a coworker. I had to install a few NetBeans plugins... I think it was Java EE Base that did it.

Upvotes: 2

Related Questions