maven-resources-plugin:3.2.0 fails with weird error

2020-11-12 Thread Maxim Solodovnik
Hello All, I've just updated our project [1] to maven-resources-plugin:3.2.0 And start getting following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:copy-resources (prepare-test-resources) on project openmeetings-web: Input length = 1 -> [Help 1] [E

maven-resources-plugin:3.2.0 fails with weird error

2020-11-12 Thread Falko Modler
Hi Maxim, have you tried mvn -e ... ? That should reveal more error details. Cheers, Falko - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-11-12 Thread Maxim Solodovnik
Here is the output with `-e`: *mvn -version* Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/maven Java version: 11.0.9, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.4.0-53-g

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-11-12 Thread Greg Chabala
Given the stacktrace, I'm guessing you've found a regression from this commit: https://github.com/apache/maven-filtering/commit/80c045058a364c5c7d46be9c2b2ae65b81f84d7f Nothing else in that file has changed in years. Would be good to narrow it down to a test case though. On Thu, Nov 12, 2020 at 7

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-11-13 Thread Michael Osipov
Am 2020-11-12 um 18:12 schrieb Maxim Solodovnik: Hello All, I've just updated our project [1] to maven-resources-plugin:3.2.0 And start getting following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:copy-resources (prepare-test-resources) on projec

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-11-13 Thread Maxim Solodovnik
Thanks Michael, I'll double-check my POM lots of previous versions works as expected On Fri, 13 Nov 2020 at 16:55, Michael Osipov wrote: > Am 2020-11-12 um 18:12 schrieb Maxim Solodovnik: > > Hello All, > > > > I've just updated our project [1] to maven-resources-plugin:3.2.0 > > And start

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-12-04 Thread Maxim Solodovnik
Thanks a lot Michael, Adding more extensions to solves my problem Sorry for the noise the only thing can be improved: diagnostic messages :) On Fri, 13 Nov 2020 at 16:59, Maxim Solodovnik wrote: > Thanks Michael, > > I'll double-check my POM > lots of previous versions works as expected

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-12-05 Thread Michael Osipov
Am 2020-12-04 um 09:05 schrieb Maxim Solodovnik: Thanks a lot Michael, Adding more extensions to solves my problem Sorry for the noise the only thing can be improved: diagnostic messages :) I agree, file an issue please. On Fri, 13 Nov 2020 at 16:59, Maxim Solodovnik wrote: Thanks Micha

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-12-06 Thread Maxim Solodovnik
Done: https://issues.apache.org/jira/browse/MRESOURCES-272 On Sat, 5 Dec 2020 at 18:13, Michael Osipov wrote: > > Am 2020-12-04 um 09:05 schrieb Maxim Solodovnik: > > Thanks a lot Michael, > > > > Adding more extensions to solves my problem > > Sorry for the noise > > > > the only thing can be i