By adding it to the <dependencies> section in project.xml.

After this, it will exist in your local repository. The path can be
accessed (for example), by:

${pom.getDependencyPath('groupId:artifactId')}

Regards,
Brett



On Mon, 20 Dec 2004 14:28:32 -0700, Chris Huisman <[EMAIL PROTECTED]> wrote:
> Ok, here's my situation, I need to retrieve a dependency from our local
> repository, and unjar it into the classes directory.  Is there an easy
> way to do this?  I know I can use the <ant:unjar> tag to unjar the jar
> file, but how do I retrieve the dependency from the repository?
> 
> Thanks,
> 
> Chris.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to