Balau CMake Maven Plugin

A Maven plugin that integrates CMake projects into the Maven build system.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.borasoftware.balau
ArtifactId

ArtifactId

cmake-maven-plugin
Last Version

Last Version

19.7.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Balau CMake Maven Plugin
A Maven plugin that integrates CMake projects into the Maven build system.
Project URL

Project URL

https://github.com/borasoftware/cmake-maven-plugin
Source Code Management

Source Code Management

https://github.com/borasoftware/cmake-maven-plugin

Download cmake-maven-plugin

How to add to project

<plugin>
    <groupId>com.borasoftware.balau</groupId>
    <artifactId>cmake-maven-plugin</artifactId>
    <version>19.7.1</version>
</plugin>

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.maven.shared : maven-shared-utils jar 3.2.1
org.apache.maven : maven-plugin-api jar 3.3.9
org.apache.maven : maven-core jar 3.3.9
org.apache.maven : maven-compat jar 3.3.9

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.apache.maven : maven-artifact jar 3.3.9
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 3.3.0

Project Modules

There are no modules declared in this project.

cmake-maven-plugin

The Balau cmake-maven-plugin plugin provides a mechanism for driving CMake execution via Maven.

The plugin allows a simple and concise way of integrating CMake projects into a Maven based SDLC infrastructure.

The following Maven goals are defined:

  • clean;
  • configure;
  • compile;
  • test-compile.

Three of these goals are similar to the standard Maven goals for cleaning build files, compiling production code, and compiling test code. The 'configure' goal (bound by default to the validate Maven phase) executes CMake to configure the project before compilation.

See the Maven chapter in the Balau documentation for more information on usage.

Versions

Version
19.7.1
19.6.4
19.6.3
19.6.2
19.6.1