summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--REUSE.toml2
-rw-r--r--TODO.org14
2 files changed, 15 insertions, 1 deletions
diff --git a/REUSE.toml b/REUSE.toml
index 5134362..0df0f3a 100644
--- a/REUSE.toml
+++ b/REUSE.toml
@@ -11,7 +11,7 @@ SPDX-FileCopyrightText = "Apache Software Foundation"
11label = "Miscellaneous little shits I put under CC0" 11label = "Miscellaneous little shits I put under CC0"
12path = [ 12path = [
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]
16SPDX-License-Identifier = "CC0-1.0" 16SPDX-License-Identifier = "CC0-1.0"
17SPDX-FileCopyrightText = " 2025-2026 Uko Kokņevičs <perkontevs@gmail.com>" 17SPDX-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/
4The 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
5have 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
7Benefit over polyglot-maven is that this is built specifically for Maven 4. Downside, however, is that this doesn't
8have ruby. Something like ~pom.yaml~ would be good enough though if Ruby is not possible, but, again, wait for full
9Maven 4 release, then, maybe make an issue :smile:.
10** TODO mvnd wrapper
11Currently, ~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
13so my strict version range which allows only one release candidate doesn't like this. Once again, wait for full Maven 4
14release :grin:.