Re: Modifing the contents of an artifact before install

2006-05-14 Thread Brett Porter
This sounds like a really crappy way to have to run your tests. Can't MockStrutsTestCase look at an alternate location for the XML file? Perhaps some functionality to add to Cactus since it does WAR modification for this purpose? :) - Brett Felipe Leme wrote: Hi all, Is it posible to remov

Modifing the contents of an artifact before install

2006-04-11 Thread Felipe Leme
Hi all, Is it posible to remove/replace a file from the generated M2 artifact after the test phase (but before install)? Let me try to explain my case to make it clear: I have a Struts-based web application built with Maven 2 which depends on some DAO interfaces defined in another project. D