maven-plugin-pmd-build: use target/generated-site directory as default

This commit is contained in:
Andreas Dangel
2015-03-21 22:50:22 +01:00
parent 9e7839b1f3
commit f300ce1ad6

View File

@ -42,7 +42,7 @@ public class PmdPreSite extends AbstractMojo {
/**
* Path to the existing site descriptor
*/
@Parameter(property = "pmd.siteTarget", defaultValue = "${basedir}/src/site/markdown/rules")
@Parameter(property = "pmd.siteTarget", defaultValue = "${project.build.directory}/generated-site/markdown/rules")
private String target;
/**