From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: bug#31943: Some Maven bugs Date: Wed, 4 Jul 2018 22:06:08 +0200 Message-ID: <20180704220558.0efc9e0f@lepiller.eu> References: <20180623003935.21f7da0b@alma-ubu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fao3P-0007jX-Kx for bug-guix@gnu.org; Wed, 04 Jul 2018 16:07:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fao3K-0001pm-N2 for bug-guix@gnu.org; Wed, 04 Jul 2018 16:07:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fao3K-0001ov-IP for bug-guix@gnu.org; Wed, 04 Jul 2018 16:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fao3K-0000JF-63 for bug-guix@gnu.org; Wed, 04 Jul 2018 16:07:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180623003935.21f7da0b@alma-ubu> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 31943@debbugs.gnu.org Le Sat, 23 Jun 2018 00:39:35 +0200, Bj=C3=B6rn H=C3=B6fling a =C3=A9crit : > Maven is now part of Guix, yeah! I gave it a try and found some bugs > which I post collectively here. I don't know yet where exactly they > come from and if they are trivial or not to fix. So if you think they > should better go each into a separate bug report, please separate > them. >=20 > [...] >=20 > 6) Maven does not compile Java 1.8 code. >=20 This should be fixed in 892a5647debc7fe8eafac4f725c46134eb085b63. I was cramming the whole set of dependencies for maven in the classpath, but it seems it doesn't play well with downloaded plugins. Now I generated a m2.conf file with multiple "load" lines to tell plexus-classworlds where to find the required jar files. >=20 >=20 > 7) I have some trouble executing the tests. This is indeterministic > (!), sometimes is is successful, sometimes I get an error: >=20 So I've tested this, and it turns out it's not our package's fault: it fails undeterministically also when using the system's maven. I fixed it by downgrading maven-surefire-plugin version to 2.20 instead of 2.20.1. Thank you for your reports! Do you think we can close this report now?