We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36348f commit 05e3f8fCopy full SHA for 05e3f8f
1 file changed
plugins/tools/pmd/plugin.yaml
@@ -1,18 +1,10 @@
1
name: pmd
2
description: PMD - An extensible cross-language static code analyzer
3
-runtime: java
4
-runtime_binaries:
5
- package_manager: mvn
6
- execution: java
7
-installation:
8
- command: unzip -o {{.InstallDir}}/{{.FileName}} -d {{.InstallDir}}
9
- registry_template: mvn org.apache.maven.plugins:maven-dependency-plugin:3.6.1:get -Dartifact=net.sourceforge.pmd:pmd:{{.Version}}
10
download:
11
url_template: https://github.com/pmd/pmd/releases/download/pmd_releases%2F{{.Version}}/pmd-dist-{{.Version}}-bin.zip
12
file_name_template: pmd-dist-{{.Version}}-bin.zip
13
extension:
14
- windows: .zip
15
default: .zip
16
binaries:
17
- name: pmd
18
- path: pmd-dist-{{.Version}}-bin/bin/pmd
+ path: pmd-bin-{{.Version}}/bin/pmd
0 commit comments