Hey Peter,
I think you looked in the wrong place. This would be the
correct URL:
http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/hibernate3-
maven-plugin/
Brian
-----Original Message-----
From: Peter L. Berghold [mailto:[EMAIL PROTECTED]
Sent: Monday, March 27, 2006 2:08 PM
To: Maven Users List
Subject: wither the hibernate3 plugin?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Over on MOJO I see a reference to a hibernate3 plugin. So following
instructions I put the following in my POM:
<repositories>
<repository>
<id>Maven Snapshots</id>
<url>http://snapshots.maven.codehaus.org/maven2/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>Maven Snapshots</id>
<url>http://snapshots.maven.codehaus.org/maven2/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
and as well in one of my modules I have:
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>hibernate3-maven-plugin</artifactId>
<configuration>
<config>/src/main/resources/net/berghold/hbm/hibernate.cfg.xml</config>
</configuration>
</plugin>
</plugins>
</build>
So far.. so good... right?
I run mvn hibernate3:hbm2java as intended and I get
[INFO] The plugin 'org.codehaus.mojo:hibernate3-maven-plugin' does not
exist or no valid version could be found
OK.. so I point my browser to where I think the plugin should be
http://snapshots.maven.codehaus.org/maven2//maven2/org/apache/maven/plug
ins
and lo and behold, maven isn't lying to me, it ain't there. So... where
did it go?
- --
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
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
iD8DBQFEKDgBUM9/01RIhaARAi5RAKC/qfttyCr16J5FEZpwv/ip+u7AyQCgrOVm
nTI6jXzYYWI0edks29NDGRE=
=pbIJ
-----END PGP SIGNATURE-----
Visit our website at http://www.ubs.com
This message contains confidential information and is intended only
for the individual named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses. The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission. If
verification is required please request a hard-copy version. This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]