Skip to content

Commit

Permalink
Merge pull request #757 from sigstore/maven-desc
Browse files Browse the repository at this point in the history
Add description to maven plugin pom
  • Loading branch information
loosebazooka authored Jul 23, 2024
2 parents 064d0b6 + f9955d3 commit 20bdad3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sigstore-maven-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ plugins {
id("de.benediktritter.maven-plugin-development") version "0.4.3"
}

description = "A Maven plugin for signing with Sigstore"

dependencies {
compileOnly("org.apache.maven:maven-plugin-api:3.9.8")
compileOnly("org.apache.maven:maven-core:3.9.8")
Expand Down

0 comments on commit 20bdad3

Please sign in to comment.