0

Is there a way to access a remote Maven repo through the Ant build system?

The remote Maven repo is built for the purpose of being accessed with the Android Studio Gradle build system but some old projects want to access the repo using Ant build system.

2cupsOfTech
  • 5,953
  • 4
  • 34
  • 57
  • 1
    Probably yes, via Ivy. – Opal Jul 08 '15 at 18:30
  • Ivy can be configured to download dependencies from any Maven repository. See: http://stackoverflow.com/questions/4836011/use-public-maven-repository-with-ivy/4837149#4837149 – Mark O'Connor Jul 08 '15 at 22:03
  • And a working ivy example: http://stackoverflow.com/questions/15979391/class-not-found-with-ant-ivy-and-junit-error-in-build-xml/15982144#15982144 – Mark O'Connor Jul 08 '15 at 22:06

0 Answers0