Hi, It look like we have bigger problem. Here is the analysis: When Maven is building some module it's looking first to file called maven-metadata.xml [1]. In this file we built module can take file names from SNAPSHOT folder [2] which have to download.
For extension pom in maven-metadata we have file which ends with: "0.9.0-20170615.144932-11", so when you will building your module there will be searched file with name: flexjs-typedefs-createjs-0.9.0-20170615.144932-11.pom <http://repository.apache.org/snapshots/org/apache/flex/flexjs/typedefs/flexjs-typedefs-gcl/0.9.0-SNAPSHOT/flexjs-typedefs-gcl-0.9.0-20170615.144945-11.pom> If you take a look into the folder SNAPSHOT [2] there is no such file, that's why we have failing builds [3]. But there is file which has a bit smaller timestamp: flexjs-typedefs-createjs-0.9.0-20170615.144931-11.pom I have no idea why is this happened. I'm googling, if anyone have some idea let me know. [1] https://repository.apache.org/content/repositories/snapshots/org/apache/flex/flexjs/typedefs/flexjs-typedefs-createjs/0.9.0-SNAPSHOT/maven-metadata.xml [2] https://repository.apache.org/content/repositories/snapshots/org/apache/flex/flexjs/typedefs/flexjs-typedefs-createjs/0.9.0-SNAPSHOT/ [3] https://builds.apache.org/job/FlexJS%20Framework%20(maven)/972/console Piotr 2017-06-15 20:01 GMT+02:00 Apache Jenkins Server <jenk...@builds.apache.org> : > The Apache Jenkins build system has built FlexJS Framework (maven) (build > #972) > > Status: Failure > > Check console output at https://builds.apache.org/job/ > FlexJS%20Framework%20(maven)/972/ to view the results.