This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254171 - Need support for static resources included in the resources folder in maven project with war packaging
Summary: Need support for static resources included in the resources folder in maven p...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0.2
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-06 11:44 UTC by navneet
Modified: 2015-08-06 11:44 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description navneet 2015-08-06 11:44:15 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Mac OS X version 10.11 running on x86_64
Java; VM; Vendor = 1.8.0_40
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.40-b25

In my maven project that is used to build a springboot application, I have seen recommendations to put static resources in the "resources" folder under "static" so that it works in cases where a jar or a war is built.

But, under the "web pages" node in the project window, I cannot see the static files, only under the resources. Given that, for an angular/Single page application, the structure will be this, it will be great help to see the static resources under the "Web Pages" node.