MVN

com.googlecode.cmake-maven-project : cmake-maven-plugin

Maven & Gradle

Apr 17, 2023
0 stars

CMake Maven Plugin · Builds native code using CMake makefile generator

<plugin>
    <groupId>com.googlecode.cmake-maven-project</groupId>
    <artifactId>cmake-maven-plugin</artifactId>
    <version>3.26.3-b1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.26.3-b1

All Versions

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

Version Vulnerabilities Updated
3.26.x
cmake-maven-plugin-3.26.3-b1
3.25.x
cmake-maven-plugin-3.25.2-b1
3.23.x
cmake-maven-plugin-3.23.2-b1
3.22.x
cmake-maven-plugin-3.22.1-b1
3.19.x
cmake-maven-plugin-3.19.2-b1
3.18.x
cmake-maven-plugin-3.18.4-b1
3.17.x
cmake-maven-plugin-3.17.3-b1
3.16.x
cmake-maven-plugin-3.16.3-b2
cmake-maven-plugin-3.16.3-b1
3.14.x
cmake-maven-plugin-3.14.5-b1
3.7.x
cmake-maven-plugin-3.7.2-b1
cmake-maven-plugin-3.7.0-b2
cmake-maven-plugin-3.7.0-b1
3.4.x
cmake-maven-plugin-3.4.1-b2
cmake-maven-plugin-3.4.1-b1
2.8.x
cmake-maven-plugin-2.8.11-b4
cmake-maven-plugin-2.8.10.2-b2
cmake-maven-plugin-2.8.8-b1
cmake-maven-plugin-2.8.7-b4
0.3
cmake-maven-plugin-0.3

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.googlecode.cmake-maven-project</groupId>
    <artifactId>cmake-maven-plugin</artifactId>
    <version>3.26.3-b1</version>
</plugin>