Fear not Ikumar - I made the same mistake, the docs are very
misleading (in fact, multiple formats are used in one page)...
Andy
On 21 Jan 2008, at 15:22, Johann Reyes wrote:
Hello Ikumar
Your pom is not well configured. The correct syntax would be:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>hibernate3-maven-plugin</artifactId>
<version>2.0</version>
<configuration>
<components>
<component>
<name>hbm2java</name>
<outputDirectory>src/main/java</outputDirectory>
</component>
</components>
</configuration>
</plugin>
Regards
Johann Reyes
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]