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]

Reply via email to