You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/06/26 16:12:57 UTC

[35/36] flex-typedefs git commit: stop caching of JS file as it breaks the build sometimes

stop caching of JS file as it breaks the build sometimes


Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/b72f9b8b
Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/b72f9b8b
Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/b72f9b8b

Branch: refs/heads/master
Commit: b72f9b8b2fb387e40988ee5e7bff1b456afa80fd
Parents: 2bd4044
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Jun 16 11:58:17 2017 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Jun 16 11:58:57 2017 +1000

----------------------------------------------------------------------
 js/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/b72f9b8b/js/pom.xml
----------------------------------------------------------------------
diff --git a/js/pom.xml b/js/pom.xml
index d10843b..1e4bb7d 100644
--- a/js/pom.xml
+++ b/js/pom.xml
@@ -51,6 +51,7 @@
               <url>https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/closureidl/svg.js</url>
               <outputFileName>svg.js</outputFileName>
               <outputDirectory>${project.build.directory}/downloads</outputDirectory>
+              <skipCache>true</skipCache>
             </configuration>
           </execution>
         </executions>