We are using the maven jetty plug-in to run exploded wars.
We have a script that copies certain configuration files to the directory which is used by maven to assemble the war (basically spring configuration + web.xml for stand-alone test environment).
The problem is that it seems the webapp is being built again before jetty:run-exploded is called which replaces our custom config files we copied in. Strangely enough this is only affecting people on Windows and not the Ubuntu users.
Anyone know of a way to run the jetty:run-exploded task but prevent Maven from building anything before doing it?