Thanks Piotr, I think any reliable repro will be difficult, because it just seems to 'happen' sometimes. I had maven typedefs build working fine for a long time before this happened. Then it happened for svg.js and also later for the google maps js. It does sound like others have experienced this too, though.
Because the problem seems to be a patched file 'sometimes' appearing in the cache and being used for next build's 'download', skipCache sounds like it will fix it for me. For now (because I have the manual option to check the .m2\repository\.cache\maven-download-plugin directory for problems I will continue as is and report if it happens again, and then use skipCache. It would be good if anyone else who experienced a similar issue could check to see if it was the same reason in their maven-download-plugin cache directory. I do have a setup where the download file cache is on SSD and the typedefs repo is on a legacy hard drive, but I have no idea what specific conditions might be necessary to favour repro of this issue. On Fri, Jun 16, 2017 at 8:17 AM, piotrz <piotrzarzyck...@gmail.com> wrote: > Greg, > > If you could once again reproduce this issue and try later whether switch > off cache help that would be good. > > Go to: flex-typedefs\js\pom.xml and add to configuration tag in > download-maven-plugin > > <skipCache>true</skipCache> > > Piotr > > > > ----- > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this message in context: http://apache-flex-development > .2333347.n4.nabble.com/VOTE-Release-Apache-Flex-FalconJX-0- > 8-0-RC1-tp62271p62417.html > Sent from the Apache Flex Development mailing list archive at Nabble.com. >