File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 159159 <checkstyle .header.file>${basedir} /LICENSE-header.txt</checkstyle .header.file>
160160 <checkstyle .resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle .resourceExcludes>
161161
162- <pmd .version>3.13.0</pmd .version>
162+ <commons . pmd.version>3.13.0</commons . pmd.version>
163163 <japicmp .skip>false</japicmp .skip>
164164
165165 <commons .release.isDistModule>true</commons .release.isDistModule>
220220 <plugin >
221221 <groupId >org.apache.maven.plugins</groupId >
222222 <artifactId >maven-pmd-plugin</artifactId >
223- <version >${pmd.version} </version >
223+ <version >${commons. pmd.version} </version >
224224 <configuration >
225225 <targetJdk >${maven.compiler.target} </targetJdk >
226226 <skipEmptyReport >false</skipEmptyReport >
296296 <plugin >
297297 <groupId >org.apache.maven.plugins</groupId >
298298 <artifactId >maven-pmd-plugin</artifactId >
299- <version >${pmd.version} </version >
299+ <version >${commons. pmd.version} </version >
300300 <configuration >
301301 <targetJdk >${maven.compiler.target} </targetJdk >
302302 <skipEmptyReport >false</skipEmptyReport >
You can’t perform that action at this time.
0 commit comments