We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4d870 commit 7698c25Copy full SHA for 7698c25
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: Release
+name: Release to Maven Central
2
3
on:
4
workflow_dispatch:
pom.xml
@@ -26,6 +26,7 @@
26
<version>3.5.0</version>
27
<name>SonarQube PMD Project</name>
28
<packaging>pom</packaging>
29
+ <description>Sonar-PMD is a plugin that provides coding rules from PMD for use in SonarQube.</description>
30
31
<scm>
32
<connection>scm:git:[email protected]:jborgers/sonar-pmd.git</connection>
0 commit comments