This plugin, in conjunction with sonar-cxx-plugin (experimental) allow seamless continuous integration process for c++ project (using for example Hudson server)
cxx-maven-plugin plugin adds many GOAL (based on popular tools) for C++ lifecycle :
'cmake'
'make'
'xunit' (execution)
'cppcheck' (code reliability)
'cppncss' (complexity)
'veraxx' (vera++ coding style)
'coverage' (based on gcov)
'valgrind' (execution runtime check)
and 'launch' (for generic execution)

provided in attachment :
cxx-maven-plugin source tar.gz archive (0.0.4-SNAPSHOT)
and a complet (but blank) C++/QT SAMPLE project (run with a 'mvn clean test [-Drelease|Dcoverage]'), sonar:sonar goal/phase needs sonar-cxx-plugin v0.0.4, soon available)

相关文章:

  • 2021-07-12
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2021-09-01
  • 2021-12-14
  • 2022-12-23
  • 2021-09-28
猜你喜欢
  • 2021-07-06
  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
  • 2022-02-18
  • 2021-12-11
  • 2022-12-23
相关资源
相似解决方案