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 - 'Copy Static Resources' in Maven when using Jetty(jetty:run)
Summary: 'Copy Static Resources' in Maven when using Jetty(jetty:run)
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: PC All
: P2 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-27 00:09 UTC by gumoh
Modified: 2014-07-30 12:22 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 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