Maarten Mulders

Results 39 issues of Maarten Mulders

Over the past weeks, I've been struggling [to get distributed tracing to work](https://github.com/dapr/java-sdk/issues/647). My observation is that a Java application that uses the Dapr SDK for Java does not propagate...

kind/enhancement

## Describe the proposal I propose to add the [Maven Enforcer Plugin](https://maven.apache.org/enforcer/maven-enforcer-plugin/) to the project build, and more specifically, to enforce the ["Dependency Convergence" rule](https://maven.apache.org/enforcer/enforcer-rules/dependencyConvergence.html). This rule ensures that for...

good first issue
triaged/resolved
area/client
P2
size/XS

The Tree goal lacks decent tests. This makes it hard to add new features without breaking stuff (see e.g. the discussion in #24). I decided to re-write tests for this...

Stale

When the user asks for more than 200 items using `-l` or `--limit`, the Sonatype API would return only 20; the default row size. This leads to a confusing situation,...

If you use the new `class-search` command (available from 0.2) it would be great if the output showed which class name in the artifact matched. This is particularly useful if...

enhancement

As `mcs` stands for "Maven Central Search", it's a bit odd to type `mcs search foo`. It would be great if one could type `mcs foo` and MCS would know...

enhancement

I have a few large multi-module projects, where I'd like to report on the 3rd-party licenses being used. I use `mvn license:aggregate-add-third-party license:aggregate-third-party-report` for that. From debugging I noticed that,...

I have a few large multi-module projects, where I'd like to report on the 3rd-party licenses being used. I use mvn license:aggregate-add-third-party license:aggregate-third-party-report for that. From debugging I noticed that...