Skip to content

Commit 7fc029a

Browse files
committed
Clean up
1 parent 73478ae commit 7fc029a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,6 @@ public abstract class AbstractPmdReport extends AbstractMavenReport {
260260
/** The files that are being analyzed. */
261261
protected Map<File, PmdFileInfo> filesToProcess;
262262

263-
/**
264-
* {@inheritDoc}
265-
*/
266263
@Override
267264
protected MavenProject getProject() {
268265
return project;

src/test/resources/unit/custom-configuration/pmd-check-exception-test-plugin-config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ under the License.
3232
<plugin>
3333
<groupId>org.apache.maven.plugins</groupId>
3434
<artifactId>maven-pmd-plugin</artifactId>
35-
<configuration>
35+
<configuration>
3636
<sourceDirectory>${basedir}/src/test/resources/unit/custom-configuration</sourceDirectory>
3737
<targetDirectory>${basedir}/target/test/unit/custom-configuration/target</targetDirectory>
3838
<rulesetsTargetDirectory>${basedir}/target/test/unit/custom-configuration/target/pmd/rulesets</rulesetsTargetDirectory>

0 commit comments

Comments
 (0)