Skip to content

Commit 05e3f8f

Browse files
clear pmd tool definition
1 parent a36348f commit 05e3f8f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

plugins/tools/pmd/plugin.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
name: pmd
22
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}}
103
download:
114
url_template: https://github.com/pmd/pmd/releases/download/pmd_releases%2F{{.Version}}/pmd-dist-{{.Version}}-bin.zip
125
file_name_template: pmd-dist-{{.Version}}-bin.zip
136
extension:
14-
windows: .zip
157
default: .zip
168
binaries:
179
- name: pmd
18-
path: pmd-dist-{{.Version}}-bin/bin/pmd
10+
path: pmd-bin-{{.Version}}/bin/pmd

0 commit comments

Comments
 (0)