Re: About Freeplane

Emmanuel Bourg <[email protected]> Tue, 17 Sep 2024 01:17:02 +0200
Newsgroups gmane.linux.debian.devel.java
Message-ID <[email protected]>
On 16/09/2024 05:34, Sebastiaan Couwenberg wrote:

> Not easily as it requires a newer gradle 

Not necessarily, we could use Maven instead of Gradle. The Freeplane 
build is fairly simple and converting it to Maven is straightforward. I 
hacked this proof of concept quickly tonight to give it a try:

    https://github.com/ebourg/freeplane-maven/tree/maven

It's still missing some bits (such as the OSGi metadata) but at least it 
builds.

Emmanuel Bourg