-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

O. Bigalk wrote:
> 
> 
> where can I get the hibernate3-maven-plugin ?
> 

Add the following to your pom.xml

<pluginRepositories>
  <pluginRepository>
    <id>snapshots</id>
    <url>http://snapshots.maven.codehaus.org/maven2</url>
  </pluginRepository>
</pluginRepositories>

I also have

    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>hibernate3-maven-plugin</artifactId>
                <configuration>
                    <config>/src/main/resources/hibernate.cfg.xml</config>
                </configuration>
            </plugin>
        </plugins>
    </build>

in my POM as well.



- --
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Peter L. Berghold                                     [EMAIL PROTECTED]
"Those who fail to learn from history are condemned to repeat it."
AIM: redcowdawg        Yahoo IM: blue_cowdawg              ICQ: 11455958
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org

iD8DBQFEKUDwUM9/01RIhaARApDuAJ9KTjMpPazpfwPZavWgcKb3aqLykgCfRN7L
2q1OHS05poMaOGrIfgjVFyA=
=y1Yz
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to