Skip to content

Commit 7698c25

Browse files
build: added description in pom.xml for Maven Central release requirements
1 parent 9f4d870 commit 7698c25

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Release to Maven Central
22

33
on:
44
workflow_dispatch:

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<version>3.5.0</version>
2727
<name>SonarQube PMD Project</name>
2828
<packaging>pom</packaging>
29+
<description>Sonar-PMD is a plugin that provides coding rules from PMD for use in SonarQube.</description>
2930

3031
<scm>
3132
<connection>scm:git:[email protected]:jborgers/sonar-pmd.git</connection>

0 commit comments

Comments
 (0)