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 253688 - Copy static resources on save even when not running a server
Summary: Copy static resources on save even when not running a server
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-23 14:21 UTC by milanka
Modified: 2015-07-23 14:21 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 milanka 2015-07-23 14:21:46 UTC
I have a Maven webapp project. I use Jetty (Maven plugin) for development.

Issue https://netbeans.org/bugzilla/show_bug.cgi?id=218345 describes a feature which copies static resources on save, but since the option is in "Project Properties -> Run" tab, I assume it works only when I run the application directly from Netbeans (and use a discrete server).

Could this option be analogous to "Compile On Save" in "Project Properties -> Build -> Compile", meaning that modified resources would be copied even when no server is running?