Are you using modules (sub projects)?
--------------------------------------------------------------------------------
Thanks
Mick Knutson
http://www.BASELogic.com
http://www.MickKnutson.com
MSN Messenger: [EMAIL PROTECTED]
--------------------------------------------------------------------------------
----- Original Message -----
From: "Thomas Van de Velde" <[EMAIL PROTECTED]>
To: "Maven Users List" <users@maven.apache.org>
Sent: Wednesday, January 25, 2006 6:40 AM
Subject: Re: [m2] hibernatedoclet problem
Having the same issue here. Any answers?
On 1/16/06, Kees de Kooter <[EMAIL PROTECTED]> wrote:
Hi,
I picked up the following snippet from this mailing list. The goal
runs without error messages but no sources are being generated. Any
clues?
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xdoclet-maven-plugin</artifactId>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>xdoclet</goal>
</goals>
<configuration>
<tasks>
<hibernatedoclet
destDir="${
project.build.outputDirectory}"
excludedtags="@version,@author,@todo,@param,@return,@see"
verbose="true"
force="true">
<fileset
dir="${basedir}/src/main/java">
<include
name="**/model/*.java"/>
</fileset>
<hibernate version="3.0"/>
</hibernatedoclet>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
Thanks,
Kees de Kooter
---------------------------------------------------------------------
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]