I am using it but its only possible to get fieset of project dependencies, and its not possible to have only 1 artifact of requested project in fileset.

Chris Hilton wrote:

Use the Maven tasks for Ant.

http://maven.apache.org/ant-tasks.html

Chris
-----Original Message-----
From: Olexandr Zakordonskyy [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 August, 2006 15:59
To: [email protected]
Subject: Getting Project Artifact with Antlib

Hello.

Are there any existing way of getting project artifact from ant script, having groupId, artifactId, version and type?

For example how can i get axis2.jar from maven2 repository by ant?
having:

<groupId>axis2</groupId>
<artifactId>axis2</artifactId>
<packaging>jar</packaging>

I need to know system path of downloaded artifact. Is it possible somehow?

Olexandr.

---------------------------------------------------------------------
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]




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

Reply via email to