Re: OSS Nexus vs GitHub Packages

2021-07-31 Thread Oliver B. Fischer
As you can see, there are different opinions, as everyones use case and requirements differ from each other. Maybe you can simply write down all your requirements and your team/organisation structure including the pros and cons. Visualizing and sketching your requirements may help you to find

Re: [ANN] Apache Maven Enforcer Plugin + Extension 3.0.0 Released

2021-07-31 Thread Alexander Kriegisch
In a GitHub project, Dependabot suggested an update from 3.0.0-M3 to 3.0.0, but all CI builds fail with this error message: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0:enforce (enforce-bytecode-version) on project x: Unable to parse configuration of mojo (...) f

Re: [ANN] Apache Maven Enforcer Plugin + Extension 3.0.0 Released

2021-07-31 Thread Alexander Kriegisch
It looks like class EnforceBytecodeVersion is part of org.codehaus.mojo:extra-enforcer-rules:1.3 which is a dependency in my Enforcer plugin configuration. Is that extension no longer compatible with Enforcer? Or has it been replaced by something else, which I am unaware of? Like I said, in M3 it w

Re: [ANN] Apache Maven Enforcer Plugin + Extension 3.0.0 Released

2021-07-31 Thread Delany
See https://github.com/mojohaus/extra-enforcer-rules/issues/131#issuecomment-890329715 On Sun, 1 Aug 2021, 05:34 Alexander Kriegisch, wrote: > It looks like class EnforceBytecodeVersion is part of > org.codehaus.mojo:extra-enforcer-rules:1.3 which is a dependency in my > Enforcer plugin configur