You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Christian Schlaefcke <cs...@wms-network.de> on 2005/07/20 12:04:33 UTC

[m102] multiproject:deploy fails

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m102] multiproject:deploy fails

Posted by Christian Schlaefcke <cs...@wms-network.de>.
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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org