On Wed, Apr 16, 2008 at 9:23 PM, Ricky <[EMAIL PROTECTED]> wrote: > I copied the jars manually to the m2 repository cache in path * > .m2\repository\com\oracle\ojdbc14\10.2.0.2.0\ojdbc14_g* > > But when i run *mvn clean install*, it still says artifact is missing. Am i > missing your point ? (My apologies if this sounds dumb)
Use the install plugin to add files to your local repo: mvn install:install-file ... http://maven.apache.org/plugins/maven-install-plugin/usage.html Double check that the groupId/artifactId/version match exactly between what you install and the dependency you declare. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
