Maven Plugin - Restart Jetty with new WAR?

Posted by Walter White on Stack Overflow See other posts from Stack Overflow or by Walter White
Published on 2010-03-25T14:48:33Z Indexed on 2010/03/25 18:53 UTC
Read the original article Hit count: 665

Hi all,

What I would like to do is automatically test against several different maven build profiles. I want to write a maven plugin that iterates through each profile so I don't have to manually list them for the CI process. I just want to verify that the code works in all development, testing, staging, and production once deployed there.

I want it to automatically test against those profiles so I could keep it a part of the same maven build? How would I best set that up to log those changes in Sonar or another tool?

Walter

© Stack Overflow or respective owner

Related posts about maven

Related posts about maven-plugin