Peter Palaga

Results 249 comments of Peter Palaga

Please explain your proposal here without requiring to follow long external documents. Please make sure your proposal is clear enough for others to implement it. Ideally, be ready to provide...

`com.mycila:license-maven-plugin` [1] can serve as an example of a working implementation of non-interactive license header check and fix actions. It is probably possible to encode all the necessary configuration in...

I just learned about https://spdx.org/licenses/ that maintains a lot of license metadata, including [machine readable list of licenses](https://github.com/spdx/license-list-data/blob/master/json/licenses.json), [Matching Guidelines](https://spdx.org/spdx-license-list/matching-guidelines), etc. All these resources can be very useful when checking...

I very much like this proposal. I came across the same idea when thinking about how to effectively sync formatting rules across IDEs and build tools for Java. `.editorconfig` files...

> you could use the Maven dependency plugin to unpack the original rule XML, transform and include the transformed file in another dependency with another GAV), but we can discuss...

Would you like to review, @michael-o ? Otherwise, I could merge.

@michael-o do you happen to know whether an Enforcer release is planned already? Not sure where to look for that kind of info, although I am a committer.

Thanks for the info @michael-o !

Which version of the plugin are your using? Could you please post the complete configuration of the license plugin execution that causes the problem (e.g. run with `-X` and copy...