Ah then everything is fine! Just link some goals to the "integration-test" phase. The "test" phase is only for unit tests.
"integration-test : process and deploy the package if necessary into an environment where integration tests can be run." http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html On 6/25/06, Kevin Menard <[EMAIL PROTECTED]> wrote:
On Sun, 25 Jun 2006 21:47:37 -0400, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > You can't do that. What is your use case? > > *The only possible solution I could see is to link a goal to a > lifecycle phase but I think it would be better to tell us your needs > first. I have a set of tests that test my Web app using HTMLunit. In order to test the pages, the WAR must already be built. So, it'd be beneficial to package first, then run the tests afterward. -- Kevin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]