sonatype-publish-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.johnsonlee</groupId> <artifactId>sonatype-publish-plugin</artifactId> <version>1.10.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.johnsonlee</groupId> <artifactId>sonatype-publish-plugin</artifactId> <version>1.10.0</version> <dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-bom</artifactId> <version>1.9.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>de.marcphilipp.gradle</groupId> <artifactId>nexus-publish-plugin</artifactId> <version>0.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.codearte.gradle.nexus</groupId> <artifactId>gradle-nexus-staging-plugin</artifactId> <version>0.22.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.dokka</groupId> <artifactId>dokka-gradle-plugin</artifactId> <version>1.9.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> <version>5.13.0.202109080827-r</version> <scope>runtime</scope> </dependency> </dependencies> <name>sonatype-publish-plugin</name> <url>https://github.com/johnsonlee/sonatype-publish-plugin</url> <description>Gradle plugin for publishing artifacts to Sonatype</description> <scm> <connection>scm:git:git://github.com/johnsonlee/sonatype-publish-plugin.git</connection> <developerConnection>scm:git:git@github.com:johnsonlee/sonatype-publish-plugin.git</developerConnection> <url>https://github.com/johnsonlee/sonatype-publish-plugin</url> </scm> <licenses> <license> <name>Apache License</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <id>johnsonlee</id> <name>Johnson Lee</name> <email>g.johnsonlee@gmail.com</email> </developer> </developers> </project>