Maven soapUI plugin
Apache Maven (http://maven.apache.org/) is a Java-based project management and build tool which is used by a plethora of commercial and open source Java applications. Maven does almost all of its build and project management tasks using various plugins. There are some core plugins maintained by the Apache Maven project, such as complier plugin which compiles the Java source, surefire plugin which executes JUnit tests, site plugin which generates website for a project, and so on.
Apart from the plugins supported by the Maven project, there are plugins developed by other parties. The Maven selenium plugin (http://mojo.codehaus.org/selenium-maven-plugin/)for launching and running selenium tests from the Maven build process, Maven clover plugin (http://maven.apache.org/plugins/maven-clover-plugin/2.4/index.html) to find the code coverage are some of the popular Maven plugins which are supported by respective tooling projects. Because of the popularity of Maven in Java projects...