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

flex-typedefs git commit: stop caching of JS file as it breaks the build sometimes

Repository: flex-typedefs
Updated Branches:
  refs/heads/develop 736388add -> 257efb237


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/257efb23
Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/257efb23
Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/257efb23

Branch: refs/heads/develop
Commit: 257efb237919577123f8a038bd2113bad6abdd88
Parents: 736388a
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:17 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/257efb23/js/pom.xml
----------------------------------------------------------------------
diff --git a/js/pom.xml b/js/pom.xml
index 3c0a26c..ddea7a7 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>