Joe Bohn wrote:
Guillaume Nodet wrote:
You just need to put the standard repo in front of the new repo.
However, if there are conflicting jars, this is a real problem,
and it may be better to create a geronimo private repo, or
ask for jstl to be published on ibiblio (if released).
Thanks for the response Guillaume. That's what I thought I was doing.
The trunk pom.xml only includes a reference to the apache snapshot repo
(and a comment that other repos are pulled from Gensis). I added
java.net after the apache snapshot ... but for some reason it's looking
in java.net before the snapshot repo. Next I'll try placing the def
for java.net *before* snapshot to see if that results in java.net being
searched *after* the snapshot repo.
Well, that didn't seem to change things. No matter which order I
specify java.net is always queried prior to the snapshot repo.
My other question was if I needed to instead add the new repo to Gensis.
It's not obvious to me where in Gensis any additional repos are defined
since the Genesis root pom doesn't include any repository defs.
Thanks for the help,
Joe
On 10/20/06, Joe Bohn <[EMAIL PROTECTED]> wrote:
On my local image I added a new repo to the root pom.xml so that I could
pick up the Glassfish JSTL jar. What I discovered is that this resulted
in java.net getting placed before the apache repo in the search order
and therefore I'm picking up different jars (specs) from java.net (which
is breaking me because they are built on 1.5).
So, the question is .... How can I include a new repo but at the end of
the search order? There is a comment in the root POM about genesis
being the place where the other repos are specified. Do I have to add
my repo to Genesis to get it last in the order instead of first?
Thanks,
Joe