diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4454e85..b4b31e8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release +name: Release to Maven Central on: workflow_dispatch: diff --git a/pom.xml b/pom.xml index dcdf7fe1..0ea314ec 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,7 @@ <version>3.5.0</version> <name>SonarQube PMD Project</name> <packaging>pom</packaging> + <description>Sonar-PMD is a plugin that provides coding rules from PMD for use in SonarQube.</description> <scm> <connection>scm:git:git@github.com:jborgers/sonar-pmd.git</connection>