diff options
| author | 2026-01-17 19:27:23 +0200 | |
|---|---|---|
| committer | 2026-01-17 19:27:23 +0200 | |
| commit | ef9b8c08bfea2ffcf6f4d5d9d246b6c92a3ebd39 (patch) | |
| tree | f540d43102292b79b5f6a6c3e59523b1a27f122f | |
| parent | Update dagger (diff) | |
| download | lv.enes:parent-ef9b8c08bfea2ffcf6f4d5d9d246b6c92a3ebd39.tar.gz lv.enes:parent-ef9b8c08bfea2ffcf6f4d5d9d246b6c92a3ebd39.tar.xz lv.enes:parent-ef9b8c08bfea2ffcf6f4d5d9d246b6c92a3ebd39.zip | |
Add a TODO file
| -rw-r--r-- | REUSE.toml | 2 | ||||
| -rw-r--r-- | TODO.org | 14 |
2 files changed, 15 insertions, 1 deletions
| @@ -11,7 +11,7 @@ SPDX-FileCopyrightText = "Apache Software Foundation" | |||
| 11 | label = "Miscellaneous little shits I put under CC0" | 11 | label = "Miscellaneous little shits I put under CC0" |
| 12 | path = [ | 12 | path = [ |
| 13 | "build.sh", "ci/mvn-settings.xml", ".gitattributes", ".gitignore", ".gitlab-ci.yml", ".pre-commit-config.yaml", | 13 | "build.sh", "ci/mvn-settings.xml", ".gitattributes", ".gitignore", ".gitlab-ci.yml", ".pre-commit-config.yaml", |
| 14 | ".sdkmanrc", | 14 | ".sdkmanrc", "TODO.org", |
| 15 | ] | 15 | ] |
| 16 | SPDX-License-Identifier = "CC0-1.0" | 16 | SPDX-License-Identifier = "CC0-1.0" |
| 17 | SPDX-FileCopyrightText = " 2025-2026 Uko Kokņevičs <perkontevs@gmail.com>" | 17 | SPDX-FileCopyrightText = " 2025-2026 Uko Kokņevičs <perkontevs@gmail.com>" |
diff --git a/TODO.org b/TODO.org new file mode 100644 index 0000000..7c1b94f --- /dev/null +++ b/TODO.org | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | * Waiting for Maven 4 | ||
| 2 | ** TODO pom.rb or pom.yaml | ||
| 3 | *** https://github.com/takari/polyglot-maven/ | ||
| 4 | The inspiration, pom.rb in examples and, eg, in [[https://github.com/jruby/jruby/blob/master/pom.rb][JRuby]] look /quite/ hot. Problem currently is Maven 4 support, probably | ||
| 5 | have to wait for that to be fully released, see [[https://github.com/takari/polyglot-maven/issues/344][takari/polyglot-maven#334]]. | ||
| 6 | *** https://github.com/maveniverse/mason | ||
| 7 | Benefit over polyglot-maven is that this is built specifically for Maven 4. Downside, however, is that this doesn't | ||
| 8 | have ruby. Something like ~pom.yaml~ would be good enough though if Ruby is not possible, but, again, wait for full | ||
| 9 | Maven 4 release, then, maybe make an issue :smile:. | ||
| 10 | ** TODO mvnd wrapper | ||
| 11 | Currently, ~wrapper~ plugin can generate a wrapper using Maven Daemon instead of Maven with something like | ||
| 12 | ~./mvnw wrapper:wrapper -Dmvnd=2.0.0-rc-3~. Problem is that it is currently lagging behind Maven 4 release candidates | ||
| 13 | so my strict version range which allows only one release candidate doesn't like this. Once again, wait for full Maven 4 | ||
| 14 | release :grin:. | ||