Mark Raynsford

Results 79 comments of Mark Raynsford

Did you execute Maven with `-U`? I've occasionally seen this plugin miss updates if I don't use that flag to force checking for updates on remote repositories.

I think it does make sense that you'd always want to use that flag. Unfortunately, I don't personally know if there's an API in Maven for forcing remote repository checks......

> @io7m - Really? - this got marked 'stale' and then auto closed? Nothing to do with me, to be clear. I'm not even a committer. :slightly_smiling_face:

I might suggest `getValue` for the `get` override, because you're obviously retrieving a value and not a key as `getKey` would suggest. I've no real preference for any of the...

It looks like only half of this got merged as I didn't use the same ticket title on the second commit.

``` $ uname -a Linux almond.int.arc7.info 5.1.16-arch1-1-ARCH #1 SMP PREEMPT Wed Jul 3 20:23:07 UTC 2019 x86_64 GNU/Linux $ java -version openjdk version "11" 2018-09-25 OpenJDK Runtime Environment 18.9 (build...

On the same platform, but using [OpenBox](http://openbox.org/wiki/Main_Page) instead of [i3](https://i3wm.org/) as the window manager, the problem just magically goes away. I was tempted to view this as an i3 bug...

I'd need to add a line to the pom to pull in the `x86` binary too. Someone using the package would add another dependency similar to: ``` org.readium libepub3 0.20.0...

To be specific: https://github.com/readium/readium-sdk/pull/193/files#diff-fc48f08e2ee31a43a379d7e21209839aR38 It would just require another `` element to be added in there that had an `x86` classifier and that pointed to the right library file.