-----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/plugins

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-----

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

Reply via email to