Re: Maven Build System Dependency Issue

2022-02-09 Thread Phil
Julien Lepiller writes: > Hi Phil, > > I have already seen the issue previously, and I believe it is now fixed > on master. As you can see here, > https://github.com/guix-mirror/guix/blob/master/gnu/packages/java.scm#L7899 > we now propagate the correct parent pom. Thanks Julien that looks

Re: Maven Build System Dependency Issue

2022-02-08 Thread Julien Lepiller
Hi Phil, I have already seen the issue previously, and I believe it is now fixed on master. As you can see here, https://github.com/guix-mirror/guix/blob/master/gnu/packages/java.scm#L7899 we now propagate the correct parent pom. In particular, java-jmh is a much more complex package, and it

Maven Build System Dependency Issue

2022-02-08 Thread Phil Beadling
Hi Guixers, First let me say I'm a Maven novice, so it's possible I'm doing something dumb on the Maven side of things. I'm unable to make a bare-bones Maven project build in Guix. This looks to be a problem with mismatched dependencies in Guix around java-commons-codec. I suggest what