Brad, you need to use deploy:deploy-file to deploy thirdparty artifact to your internal remote repo not the install:install-file + some manual step.
http://docs.codehaus.org/display/MAVENUSER/Using+Maven+in+a+corporate+environment -Dan On 2/2/06, Brad O'Hearne <[EMAIL PROTECTED]> wrote: > > Wendy, > > I used the command listed here to install the jar into my local > repository: > http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html > > After it was installed into my local repository, I copied it up to the > internal repository that was set up. This jar is a third party library > of course, so I would not be building this jar myself, and deploying as > part of a release process. Did I do something wrong? > > Brad > > Wendy Smoak wrote: > > >On 2/2/06, Brad O'Hearne <[EMAIL PROTECTED]> wrote: > > > > > > > >>Thanks for the reply. I don't quite understand -- what pom is it looking > >>for? And regardless, why isn't it looking for this in my local > repository? > >> > >> > > > >The message you posted says it's looking for (among other things): > > jboss-common-jdbc-wrapper-3.2.5.pom > > > >I would imagine that it *is* looking in your local repository, but the > >pom is not present, so it goes off trying to find it in all the other > >repositories. > > > >How did that jar get into your repository? Did you just copy the > >file, or use either 'mvn deploy' or 'mvn install' to put it there? > > > >-- > >Wendy > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
