Added install instruction reference
This commit is contained in:
parent
fc1e003cfa
commit
8a8e08004c
2 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
|||
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-pmd)
|
||||
[](https://github.com/rife2/bld-pmd/actions/workflows/bld.yml)
|
||||
|
||||
To check all source code using the [java quickstart rule](https://pmd.github.io/pmd/pmd_rules_java.html).
|
||||
To install, please refer to the [extensions documentation](https://github.com/rife2/bld/wiki/Extensions).
|
||||
|
||||
To check all source code using the [java quickstart rule](https://pmd.github.io/pmd/pmd_rules_java.html), add the following to your build file
|
||||
|
||||
```java
|
||||
@BuildCommand
|
||||
|
|
|
@ -44,6 +44,7 @@ public class PmdOperationBuild extends Project {
|
|||
javadocOperation()
|
||||
.javadocOptions()
|
||||
.docLint(NO_MISSING)
|
||||
.link("https://rife2.github.io/bld/")
|
||||
.link("https://rife2.github.io/rife2/")
|
||||
.link("https://javadoc.io/doc/net.sourceforge.pmd/pmd-core/latest/");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue