Repository: flex-typedefs Updated Branches: refs/heads/release0.8.0 2bd4044d1 -> b72f9b8b2
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/release0.8.0 Commit: b72f9b8b2fb387e40988ee5e7bff1b456afa80fd Parents: 2bd4044 Author: Justin Mclean <[email protected]> Authored: Fri Jun 16 11:58:17 2017 +1000 Committer: Justin Mclean <[email protected]> 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>
