pmd (build): Enhance output from build

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7521 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Romain Pelisse
2011-12-05 23:17:16 +00:00
parent b4bae0969a
commit 5f2e919319

View File

@ -250,7 +250,7 @@
<include>**/testdata/*.java</include> <include>**/testdata/*.java</include>
</includes> </includes>
</testResource> </testResource>
</testResources> </testResources>
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
@ -306,7 +306,7 @@
<phase>pre-site</phase> <phase>pre-site</phase>
<configuration> <configuration>
<tasks> <tasks>
<echo>PMD specific tasks: generating xdocs</echo> <echo>PMD specific tasks: generating xdocs from rulesets</echo>
<mkdir dir="${project.build.directory}/generated-xdocs/"/> <mkdir dir="${project.build.directory}/generated-xdocs/"/>
<copy toDir="${project.build.directory}/generated-xdocs/" <copy toDir="${project.build.directory}/generated-xdocs/"
overwrite="true" overwrite="true"
@ -318,7 +318,7 @@
</copy> </copy>
<ant antfile="tools/ant/generate-pmd-xdoc.xml"> <ant antfile="tools/ant/generate-pmd-xdoc.xml">
<property name="rules.src" <property name="rules.src"
value="rulesets/java"/> value="rulesets"/>
<property name="target" <property name="target"
value="${project.build.directory}/generated-xdocs/rules" /> value="${project.build.directory}/generated-xdocs/rules" />
<property name="lib" <property name="lib"