Daniel Kehoe wrote:
You need to use a jar override, so maven doesn't look in the repo, but in the override location. These is a sample of this in the touchstone build in the source... This should generally be a short-term solution though, it's a lot nicer to have jars in the repository..."Daniel Kehoe" <[EMAIL PROTECTED]> wrote on 09/02/2003 06:15:49 PM:On Sun, 9 Feb 2003 18:43:07 +1100, [EMAIL PROTECTED] said:
Is there no possibility for obtaining jars from src/webapp/WEB-INF/lib?
That way I can use either ant or maven with the same directory layout.
Sure, place them in src/webapp/WEB-INF/lib, and list them as dependencies in your project.xml.dIon, could you clarify?
I tried adding this to project.xml but it didn't work (I get "package
does not exist" compile errors):
<dependency>
<id>something</id>
<version>1.0</version>
<jar>something.jar</jar>
<url>file://./src/webapp/WEB-INF/lib/</url>
</dependency>
I'd really like maven to use the jars I've got in src/webapp/WEB-INF/lib/
rather than setting up a separate repository.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
