Wayne Beaton
Wayne Beaton
> Could you compile the maven plugin using java 8 ? Sorry for the delay. I tried and I failed. It fails to compile because we're using some classes introduced...
So... dumb question, but I can't seem to quite sort out the magic myself. How do I pull the plugin from repo.eclipse.org and invoke the plugin from the CLI? I'm...
Reopening. I regard "publishing" as making available on Maven Central. I think that we need to enable committers to just `mvn org.eclipse.dash:license-tool-plugin:license-check` and have magic happen.
I've changed my mind. This is a speciality tool (at least for now). Expanding access to a broader audience isn't a goal. Unless somebody can convince me otherwise, I no...
The current implementation is something of a quick-and-dirty just-what-we-need convenience hack. Extending it to support multiple versions shouldn't be too hard (so we should do it), but I'm concerned that...
I've been looking a bit harder at the file format. There's a "dev" option; when this is set to `true`, the library is required only at development time (i.e., it...
Rudimentary support for v2 has been added with 448b95bd9a025ef5dea069b4cc2bdaf4ed0483f1
The Dash License Tool just uses the standard Maven Reactor. It looks like these warnings are all coming from Tycho. It's not an option that is turned on explicitly by...
I've done a little reading and a couple of local experiments and it seems that changing from `requiresDependencyResolution` to `requiresDependencyCollection` in the Mojo annotation removes the warnings. I want to...
I just pushed the update. It will be included in the next build (sometime later today).