The Wayback Machine - https://web.archive.org/web/20191211044545/https://github.com/topics/comparison
Skip to content
#

comparison

Here are 438 public repositories matching this topic...

kingle
kingle commented Jun 29, 2019

For the maven plugin, could we add to the <reporting> section:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-plugin-plugin</artifactId>
    <version>3.0</version>
</plugin>

and have it automatically generate the plugin-info.html and cmp-report-mojo.html and other <goal>-report-mojo.html that are more consistent with how other maven plugins

KodrAus
KodrAus commented Oct 21, 2017

Relevant API guidelines

Using enums for capturing possible error cases is convenient, but it can be tricky for future-proofing because adding new variants is a breaking change because users can exhaustively match them.

We should think about how we can make the error types more resilient to future ch

Improve this page

Add a description, image, and links to the comparison topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the comparison topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.