Commit Graph

59 Commits

Author SHA1 Message Date
Mikael Fangel
963372bb11
legba: init at 0.6.0
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2023-11-20 10:23:12 +01:00
Arnout Engelen
3ac1c95cfa
maven: improve buildMavenPackage offline mode
The maven `dependency:go-offline` plugin has various issues
(see https://issues.apache.org/jira/browse/MDEP-204 and other
issues in that tracker), which the dedicated plugin from
https://github.com/qaware/go-offline-maven-plugin largely
fixes. I have confirmed that for an application I'm packaging
outside of nixpkgs, dependency-track, this indeed makes the
build work while it didn't with `dependency:go-offline`.

The offline mode is only used in one place in nixpkgs, for
lemminx. That build still succeeds and the program starts, though
I haven't tested further.
2023-11-14 12:12:18 +01:00
Weijia Wang
bedb124937
Merge pull request #257784 from tricktron/fix-lemminx-on-x86_64-linux
lemminx: disable flaky test
2023-10-12 18:08:12 +02:00
Tobias Mayer
145f7181aa
lexmark-aex: init at 1.0 2023-10-01 09:33:56 +02:00
Thibault Gagnaux
49c4130466
lemminx: disable flaky test 2023-09-28 09:00:17 +02:00
Thibault Gagnaux
b50b8c68e3
lemminx: disable flaky DocumentLifecycleParticipantTest 2023-09-23 03:11:31 +02:00
Thibault Gagnaux
6e1c5e766c lemminx: init at 0.27.0
lemminx: add git properties file

Lemminx reads the version and git commit at runtime from a
git.properties file on the classpath. As a result, we need to create it.

lemminx: add comments to mvn flags

lemminx: add update script

lemminx: disable flaky tests

lemminx: move to pkgs/by-name
2023-09-22 17:19:59 +02:00
Anderson Torres
78cccac71c less: 633 -> 643
- finalAttrs
- split output
- meta.mainProgram and meta.changelog

Co-authored-by: Jack Maloney <jmmaloney4@gmail.com>
2023-09-18 23:56:22 -03:00
Anderson Torres
1e58183743 less: migrate to by-name 2023-09-18 23:56:22 -03:00