If there are no PMD errors, no XML report is generated and it fails during the report HTML generation.
I guess nobody noticed this because everyone had errors ...
-Vincent
Description
If there are no PMD errors, no XML report is generated and it fails during the report HTML generation.
I guess nobody noticed this because everyone had errors ...
-Vincent
Martin Skopp added a comment - 02/Jul/03 04:14 AM just recognized that I have it for a (trivial) sub-project here.
As a first workaround,
echo '<?xml version="1.0"?><pmd/>' > target/pmd-raw-report.xml
(linux/bash commandline)
before building the pmd report works.
pmd.patch contains the changes I did for a workaround into the plugin.
Same change works well with my maven-beta-9 and the trivial subproject now performs well (Yes, one headache less!)
If you like the patch, Vincent, feel free to apply.
Martin Skopp added a comment - 02/Jul/03 04:50 AM pmd.patch contains the changes I did for a workaround into the plugin.
Same change works well with my maven-beta-9 and the trivial subproject now performs well (Yes, one headache less!)
If you like the patch, Vincent, feel free to apply.
just recognized that I have it for a (trivial) sub-project here.
As a first workaround,
echo '<?xml version="1.0"?><pmd/>' > target/pmd-raw-report.xml
(linux/bash commandline)
before building the pmd report works.