You are missing the maven-xhtml plugin.

Download it from
http://www.ibiblio.org/maven/maven-validator/plugins/maven-xhtml-plugin-
1.1.jar or add the following lines to the dependencies section in
project.xml to make maven download it for you:

<dependency>
    <groupId>maven-validator</groupId>
    <artifactId>maven-xhtml-plugin</artifactId>
    <version>1.1</version>
    <type>plugin</type>
</dependency>



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David
Erickson
Sent: Saturday, April 17, 2004 12:22 AM
To: Displaytag-Devel List
Subject: [displaytag-devel] CVS Build Failure

Hey guys just got Maven up and running and grabbed the source from the
cvs server in the displaytag2 module.. however I cannot seem to get
maven to build it out fully.  I run maven rebuild-all, it passes all the
junit tests etc and is almost done then I get this:

war:war:
    [echo] Building WAR displaytag
    [jar] Building jar: /root/displaytag2/target/displaytag.war

BUILD FAILED
File...... file:/root/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
Element... attainGoal
Line...... 639
Column.... 48
No goal [maven-xhtml-plugin:register]
Total time: 1 minutes 47 seconds
Finished at: Fri Apr 16 17:15:41 MDT 2004

Anybody got an idea as to why that is occurring?  (Ignore the fact I'm
logged in under root :P) I'm using maven v1.0-rc2.

Thanks,
David



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux
tutorial presented by Daniel Robbins, President and CEO of GenToo
technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to