MVN

com.borasoftware.balau : cmake-maven-plugin

Maven & Gradle

Jul 22, 2019
0 stars

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

<plugin>
    <groupId>com.borasoftware.balau</groupId>
    <artifactId>cmake-maven-plugin</artifactId>
    <version>19.7.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.borasoftware.balau : cmake-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 19.7.1

All Versions

Choose a version of com.borasoftware.balau : cmake-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
19.7.x
cmake-maven-plugin-19.7.1
19.6.x
cmake-maven-plugin-19.6.4
cmake-maven-plugin-19.6.3
cmake-maven-plugin-19.6.2
cmake-maven-plugin-19.6.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

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

Advertisement