[jetty-dev] [jira] (JETTY-1508) Allow run-exploded goal to pick up resource changes in src/main/webapp

"Adam Augusta (JIRA)" <[email protected]>
Newsgroups gmane.comp.java.jetty.general
Message-ID <2102001612.63077.1333726863086.JavaMail.j2ee-jira@codehaus01.managed.contegix.com>
Adam Augusta created JETTY-1508:
-----------------------------------

             Summary: Allow run-exploded goal to pick up resource changes in src/main/webapp
                 Key: JETTY-1508
                 URL: https://jira.codehaus.org/browse/JETTY-1508
             Project: Jetty
          Issue Type: New Feature
          Components: Maven
    Affects Versions: 8.0.4
            Reporter: Adam Augusta


[Plagiarized from JETTY-1095, referring to filtered resources instead of overlays.]

The run goal of the maven-jetty-plugin automatically picks up changes in src/main/webapp automatically so that changes on JSPs, CSS and other stuff are available instantly after editing the files. Now suppose a scenario where these static assets are modified by resource filtering.  Running this scenario can be achieved with jetty:run-exploded easily. In this case the Jetty plugin assembles the app to deploy in target/${finalName} by default. Thus Jetty is able to serve static assets that have had resource filtering applied. The problem is that changes to the static resources now don't get picked up as they only affect files in src/main/webapp.

So what I am looking for is a simple hot replacement of static resources as a redeploy or restart of the app is not necessary actually.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.