Hi!

I gave this a spin with my build. I changed over to have my reports in project.xml like this

    <reports>
        <report>maven-pmd-plugin</report>
        <report>maven-junit-report-plugin</report>
        <report>maven-javadoc-plugin</report>
        <report>maven-license-plugin</report>
        <report>maven-changelog-plugin</report>
        <report>maven-checkstyle-plugin</report>
        <report>maven-file-activity-plugin</report>
        <report>maven-jxr-plugin</report>
        <report>maven-jdepend-plugin</report>
        <report>maven-java-plugin</report>
        <report>maven-linkcheck-plugin</report>
        <report>maven-developer-activity-plugin</report>
        <report>maven-tasklist-plugin</report>
        <report>maven-xdoc-plugin</report>
        <report>maven-cobertura-plugin</report>
    </reports>

For some reason without the xdoc plugin my xdocs located in /xdocs were not copied. And now with the xdoc plugin i get the following error.

BUILD FAILED
File...... file:/C:/Documents and Settings/manfred/.maven/cache/maven-xdoc-plugin-1.10.1-SNAPSHOT/plugin.jelly
Element... attainGoal
Line...... 1153
Column.... 48
No goal [maven-xdoc-plugin:register]
Total time   : 4 seconds
Finished at  : Friday, October 13, 2006 2:52:24 PM PDT

I am sure I am missing something trivial.. but what?

manfred



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

Reply via email to