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 243306

Summary: 'Copy Static Resources' in Maven when using Jetty(jetty:run)
Product: javaee Reporter: gumoh
Component: MavenAssignee: Martin Janicek <mjanicek>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P2    
Version: 8.0   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description gumoh 2014-03-27 00:09:31 UTC
When running a web project and not using a container especially running on maven plugin server like jetty, it seems that not all the static resources is deploying - i.e resource bundles file.

Editing js, css, and jsp, the changes automatically applied but when editing a resource bundles, i.e add new entry, and update a jsp, add the new key, it can't find the new specified key.

It seems when running in jetty it does not copy all the static resources even it was checked in the properties window. is 'Copy Static Resources' works only if we have a selected container/server?
Comment 1 Martin Janicek 2014-07-30 12:22:51 UTC
(In reply to gumoh from comment #0)
> is 'Copy Static Resources' works only if we have a selected container/server?

Yes. If you are using jetty:run, all the work around auto-deployement is done by the plugin itself (not by IDE). In such case we are basically out of control of everything. We only run jetty:run and then we have no direct control over the rest of deployment.

Try to check jetty plugin issue-zilla, maybe they will have such a bug opened against the plugin. Closing as WONTFIX