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
- Adding a new repo for artifacts Joe Bohn
-