Ashley

Results 112 comments of Ashley
trafficstars

Sounds good to me. The default right now is to [consider the source input directories instead](https://github.com/ascopes/protobuf-maven-plugin/blob/42f53f0170967334c2b236a9cd1922c5f77ca44f/protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/mojo/AbstractGenerateMojo.java#L1088) unless none are provided. In this case, we fall back on the default setting....

Ah I can see the issue. This should be an easy fix, I'll try and raise something today for that. Looks like a regression after we supported Path natively in...

This appears to possibly be a bug in the Maven Build Cache plugin. @debraj-manna since you found this initially... would it be possible to raise this on that project as...

@zoujiaqing protocArtifact isn't an option in this plugin. Not sure this relates to this problem though?

From the initial discussion at https://github.com/ascopes/protobuf-maven-plugin/discussions/470, seems that adding plexus-utils as a dependency resolves the issue in this case, or at the very least hides it. Thanks for raising the...

Since this definitely looks like an issue in the Maven extension rather than our implementation here, I am going to close this for now since there is nothing to action...

@debraj-manna looks like a fix has been made on Maven's side for this. I've removed the known issue from the docs on my side now. If you have any other...

(also, thanks @cstamas for helping triage this)

Thanks for the time and effort you're putting into this! Is it worth including a test case that specifically targets a Cucumber BDD test case to verify if https://github.com/cucumber/cucumber-jvm/issues/2984 is...