ben short wrote:
There is a pomFile parm for the install:install-file goal[1] so you
can install the pom in your local repo.

[1] http://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html

On 4/26/07, ben short <[EMAIL PROTECTED]> wrote:
Hi Danny,

Im not sure this is exactly what you want but, if you have an inhouse
repo, like proximity[1],  you can deploy your vendor jar to that and
include custom pom[2] that has its dependencies configured. This will
allow you to have just the one jar as a dep of your project, but when
maven downloads it it will pull in all the other deps as specified in
the pom. I dont know if this can be done with your local repository
via the install:install-file goal.

Regards

Ben Short

[1] http://proximity.abstracthorizon.org/
[2] http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html

First, thanks for the link to Proximity! I was trying (and failing) to get maven-proxy set up. I'll try this tomorrow.

Second, I think you might underestimate my newbishness. I'm pretty sure I can figure out how to get it installed. What I can't figure out is what to actually put in the POM. I know how to make a POM that creates a jar out of my own source code, but not how to make a POM that just uses a JAR that already exists.

--
Danny MacMillan

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

Reply via email to