On 2/2/06, Brad O'Hearne <[EMAIL PROTECTED]> wrote: > Downloading: > http://10.21.3.66/maven2_repositories/external/jboss/jboss-common-j > dbc-wrapper/3.2.5/jboss-common-jdbc-wrapper-3.2.5.pom ... > 1) First off, this jar is presently in my local repository. Why is maven > trying to download this jar at all? I already have the jar sitting on my > local drive.
It's not trying to download the jar, it's looking for the pom. You can use -DgeneratePom=true with the install plugin. I'm not sure if it works with deploy, you may have to write the pom and then use -DpomFile with the deploy plugin. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
