Maven deploy:deploy-file not found due to version/timestamp appended to jar
- by JamesC
I'm having a problem using deploy:deploy-file with snapshots I'd like some advice on please.
I have 2 projects; 1) Ant based and 2) the other Maven based that consumes the jars of the other project via Archiva.
I've added a target to the Ant project to deploy snapshots on every successful build during our iteration.
The problem is the Maven…