Martin Foot

Results 12 comments of Martin Foot

I would also be interested in this. Is there any branch that we could see and potentially work on?

I've just been round this same loop with the same issue as @anthonygreen. Could this information be added to http://johnbintz.github.com/jasmine-headless-webkit/ ?

Heya! The library is heavily based on the [MojoHaus Versions Maven Plugin](https://www.mojohaus.org/versions/versions-maven-plugin/index.html), which doesn't have any kind of 'well done' message if you're on the latest versions. Do any of...

This is not so simple - Maven uses SLF4J which has no native support for colour. I may be able to add a different logger implementation to the classpath for...

Heya! Apologies for the delay, I've been pretty swamped. I saw the issue but I didn't realise you'd made a PR. That's awesome, thanks! I've actually been trying to find...

This should now be available: https://central.sonatype.com/artifact/io.github.mfoo/libyear-maven-plugin/1.2.0. It can be executed with ```sh mvn io.github.mfoo:libyear-maven-plugin:1.2.0:analyze ``` Thanks for the contribution and sorry for the delay!

Heya, just to say I have seen this and that makes sense. While potentially minor, this will be affecting me too, so I'll see what I can do when I...

Using the following: ``` $ mvn io.github.mfoo:libyear-maven-plugin:1.1.1-SNAPSHOT:analyze -DreportFile=target/dave.txt -DminLibYearsForReport=2 ``` I can see the following output: ``` $ cat target/dave.txt All dependencies older than 2.0 libyears: javax.inject:javax.inject: 1 ............................ 14.96...

Do you know why the Java Tests workflow in `.github/workflows/maven-tests.yml` hasn't run for this MR? There's some formatting issues here that running `mvn spotless:apply` should fix, but they should have...

It was my fault. The pipeline wasn't configured to run on PR. I've [updated that](https://github.com/mfoo/libyear-maven-plugin/pull/361) on `main`. Please could you rebase and then run `mvn spotless:apply` to fix the formatting...