> "Daniel Kehoe" <[EMAIL PROTECTED]> wrote on 09/02/2003 06:15:49 PM:
> 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.

On Sun, 9 Feb 2003 18:43:07 +1100, [EMAIL PROTECTED] said:
> 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.
-- 
  Daniel
  [EMAIL PROTECTED]

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

Reply via email to