Update maven.md - Typo fixed for maven target

It should be "mvn compile" not "mvn complile".
This commit is contained in:
karthikaiyasamy
2024-07-10 09:16:31 -07:00
committed by GitHub
parent fc128c18dd
commit dab088ba68

View File

@ -72,7 +72,7 @@ This will add an entry to the 'project reports' section with the PMD report when
To run PMD on a Maven project without adding it as a report, simply run To run PMD on a Maven project without adding it as a report, simply run
mvn complile pmd:pmd mvn compile pmd:pmd
The PMD plugin writes the report in XML which will then be formatted into more readable HTML. The PMD plugin writes the report in XML which will then be formatted into more readable HTML.