Questions tagged [aether-ant]

The Aether Ant Tasks enable build scripts for Apache Ant 1.7+ to use Eclipse Aether combined to Apache Maven Aether Provider to resolve dependencies and install and deploy locally built artifacts.

2 questions
2
votes
0 answers

Migrating from maven-ant-tasks to aether-ant-tasks

As part of packaging software for the Fedora project, I'd like to update an upstream ant build that uses maven-ant-tasks for dependency resolution to use aether-ant-tasks. These two libraries are frustratingly close to one another, but they're not…
willb
  • 293
  • 1
  • 11
0
votes
0 answers

Why is the path to the artifact in aether-ant messed up on my Windows Slave?

I'm using aether-ant to resolve dependencies from a pom.xml file. When running the script on my jenkins master, then the path to the artifacts looks like: stomp pl: C:\m2\be\mips\stomp-windows\1.0-SNAPSHOT\stomp-windows-1.0-SNAPSHOT.pl However,…
Lieven Cardoen
  • 25,140
  • 52
  • 153
  • 244