clm-maven-plugin
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.sonatype.clm</groupId> <artifactId>clm-maven-plugin</artifactId> <version>2.48.6-01</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2011-present Sonatype, Inc. All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/clm/attributions. "Sonatype" is a trademark of Sonatype, Inc. --> <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>com.sonatype.clm</groupId> <artifactId>clm-maven-plugin</artifactId> <version>2.48.6-01</version> <packaging>maven-plugin</packaging> <name>Sonatype CLM Maven Integration</name> <description> A Maven plugin that provides integration with Sonatype CLM. To learn more about Sonatype CLM, visit http://www.sonatype.com/ . </description> <url>http://www.sonatype.com/</url> <organization> <name>Sonatype, Inc.</name> <url>http://www.sonatype.com/</url> </organization> <licenses> <license> <name>Sonatype Proprietary</name> <url>http://links.sonatype.com/products/corp/pom/eula</url> </license> </licenses> <scm> <connection>scm:git:git://github.com/sonatype/clm-maven-plugin.git</connection> <developerConnection>scm:git:git@github.com:sonatype/clm-maven-plugin.git</developerConnection> <url>https://github.com/sonatype/clm-maven-plugin</url> </scm> <developers> <developer> <name>Sonatype, Inc.</name> <organization>Sonatype, Inc.</organization> </developer> </developers> <prerequisites> <maven>3.2.5</maven> </prerequisites> <dependencies> <!-- DO NOT REMOVE! Maven 2.x and 3.x automatically pulls plexus-utils version 1.1 at runtime unless is explicitly declared as a dependency. plexus-utils version 1.1 has several vulnerabilities associated with it and the plugin can fail in environments where the use of this version of plexus-utils is forbidden e.g. via Nexus Firewall. --> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> <version>3.2.1</version> </dependency> </dependencies> </project>