Re: Can't copy open Excel spreadsheet

2020-04-25 Thread Tushar Kapila
This is an OS issue. Maven runs on Java, which asks the OS for a File object to read. But some applications like excel or windows explorer or other app might have an open link. I doubt this is anything the maven team can help you with. Close all apps, including windows explorer, some times need

[ANN] Apache Maven Wagon 3.4.0 released

2020-04-25 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.4.0. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.4.0 ** Bug * [WAGON-568] - Fail to deploy on Sonatype OSS since Maven 3.5.4 * [WAGON-573] -

Re: Can't copy open Excel spreadsheet

2020-04-25 Thread Hervé BOUTEMY
Le vendredi 24 avril 2020, 19:43:02 CEST Evan Ross a écrit : > I have an Excel spreadsheet in my resources and find that my maven build > vailes with “The process cannot access the file because it is being used by > another process” when the sheet is open in Excel. I don't have easily access to a