I still find it hard to understand how maven is denying me the
flexibility of me saying I wish to use 1.2.1 jars instead of the new
1.2.3 xdoclet jars.
Seems the patience has finally paid off.All it took was just
configuring the plugin as follows :
<executions>
<execution>
<id>hbm-generation-with-xdoclet</id>
<phase>generate-sources</phase>
<configuration>
<tasks>
<hibernatedoclet destdir="src" force="true"
excludedtags="@version,@author,@todo">
<fileset dir="src">
<include name="**/portal/**/*.java" />
<include name="**/reference/**/*.java" />
<include name="**/b2bassurance/**/*.java" />
</fileset>
<hibernate version="2.0"/>
</hibernatedoclet>
</tasks>
<generatedSourcesDirectory>target/classes</generatedSourcesDirectory>
</configuration>
<goals>
<goal>xdoclet</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-hibernate-module</artifactId>
<version>1.2.1</version>
</dependency>
</dependencies>
--
"Don't take the name of root in vain."
Jeff Mutonho
Cape Town
South Africa
GoogleTalk : ejbengine
Skype : ejbengine
Registered Linux user number 366042
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]