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

Reply via email to