Hi,

got a bit further now, but still no luck. I found out that the cause of the error seems to be the ejb project. I get the error when running "maven ejb:deploy" in the ejb project folder:

Tag library requested that is not present: 'maven' in plugin: 'maven-xdoclet-plugin-1.2'

BUILD FAILED
File...... C:\Dokumente und Einstellungen\chris\.maven\cache\maven-xdoclet-plugin-1.2\plugin.jelly
Element... taskdef
Line...... 5746
Column.... 81
taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found
Total time: 4 seconds

I also checked my repository. The dependent jar referenced in the ejb´s pom is also available:
   <dependency>
     <groupId>xdoclet</groupId>
     <artifactId>xdoclet-ejb-module</artifactId>
     <version>1.2</version>
     <url>http://xdoclet.sf.net/</url>
   </dependency>

Any ideas?

Thanks!

Christian

Christian Schlaefcke schrieb:

Hi Folks,

I´m trying to run "maven mutliproject:deploy" on a dummy project I just generated with "maven genapp [complex]". The project builds fine with cruisecontrol but when I trry to deploy I get this error:

BUILD FAILED
File...... ~\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.jelly
Element... maven:reactor
Line...... 218
Column.... 9
Unable to obtain goal [multiproject:deploy-callback] -- ~\.maven\cache\maven-xdoclet-plugin-1.2\plugin.jelly:5746:81: <taskdef> taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found
Total time: 13 seconds

What´s missing and how do I get it?

Thanks & Regards,

Christian

---------------------------------------------------------------------
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