<reports>
  <report>
    maven-checkstyle-plugin
  </report>
</reports>

used to be stripped to 'maven-checkstyle-plugin' in previous releases. Now I have to used:

<reports>
  <report>maven-checkstyle-plugin</report>
</reports>

which is correct xml behaviour as I have learned now.

[EMAIL PROTECTED] wrote:
What's your <reports> section in the project.xml look like?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Dirk Habighorst <[EMAIL PROTECTED]> wrote on 02/09/2003 10:23:57 PM:



Hi!

running the site goal generates the following error:

BUILD FAILED
File......

file:/home/hm/dirk/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/


Element... attainGoal
Line...... 575
Column.... 48
No goal [
     maven-checkstyle-plugin
   :register]

I used the current cvs HEAD. As far as I can track the problem, it seems that expanding ${report} generates a newline.
--
Dirk Habighorst e-mail:[EMAIL PROTECTED]
Epigenomics AG Tel.: +49-30-24345-372
Kleine Präsidentenstrasse 1
10178 Berlin



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]






--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to