summaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org14
1 files changed, 14 insertions, 0 deletions
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:.