Destination already exists and overwrite is false

When I compile twice in the same minute ( with mmm)
I get
destination already exists and overwrite is false

BUILD FAILED
Found an error when building FrontPanel
* Where

File : /home/tito/fsl/microej/BuildKit/microej-build-repository/org/apache/easyant/plugins/ivy-publication/0.9/ivy-publication-0.9.ant
Line : 122 column : 90

* Problem Report:

Error : impossible to publish artifacts for com.mycompany#FrontPanel;0.1.0: 
Cause : file copy not done from microej/zephyr/nxpvee/microej/front-panel/target~/artifacts/FrontPanel.jar to ~/.ivy2/repository/com/mycompany/FrontPanel/0.1.0-RC202408081516/FrontPanel-0.1.0-RC202408081516.jar: destination already exists and overwrite is false

as this 202408081516 is the date up the minute

How can I enable the overwrite
My CI is fast and I always stumble upon this

Thanks
g

Hi,
You can add the property publish.overwrite to true in your module.ivy file:

<ea:property name="publish.overwrite" value="true"/>

or pass it as a system property.

Regards

That does the trick!!!

Thanks so much!

g.