Phew!

Looks like this did it… :-)

> On Feb 14, 2018, at 2:18 PM, ha...@apache.org wrote:
> 
> This is an automated email from the ASF dual-hosted git repository.
> 
> harbs pushed a commit to branch develop
> in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git
> 
> 
> The following commit(s) were added to refs/heads/develop by this push:
>     new b2339de  try setting overwrite to true
> b2339de is described below
> 
> commit b2339de1be43a4ffffac7a53ffe1f01b1412a583
> Author: Harbs <ha...@in-tools.com>
> AuthorDate: Wed Feb 14 14:17:58 2018 +0200
> 
>    try setting overwrite to true
> ---
> js/pom.xml | 5 +++++
> 1 file changed, 5 insertions(+)
> 
> diff --git a/js/pom.xml b/js/pom.xml
> index 17f0f39..896ae7f 100644
> --- a/js/pom.xml
> +++ b/js/pom.xml
> @@ -93,6 +93,7 @@
>               <outputFileName>es3.js</outputFileName>
>               
> <outputDirectory>${project.build.directory}/downloads</outputDirectory>
>               <skipCache>true</skipCache>
> +              <overwrite>true</overwrite>
>             </configuration>
>           </execution>
>           <execution>
> @@ -106,6 +107,7 @@
>               <outputFileName>es6.js</outputFileName>
>               
> <outputDirectory>${project.build.directory}/downloads</outputDirectory>
>               <skipCache>true</skipCache>
> +              <overwrite>true</overwrite>
>             </configuration>
>           </execution>
>           <execution>
> @@ -119,6 +121,7 @@
>               <outputFileName>w3c_css.js</outputFileName>
>               
> <outputDirectory>${project.build.directory}/downloads/browser</outputDirectory>
>               <skipCache>true</skipCache>
> +              <overwrite>true</overwrite>
>             </configuration>
>           </execution>
>           <execution>
> @@ -132,6 +135,7 @@
>               <outputFileName>gecko_dom.js</outputFileName>
>               
> <outputDirectory>${project.build.directory}/downloads/browser</outputDirectory>
>               <skipCache>true</skipCache>
> +              <overwrite>true</overwrite>
>             </configuration>
>           </execution>
>           <execution>
> @@ -145,6 +149,7 @@
>               <outputFileName>w3c_dom2.js</outputFileName>
>               
> <outputDirectory>${project.build.directory}/downloads/browser</outputDirectory>
>               <skipCache>true</skipCache>
> +              <overwrite>true</overwrite>
>             </configuration>
>           </execution>
>         </executions>
> 
> -- 
> To stop receiving notification emails like this one, please contact
> ha...@apache.org.

Reply via email to