Skip to content

Introduction

franckbonin edited this page Mar 24, 2016 · 11 revisions

Introduction to Cxx Maven Plugin

  • This plugin contains various goals to assist C++ compilation using the Maven build lifecycle.
  • Instructions on how to use the Cxx Maven Plugin can be found on the usage page
  • cxx-maven-plugin is intended to integrate seamlessly with sonar-cxx-plugin

Examples

  • Master POM

  • VS sample

  • usage : mvn <install|deploy> -D buildConfig=<debug|release>

  • VS IDE integrated usage need a dedicated VS add-in, contact NETICOA for availability.

  • CMake sample

    • usage : mvn <install|deploy> -D buildConfig=<debug|release> to create all artefacts
    • mvn <install|deploy> will manage only POM artefacts for sources SCM scenario

Old examples

Clone this wiki locally