AW: Maven Ant Plugin question

2014-03-27 Thread RZF, SG 481
Don't be confused by Ants output: the start of does not mean that Ant wants to open the connection: [get] Getting: http://192.168.1.124:8081/nexus/content/groups/public//javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar [get] To: /home/usera/.m2/repository/javassist/javassist/ 3.1

AW: Maven Ant Plugin question

2014-03-27 Thread jhm
The problem is the usetimestamp="false" which disables the local check. And because its hard written in the (generated) code you can't "overwrite" that with a . I did a test with this buildfile: - usetimestamp=false: loads everytime all artifacts (just the mkdir will run once) - usetimestamp=true: