summaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
new file mode 100644
index 0000000..988128a
--- /dev/null
+++ b/TODO.org
@@ -0,0 +1,15 @@
1* TODO Replace buildstuffs with an extra jar with a classifier maybe?
2* Waiting for Maven 4
3** TODO pom.rb or pom.yaml
4*** https://github.com/takari/polyglot-maven/
5The 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
6have to wait for that to be fully released, see [[https://github.com/takari/polyglot-maven/issues/344][takari/polyglot-maven#334]].
7*** https://github.com/maveniverse/mason
8Benefit over polyglot-maven is that this is built specifically for Maven 4. Downside, however, is that this doesn't
9have ruby. Something like ~pom.yaml~ would be good enough though if Ruby is not possible, but, again, wait for full
10Maven 4 release, then, maybe make an issue :smile:.
11** TODO mvnd wrapper
12Currently, ~wrapper~ plugin can generate a wrapper using Maven Daemon instead of Maven with something like
13~./mvnw wrapper:wrapper -Dmvnd=2.0.0-rc-3~. Problem is that it is currently lagging behind Maven 4 release candidates
14so my strict version range which allows only one release candidate doesn't like this. Once again, wait for full Maven 4
15release :grin:.