Mike Duigou

Results 47 comments of Mike Duigou

The intention of text mode was that the checksum would normalize line endings for text files. `\n` or `\r` or `\n\r` all would hash the same. Files that differed in...

The intention of the summary file is to produce a file compatible with the *nix shasum file format. This file format does not support multiple algorithms so unfortunately neither can...

That is a possibility but you could do what we do which is to have multiple executions, one for each desired hash type. The per-execution configuration is just the algorithm...

The extension does not appear to be executed for the sub-projects. As you suggest, the extension mechanism appears to be activated only at the aggregator level.

I have filed a Maven issue: [MNG-6995](https://issues.apache.org/jira/browse/MNG-6995)

@khmarbaise wrote: > I know that the provided scope is not available on the classpath cause it's defined provided which means it is provided by the runtime environment. For exec:java...

I pinged @rfscholte and @khmarbaise on twitter. It appears this issue is at an impasse unless @olamy is able to approve. This project seems to need new/additional maintainers.

A feature is necessary for adding additional dependencies but using pluginDependencies is a hack.

I have to admit I was entirely unaware of JUnit Pioneer. In part my decision to structure the API as a single static method was to make it easier to...

I took a look at the Pioneer cartesian product annotation and not surprisingly there is a lot of overlap. It would handle about 60-70% of the tests that I am...