There's a multi-module Maven project with a WAR module foo-web referencing a JAR foo-lib with JSF views and composite components in META-INF/resources. The project is started via Run on Server.
When editing an XHTML view resource in foo-web/src/main/webapp and reloading the browser page, the change is immediately visible.
When editing an XHTML view resource in foo-lib/src/main/resources/META-INF/resources and reloading the browser page, nothing happens.
Is there a way to make this change visible without redeploying the entire application?
I'm using Eclipse Juno SR1, JBoss Tools 4.0.0 and JBoss AS 7.1.3.
Best regards,
Harald