Re: MalformedInputException: Input length = 1

2023-01-23 Thread Greg Chabala
> > maven-resources-pluginable is not included in the > https://github.com/OpenAPITools/openapi-generator/blob/master/pom.xml or > our pom.xml and I have not been able to work out what calls it. If you have > any ideas please shout! > maven-resources-plugin is a standard plugin, it's part of the

RE: MalformedInputException: Input length = 1

2023-01-23 Thread Tom Corcoran
> (default-resources) on project ABC: filtering > ...\src\main\resources\v1\gradle\wrapper\gradle-wrapper.jar to > ...\target\classes\v1\gradle\wrapper\gradle-wrapper.jar failed with > MalformedInputException: Input length = 1 > > Any ideas are much appreciated!! >

Re: MalformedInputException: Input length = 1

2023-01-22 Thread Karl Heinz Marbaise
indeed might want to exclude it from resource filtering. Nils. Op 20 jan. 2023 om 17:22 heeft Karl Heinz Marbaise het volgende geschreven:  Accidentially not included the list... Forwarded Message Subject: Re: MalformedInputException: Input length = 1 Date: Fri, 20 Jan

Re: MalformedInputException: Input length = 1

2023-01-21 Thread Nils Breunese
the message: >> >> [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-resources-plugin:3.3.0:resources >> (default-resources) on project ABC: filtering >> ...\src\main\resources\v1\gradle\wrapper\gradle-wrapper.jar to >> ...\target\classes\v1\gra

Re: MalformedInputException: Input length = 1

2023-01-20 Thread Stanimir Stamenkov
Fri, 20 Jan 2023 13:38:32 +0200, /Delany/: Hi Tom, You can turn off filtering if you don't need it. The docs suggest having separate folders for plaintext/binary resources https://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html The docs also mention a configuration to

Fwd: MalformedInputException: Input length = 1

2023-01-20 Thread Karl Heinz Marbaise
Accidentially not included the list... Forwarded Message Subject: Re: MalformedInputException: Input length = 1 Date: Fri, 20 Jan 2023 13:50:52 +0100 From: Karl Heinz Marbaise Reply-To: i...@soebes.de To: Tom Corcoran Hi, On 18.01.23 17:23, Tom Corcoran wrote: Hi, I am

Re: MalformedInputException: Input length = 1

2023-01-20 Thread Greg Chabala
wrapper.jar failed with > MalformedInputException: Input length = 1 > > Any ideas are much appreciated!! > Maybe don't check JARs into your source code. On Fri, Jan 20, 2023 at 5:39 AM Delany wrote: > Hi Tom, > You can turn off filtering if you don't need it. The docs suggest having >

Re: MalformedInputException: Input length = 1

2023-01-20 Thread Delany
Hi Tom, You can turn off filtering if you don't need it. The docs suggest having separate folders for plaintext/binary resources https://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html

MalformedInputException: Input length = 1

2023-01-20 Thread Tom Corcoran
iled with MalformedInputException: Input length = 1 Any ideas are much appreciated!!