cmake
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.cmake-maven-plugin</groupId> <artifactId>cmake</artifactId> <version>4.0.3-b1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.cmake-maven-plugin</groupId> <artifactId>cmake</artifactId> <version>4.0.3-b1</version> <packaging>pom</packaging> <name>cmake</name> <description>Builds or tests native code using the CMake build system</description> <url>https://github.com/cmake-maven-plugin/cmake-maven-plugin</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/cmake-maven-plugin/cmake-maven-plugin</url> <connection>scm:git:https://github.com/cmake-maven-plugin/cmake-maven-plugin.git</connection> <developerConnection>scm:git:https://github.com/cmake-maven-plugin/cmake-maven-plugin.git </developerConnection> <tag>release-4.0.3-b1</tag> </scm> <developers> <developer> <id>cowwoc</id> <name>Gili Tzabari</name> </developer> <developer> <id>ksclarke</id> <name>Kevin S. Clarke</name> </developer> </developers> <distributionManagement> <snapshotRepository> <id>maven-central-snapshots</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>maven-central-releases</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> </repository> </distributionManagement> <modules> <module>common</module> <module>binaries</module> <module>binaries-plugin</module> <module>maven-plugin</module> </modules> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.version>3.9.9</maven.version> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <!-- We have three kinds of platforms: 1. Binaries provided by https://cmake.org/download/, Platform supported by GitHub-hosted runners. * Example: linux-x86_64 * Download binaries, run tests 2. Binaries provided by https://cmake.org/download/, Platform not supported by GitHub-hosted runners * Example: windows-aarch_64 * Download binaries, skip tests 3. Binaries not provided by https://cmake.org/download/, Platform not supported by GitHub-hosted runners * Example: BSD variants * Don't download binaries or run tests --> <cmake.shipsWithPlatform>false</cmake.shipsWithPlatform> <cmake.binaries.phase>package</cmake.binaries.phase> <skipTests>false</skipTests> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>3.9.9</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.4.0-jre</version> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>3.15.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>1.27.1</version> </dependency> <dependency> <groupId>com.github.cowwoc.pouch</groupId> <artifactId>pouch-core</artifactId> <version>8.1</version> </dependency> <dependency> <groupId>org.twdata.maven</groupId> <artifactId>mojo-executor</artifactId> <version>2.4.1</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>5.12.0</version> </dependency> </dependencies> </dependencyManagement> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>3.1.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.14.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-toolchains-plugin</artifactId> <version>3.2.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.3.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> <version>3.15.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>3.8.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <version>3.4.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> <version>3.1.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>4.0.0-M16</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>3.4.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>3.3.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> <version>3.9.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>3.5.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.11.2</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> <version>2.18.0</version> <configuration> <ruleSet> <rules> <rule> <groupId>org.apache.maven.plugins</groupId> <ignoreVersions> <ignoreVersion> <type>regex</type> <version>.+(-|\.)(alpha|beta).+|.+-rc(-|\.).*</version> </ignoreVersion> </ignoreVersions> </rule> <rule> <ignoreVersions> <ignoreVersion> <type>regex</type> <version>(?i)(.+-snapshot|.+(-|\.)M\d|.+(-|\.)(alpha|beta).+)|.+-rc(-|\.|\d).*</version> </ignoreVersion> </ignoreVersions> </rule> </rules> </ruleSet> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> <version>2.5.0</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <version>3.5.0</version> <executions> <execution> <id>enforce-maven</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireMavenVersion> <version>${maven.version}</version> </requireMavenVersion> </rules> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-toolchains-plugin</artifactId> <executions> <execution> <goals> <goal>toolchain</goal> </goals> </execution> </executions> <configuration> <toolchains> <jdk> <version>8</version> </jdk> </toolchains> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> <inherited>false</inherited> <executions> <execution> <id>3rd-party-licenses</id> <goals> <goal>aggregate-add-third-party</goal> </goals> <phase>process-sources</phase> <configuration> <outputDirectory>${project.basedir}</outputDirectory> <thirdPartyFilename>LICENSE-3RD-PARTY.md</thirdPartyFilename> <fileTemplate>${basedir}/licenses/format.ftl</fileTemplate> <missingFile>${basedir}/licenses/missing.txt</missingFile> <licenseMerges> <licenseMerge>Apache License, Version 2.0|Apache 2.0|Apache-2.0| Apache License, Version 2.0, GNU Lesser General Public License| The Apache Software License, Version 2.0 </licenseMerge> <licenseMerge>Eclipse Public License (EPL), Version 1.0|Eclipse Public License - v 1.0|Eclipse Public License - v 1.0, GNU Lesser General Public License|Eclipse Public License, Version 1.0 </licenseMerge> <licenseMerge>MIT License|The MIT License</licenseMerge> <licenseMerge>GNU Lesser General Public License (LGPL)|GNU Lesser General Public License </licenseMerge> <licenseMerge>Common Development And Distribution License (CDDL) + GPL, version 2.0, with classpath exception|CDDL + GPLv2 with classpath exception </licenseMerge> </licenseMerges> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>3.1.1</version> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> <tagNameFormat>release-@{project.version}</tagNameFormat> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>windows-x86_64</id> <activation> <os> <family>windows</family> <arch>amd64</arch> </os> </activation> <properties> <cmake.platform>windows-x86_64</cmake.platform> </properties> </profile> <profile> <id>windows-aarch_64</id> <activation> <os> <family>windows</family> <arch>aarch64</arch> </os> </activation> <properties> <cmake.platform>windows-aarch_64</cmake.platform> <skipTests>true</skipTests> </properties> </profile> <profile> <id>linux-x86_64</id> <activation> <os> <!-- Per https://stackoverflow.com/a/19031165/14731 the family name of linux is "unix" --> <family>unix</family> <arch>amd64</arch> </os> </activation> <properties> <cmake.platform>linux-x86_64</cmake.platform> </properties> </profile> <profile> <id>linux-arm_32</id> <activation> <os> <family>unix</family> <arch>arm</arch> </os> </activation> <properties> <cmake.platform>linux-arm_32</cmake.platform> <cmake.shipsWithPlatform>true</cmake.shipsWithPlatform> <cmake.binaries.phase>none</cmake.binaries.phase> </properties> </profile> <profile> <id>linux-aarch_64</id> <activation> <os> <family>unix</family> <arch>aarch64</arch> </os> </activation> <properties> <cmake.platform>linux-aarch_64</cmake.platform> <skipTests>true</skipTests> </properties> </profile> <profile> <id>mac-x86_64</id> <activation> <os> <family>mac</family> <arch>x86_64</arch> </os> </activation> <properties> <cmake.platform>mac-universal</cmake.platform> </properties> </profile> <profile> <id>mac-aarch_64</id> <activation> <os> <family>mac</family> <arch>aarch64</arch> </os> </activation> <properties> <cmake.platform>mac-universal</cmake.platform> </properties> </profile> <profile> <id>release</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>