> that matches the target of the first execution. However the second > execution never appears in the log nor is a file created for it. What am I ... > 5. <execution> > 6. <id>Starting Apache</id> > 7. <phase>pre-integration-test</phase> ... > 21. <execution> > 22. <id>Stopping Apache</id> > 23. <phase>post-integration-test</phase>
What command are you executing? "mvn ..." PS Here's a hint into why this probably isn't working... review the lifecycle: http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html Wayne
