background preloader

Maven

Facebook Twitter

Forum

Cobertura Maven Plugin - Introduction. This plugin provides the features of Cobertura within the Maven 2 & 3 environment.

Cobertura Maven Plugin - Introduction

The report generated by this plugin is the result of executing the Cobertura tool against your compiled classes to help you determine how well the unit testing efforts have been, and can then be used to identify which parts of your Java program are lacking test coverage. This plugin uses Cobertura version 2.0.3 Usage General instructions on how to use the Cobertura Maven Plugin can be found on the usage page. In case you still have questions regarding the plugin's usage, please feel free to contact the user mailing list.

Maven cxf-codegen-plugin (WSDL to Java) CXF includes a Maven plugin which can generate java artifacts from WSDL.

Maven cxf-codegen-plugin (WSDL to Java)

Here is a simple example: In this example we're running the wsdl2java goal in the generate-sources phase. By running mvn generate-sources, CXF will generate artifacts in the <sourceRoot> directory that you specify.